blob: 198467bf5ade45e4b6b0f2bd434467ef0ec6adb0 [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
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001705- name: census_context_test
1706 build: test
1707 language: c
1708 src:
1709 - test/core/census/context_test.c
1710 deps:
1711 - grpc_test_util
1712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001713 - gpr_test_util
1714 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001715- name: census_intrusive_hash_map_test
1716 build: test
1717 language: c
1718 src:
1719 - test/core/census/intrusive_hash_map_test.c
1720 deps:
1721 - grpc_test_util
1722 - grpc
1723 - gpr_test_util
1724 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001725- name: census_resource_test
1726 build: test
1727 language: c
1728 src:
1729 - test/core/census/resource_test.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
1733 - gpr_test_util
1734 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001735- name: census_trace_context_test
1736 build: test
1737 language: c
1738 src:
1739 - test/core/census/trace_context_test.c
1740 deps:
1741 - grpc_test_util
1742 - grpc
1743 - gpr_test_util
1744 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001745- name: channel_create_test
1746 build: test
1747 language: c
1748 src:
1749 - test/core/surface/channel_create_test.c
1750 deps:
1751 - grpc_test_util
1752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001755- name: check_epollexclusive
1756 build: tool
1757 language: c
1758 src:
1759 - test/build/check_epollexclusive.c
1760 deps:
1761 - grpc
1762 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001763- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764 build: test
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001767 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001768 deps:
1769 - grpc_test_util
1770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001771 - gpr_test_util
1772 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001773- name: chttp2_stream_map_test
1774 build: test
1775 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001776 src:
1777 - test/core/transport/chttp2/stream_map_test.c
1778 deps:
1779 - grpc_test_util
1780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001781 - gpr_test_util
1782 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001783- name: chttp2_varint_test
1784 build: test
1785 language: c
1786 src:
1787 - test/core/transport/chttp2/varint_test.c
1788 deps:
1789 - grpc_test_util
1790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 - gpr_test_util
1792 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001793- name: client_fuzzer
1794 build: fuzzer
1795 language: c
1796 src:
1797 - test/core/end2end/fuzzers/client_fuzzer.c
1798 deps:
1799 - grpc_test_util
1800 - grpc
1801 - gpr_test_util
1802 - gpr
1803 corpus_dirs:
1804 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001805 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001806 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001807- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001808 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001809 build: test
1810 language: c
1811 src:
1812 - test/core/iomgr/combiner_test.c
1813 deps:
1814 - grpc_test_util
1815 - grpc
1816 - gpr_test_util
1817 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001818- name: compression_test
1819 build: test
1820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001821 src:
1822 - test/core/compression/compression_test.c
1823 deps:
1824 - grpc_test_util
1825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001828- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001829 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001830 build: test
1831 language: c
1832 src:
1833 - test/core/surface/concurrent_connectivity_test.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
1837 - gpr_test_util
1838 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001839 exclude_iomgrs:
1840 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001841- name: connection_refused_test
1842 cpu_cost: 0.1
1843 build: test
1844 language: c
1845 src:
1846 - test/core/end2end/connection_refused_test.c
1847 deps:
1848 - grpc_test_util
1849 - grpc
1850 - gpr_test_util
1851 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001852- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001853 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001854 build: test
1855 language: c
1856 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001857 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001858 deps:
1859 - grpc_test_util
1860 - grpc
1861 - gpr_test_util
1862 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001863 exclude_iomgrs:
1864 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001865- name: dns_resolver_test
1866 build: test
1867 language: c
1868 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001869 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001870 deps:
1871 - grpc_test_util
1872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001876 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877 build: test
1878 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001879 src:
1880 - test/core/end2end/dualstack_socket_test.c
1881 deps:
1882 - grpc_test_util
1883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001886 exclude_iomgrs:
1887 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001888 platforms:
1889 - mac
1890 - linux
1891 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001892- name: endpoint_pair_test
1893 build: test
1894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001895 src:
1896 - test/core/iomgr/endpoint_pair_test.c
1897 deps:
1898 - grpc_test_util
1899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001900 - gpr_test_util
1901 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001902 exclude_iomgrs:
1903 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001904- name: error_test
1905 cpu_cost: 30
1906 build: test
1907 language: c
1908 src:
1909 - test/core/iomgr/error_test.c
1910 deps:
1911 - grpc_test_util
1912 - grpc
1913 - gpr_test_util
1914 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00001915- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001916 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001917 build: test
1918 language: c
1919 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00001920 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001921 deps:
1922 - grpc_test_util
1923 - grpc
1924 - gpr_test_util
1925 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001926 exclude_iomgrs:
1927 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001928 platforms:
1929 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001930- name: fake_resolver_test
1931 build: test
1932 language: c
1933 src:
1934 - test/core/client_channel/resolvers/fake_resolver_test.c
1935 deps:
1936 - grpc_test_util
1937 - grpc
1938 - gpr_test_util
1939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940- name: fd_conservation_posix_test
1941 build: test
1942 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001943 src:
1944 - test/core/iomgr/fd_conservation_posix_test.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001950 exclude_iomgrs:
1951 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001952 platforms:
1953 - mac
1954 - linux
1955 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956- name: fd_posix_test
1957 build: test
1958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001959 src:
1960 - test/core/iomgr/fd_posix_test.c
1961 deps:
1962 - grpc_test_util
1963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 - gpr_test_util
1965 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001966 exclude_iomgrs:
1967 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001968 platforms:
1969 - mac
1970 - linux
1971 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001972- name: fling_client
1973 build: test
1974 run: false
1975 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001976 src:
1977 - test/core/fling/client.c
1978 deps:
1979 - grpc_test_util
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001983- name: fling_server
1984 build: test
1985 run: false
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/fling/server.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001995 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/fling/fling_stream_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002005 platforms:
2006 - mac
2007 - linux
2008 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002009- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002010 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002011 build: test
2012 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002013 src:
2014 - test/core/fling/fling_test.c
2015 deps:
2016 - grpc_test_util
2017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr_test_util
2019 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002020 platforms:
2021 - mac
2022 - linux
2023 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002024- name: gen_hpack_tables
2025 build: tool
2026 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002027 src:
2028 - tools/codegen/core/gen_hpack_tables.c
2029 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002031 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: gen_legal_metadata_characters
2033 build: tool
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
2036 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002037 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002038- name: gen_percent_encoding_tables
2039 build: tool
2040 language: c
2041 src:
2042 - tools/codegen/core/gen_percent_encoding_tables.c
2043 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002044- name: goaway_server_test
2045 cpu_cost: 0.1
2046 build: test
2047 language: c
2048 src:
2049 - test/core/end2end/goaway_server_test.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
2053 - gpr_test_util
2054 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002055 exclude_iomgrs:
2056 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002057 platforms:
2058 - mac
2059 - linux
2060 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002061- name: gpr_avl_test
2062 build: test
2063 language: c
2064 src:
2065 - test/core/support/avl_test.c
2066 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002069- name: gpr_backoff_test
2070 build: test
2071 language: c
2072 src:
2073 - test/core/support/backoff_test.c
2074 deps:
2075 - gpr_test_util
2076 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002077- name: gpr_cmdline_test
2078 build: test
2079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002080 src:
2081 - test/core/support/cmdline_test.c
2082 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002085- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002086 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002087 build: test
2088 language: c
2089 src:
2090 - test/core/support/cpu_test.c
2091 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002094- name: gpr_env_test
2095 build: test
2096 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002097 src:
2098 - test/core/support/env_test.c
2099 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002100 - gpr_test_util
2101 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102- name: gpr_histogram_test
2103 build: test
2104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
2106 - test/core/support/histogram_test.c
2107 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr_test_util
2109 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002110- name: gpr_host_port_test
2111 build: test
2112 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002113 src:
2114 - test/core/support/host_port_test.c
2115 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002116 - gpr_test_util
2117 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118- name: gpr_log_test
2119 build: test
2120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002121 src:
2122 - test/core/support/log_test.c
2123 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 - gpr_test_util
2125 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002126- name: gpr_mpscq_test
2127 cpu_cost: 30
2128 build: test
2129 language: c
2130 src:
2131 - test/core/support/mpscq_test.c
2132 deps:
2133 - gpr_test_util
2134 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002135- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002136 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002137 build: test
2138 language: c
2139 src:
2140 - test/core/support/spinlock_test.c
2141 deps:
2142 - gpr_test_util
2143 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002144- name: gpr_stack_lockfree_test
2145 cpu_cost: 7
2146 build: test
2147 language: c
2148 src:
2149 - test/core/support/stack_lockfree_test.c
2150 deps:
2151 - gpr_test_util
2152 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002153- name: gpr_string_test
2154 build: test
2155 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002156 src:
2157 - test/core/support/string_test.c
2158 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002161- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002162 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002163 build: test
2164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
2166 - test/core/support/sync_test.c
2167 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr_test_util
2169 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002171 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172 build: test
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/core/support/thd_test.c
2176 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179- name: gpr_time_test
2180 build: test
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - test/core/support/time_test.c
2184 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002185 - gpr_test_util
2186 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002187- name: gpr_tls_test
2188 build: test
2189 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002190 src:
2191 - test/core/support/tls_test.c
2192 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002193 - gpr_test_util
2194 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002195- name: gpr_useful_test
2196 build: test
2197 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002198 src:
2199 - test/core/support/useful_test.c
2200 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203- name: grpc_auth_context_test
2204 build: test
2205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002206 src:
2207 - test/core/security/auth_context_test.c
2208 deps:
2209 - grpc_test_util
2210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 - gpr_test_util
2212 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002213- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214 build: test
2215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002216 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002217 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002218 deps:
2219 - grpc_test_util
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002223- name: grpc_byte_buffer_reader_test
2224 build: test
2225 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002226 src:
2227 - test/core/surface/byte_buffer_reader_test.c
2228 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_channel_args_test
2234 build: test
2235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002236 src:
2237 - test/core/channel/channel_args_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_stack_test
2244 build: test
2245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002246 src:
2247 - test/core/channel/channel_stack_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_completion_queue_test
2254 build: test
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
2257 - test/core/surface/completion_queue_test.c
2258 deps:
2259 - grpc_test_util
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002263- name: grpc_completion_queue_threading_test
2264 build: test
2265 language: c
2266 src:
2267 - test/core/surface/completion_queue_threading_test.c
2268 deps:
2269 - grpc_test_util
2270 - grpc
2271 - gpr_test_util
2272 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002273 exclude_iomgrs:
2274 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002275- name: grpc_create_jwt
2276 build: tool
2277 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002278 src:
2279 - test/core/security/create_jwt.c
2280 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002282 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002283 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002284- name: grpc_credentials_test
2285 build: test
2286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
2288 - test/core/security/credentials_test.c
2289 deps:
2290 - grpc_test_util
2291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002295 build: test
2296 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002297 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
2299 - test/core/security/fetch_oauth2.c
2300 deps:
2301 - grpc_test_util
2302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002303 - gpr_test_util
2304 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002305- name: grpc_invalid_channel_args_test
2306 build: test
2307 language: c
2308 src:
2309 - test/core/surface/invalid_channel_args_test.c
2310 deps:
2311 - grpc_test_util
2312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002313 - gpr_test_util
2314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002315- name: grpc_json_token_test
2316 build: test
2317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002318 src:
2319 - test/core/security/json_token_test.c
2320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002325 platforms:
2326 - linux
2327 - posix
2328 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002329- name: grpc_jwt_verifier_test
2330 build: test
2331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
2333 - test/core/security/jwt_verifier_test.c
2334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: grpc_print_google_default_creds_token
2340 build: tool
2341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/core/security/print_google_default_creds_token.c
2344 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002347- name: grpc_security_connector_test
2348 build: test
2349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002350 src:
2351 - test/core/security/security_connector_test.c
2352 deps:
2353 - grpc_test_util
2354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002355 - gpr_test_util
2356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: grpc_verify_jwt
2358 build: tool
2359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002360 src:
2361 - test/core/security/verify_jwt.c
2362 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002364 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002365- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002366 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002367 language: c
2368 src:
2369 - test/core/handshake/client_ssl.c
2370 deps:
2371 - grpc_test_util
2372 - grpc
2373 - gpr_test_util
2374 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002375 exclude_iomgrs:
2376 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002377 platforms:
2378 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002379 secure: true
2380- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002381 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002382 language: c
2383 src:
2384 - test/core/handshake/server_ssl.c
2385 deps:
2386 - grpc_test_util
2387 - grpc
2388 - gpr_test_util
2389 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002390 exclude_iomgrs:
2391 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002392 platforms:
2393 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002394 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002395- name: hpack_parser_fuzzer_test
2396 build: fuzzer
2397 language: c
2398 src:
2399 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
2403 - gpr_test_util
2404 - gpr
2405 corpus_dirs:
2406 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002407 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002408 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002409- name: hpack_parser_test
2410 build: test
2411 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002412 src:
2413 - test/core/transport/chttp2/hpack_parser_test.c
2414 deps:
2415 - grpc_test_util
2416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002417 - gpr_test_util
2418 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: hpack_table_test
2420 build: test
2421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
2423 - test/core/transport/chttp2/hpack_table_test.c
2424 deps:
2425 - grpc_test_util
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002429- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002430 build: test
2431 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002432 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002433 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002434 deps:
2435 - grpc_test_util
2436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 - gpr_test_util
2438 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002439- name: http_request_fuzzer_test
2440 build: fuzzer
2441 language: c
2442 src:
2443 - test/core/http/request_fuzzer.c
2444 deps:
2445 - grpc_test_util
2446 - grpc
2447 - gpr_test_util
2448 - gpr
2449 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002450 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002451 maxlen: 2048
2452- name: http_response_fuzzer_test
2453 build: fuzzer
2454 language: c
2455 src:
2456 - test/core/http/response_fuzzer.c
2457 deps:
2458 - grpc_test_util
2459 - grpc
2460 - gpr_test_util
2461 - gpr
2462 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002463 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002464 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002465- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466 build: test
2467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002468 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002469 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002470 deps:
2471 - grpc_test_util
2472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002473 - gpr_test_util
2474 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002476 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477 build: test
2478 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002479 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002480 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002481 deps:
2482 - grpc_test_util
2483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 - gpr_test_util
2485 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002486 platforms:
2487 - mac
2488 - linux
2489 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002490- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002491 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002492 build: test
2493 language: c
2494 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002495 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002496 deps:
2497 - grpc_test_util
2498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002499 - gpr_test_util
2500 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002501 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002502 - linux
yang-gf1183302015-12-07 16:02:05 -08002503- name: init_test
2504 build: test
2505 language: c
2506 src:
2507 - test/core/surface/init_test.c
2508 deps:
2509 - grpc_test_util
2510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002511 - gpr_test_util
2512 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002513- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002514 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002515 build: test
2516 language: c
2517 src:
2518 - test/core/end2end/invalid_call_argument_test.c
2519 deps:
2520 - grpc_test_util
2521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002522 - gpr_test_util
2523 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002524- name: json_fuzzer_test
2525 build: fuzzer
2526 language: c
2527 src:
2528 - test/core/json/fuzzer.c
2529 deps:
2530 - grpc_test_util
2531 - grpc
2532 - gpr_test_util
2533 - gpr
2534 corpus_dirs:
2535 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002536 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002537- name: json_rewrite
2538 build: test
2539 run: false
2540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002541 src:
2542 - test/core/json/json_rewrite.c
2543 deps:
2544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002546- name: json_rewrite_test
2547 build: test
2548 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002549 src:
2550 - test/core/json/json_rewrite_test.c
2551 deps:
2552 - grpc_test_util
2553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002554 - gpr_test_util
2555 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002556- name: json_stream_error_test
2557 build: test
2558 language: c
2559 src:
2560 - test/core/json/json_stream_error_test.c
2561 deps:
2562 - grpc_test_util
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566- name: json_test
2567 build: test
2568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002569 src:
2570 - test/core/json/json_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: lame_client_test
2577 build: test
2578 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002579 src:
2580 - test/core/surface/lame_client_test.c
2581 deps:
2582 - grpc_test_util
2583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002584 - gpr_test_util
2585 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002586- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002587 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002588 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002589 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002591 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002592 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002593 deps:
2594 - grpc_test_util
2595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002598- name: load_file_test
2599 build: test
2600 language: c
2601 src:
2602 - test/core/iomgr/load_file_test.c
2603 deps:
2604 - grpc_test_util
2605 - grpc
2606 - gpr_test_util
2607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002608- name: low_level_ping_pong_benchmark
2609 build: benchmark
2610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002611 src:
2612 - test/core/network_benchmarks/low_level_ping_pong.c
2613 deps:
2614 - grpc_test_util
2615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002616 - gpr_test_util
2617 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002618 platforms:
2619 - mac
2620 - linux
2621 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002622- name: memory_profile_client
2623 build: test
2624 run: false
2625 language: c
2626 src:
2627 - test/core/memory_usage/client.c
2628 deps:
2629 - grpc_test_util
2630 - grpc
2631 - gpr_test_util
2632 - gpr
2633- name: memory_profile_server
2634 build: test
2635 run: false
2636 language: c
2637 src:
2638 - test/core/memory_usage/server.c
2639 deps:
2640 - grpc_test_util
2641 - grpc
2642 - gpr_test_util
2643 - gpr
2644- name: memory_profile_test
2645 cpu_cost: 1.5
2646 build: test
2647 language: c
2648 src:
2649 - test/core/memory_usage/memory_usage_test.c
2650 deps:
2651 - grpc_test_util
2652 - grpc
2653 - gpr_test_util
2654 - gpr
2655 platforms:
2656 - mac
2657 - linux
2658 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002659- name: message_compress_test
2660 build: test
2661 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002662 src:
2663 - test/core/compression/message_compress_test.c
2664 deps:
2665 - grpc_test_util
2666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002667 - gpr_test_util
2668 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002669- name: minimal_stack_is_minimal_test
2670 build: test
2671 language: c
2672 src:
2673 - test/core/channel/minimal_stack_is_minimal_test.c
2674 deps:
2675 - grpc_test_util
2676 - grpc
2677 - gpr_test_util
2678 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002679- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002680 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002681 build: test
2682 language: c
2683 src:
2684 - test/core/census/mlog_test.c
2685 deps:
2686 - grpc_test_util
2687 - grpc
2688 - gpr_test_util
2689 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002690- name: multiple_server_queues_test
2691 build: test
2692 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002693 src:
2694 - test/core/end2end/multiple_server_queues_test.c
2695 deps:
2696 - grpc_test_util
2697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002698 - gpr_test_util
2699 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002700- name: murmur_hash_test
2701 build: test
2702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002703 src:
2704 - test/core/support/murmur_hash_test.c
2705 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002706 - gpr_test_util
2707 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002708- name: nanopb_fuzzer_response_test
2709 build: fuzzer
2710 language: c
2711 src:
2712 - test/core/nanopb/fuzzer_response.c
2713 deps:
2714 - grpc_test_util
2715 - grpc
2716 - gpr_test_util
2717 - gpr
2718 corpus_dirs:
2719 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002720 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002721- name: nanopb_fuzzer_serverlist_test
2722 build: fuzzer
2723 language: c
2724 src:
2725 - test/core/nanopb/fuzzer_serverlist.c
2726 deps:
2727 - grpc_test_util
2728 - grpc
2729 - gpr_test_util
2730 - gpr
2731 corpus_dirs:
2732 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002733 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002734- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002735 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002736 build: test
2737 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002738 src:
2739 - test/core/end2end/no_server_test.c
2740 deps:
2741 - grpc_test_util
2742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002743 - gpr_test_util
2744 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002745- name: num_external_connectivity_watchers_test
2746 build: test
2747 language: c
2748 src:
2749 - test/core/surface/num_external_connectivity_watchers_test.c
2750 deps:
2751 - grpc_test_util
2752 - grpc
2753 - gpr_test_util
2754 - gpr
2755 exclude_iomgrs:
2756 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002757- name: parse_address_test
2758 build: test
2759 language: c
2760 src:
2761 - test/core/client_channel/parse_address_test.c
2762 deps:
2763 - grpc_test_util
2764 - grpc
2765 - gpr_test_util
2766 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002767- name: percent_decode_fuzzer
2768 build: fuzzer
2769 language: c
2770 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002771 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002772 deps:
2773 - grpc_test_util
2774 - grpc
2775 - gpr_test_util
2776 - gpr
2777 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002778 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002779 maxlen: 32
2780- name: percent_encode_fuzzer
2781 build: fuzzer
2782 language: c
2783 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002784 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002785 deps:
2786 - grpc_test_util
2787 - grpc
2788 - gpr_test_util
2789 - gpr
2790 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002791 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002792 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002793- name: percent_encoding_test
2794 build: test
2795 language: c
2796 src:
2797 - test/core/slice/percent_encoding_test.c
2798 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002799 - grpc_test_util
2800 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002801 - gpr_test_util
2802 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002803- name: pollset_set_test
2804 build: test
2805 language: c
2806 src:
2807 - test/core/iomgr/pollset_set_test.c
2808 deps:
2809 - grpc_test_util
2810 - grpc
2811 - gpr_test_util
2812 - gpr
2813 exclude_iomgrs:
2814 - uv
2815 platforms:
2816 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002817- name: resolve_address_posix_test
2818 build: test
2819 language: c
2820 src:
2821 - test/core/iomgr/resolve_address_posix_test.c
2822 deps:
2823 - grpc_test_util
2824 - grpc
2825 - gpr_test_util
2826 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002827 exclude_iomgrs:
2828 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002829 platforms:
2830 - mac
2831 - linux
2832 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833- name: resolve_address_test
2834 build: test
2835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
2837 - test/core/iomgr/resolve_address_test.c
2838 deps:
2839 - grpc_test_util
2840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002841 - gpr_test_util
2842 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002843- name: resource_quota_test
2844 cpu_cost: 30
2845 build: test
2846 language: c
2847 src:
2848 - test/core/iomgr/resource_quota_test.c
2849 deps:
2850 - grpc_test_util
2851 - grpc
2852 - gpr_test_util
2853 - gpr
yang-gd482e592015-12-10 14:04:00 -08002854- name: secure_channel_create_test
2855 build: test
2856 language: c
2857 src:
2858 - test/core/surface/secure_channel_create_test.c
2859 deps:
2860 - grpc_test_util
2861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002862 - gpr_test_util
2863 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002864- name: secure_endpoint_test
2865 build: test
2866 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002867 src:
2868 - test/core/security/secure_endpoint_test.c
2869 deps:
2870 - grpc_test_util
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002874 exclude_iomgrs:
2875 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002876- name: sequential_connectivity_test
2877 build: test
2878 language: c
2879 src:
2880 - test/core/surface/sequential_connectivity_test.c
2881 deps:
2882 - grpc_test_util
2883 - grpc
2884 - gpr_test_util
2885 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002886 exclude_iomgrs:
2887 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002888- name: server_chttp2_test
2889 build: test
2890 language: c
2891 src:
2892 - test/core/surface/server_chttp2_test.c
2893 deps:
2894 - grpc_test_util
2895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002896 - gpr_test_util
2897 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002898- name: server_fuzzer
2899 build: fuzzer
2900 language: c
2901 src:
2902 - test/core/end2end/fuzzers/server_fuzzer.c
2903 deps:
2904 - grpc_test_util
2905 - grpc
2906 - gpr_test_util
2907 - gpr
2908 corpus_dirs:
2909 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002910 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002911 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002912- name: server_test
2913 build: test
2914 language: c
2915 src:
2916 - test/core/surface/server_test.c
2917 deps:
2918 - grpc_test_util
2919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002920 - gpr_test_util
2921 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002922- name: slice_buffer_test
2923 build: test
2924 language: c
2925 src:
2926 - test/core/slice/slice_buffer_test.c
2927 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002928 - grpc_test_util
2929 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002930 - gpr_test_util
2931 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002932- name: slice_hash_table_test
2933 build: test
2934 language: c
2935 src:
2936 - test/core/slice/slice_hash_table_test.c
2937 deps:
2938 - grpc_test_util
2939 - grpc
2940 - gpr_test_util
2941 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002942- name: slice_string_helpers_test
2943 build: test
2944 language: c
2945 src:
2946 - test/core/slice/slice_string_helpers_test.c
2947 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002948 - grpc_test_util
2949 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002950 - gpr_test_util
2951 - gpr
2952- name: slice_test
2953 build: test
2954 language: c
2955 src:
2956 - test/core/slice/slice_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
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002962- name: sockaddr_resolver_test
2963 build: test
2964 language: c
2965 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002966 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002967 deps:
2968 - grpc_test_util
2969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002970 - gpr_test_util
2971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002972- name: sockaddr_utils_test
2973 build: test
2974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002975 src:
2976 - test/core/iomgr/sockaddr_utils_test.c
2977 deps:
2978 - grpc_test_util
2979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002980 - gpr_test_util
2981 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002982- name: socket_utils_test
2983 build: test
2984 language: c
2985 src:
2986 - test/core/iomgr/socket_utils_test.c
2987 deps:
2988 - grpc_test_util
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr_test_util
2991 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002992 exclude_iomgrs:
2993 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002994 platforms:
2995 - mac
2996 - linux
2997 - posix
yang-g31e21282016-11-04 15:10:03 -07002998- name: ssl_server_fuzzer
2999 build: fuzzer
3000 language: c
3001 src:
3002 - test/core/security/ssl_server_fuzzer.c
3003 deps:
3004 - grpc_test_util
3005 - grpc
3006 - gpr_test_util
3007 - gpr
3008 corpus_dirs:
3009 - test/core/security/corpus/ssl_server_corpus
3010 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003011- name: status_conversion_test
3012 build: test
3013 language: c
3014 src:
3015 - test/core/transport/status_conversion_test.c
3016 deps:
3017 - grpc_test_util
3018 - grpc
3019 - gpr_test_util
3020 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003021- name: stream_compression_test
3022 build: test
3023 language: c
3024 src:
3025 - test/core/compression/stream_compression_test.c
3026 deps:
3027 - grpc_test_util
3028 - grpc
3029 - gpr_test_util
3030 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003031- name: stream_owned_slice_test
3032 build: test
3033 language: c
3034 src:
3035 - test/core/transport/stream_owned_slice_test.c
3036 deps:
3037 - grpc_test_util
3038 - grpc
3039 - gpr_test_util
3040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003042 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003043 build: test
3044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003045 src:
3046 - test/core/iomgr/tcp_client_posix_test.c
3047 deps:
3048 - grpc_test_util
3049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003050 - gpr_test_util
3051 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003052 exclude_iomgrs:
3053 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003054 platforms:
3055 - mac
3056 - linux
3057 - posix
murgatroid991191b722017-02-08 11:56:52 -08003058- name: tcp_client_uv_test
3059 cpu_cost: 0.5
3060 build: test
3061 language: c
3062 src:
3063 - test/core/iomgr/tcp_client_uv_test.c
3064 deps:
3065 - grpc_test_util
3066 - grpc
3067 - gpr_test_util
3068 - gpr
3069 exclude_iomgrs:
3070 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003071- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003072 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003073 build: test
3074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003075 src:
3076 - test/core/iomgr/tcp_posix_test.c
3077 deps:
3078 - grpc_test_util
3079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003080 - gpr_test_util
3081 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003082 exclude_iomgrs:
3083 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003084 platforms:
3085 - mac
3086 - linux
3087 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003088- name: tcp_server_posix_test
3089 build: test
3090 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003091 src:
3092 - test/core/iomgr/tcp_server_posix_test.c
3093 deps:
3094 - grpc_test_util
3095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003096 - gpr_test_util
3097 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003098 exclude_iomgrs:
3099 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003100 platforms:
3101 - mac
3102 - linux
3103 - posix
murgatroid991191b722017-02-08 11:56:52 -08003104- name: tcp_server_uv_test
3105 build: test
3106 language: c
3107 src:
3108 - test/core/iomgr/tcp_server_uv_test.c
3109 deps:
3110 - grpc_test_util
3111 - grpc
3112 - gpr_test_util
3113 - gpr
3114 exclude_iomgrs:
3115 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003116- name: time_averaged_stats_test
3117 build: test
3118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003119 src:
3120 - test/core/iomgr/time_averaged_stats_test.c
3121 deps:
3122 - grpc_test_util
3123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003124 - gpr_test_util
3125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003126- name: timeout_encoding_test
3127 build: test
3128 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003129 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003130 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003131 deps:
3132 - grpc_test_util
3133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003134 - gpr_test_util
3135 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003136- name: timer_heap_test
3137 build: test
3138 language: c
3139 src:
3140 - test/core/iomgr/timer_heap_test.c
3141 deps:
3142 - grpc_test_util
3143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003144 - gpr_test_util
3145 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003146 exclude_iomgrs:
3147 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003148- name: timer_list_test
3149 build: test
3150 language: c
3151 src:
3152 - test/core/iomgr/timer_list_test.c
3153 deps:
3154 - grpc_test_util
3155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003156 - gpr_test_util
3157 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003158 exclude_iomgrs:
3159 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003160- name: transport_connectivity_state_test
3161 build: test
3162 language: c
3163 src:
3164 - test/core/transport/connectivity_state_test.c
3165 deps:
3166 - grpc_test_util
3167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003168 - gpr_test_util
3169 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003170- name: transport_metadata_test
3171 build: test
3172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003173 src:
3174 - test/core/transport/metadata_test.c
3175 deps:
3176 - grpc_test_util
3177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003178 - gpr_test_util
3179 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003180- name: transport_pid_controller_test
3181 build: test
3182 language: c
3183 src:
3184 - test/core/transport/pid_controller_test.c
3185 deps:
3186 - grpc_test_util
3187 - grpc
3188 - gpr_test_util
3189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003190- name: transport_security_test
3191 build: test
3192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003193 src:
3194 - test/core/tsi/transport_security_test.c
3195 deps:
3196 - grpc_test_util
3197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003198 - gpr_test_util
3199 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003200 platforms:
3201 - linux
3202 - posix
3203 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003204- name: udp_server_test
3205 build: test
3206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003207 src:
3208 - test/core/iomgr/udp_server_test.c
3209 deps:
3210 - grpc_test_util
3211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003212 - gpr_test_util
3213 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003214 exclude_iomgrs:
3215 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003216 platforms:
3217 - mac
3218 - linux
3219 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003220- name: uri_fuzzer_test
3221 build: fuzzer
3222 language: c
3223 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003224 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003225 deps:
3226 - grpc_test_util
3227 - grpc
3228 - gpr_test_util
3229 - gpr
3230 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003231 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003232 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003233- name: uri_parser_test
3234 build: test
3235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003236 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003237 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003238 deps:
3239 - grpc_test_util
3240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003241 - gpr_test_util
3242 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003243- name: wakeup_fd_cv_test
3244 build: test
3245 language: c
3246 src:
3247 - test/core/iomgr/wakeup_fd_cv_test.c
3248 deps:
3249 - grpc_test_util
3250 - grpc
3251 - gpr_test_util
3252 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003253 exclude_iomgrs:
3254 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003255 platforms:
3256 - mac
3257 - linux
3258 - posix
vjpai04e992a2016-02-10 16:58:38 -08003259- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003260 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003261 build: test
3262 language: c++
3263 src:
3264 - test/cpp/common/alarm_cpp_test.cc
3265 deps:
3266 - grpc++_test_util
3267 - grpc_test_util
3268 - grpc++
3269 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003270 - gpr_test_util
3271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003272- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003273 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003274 build: test
3275 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003276 src:
3277 - test/cpp/end2end/async_end2end_test.cc
3278 deps:
3279 - grpc++_test_util
3280 - grpc_test_util
3281 - grpc++
3282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003283 - gpr_test_util
3284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003285- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003286 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003287 build: test
3288 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003289 src:
3290 - test/cpp/common/auth_property_iterator_test.cc
3291 deps:
3292 - grpc++_test_util
3293 - grpc_test_util
3294 - grpc++
3295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003296 - gpr_test_util
3297 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003298- name: bm_arena
3299 build: test
3300 language: c++
3301 src:
3302 - test/cpp/microbenchmarks/bm_arena.cc
3303 deps:
3304 - grpc_benchmark
3305 - benchmark
3306 - grpc++_test_util
3307 - grpc_test_util
3308 - grpc++
3309 - grpc
3310 - gpr_test_util
3311 - gpr
3312 args:
3313 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003314 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003315 platforms:
3316 - mac
3317 - linux
3318 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003319- name: bm_call_create
3320 build: test
3321 language: c++
3322 src:
3323 - test/cpp/microbenchmarks/bm_call_create.cc
3324 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003325 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003326 - benchmark
3327 - grpc++_test_util
3328 - grpc_test_util
3329 - grpc++
3330 - grpc
3331 - gpr_test_util
3332 - gpr
3333 args:
3334 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003335 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003336 platforms:
3337 - mac
3338 - linux
3339 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003340- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003341 build: test
3342 language: c++
3343 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003344 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003345 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003346 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003347 - benchmark
3348 - grpc++_test_util
3349 - grpc_test_util
3350 - grpc++
3351 - grpc
3352 - gpr_test_util
3353 - gpr
3354 args:
3355 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003356 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003357 platforms:
3358 - mac
3359 - linux
3360 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003361- name: bm_chttp2_transport
3362 build: test
3363 language: c++
3364 src:
3365 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3366 deps:
3367 - grpc_benchmark
3368 - benchmark
3369 - grpc++_test_util
3370 - grpc_test_util
3371 - grpc++
3372 - grpc
3373 - gpr_test_util
3374 - gpr
3375 args:
3376 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003377 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003378 platforms:
3379 - mac
3380 - linux
3381 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003382- name: bm_closure
3383 build: test
3384 language: c++
3385 src:
3386 - test/cpp/microbenchmarks/bm_closure.cc
3387 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003388 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003389 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003390 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003391 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003392 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003393 - grpc
3394 - gpr_test_util
3395 - gpr
3396 args:
3397 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003398 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003399 platforms:
3400 - mac
3401 - linux
3402 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003403- name: bm_cq
3404 build: test
3405 language: c++
3406 src:
3407 - test/cpp/microbenchmarks/bm_cq.cc
3408 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003409 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003410 - benchmark
3411 - grpc++_test_util
3412 - grpc_test_util
3413 - grpc++
3414 - grpc
3415 - gpr_test_util
3416 - gpr
3417 args:
3418 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003419 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003420 platforms:
3421 - mac
3422 - linux
3423 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003424- name: bm_cq_multiple_threads
3425 build: test
3426 language: c++
3427 src:
3428 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3429 deps:
3430 - grpc_benchmark
3431 - benchmark
3432 - grpc++_test_util
3433 - grpc_test_util
3434 - grpc++
3435 - grpc
3436 - gpr_test_util
3437 - gpr
3438 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003439 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003440 defaults: benchmark
3441 platforms:
3442 - mac
3443 - linux
3444 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003445- name: bm_error
3446 build: test
3447 language: c++
3448 src:
3449 - test/cpp/microbenchmarks/bm_error.cc
3450 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003451 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003452 - benchmark
3453 - grpc++_test_util
3454 - grpc_test_util
3455 - grpc++
3456 - grpc
3457 - gpr_test_util
3458 - gpr
3459 args:
3460 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003461 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003462 platforms:
3463 - mac
3464 - linux
3465 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003466- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003467 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003468 language: c++
3469 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003470 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003471 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003472 - grpc_benchmark
3473 - benchmark
3474 - grpc++_test_util
3475 - grpc_test_util
3476 - grpc++
3477 - grpc
3478 - gpr_test_util
3479 - gpr
3480 args:
3481 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003482 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003483 excluded_poll_engines:
3484 - poll
3485 - poll-cv
3486 platforms:
3487 - mac
3488 - linux
3489 - posix
3490 timeout_seconds: 1200
3491- name: bm_fullstack_streaming_pump
3492 build: test
3493 language: c++
3494 src:
3495 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003496 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003497 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003498 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003499 - grpc++_test_util
3500 - grpc_test_util
3501 - grpc++
3502 - grpc
3503 - gpr_test_util
3504 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003505 args:
3506 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003507 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003508 excluded_poll_engines:
3509 - poll
3510 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003511 platforms:
3512 - mac
3513 - linux
3514 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003515 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003516- name: bm_fullstack_trickle
3517 build: test
3518 language: c++
3519 src:
3520 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3521 deps:
3522 - grpc_benchmark
3523 - benchmark
3524 - grpc++_test_util
3525 - grpc_test_util
3526 - grpc++
3527 - grpc
3528 - gpr_test_util
3529 - gpr
3530 args:
3531 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003532 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003533 excluded_poll_engines:
3534 - poll
3535 - poll-cv
3536 platforms:
3537 - mac
3538 - linux
3539 - posix
3540 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003541- name: bm_fullstack_unary_ping_pong
3542 build: test
3543 language: c++
3544 src:
3545 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3546 deps:
3547 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003548 - benchmark
3549 - grpc++_test_util
3550 - grpc_test_util
3551 - grpc++
3552 - grpc
3553 - gpr_test_util
3554 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003555 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003556 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003557 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003558 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003559 - poll
3560 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003561 platforms:
3562 - mac
3563 - linux
3564 - posix
3565 timeout_seconds: 1200
3566- name: bm_metadata
3567 build: test
3568 language: c++
3569 src:
3570 - test/cpp/microbenchmarks/bm_metadata.cc
3571 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003572 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003573 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003574 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003575 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003576 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003577 - grpc
3578 - gpr_test_util
3579 - gpr
3580 args:
3581 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003582 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003583 platforms:
3584 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003585 - linux
3586 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003587- name: bm_pollset
3588 build: test
3589 language: c++
3590 src:
3591 - test/cpp/microbenchmarks/bm_pollset.cc
3592 deps:
3593 - grpc_benchmark
3594 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003595 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003596 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003597 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003598 - grpc
3599 - gpr_test_util
3600 - gpr
3601 args:
3602 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003603 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003604 platforms:
3605 - mac
3606 - linux
3607 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003608- name: channel_arguments_test
3609 gtest: true
3610 build: test
3611 language: c++
3612 src:
3613 - test/cpp/common/channel_arguments_test.cc
3614 deps:
3615 - grpc++
3616 - grpc
3617 - gpr
3618- name: channel_filter_test
3619 gtest: true
3620 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003621 language: c++
3622 src:
3623 - test/cpp/common/channel_filter_test.cc
3624 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003625 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003626 - grpc
3627 - gpr
3628- name: cli_call_test
3629 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003630 build: test
3631 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003632 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003633 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003634 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003635 - grpc_cli_libs
3636 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003637 - grpc_test_util
3638 - grpc++
3639 - grpc
3640 - gpr_test_util
3641 - gpr
3642- name: client_crash_test
3643 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003644 cpu_cost: 0.1
3645 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003646 language: c++
3647 src:
3648 - test/cpp/end2end/client_crash_test.cc
3649 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003650 - grpc++_test_util
3651 - grpc_test_util
3652 - grpc++
3653 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003654 - gpr_test_util
3655 - gpr
3656 platforms:
3657 - mac
3658 - linux
3659 - posix
3660- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003661 build: test
3662 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003663 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003664 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003665 - test/cpp/end2end/client_crash_test_server.cc
3666 deps:
3667 - grpc++_test_util
3668 - grpc_test_util
3669 - grpc++
3670 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003671 - gpr_test_util
3672 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003673- name: client_lb_end2end_test
3674 gtest: true
3675 build: test
3676 language: c++
3677 src:
3678 - test/cpp/end2end/client_lb_end2end_test.cc
3679 deps:
3680 - grpc++_test_util
3681 - grpc_test_util
3682 - grpc++
3683 - grpc
3684 - gpr_test_util
3685 - gpr
3686 excluded_poll_engines:
3687 - poll
3688 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003689- name: codegen_test_full
3690 gtest: true
3691 build: test
3692 language: c++
3693 src:
3694 - src/proto/grpc/testing/control.proto
3695 - src/proto/grpc/testing/messages.proto
3696 - src/proto/grpc/testing/payloads.proto
3697 - src/proto/grpc/testing/services.proto
3698 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003699 - test/cpp/codegen/codegen_test_full.cc
3700 deps:
3701 - grpc++
3702 - grpc
3703 - gpr
3704 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003705 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003706- name: codegen_test_minimal
3707 gtest: true
3708 build: test
3709 language: c++
3710 src:
3711 - src/proto/grpc/testing/control.proto
3712 - src/proto/grpc/testing/messages.proto
3713 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003714 - src/proto/grpc/testing/services.proto
3715 - src/proto/grpc/testing/stats.proto
3716 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003717 deps:
3718 - grpc
3719 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003720 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003721 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003722 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003723- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003724 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003725 build: test
3726 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003727 src:
3728 - test/cpp/client/credentials_test.cc
3729 deps:
3730 - grpc++
3731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003732 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003733- name: cxx_byte_buffer_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/util/byte_buffer_test.cc
3739 deps:
3740 - grpc_test_util
3741 - grpc++
3742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003743 - gpr_test_util
3744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003745- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003746 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003747 build: test
3748 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003749 src:
3750 - test/cpp/util/slice_test.cc
3751 deps:
3752 - grpc_test_util
3753 - grpc++
3754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003755 - gpr_test_util
3756 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003757- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003758 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003759 build: test
3760 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003761 src:
3762 - test/cpp/util/string_ref_test.cc
3763 deps:
3764 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003765 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003766- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003767 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003768 build: test
3769 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003770 src:
3771 - test/cpp/util/time_test.cc
3772 deps:
3773 - grpc_test_util
3774 - grpc++
3775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003776 - gpr_test_util
3777 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003778- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003779 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003780 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003781 build: test
3782 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003783 src:
3784 - test/cpp/end2end/end2end_test.cc
3785 deps:
3786 - grpc++_test_util
3787 - grpc_test_util
3788 - grpc++
3789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003790 - gpr_test_util
3791 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003792- name: error_details_test
3793 gtest: true
3794 build: test
3795 language: c++
3796 src:
3797 - src/proto/grpc/testing/echo_messages.proto
3798 - test/cpp/util/error_details_test.cc
3799 deps:
3800 - grpc++_error_details
3801 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003802- name: filter_end2end_test
3803 gtest: true
3804 build: test
3805 language: c++
3806 src:
3807 - test/cpp/end2end/filter_end2end_test.cc
3808 deps:
3809 - grpc++_test_util
3810 - grpc_test_util
3811 - grpc++
3812 - grpc
3813 - gpr_test_util
3814 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003815- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003816 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003817 build: test
3818 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003819 src:
3820 - test/cpp/end2end/generic_end2end_test.cc
3821 deps:
3822 - grpc++_test_util
3823 - grpc_test_util
3824 - grpc++
3825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003826 - gpr_test_util
3827 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003828- name: golden_file_test
3829 gtest: true
3830 build: test
3831 language: c++
3832 src:
3833 - src/proto/grpc/testing/compiler_test.proto
3834 - test/cpp/codegen/golden_file_test.cc
3835 deps:
3836 - grpc++
3837 - grpc
3838 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003839 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003840 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003841- name: grpc_cli
3842 build: test
3843 run: false
3844 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003845 src:
3846 - test/cpp/util/grpc_cli.cc
3847 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003848 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003849 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003850 - grpc++
3851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003852 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003853 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003854- name: grpc_cpp_plugin
3855 build: protoc
3856 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003857 src:
3858 - src/compiler/cpp_plugin.cc
3859 deps:
3860 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003861 secure: false
3862 vs_config_type: Application
3863 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3864- name: grpc_csharp_plugin
3865 build: protoc
3866 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003867 src:
3868 - src/compiler/csharp_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: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003874- name: grpc_node_plugin
3875 build: protoc
3876 language: c++
3877 src:
3878 - src/compiler/node_plugin.cc
3879 deps:
3880 - grpc_plugin_support
3881 secure: false
3882 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003883- name: grpc_objective_c_plugin
3884 build: protoc
3885 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003886 src:
3887 - src/compiler/objective_c_plugin.cc
3888 deps:
3889 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003890 secure: false
3891 vs_config_type: Application
3892 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003893- name: grpc_php_plugin
3894 build: protoc
3895 language: c++
3896 src:
3897 - src/compiler/php_plugin.cc
3898 deps:
3899 - grpc_plugin_support
3900 secure: false
3901 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003902- name: grpc_python_plugin
3903 build: protoc
3904 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003905 src:
3906 - src/compiler/python_plugin.cc
3907 deps:
3908 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003909 secure: false
3910 vs_config_type: Application
3911 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3912- name: grpc_ruby_plugin
3913 build: protoc
3914 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003915 src:
3916 - src/compiler/ruby_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: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003922- name: grpc_tool_test
3923 gtest: true
3924 build: test
3925 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003926 src:
3927 - src/proto/grpc/testing/echo.proto
3928 - src/proto/grpc/testing/echo_messages.proto
3929 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003930 deps:
3931 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003932 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003933 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003934 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003935 - grpc_test_util
3936 - grpc++
3937 - grpc
3938 - gpr_test_util
3939 - gpr
3940 filegroups:
3941 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003942- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003943 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003944 build: test
3945 language: c++
3946 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003947 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003948 - test/cpp/grpclb/grpclb_api_test.cc
3949 deps:
3950 - grpc++_test_util
3951 - grpc_test_util
3952 - grpc++
3953 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07003954- name: grpclb_end2end_test
3955 gtest: true
3956 build: test
3957 language: c++
3958 src:
3959 - src/proto/grpc/lb/v1/load_balancer.proto
3960 - test/cpp/end2end/grpclb_end2end_test.cc
3961 deps:
3962 - grpc++_test_util
3963 - grpc_test_util
3964 - grpc++
3965 - grpc
3966 - gpr_test_util
3967 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003968 excluded_poll_engines:
3969 - poll
3970 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07003971- name: grpclb_test
3972 gtest: false
3973 build: test
3974 language: c++
3975 src:
3976 - src/proto/grpc/lb/v1/load_balancer.proto
3977 - test/cpp/grpclb/grpclb_test.cc
3978 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003979 - grpc++_test_util
3980 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003981 - grpc++
3982 - grpc
3983 - gpr_test_util
3984 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003985 excluded_poll_engines:
3986 - poll
3987 - poll-cv
yang-gad327642016-12-12 14:32:09 -08003988- name: health_service_end2end_test
3989 gtest: true
3990 build: test
3991 language: c++
3992 src:
3993 - test/cpp/end2end/health_service_end2end_test.cc
3994 deps:
3995 - grpc++_test_util
3996 - grpc_test_util
3997 - grpc++
3998 - grpc
3999 - gpr_test_util
4000 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004001- name: http2_client
4002 build: test
4003 run: false
4004 language: c++
4005 src: []
4006 deps:
4007 - http2_client_main
4008 - grpc++_test_util
4009 - grpc_test_util
4010 - grpc++
4011 - grpc
4012 - grpc++_test_config
4013 platforms:
4014 - mac
4015 - linux
4016 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004017- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004018 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004019 build: test
4020 language: c++
4021 src:
4022 - test/cpp/end2end/hybrid_end2end_test.cc
4023 deps:
4024 - grpc++_test_util
4025 - grpc_test_util
4026 - grpc++
4027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004028 - gpr_test_util
4029 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004030- name: interop_client
4031 build: test
4032 run: false
4033 language: c++
4034 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004035 deps:
4036 - interop_client_main
4037 - interop_client_helper
4038 - grpc++_test_util
4039 - grpc_test_util
4040 - grpc++
4041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004042 - gpr_test_util
4043 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004044 - grpc++_test_config
4045 platforms:
4046 - mac
4047 - linux
4048 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004049- name: interop_server
4050 build: test
4051 run: false
4052 language: c++
4053 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004054 deps:
4055 - interop_server_main
4056 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004057 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004058 - grpc++_test_util
4059 - grpc_test_util
4060 - grpc++
4061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004062 - gpr_test_util
4063 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004064 - grpc++_test_config
4065 platforms:
4066 - mac
4067 - linux
4068 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004069- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004070 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004071 build: test
4072 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004073 src:
4074 - test/cpp/interop/interop_test.cc
4075 deps:
4076 - grpc_test_util
4077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004078 - gpr_test_util
4079 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004080 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004081 platforms:
4082 - mac
4083 - linux
4084 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004085- name: json_run_localhost
4086 build: test
4087 run: false
4088 language: c++
4089 src:
4090 - test/cpp/qps/json_run_localhost.cc
4091 deps:
4092 - grpc++_test_util
4093 - grpc_test_util
4094 - grpc++
4095 - grpc
4096 - gpr_test_util
4097 - gpr
4098 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004099 platforms:
4100 - mac
4101 - linux
4102 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004103- name: memory_test
4104 gtest: true
4105 build: test
4106 language: c++
4107 src:
4108 - test/core/support/memory_test.cc
4109 deps:
4110 - grpc_test_util
4111 - grpc++
4112 - grpc
4113 - gpr_test_util
4114 - gpr
4115 uses:
4116 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004117- name: metrics_client
4118 build: test
4119 run: false
4120 language: c++
4121 headers:
4122 - test/cpp/util/metrics_server.h
4123 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004124 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004125 - test/cpp/interop/metrics_client.cc
4126 deps:
4127 - grpc++
4128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004129 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004130 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004131- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004132 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004133 build: test
4134 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004135 headers:
4136 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004137 src:
4138 - test/cpp/end2end/mock_test.cc
4139 deps:
4140 - grpc++_test_util
4141 - grpc_test_util
4142 - grpc++
4143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004144 - gpr_test_util
4145 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004146- name: noop-benchmark
4147 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004148 language: c++
4149 src:
4150 - test/cpp/microbenchmarks/noop-benchmark.cc
4151 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004152 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004153 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004154- name: proto_server_reflection_test
4155 gtest: true
4156 build: test
4157 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004158 src:
4159 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004160 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004161 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004162 - grpc++_reflection
4163 - grpc++_test_util
4164 - grpc_test_util
4165 - grpc++
4166 - grpc
4167 - gpr_test_util
4168 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004169- name: proto_utils_test
4170 gtest: true
4171 build: test
4172 language: c++
4173 src:
4174 - test/cpp/codegen/proto_utils_test.cc
4175 deps:
4176 - grpc++
4177 - grpc
4178 filegroups:
4179 - grpc++_codegen_base
4180 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004181- name: qps_interarrival_test
4182 build: test
4183 run: false
4184 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004185 src:
4186 - test/cpp/qps/qps_interarrival_test.cc
4187 deps:
4188 - qps
4189 - grpc++_test_util
4190 - grpc_test_util
4191 - grpc++
4192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004193 - gpr_test_util
4194 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004195 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004196 platforms:
4197 - mac
4198 - linux
4199 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004200- name: qps_json_driver
4201 build: test
4202 run: false
4203 language: c++
4204 src:
4205 - test/cpp/qps/qps_json_driver.cc
4206 deps:
4207 - qps
4208 - grpc++_test_util
4209 - grpc_test_util
4210 - grpc++
4211 - grpc
4212 - gpr_test_util
4213 - gpr
4214 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004215- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004216 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004217 build: test
4218 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004219 src:
4220 - test/cpp/qps/qps_openloop_test.cc
4221 deps:
4222 - qps
4223 - grpc++_test_util
4224 - grpc_test_util
4225 - grpc++
4226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004227 - gpr_test_util
4228 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004229 - grpc++_test_config
4230 platforms:
4231 - mac
4232 - linux
4233 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004234- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004235 build: test
4236 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004237 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004238 headers:
4239 - test/cpp/qps/client.h
4240 - test/cpp/qps/server.h
4241 src:
4242 - test/cpp/qps/worker.cc
4243 deps:
4244 - qps
4245 - grpc++_test_util
4246 - grpc_test_util
4247 - grpc++
4248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004249 - gpr_test_util
4250 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004251 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004252- name: reconnect_interop_client
4253 build: test
4254 run: false
4255 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004256 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004257 - src/proto/grpc/testing/empty.proto
4258 - src/proto/grpc/testing/messages.proto
4259 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004260 - test/cpp/interop/reconnect_interop_client.cc
4261 deps:
4262 - grpc++_test_util
4263 - grpc_test_util
4264 - grpc++
4265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004266 - gpr_test_util
4267 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004268 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004269- name: reconnect_interop_server
4270 build: test
4271 run: false
4272 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004273 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004274 - src/proto/grpc/testing/empty.proto
4275 - src/proto/grpc/testing/messages.proto
4276 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004277 - test/cpp/interop/reconnect_interop_server.cc
4278 deps:
4279 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004280 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004281 - grpc++_test_util
4282 - grpc_test_util
4283 - grpc++
4284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004285 - gpr_test_util
4286 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004287 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004288- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004289 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004290 build: test
4291 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004292 src:
4293 - test/cpp/common/secure_auth_context_test.cc
4294 deps:
4295 - grpc++_test_util
4296 - grpc_test_util
4297 - grpc++
4298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004299 - gpr_test_util
4300 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004301- name: secure_sync_unary_ping_pong_test
4302 build: test
4303 language: c++
4304 src:
4305 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4306 deps:
4307 - qps
4308 - grpc++_test_util
4309 - grpc_test_util
4310 - grpc++
4311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004312 - gpr_test_util
4313 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004314 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004315 platforms:
4316 - mac
4317 - linux
4318 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004319- name: server_builder_plugin_test
4320 gtest: true
4321 build: test
4322 language: c++
4323 src:
4324 - test/cpp/end2end/server_builder_plugin_test.cc
4325 deps:
4326 - grpc++_test_util
4327 - grpc_test_util
4328 - grpc++
4329 - grpc
4330 - gpr_test_util
4331 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004332- name: server_builder_test
4333 gtest: true
4334 build: test
4335 language: c++
4336 src:
4337 - src/proto/grpc/testing/echo_messages.proto
4338 - src/proto/grpc/testing/echo.proto
4339 - test/cpp/server/server_builder_test.cc
4340 deps:
4341 - grpc++_test_util
4342 - grpc_test_util
4343 - gpr_test_util
4344 - grpc++
4345 - grpc
4346 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004347- name: server_context_test_spouse_test
4348 gtest: true
4349 build: test
4350 language: c++
4351 src:
4352 - test/cpp/test/server_context_test_spouse_test.cc
4353 deps:
4354 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004355 - grpc++
4356 - grpc
4357 - gpr_test_util
4358 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004359 uses:
4360 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004361- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004362 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004363 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004364 build: test
4365 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004366 src:
4367 - test/cpp/end2end/server_crash_test.cc
4368 deps:
4369 - grpc++_test_util
4370 - grpc_test_util
4371 - grpc++
4372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004373 - gpr_test_util
4374 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004375 platforms:
4376 - mac
4377 - linux
4378 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004379- name: server_crash_test_client
4380 build: test
4381 run: false
4382 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004383 src:
4384 - test/cpp/end2end/server_crash_test_client.cc
4385 deps:
4386 - grpc++_test_util
4387 - grpc_test_util
4388 - grpc++
4389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004390 - gpr_test_util
4391 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004392- name: server_request_call_test
4393 gtest: true
4394 build: test
4395 language: c++
4396 src:
4397 - src/proto/grpc/testing/echo_messages.proto
4398 - src/proto/grpc/testing/echo.proto
4399 - test/cpp/server/server_request_call_test.cc
4400 deps:
4401 - grpc++_test_util
4402 - grpc_test_util
4403 - gpr_test_util
4404 - grpc++
4405 - grpc
4406 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004407- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004408 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004409 build: test
4410 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004411 src:
4412 - test/cpp/end2end/shutdown_test.cc
4413 deps:
4414 - grpc++_test_util
4415 - grpc_test_util
4416 - grpc++
4417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004418 - gpr_test_util
4419 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004420- name: status_test
4421 build: test
4422 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004423 src:
4424 - test/cpp/util/status_test.cc
4425 deps:
4426 - grpc_test_util
4427 - grpc++
4428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004429 - gpr_test_util
4430 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004431- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004432 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004433 build: test
4434 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004435 src:
4436 - test/cpp/end2end/streaming_throughput_test.cc
4437 deps:
4438 - grpc++_test_util
4439 - grpc_test_util
4440 - grpc++
4441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004442 - gpr_test_util
4443 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004444 platforms:
4445 - mac
4446 - linux
4447 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004448- name: stress_test
4449 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004450 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004451 language: c++
4452 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004453 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004454 - test/cpp/interop/interop_client.h
4455 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004456 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004457 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004458 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004459 - src/proto/grpc/testing/empty.proto
4460 - src/proto/grpc/testing/messages.proto
4461 - src/proto/grpc/testing/metrics.proto
4462 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004463 - test/cpp/interop/interop_client.cc
4464 - test/cpp/interop/stress_interop_client.cc
4465 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004466 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004467 deps:
4468 - grpc++_test_util
4469 - grpc_test_util
4470 - grpc++
4471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004472 - gpr_test_util
4473 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004474 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004475- name: thread_manager_test
4476 build: test
4477 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004478 src:
4479 - test/cpp/thread_manager/thread_manager_test.cc
4480 deps:
4481 - grpc++
4482 - grpc
4483 - gpr
4484 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004485- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004486 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004487 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004488 build: test
4489 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004490 src:
4491 - test/cpp/end2end/thread_stress_test.cc
4492 deps:
4493 - grpc++_test_util
4494 - grpc_test_util
4495 - grpc++
4496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004497 - gpr_test_util
4498 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004499 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004500- name: writes_per_rpc_test
4501 gtest: true
4502 cpu_cost: 0.5
4503 build: test
4504 language: c++
4505 src:
4506 - test/cpp/performance/writes_per_rpc_test.cc
4507 deps:
4508 - grpc++_test_util
4509 - grpc_test_util
4510 - grpc++
4511 - grpc
4512 - gpr_test_util
4513 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004514 platforms:
4515 - mac
4516 - linux
4517 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004518- name: public_headers_must_be_c89
4519 build: test
4520 language: c89
4521 src:
4522 - test/core/surface/public_headers_must_be_c89.c
4523 deps:
4524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004526vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004527- linkage: static
4528 name: grpc.dependencies.zlib
4529 props: false
4530 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004531 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004532- linkage: static
4533 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004534 props: true
4535 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004536 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004537- name: gflags
4538 props: false
4539 redist: false
4540 version: 2.1.2.1
4541- name: gtest
4542 props: false
4543 redist: false
4544 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004545configs:
4546 asan:
4547 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004548 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4549 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004550 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004551 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004552 LDFLAGS: -fsanitize=address
4553 LDXX: clang++
4554 compile_the_world: true
4555 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004556 ASAN_OPTIONS: detect_leaks=1:color=always
4557 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004558 asan-noleaks:
4559 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004560 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4561 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004562 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004563 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004564 LDFLAGS: -fsanitize=address
4565 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004566 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004567 test_environ:
4568 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004569 asan-trace-cmp:
4570 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004571 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4572 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004573 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004574 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004575 LDFLAGS: -fsanitize=address
4576 LDXX: clang++
4577 compile_the_world: true
4578 test_environ:
4579 ASAN_OPTIONS: detect_leaks=1:color=always
4580 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004581 basicprof:
4582 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4583 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004584 c++-compat:
4585 CFLAGS: -Wc++-compat
4586 CPPFLAGS: -O0
4587 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004588 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004589 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004590 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004591 dbg:
4592 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004593 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004594 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004595 gcov:
4596 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004597 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004598 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004599 DEFINES: _DEBUG DEBUG GPR_GCOV
4600 LD: gcc
4601 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4602 LDXX: g++
4603 helgrind:
4604 CPPFLAGS: -O0
4605 DEFINES: _DEBUG DEBUG
4606 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004607 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004608 lto:
4609 CPPFLAGS: -O2
4610 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004611 memcheck:
4612 CPPFLAGS: -O0
4613 DEFINES: _DEBUG DEBUG
4614 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004615 valgrind: --tool=memcheck --leak-check=full
4616 msan:
4617 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004618 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4619 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4620 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004621 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004622 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004623 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004624 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4625 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4626 LDXX: clang++
4627 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004628 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004629 CPPFLAGS: -O3 -fno-omit-frame-pointer
4630 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004631 LDFLAGS: -rdynamic
4632 opt:
4633 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004634 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004635 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004636 stapprof:
4637 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4638 DEFINES: NDEBUG
4639 tsan:
4640 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004641 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004642 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004643 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004644 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004645 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004646 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004647 LDXX: clang++
4648 compile_the_world: true
4649 test_environ:
4650 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004651 ubsan:
4652 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004653 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4654 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004655 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004656 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004657 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004658 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004659 LDXX: clang++
4660 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004661 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004662 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004663defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004664 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004665 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004666 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4667 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004668 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4669 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004670 benchmark:
4671 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004672 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004673 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004674 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004675 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004676 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004677 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004678 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004679 LDFLAGS: -g
4680 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004681 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004682 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004683node_modules:
4684- deps:
4685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004686 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004687 - boringssl
4688 - z
murgatroid9994a75412015-11-19 14:04:53 -08004689 headers:
4690 - src/node/ext/byte_buffer.h
4691 - src/node/ext/call.h
4692 - src/node/ext/call_credentials.h
4693 - src/node/ext/channel.h
4694 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004695 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004696 - src/node/ext/server.h
4697 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004698 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004699 - src/node/ext/timeval.h
4700 js:
4701 - src/node/index.js
4702 - src/node/src/client.js
4703 - src/node/src/common.js
4704 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004705 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004706 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004707 - src/node/src/metadata.js
4708 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004709 name: grpc_node
4710 src:
4711 - src/node/ext/byte_buffer.cc
4712 - src/node/ext/call.cc
4713 - src/node/ext/call_credentials.cc
4714 - src/node/ext/channel.cc
4715 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004716 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004717 - src/node/ext/node_grpc.cc
4718 - src/node/ext/server.cc
4719 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004720 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004721 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004722openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004723 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004724 extraction_dir: openssl-1.0.2f
4725 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004726php_config_m4:
4727 deps:
4728 - grpc
4729 - gpr
4730 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004731 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004732 headers:
4733 - src/php/ext/grpc/byte_buffer.h
4734 - src/php/ext/grpc/call.h
4735 - src/php/ext/grpc/call_credentials.h
4736 - src/php/ext/grpc/channel.h
4737 - src/php/ext/grpc/channel_credentials.h
4738 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004739 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004740 - src/php/ext/grpc/php_grpc.h
4741 - src/php/ext/grpc/server.h
4742 - src/php/ext/grpc/server_credentials.h
4743 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004744 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004745 src:
4746 - src/php/ext/grpc/byte_buffer.c
4747 - src/php/ext/grpc/call.c
4748 - src/php/ext/grpc/call_credentials.c
4749 - src/php/ext/grpc/channel.c
4750 - src/php/ext/grpc/channel_credentials.c
4751 - src/php/ext/grpc/completion_queue.c
4752 - src/php/ext/grpc/php_grpc.c
4753 - src/php/ext/grpc/server.c
4754 - src/php/ext/grpc/server_credentials.c
4755 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004756python_dependencies:
4757 deps:
4758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004759 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004760 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004761 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004762 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004763ruby_gem:
4764 deps:
4765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004766 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004767 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004768 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004769 - z