blob: 5dac7706147fe0a6e06fa3d7bd13ac4163f47bcc [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Sree Kuchibhotla9a7bab52017-03-29 11:51:25 -070015 core_version: 4.0.0-dev
David Garcia Quintasae64b012017-04-21 16:12:39 -070016 g_stands_for: gregarious
David Garcia Quintasaebcdbd2017-05-30 14:14:27 -070017 version: 1.5.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Vizerai0359e122017-04-28 20:06:58 -070030 - src/core/ext/census/intrusive_hash_map.h
Vizeraic1947ef2017-05-23 16:13:25 -070031 - src/core/ext/census/intrusive_hash_map_internal.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070033 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070034 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070035 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080036 - src/core/ext/census/trace_label.h
37 - src/core/ext/census/trace_propagation.h
38 - src/core/ext/census/trace_status.h
39 - src/core/ext/census/trace_string.h
40 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070041 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070042 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070043 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070044 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070045 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070046 - src/core/ext/census/grpc_context.c
47 - src/core/ext/census/grpc_filter.c
48 - src/core/ext/census/grpc_plugin.c
49 - src/core/ext/census/initialize.c
Vizerai0359e122017-04-28 20:06:58 -070050 - src/core/ext/census/intrusive_hash_map.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070051 - src/core/ext/census/mlog.c
52 - src/core/ext/census/operation.c
53 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070054 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070055 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070056 - src/core/ext/census/tracing.c
57 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070058 uses:
59 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070060 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070061- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 public_headers:
63 - include/grpc/support/alloc.h
64 - include/grpc/support/atm.h
65 - include/grpc/support/atm_gcc_atomic.h
66 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070067 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 - include/grpc/support/avl.h
69 - include/grpc/support/cmdline.h
70 - include/grpc/support/cpu.h
71 - include/grpc/support/histogram.h
72 - include/grpc/support/host_port.h
73 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070074 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010075 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010076 - include/grpc/support/string_util.h
77 - include/grpc/support/subprocess.h
78 - include/grpc/support/sync.h
79 - include/grpc/support/sync_generic.h
80 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070081 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010082 - include/grpc/support/thd.h
83 - include/grpc/support/time.h
84 - include/grpc/support/tls.h
85 - include/grpc/support/tls_gcc.h
86 - include/grpc/support/tls_msvc.h
87 - include/grpc/support/tls_pthread.h
88 - include/grpc/support/useful.h
89 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070090 - src/core/lib/profiling/timers.h
Craig Tiller9202b3f2017-03-12 22:30:38 -070091 - src/core/lib/support/arena.h
Craig Tiller4d780a52017-04-12 13:47:18 -070092 - src/core/lib/support/atomic.h
93 - src/core/lib/support/atomic_with_atm.h
94 - src/core/lib/support/atomic_with_std.h
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/backoff.h
96 - src/core/lib/support/block_annotate.h
97 - src/core/lib/support/env.h
Craig Tillerb3d70102017-03-31 14:17:09 -070098 - src/core/lib/support/memory.h
Craig Tiller57726ca2016-09-12 11:59:45 -070099 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700100 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -0800101 - src/core/lib/support/spinlock.h
Ken Paysona4710a02017-07-10 16:49:59 -0700102 - src/core/lib/support/stack_lockfree.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700103 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700104 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700105 - src/core/lib/support/thd_internal.h
106 - src/core/lib/support/time_precise.h
107 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100108 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700109 - src/core/lib/profiling/basic_timers.c
110 - src/core/lib/profiling/stap_timers.c
111 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700112 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700113 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/avl.c
115 - src/core/lib/support/backoff.c
116 - src/core/lib/support/cmdline.c
117 - src/core/lib/support/cpu_iphone.c
118 - src/core/lib/support/cpu_linux.c
119 - src/core/lib/support/cpu_posix.c
120 - src/core/lib/support/cpu_windows.c
121 - src/core/lib/support/env_linux.c
122 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700123 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700124 - src/core/lib/support/histogram.c
125 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700126 - src/core/lib/support/log.c
127 - src/core/lib/support/log_android.c
128 - src/core/lib/support/log_linux.c
129 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700130 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700131 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700132 - src/core/lib/support/murmur_hash.c
Ken Paysona4710a02017-07-10 16:49:59 -0700133 - src/core/lib/support/stack_lockfree.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/string.c
135 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700136 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/subprocess_posix.c
139 - src/core/lib/support/subprocess_windows.c
140 - src/core/lib/support/sync.c
141 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/thd.c
144 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700145 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700146 - src/core/lib/support/time.c
147 - src/core/lib/support/time_posix.c
148 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700149 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700150 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200151 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700152 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700153 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700154 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700155 uses:
156 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800157- name: gpr_codegen
158 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/atm.h
160 - include/grpc/impl/codegen/atm_gcc_atomic.h
161 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700162 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800163 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700164 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800165 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800166 - include/grpc/impl/codegen/sync.h
167 - include/grpc/impl/codegen/sync_generic.h
168 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700169 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700170- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700171 public_headers:
172 - include/grpc/byte_buffer.h
173 - include/grpc/byte_buffer_reader.h
174 - include/grpc/compression.h
175 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700176 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200177 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800178 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700179 - include/grpc/slice.h
180 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700181 - include/grpc/status.h
Muxi Yan1d3ce9a2017-05-15 16:01:17 -0700182 - include/grpc/support/workaround_list.h
Craig Tiller25834342015-09-25 08:08:24 -0700183 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/channel/channel_args.h
185 - src/core/lib/channel/channel_stack.h
186 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/channel/connected_channel.h
188 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700189 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800190 - src/core/lib/channel/handshaker_factory.h
191 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700192 - src/core/lib/compression/algorithm_metadata.h
193 - src/core/lib/compression/message_compress.h
Muxi Yane87a7e12017-06-29 16:53:24 -0700194 - src/core/lib/compression/stream_compression.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/http/format_request.h
196 - src/core/lib/http/httpcli.h
197 - src/core/lib/http/parser.h
198 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700199 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/iomgr/endpoint.h
201 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700202 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800203 - src/core/lib/iomgr/error_internal.h
Craig Tillerc67cc992017-04-27 10:15:51 -0700204 - src/core/lib/iomgr/ev_epoll1_linux.h
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700205 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700206 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
Craig Tillerf4360d72017-04-07 08:51:00 -0700207 - src/core/lib/iomgr/ev_epollex_linux.h
Craig Tillerc67cc992017-04-27 10:15:51 -0700208 - src/core/lib/iomgr/ev_epollsig_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700209 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700210 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/exec_ctx.h
212 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/iocp_windows.h
214 - src/core/lib/iomgr/iomgr.h
215 - src/core/lib/iomgr/iomgr_internal.h
216 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller819cd882017-04-25 13:18:22 -0700217 - src/core/lib/iomgr/is_epollexclusive_available.h
Craig Tiller85178862016-05-18 16:09:16 -0700218 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700219 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700220 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700221 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700225 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700227 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700229 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/sockaddr.h
231 - src/core/lib/iomgr/sockaddr_posix.h
232 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700233 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500234 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700235 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700236 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/socket_utils_posix.h
238 - src/core/lib/iomgr/socket_windows.h
Craig Tiller819cd882017-04-25 13:18:22 -0700239 - src/core/lib/iomgr/sys_epoll_wrapper.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700241 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/tcp_posix.h
243 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700244 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700245 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/tcp_windows.h
247 - src/core/lib/iomgr/time_averaged_stats.h
248 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700249 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/timer_heap.h
Craig Tillerc3571792017-05-02 12:33:38 -0700251 - src/core/lib/iomgr/timer_manager.h
murgatroid999030c812016-09-16 13:25:08 -0700252 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/iomgr/udp_server.h
254 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700255 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/iomgr/wakeup_fd_pipe.h
257 - src/core/lib/iomgr/wakeup_fd_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/json/json.h
259 - src/core/lib/json/json_common.h
260 - src/core/lib/json/json_reader.h
261 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700262 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700263 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800264 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800265 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700266 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/surface/api_trace.h
268 - src/core/lib/surface/call.h
269 - src/core/lib/surface/call_test_only.h
270 - src/core/lib/surface/channel.h
271 - src/core/lib/surface/channel_init.h
272 - src/core/lib/surface/channel_stack_type.h
273 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700274 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/surface/event_string.h
276 - src/core/lib/surface/init.h
277 - src/core/lib/surface/lame_client.h
278 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800279 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700280 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800283 - src/core/lib/transport/error_utils.h
284 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/transport/metadata.h
286 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700287 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700288 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800290 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400291 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/transport/transport.h
293 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700294 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/channel/channel_args.c
296 - src/core/lib/channel/channel_stack.c
297 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700299 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800300 - src/core/lib/channel/handshaker_factory.c
301 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700302 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/compression/message_compress.c
Muxi Yane87a7e12017-06-29 16:53:24 -0700304 - src/core/lib/compression/stream_compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/http/format_request.c
306 - src/core/lib/http/httpcli.c
307 - src/core/lib/http/parser.c
308 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700309 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/endpoint.c
311 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700312 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700314 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700315 - src/core/lib/iomgr/ev_epoll1_linux.c
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700316 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700317 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700318 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700319 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700320 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700321 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200322 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/exec_ctx.c
324 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/iocp_windows.c
326 - src/core/lib/iomgr/iomgr.c
327 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700330 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700331 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700332 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700333 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700334 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700335 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700337 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/pollset_windows.c
339 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700342 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500344 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700345 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700346 - src/core/lib/iomgr/socket_utils_common_posix.c
347 - src/core/lib/iomgr/socket_utils_linux.c
348 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700350 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700351 - src/core/lib/iomgr/socket_windows.c
352 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700353 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700354 - src/core/lib/iomgr/tcp_client_windows.c
355 - src/core/lib/iomgr/tcp_posix.c
356 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700357 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700358 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
359 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700360 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700362 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700363 - src/core/lib/iomgr/tcp_windows.c
364 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700365 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700367 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700368 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/iomgr/udp_server.c
370 - src/core/lib/iomgr/unix_sockets_posix.c
371 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700372 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700373 - src/core/lib/iomgr/wakeup_fd_eventfd.c
374 - src/core/lib/iomgr/wakeup_fd_nospecial.c
375 - src/core/lib/iomgr/wakeup_fd_pipe.c
376 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700377 - src/core/lib/json/json.c
378 - src/core/lib/json/json_reader.c
379 - src/core/lib/json/json_string.c
380 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700381 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700382 - src/core/lib/slice/percent_encoding.c
383 - src/core/lib/slice/slice.c
384 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800385 - src/core/lib/slice/slice_hash_table.c
386 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700387 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/surface/alarm.c
389 - src/core/lib/surface/api_trace.c
390 - src/core/lib/surface/byte_buffer.c
391 - src/core/lib/surface/byte_buffer_reader.c
392 - src/core/lib/surface/call.c
393 - src/core/lib/surface/call_details.c
394 - src/core/lib/surface/call_log_batch.c
395 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700396 - src/core/lib/surface/channel_init.c
397 - src/core/lib/surface/channel_ping.c
398 - src/core/lib/surface/channel_stack_type.c
399 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700400 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700402 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700403 - src/core/lib/surface/metadata_array.c
404 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700405 - src/core/lib/surface/validate_metadata.c
406 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700407 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700408 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700409 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800410 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700411 - src/core/lib/transport/metadata.c
412 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700413 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700414 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700415 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800416 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400417 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700418 - src/core/lib/transport/transport.c
419 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700420 deps:
421 - gpr
422 uses:
423 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700424 - grpc_trace
Mark D. Roth2137cd82016-09-14 09:04:00 -0700425- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700426 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700427 - src/core/ext/filters/client_channel/client_channel.h
428 - src/core/ext/filters/client_channel/client_channel_factory.h
429 - src/core/ext/filters/client_channel/connector.h
430 - src/core/ext/filters/client_channel/http_connect_handshaker.h
431 - src/core/ext/filters/client_channel/http_proxy.h
432 - src/core/ext/filters/client_channel/lb_policy.h
433 - src/core/ext/filters/client_channel/lb_policy_factory.h
434 - src/core/ext/filters/client_channel/lb_policy_registry.h
435 - src/core/ext/filters/client_channel/parse_address.h
436 - src/core/ext/filters/client_channel/proxy_mapper.h
437 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
438 - src/core/ext/filters/client_channel/resolver.h
439 - src/core/ext/filters/client_channel/resolver_factory.h
440 - src/core/ext/filters/client_channel/resolver_registry.h
441 - src/core/ext/filters/client_channel/retry_throttle.h
442 - src/core/ext/filters/client_channel/subchannel.h
443 - src/core/ext/filters/client_channel/subchannel_index.h
444 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700445 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700446 - src/core/ext/filters/client_channel/channel_connectivity.c
447 - src/core/ext/filters/client_channel/client_channel.c
448 - src/core/ext/filters/client_channel/client_channel_factory.c
449 - src/core/ext/filters/client_channel/client_channel_plugin.c
450 - src/core/ext/filters/client_channel/connector.c
451 - src/core/ext/filters/client_channel/http_connect_handshaker.c
452 - src/core/ext/filters/client_channel/http_proxy.c
453 - src/core/ext/filters/client_channel/lb_policy.c
454 - src/core/ext/filters/client_channel/lb_policy_factory.c
455 - src/core/ext/filters/client_channel/lb_policy_registry.c
456 - src/core/ext/filters/client_channel/parse_address.c
457 - src/core/ext/filters/client_channel/proxy_mapper.c
458 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
459 - src/core/ext/filters/client_channel/resolver.c
460 - src/core/ext/filters/client_channel/resolver_factory.c
461 - src/core/ext/filters/client_channel/resolver_registry.c
462 - src/core/ext/filters/client_channel/retry_throttle.c
463 - src/core/ext/filters/client_channel/subchannel.c
464 - src/core/ext/filters/client_channel/subchannel_index.c
465 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700466 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700467 uses:
468 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700469 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800470- name: grpc_codegen
471 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700472 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800473 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800474 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800475 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800476 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800477 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700478 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800479 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700480 uses:
481 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700482- name: grpc_deadline_filter
483 headers:
484 - src/core/ext/filters/deadline/deadline_filter.h
485 src:
486 - src/core/ext/filters/deadline/deadline_filter.c
487 plugin: grpc_deadline_filter
488 uses:
489 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700490- name: grpc_http_filters
491 headers:
492 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700493 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700494 - src/core/ext/filters/http/server/http_server_filter.h
495 src:
496 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700497 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700498 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700499 - src/core/ext/filters/http/server/http_server_filter.c
500 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700501 uses:
502 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700503- name: grpc_lb_policy_grpclb
504 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700505 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700506 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
507 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700508 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700509 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
510 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700511 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700512 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700513 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
514 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700515 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700516 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
517 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800518 plugin: grpc_lb_policy_grpclb
519 uses:
520 - grpc_base
521 - grpc_client_channel
522 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700523 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800524- name: grpc_lb_policy_grpclb_secure
525 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700526 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700527 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
528 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700529 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700530 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
531 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800532 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700533 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700534 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
535 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700536 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700537 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
538 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700539 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700540 uses:
541 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700542 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700543 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700544 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700545 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700546- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700547 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700548 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700549 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700550 uses:
551 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700552 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700553- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700554 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700555 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700556 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700557 uses:
558 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700559 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700560- name: grpc_load_reporting
561 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700562 - src/core/ext/filters/load_reporting/load_reporting.h
563 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700564 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700565 - src/core/ext/filters/load_reporting/load_reporting.c
566 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700567 plugin: grpc_load_reporting_plugin
568 uses:
569 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700570- name: grpc_max_age_filter
571 headers:
572 - src/core/ext/filters/max_age/max_age_filter.h
573 src:
574 - src/core/ext/filters/max_age/max_age_filter.c
575 plugin: grpc_max_age_filter
576 uses:
577 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700578- name: grpc_message_size_filter
579 headers:
580 - src/core/ext/filters/message_size/message_size_filter.h
581 src:
582 - src/core/ext/filters/message_size/message_size_filter.c
583 plugin: grpc_message_size_filter
584 uses:
585 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700586- name: grpc_resolver_dns_ares
587 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700588 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
589 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700590 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700591 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
592 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
593 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700594 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700595 plugin: grpc_resolver_dns_ares
596 uses:
597 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700598 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700599- name: grpc_resolver_dns_native
600 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700601 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700602 plugin: grpc_resolver_dns_native
603 uses:
604 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700605 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700606- name: grpc_resolver_fake
607 headers:
608 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
609 src:
610 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
611 plugin: grpc_resolver_fake
612 uses:
613 - grpc_base
614 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700615- name: grpc_resolver_sockaddr
616 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700617 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700618 plugin: grpc_resolver_sockaddr
619 uses:
620 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700621 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100622- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700623 public_headers:
624 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100625 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700626 - src/core/lib/security/context/security_context.h
627 - src/core/lib/security/credentials/composite/composite_credentials.h
628 - src/core/lib/security/credentials/credentials.h
629 - src/core/lib/security/credentials/fake/fake_credentials.h
630 - src/core/lib/security/credentials/google_default/google_default_credentials.h
631 - src/core/lib/security/credentials/iam/iam_credentials.h
632 - src/core/lib/security/credentials/jwt/json_token.h
633 - src/core/lib/security/credentials/jwt/jwt_credentials.h
634 - src/core/lib/security/credentials/jwt/jwt_verifier.h
635 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
636 - src/core/lib/security/credentials/plugin/plugin_credentials.h
637 - src/core/lib/security/credentials/ssl/ssl_credentials.h
638 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800639 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700640 - src/core/lib/security/transport/secure_endpoint.h
641 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800642 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700643 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700644 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100645 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700646 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700647 - src/core/lib/security/context/security_context.c
648 - src/core/lib/security/credentials/composite/composite_credentials.c
649 - src/core/lib/security/credentials/credentials.c
650 - src/core/lib/security/credentials/credentials_metadata.c
651 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700652 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700653 - src/core/lib/security/credentials/google_default/google_default_credentials.c
654 - src/core/lib/security/credentials/iam/iam_credentials.c
655 - src/core/lib/security/credentials/jwt/json_token.c
656 - src/core/lib/security/credentials/jwt/jwt_credentials.c
657 - src/core/lib/security/credentials/jwt/jwt_verifier.c
658 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
659 - src/core/lib/security/credentials/plugin/plugin_credentials.c
660 - src/core/lib/security/credentials/ssl/ssl_credentials.c
661 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800662 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700663 - src/core/lib/security/transport/secure_endpoint.c
664 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800665 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700666 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700667 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700668 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700669 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700670 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700671 uses:
672 - grpc_base
673 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700674 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700675- name: grpc_server_backward_compatibility
676 headers:
677 - src/core/ext/filters/workarounds/workaround_utils.h
678 src:
679 - src/core/ext/filters/workarounds/workaround_utils.c
680 uses:
681 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700682- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700683 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700684 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700685 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700686 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800687 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700688 - test/core/end2end/fixtures/proxy.h
689 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800690 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700691 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200692 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700693 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700694 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700695 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700696 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700697 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700698 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800699 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700700 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700701 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700702 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800703 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700704 - test/core/end2end/fixtures/proxy.c
705 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800706 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700707 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200708 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700709 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700710 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700711 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800712 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700713 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700714 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800715 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700716 deps:
717 - grpc
718 - gpr_test_util
Craig Tiller1f477302017-05-05 11:01:25 -0700719- name: grpc_trace
720 headers:
721 - src/core/lib/debug/trace.h
722 src:
723 - src/core/lib/debug/trace.c
724 deps:
725 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700726- name: grpc_transport_chttp2
727 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700728 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700729 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700730 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
731 - src/core/ext/transport/chttp2/transport/frame.h
732 - src/core/ext/transport/chttp2/transport/frame_data.h
733 - src/core/ext/transport/chttp2/transport/frame_goaway.h
734 - src/core/ext/transport/chttp2/transport/frame_ping.h
735 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
736 - src/core/ext/transport/chttp2/transport/frame_settings.h
737 - src/core/ext/transport/chttp2/transport/frame_window_update.h
738 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
739 - src/core/ext/transport/chttp2/transport/hpack_parser.h
740 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700741 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700742 - src/core/ext/transport/chttp2/transport/huffsyms.h
743 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
744 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700745 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700746 - src/core/ext/transport/chttp2/transport/varint.h
747 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700748 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700749 - src/core/ext/transport/chttp2/transport/bin_encoder.c
750 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700751 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
752 - src/core/ext/transport/chttp2/transport/frame_data.c
753 - src/core/ext/transport/chttp2/transport/frame_goaway.c
754 - src/core/ext/transport/chttp2/transport/frame_ping.c
755 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
756 - src/core/ext/transport/chttp2/transport/frame_settings.c
757 - src/core/ext/transport/chttp2/transport/frame_window_update.c
758 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
759 - src/core/ext/transport/chttp2/transport/hpack_parser.c
760 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700761 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700762 - src/core/ext/transport/chttp2/transport/huffsyms.c
763 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
764 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700765 - src/core/ext/transport/chttp2/transport/stream_lists.c
766 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700767 - src/core/ext/transport/chttp2/transport/varint.c
768 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700769 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700770 uses:
771 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700772 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700773 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700774- name: grpc_transport_chttp2_alpn
775 headers:
776 - src/core/ext/transport/chttp2/alpn/alpn.h
777 src:
778 - src/core/ext/transport/chttp2/alpn/alpn.c
779 deps:
780 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800781- name: grpc_transport_chttp2_client_connector
782 headers:
783 - src/core/ext/transport/chttp2/client/chttp2_connector.h
784 src:
785 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800786 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800787 - grpc_transport_chttp2
788 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700789 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700790- name: grpc_transport_chttp2_client_insecure
791 src:
792 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700793 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700794 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800795 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700796 - grpc_transport_chttp2
797 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700798 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700799- name: grpc_transport_chttp2_client_secure
800 src:
801 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700802 uses:
803 - grpc_transport_chttp2
804 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700805 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700806 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800807 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800808- name: grpc_transport_chttp2_server
809 headers:
810 - src/core/ext/transport/chttp2/server/chttp2_server.h
811 src:
812 - src/core/ext/transport/chttp2/server/chttp2_server.c
813 uses:
814 - grpc_transport_chttp2
815 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700816- name: grpc_transport_chttp2_server_insecure
817 src:
818 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700819 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700820 uses:
821 - grpc_transport_chttp2
822 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800823 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700824- name: grpc_transport_chttp2_server_secure
825 src:
826 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700827 uses:
828 - grpc_transport_chttp2
829 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700830 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800831 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700832- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700833 public_headers:
834 - include/grpc/grpc_cronet.h
835 - include/grpc/grpc_security.h
836 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700837 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800838 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800839 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700840 src:
841 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
842 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
843 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700844 filegroups:
845 - grpc_base
846 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700847 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700848- name: grpc_transport_inproc
849 headers:
850 - src/core/ext/transport/inproc/inproc_transport.h
851 src:
852 - src/core/ext/transport/inproc/inproc_plugin.c
853 - src/core/ext/transport/inproc/inproc_transport.c
854 plugin: grpc_inproc_plugin
855 uses:
856 - grpc_base
Muxi Yan29ff4662017-05-15 10:27:55 -0700857- name: grpc_workaround_cronet_compression_filter
858 headers:
859 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
860 src:
861 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
862 plugin: grpc_workaround_cronet_compression_filter
863 uses:
864 - grpc_base
865 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800866- name: nanopb
867 headers:
868 - third_party/nanopb/pb.h
869 - third_party/nanopb/pb_common.h
870 - third_party/nanopb/pb_decode.h
871 - third_party/nanopb/pb_encode.h
872 src:
873 - third_party/nanopb/pb_common.c
874 - third_party/nanopb/pb_decode.c
875 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700876- name: tsi
877 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700878 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700879 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700880 - src/core/tsi/ssl_transport_security.h
881 - src/core/tsi/ssl_types.h
882 - src/core/tsi/transport_security.h
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700883 - src/core/tsi/transport_security_adapter.h
Craig Tiller134fed32017-03-28 14:27:18 -0700884 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700886 - src/core/tsi/fake_transport_security.c
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700887 - src/core/tsi/gts_transport_security.c
Craig Tiller134fed32017-03-28 14:27:18 -0700888 - src/core/tsi/ssl_transport_security.c
889 - src/core/tsi/transport_security.c
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700890 - src/core/tsi/transport_security_adapter.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 deps:
892 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700893 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700894 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700895 uses:
896 - grpc_trace
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700897 - grpc_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700898- name: grpc++_base
899 language: c++
900 public_headers:
901 - include/grpc++/alarm.h
902 - include/grpc++/channel.h
903 - include/grpc++/client_context.h
904 - include/grpc++/completion_queue.h
905 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700906 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800907 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700908 - include/grpc++/generic/async_generic_service.h
909 - include/grpc++/generic/generic_stub.h
910 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800911 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700912 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800913 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700914 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700915 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700916 - include/grpc++/impl/grpc_library.h
917 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700918 - include/grpc++/impl/rpc_method.h
919 - include/grpc++/impl/rpc_service_method.h
920 - include/grpc++/impl/serialization_traits.h
921 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700922 - include/grpc++/impl/server_builder_plugin.h
923 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700924 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700925 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700926 - include/grpc++/security/auth_context.h
927 - include/grpc++/security/auth_metadata_processor.h
928 - include/grpc++/security/credentials.h
929 - include/grpc++/security/server_credentials.h
930 - include/grpc++/server.h
931 - include/grpc++/server_builder.h
932 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700933 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934 - include/grpc++/support/async_stream.h
935 - include/grpc++/support/async_unary_call.h
936 - include/grpc++/support/byte_buffer.h
937 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700938 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 - include/grpc++/support/slice.h
940 - include/grpc++/support/status.h
941 - include/grpc++/support/status_code_enum.h
942 - include/grpc++/support/string_ref.h
943 - include/grpc++/support/stub_options.h
944 - include/grpc++/support/sync_stream.h
945 - include/grpc++/support/time.h
946 headers:
947 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700948 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700949 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800950 - src/cpp/server/health/default_health_check_service.h
951 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700953 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700954 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700955 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700956 - src/cpp/client/client_context.cc
957 - src/cpp/client/create_channel.cc
958 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700959 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700960 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700961 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700962 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700963 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700964 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700965 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700966 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700967 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700968 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700969 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800970 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700971 - src/cpp/server/create_default_thread_pool.cc
972 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800973 - src/cpp/server/health/default_health_check_service.cc
974 - src/cpp/server/health/health.pb.c
975 - src/cpp/server/health/health_check_service.cc
976 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700977 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700978 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700979 - src/cpp/server/server_context.cc
980 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700981 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700982 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700983 - src/cpp/util/byte_buffer_cc.cc
984 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700985 - src/cpp/util/status.cc
986 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700987 - src/cpp/util/time_cc.cc
yang-gc97d0932017-05-19 13:04:34 -0700988 deps:
989 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700990 uses:
yang-g17487f92016-06-03 15:21:15 -0700991 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700992 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700993- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700994 language: c++
995 public_headers:
996 - include/grpc++/impl/codegen/async_stream.h
997 - include/grpc++/impl/codegen/async_unary_call.h
998 - include/grpc++/impl/codegen/call.h
999 - include/grpc++/impl/codegen/call_hook.h
1000 - include/grpc++/impl/codegen/channel_interface.h
1001 - include/grpc++/impl/codegen/client_context.h
1002 - include/grpc++/impl/codegen/client_unary_call.h
1003 - include/grpc++/impl/codegen/completion_queue.h
1004 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -07001005 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001006 - include/grpc++/impl/codegen/core_codegen_interface.h
1007 - include/grpc++/impl/codegen/create_auth_context.h
1008 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -08001009 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001010 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001011 - include/grpc++/impl/codegen/rpc_method.h
1012 - include/grpc++/impl/codegen/rpc_service_method.h
1013 - include/grpc++/impl/codegen/security/auth_context.h
1014 - include/grpc++/impl/codegen/serialization_traits.h
1015 - include/grpc++/impl/codegen/server_context.h
1016 - include/grpc++/impl/codegen/server_interface.h
1017 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08001018 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001019 - include/grpc++/impl/codegen/status.h
1020 - include/grpc++/impl/codegen/status_code_enum.h
1021 - include/grpc++/impl/codegen/string_ref.h
1022 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001023 - include/grpc++/impl/codegen/sync_stream.h
1024 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001025 uses:
1026 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -07001027- name: grpc++_codegen_base_src
1028 language: c++
1029 src:
1030 - src/cpp/codegen/codegen_init.cc
1031 uses:
1032 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -07001033- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001034 language: c++
1035 public_headers:
yang-g17487f92016-06-03 15:21:15 -07001036 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001037 uses:
yang-g17487f92016-06-03 15:21:15 -07001038 - grpc++_codegen_base
1039 - grpc++_config_proto
1040- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001041 language: c++
1042 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001044- name: grpc++_reflection_proto
1045 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001046 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001047 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001048- name: grpc++_test
1049 language: c++
1050 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001051 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001052 - include/grpc++/test/server_context_test_spouse.h
1053 deps:
1054 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001055 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001056libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001057- name: gpr
1058 build: all
1059 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001060 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001061 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001062 secure: false
1063 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1064- name: gpr_test_util
1065 build: private
1066 language: c
1067 headers:
1068 - test/core/util/test_config.h
1069 src:
1070 - test/core/util/test_config.c
1071 deps:
1072 - gpr
1073 secure: false
1074 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001075- name: grpc
1076 build: all
1077 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001078 src:
1079 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001080 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001081 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001082 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001083 filegroups:
1084 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001085 - grpc_transport_chttp2_server_secure
1086 - grpc_transport_chttp2_client_secure
1087 - grpc_transport_chttp2_server_insecure
1088 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001089 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001090 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001091 - grpc_lb_policy_pick_first
1092 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001093 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001094 - grpc_resolver_dns_native
1095 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001096 - grpc_resolver_fake
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001097 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001098 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001099 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001100 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001101 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001102 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001103 - grpc_workaround_cronet_compression_filter
1104 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001105 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001106 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001107 vs_packages:
1108 - grpc.dependencies.openssl
1109 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001111- name: grpc_cronet
1112 build: all
1113 language: c
1114 src:
1115 - src/core/lib/surface/init.c
1116 baselib: true
1117 deps_linkage: static
1118 dll: true
1119 filegroups:
1120 - grpc_base
1121 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001122 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001123 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001124 generate_plugin_registry: true
1125 platforms:
1126 - linux
1127 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001128- name: grpc_dll
1129 build: private
1130 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001131 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001132 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001133 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001134 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001135 build_system:
1136 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001137 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001138 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001139 vs_config_type: DynamicLibrary
1140 vs_packages:
1141 - grpc.dependencies.openssl
1142 - grpc.dependencies.zlib
1143 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1144 vs_props:
1145 - zlib
1146 - openssl
1147 - winsock
1148 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149- name: grpc_test_util
1150 build: private
1151 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001152 headers:
1153 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001154 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001155 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001156 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001157 - test/core/end2end/data/server1_cert.c
1158 - test/core/end2end/data/server1_key.c
1159 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001160 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001161 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001162 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001163 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001164 - grpc
1165 filegroups:
1166 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001167 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1169- name: grpc_test_util_unsecure
1170 build: private
1171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001172 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001173 - gpr
1174 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001175 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001176 filegroups:
1177 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001178 secure: false
1179 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1180- name: grpc_unsecure
1181 build: all
1182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001183 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001184 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001185 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001186 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001187 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001188 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001189 filegroups:
1190 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001191 - grpc_transport_chttp2_server_insecure
1192 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001193 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001194 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001195 - grpc_resolver_dns_native
1196 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001197 - grpc_resolver_fake
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001198 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001199 - grpc_lb_policy_grpclb
1200 - grpc_lb_policy_pick_first
1201 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001202 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001203 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001204 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001205 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001206 - grpc_workaround_cronet_compression_filter
1207 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001208 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209 secure: false
1210 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001211- name: reconnect_server
1212 build: private
1213 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001214 headers:
1215 - test/core/util/reconnect_server.h
1216 src:
1217 - test/core/util/reconnect_server.c
1218 deps:
yang-gc9fca182015-11-06 16:41:33 -08001219 - test_tcp_server
1220 - grpc_test_util
1221 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001222 - gpr_test_util
1223 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001224- name: test_tcp_server
1225 build: private
1226 language: c
1227 headers:
1228 - test/core/util/test_tcp_server.h
1229 src:
1230 - test/core/util/test_tcp_server.c
1231 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001232 - grpc_test_util
1233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001234 - gpr_test_util
1235 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001236- name: grpc++
1237 build: all
1238 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001239 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001240 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001241 - src/cpp/client/secure_credentials.h
1242 - src/cpp/common/secure_auth_context.h
1243 - src/cpp/server/secure_server_credentials.h
1244 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001245 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001246 - src/cpp/client/secure_credentials.cc
1247 - src/cpp/common/auth_property_iterator.cc
1248 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001249 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001250 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001251 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001252 - src/cpp/server/secure_server_credentials.cc
1253 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001254 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255 baselib: true
1256 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001257 filegroups:
1258 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001259 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001260 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001261 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262 secure: check
1263 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001264- name: grpc++_cronet
1265 build: all
1266 language: c++
1267 src:
1268 - src/cpp/client/cronet_credentials.cc
1269 - src/cpp/client/insecure_credentials.cc
1270 - src/cpp/common/insecure_create_auth_context.cc
1271 - src/cpp/server/insecure_server_credentials.cc
1272 deps:
1273 - gpr
1274 - grpc_cronet
1275 baselib: true
1276 dll: true
1277 filegroups:
1278 - grpc++_base
1279 - grpc++_codegen_base
1280 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001281 - grpc_transport_chttp2_client_insecure
1282 - grpc_transport_chttp2_server_insecure
1283 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001284 platforms:
1285 - linux
1286 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001287- name: grpc++_error_details
1288 build: all
1289 language: c++
1290 public_headers:
1291 - include/grpc++/support/error_details.h
1292 src:
1293 - src/proto/grpc/status/status.proto
1294 - src/cpp/util/error_details.cc
1295 deps:
1296 - grpc++
1297 baselib: true
1298 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001299- name: grpc++_proto_reflection_desc_db
1300 build: private
1301 language: c++
1302 headers:
1303 - test/cpp/util/proto_reflection_descriptor_database.h
1304 src:
1305 - test/cpp/util/proto_reflection_descriptor_database.cc
1306 deps:
1307 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001308 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001309 filegroups:
1310 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001311 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001312- name: grpc++_reflection
1313 build: all
1314 language: c++
1315 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001316 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001317 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001318 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001319 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001320 - src/cpp/ext/proto_server_reflection.cc
1321 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001322 deps:
1323 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001324 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001325 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001326 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001327- name: grpc++_test_config
1328 build: private
1329 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001330 headers:
1331 - test/cpp/util/test_config.h
1332 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001333 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001334- name: grpc++_test_util
1335 build: private
1336 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001337 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001338 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001339 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001340 - test/cpp/util/create_test_channel.h
1341 - test/cpp/util/string_ref_helper.h
1342 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001343 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001344 src:
yang-gc8a49d22016-12-12 11:18:49 -08001345 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001346 - src/proto/grpc/testing/echo_messages.proto
1347 - src/proto/grpc/testing/echo.proto
1348 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001349 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001350 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001351 - test/cpp/util/create_test_channel.cc
1352 - test/cpp/util/string_ref_helper.cc
1353 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001354 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001355 deps:
1356 - grpc++
1357 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001358 - grpc
yang-g17487f92016-06-03 15:21:15 -07001359 filegroups:
1360 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001361 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001362 - grpc++_codegen_proto
1363 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001364- name: grpc++_unsecure
1365 build: all
1366 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001367 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001368 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001369 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001370 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001371 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001372 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001373 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374 baselib: true
1375 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001376 filegroups:
1377 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001378 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001379 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001380 secure: false
1381 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001382- name: grpc_benchmark
1383 build: test
1384 language: c++
1385 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001386 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1387 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001388 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001389 src:
1390 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001391 deps:
1392 - benchmark
1393 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001394 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001395 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001396 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001397- name: grpc_cli_libs
1398 build: private
1399 language: c++
1400 headers:
1401 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001402 - test/cpp/util/cli_credentials.h
1403 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001404 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001405 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001406 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001407 src:
1408 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001409 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001410 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001411 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001412 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001413 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001414 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001415 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001416 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001417 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001418 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001419 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001420- name: grpc_plugin_support
1421 build: protoc
1422 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001423 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001424 - src/compiler/config.h
1425 - src/compiler/cpp_generator.h
1426 - src/compiler/cpp_generator_helpers.h
1427 - src/compiler/csharp_generator.h
1428 - src/compiler/csharp_generator_helpers.h
1429 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001430 - src/compiler/node_generator.h
1431 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001432 - src/compiler/objective_c_generator.h
1433 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001434 - src/compiler/php_generator.h
1435 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301436 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001437 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301438 - src/compiler/python_generator_helpers.h
1439 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001440 - src/compiler/ruby_generator.h
1441 - src/compiler/ruby_generator_helpers-inl.h
1442 - src/compiler/ruby_generator_map-inl.h
1443 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301444 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001445 src:
1446 - src/compiler/cpp_generator.cc
1447 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001448 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001449 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001450 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001451 - src/compiler/python_generator.cc
1452 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001453 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001454 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001455 secure: false
1456 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001457 vs_props:
1458 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001459- name: http2_client_main
1460 build: private
1461 language: c++
1462 headers:
1463 - test/cpp/interop/http2_client.h
1464 src:
1465 - src/proto/grpc/testing/empty.proto
1466 - src/proto/grpc/testing/messages.proto
1467 - src/proto/grpc/testing/test.proto
1468 - test/cpp/interop/http2_client.cc
1469 deps:
1470 - grpc++_test_util
1471 - grpc_test_util
1472 - grpc++
1473 - grpc
1474 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001475- name: interop_client_helper
1476 build: private
1477 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001478 headers:
1479 - test/cpp/interop/client_helper.h
1480 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001481 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001482 - test/cpp/interop/client_helper.cc
1483 deps:
1484 - grpc++_test_util
1485 - grpc_test_util
1486 - grpc++
1487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001488 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001489- name: interop_client_main
1490 build: private
1491 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001492 headers:
1493 - test/cpp/interop/interop_client.h
1494 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001495 - src/proto/grpc/testing/empty.proto
1496 - src/proto/grpc/testing/messages.proto
1497 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001498 - test/cpp/interop/client.cc
1499 - test/cpp/interop/interop_client.cc
1500 deps:
1501 - interop_client_helper
1502 - grpc++_test_util
1503 - grpc_test_util
1504 - grpc++
1505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001506 - gpr_test_util
1507 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001508 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509- name: interop_server_helper
1510 build: private
1511 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001512 headers:
1513 - test/cpp/interop/server_helper.h
1514 src:
1515 - test/cpp/interop/server_helper.cc
1516 deps:
yang-gcc591022017-01-11 11:10:43 -08001517 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001518 - grpc_test_util
1519 - grpc++
1520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001521 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001522- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001523 build: private
1524 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001525 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001526 - src/proto/grpc/testing/empty.proto
1527 - src/proto/grpc/testing/messages.proto
1528 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001529 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001530 deps:
1531 - interop_server_helper
1532 - grpc++_test_util
1533 - grpc_test_util
1534 - grpc++
1535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001538 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001539- name: interop_server_main
1540 build: private
1541 language: c++
1542 src:
1543 - test/cpp/interop/interop_server_bootstrap.cc
1544 deps:
1545 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001546- name: qps
1547 build: private
1548 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001549 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001550 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001551 - test/cpp/qps/client.h
1552 - test/cpp/qps/driver.h
1553 - test/cpp/qps/histogram.h
1554 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001555 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001556 - test/cpp/qps/qps_worker.h
1557 - test/cpp/qps/report.h
1558 - test/cpp/qps/server.h
1559 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001560 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001561 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001562 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001563 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001564 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001565 - src/proto/grpc/testing/control.proto
1566 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001567 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001568 - test/cpp/qps/client_async.cc
1569 - test/cpp/qps/client_sync.cc
1570 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001571 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001572 - test/cpp/qps/qps_worker.cc
1573 - test/cpp/qps/report.cc
1574 - test/cpp/qps/server_async.cc
1575 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001576 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001577 deps:
1578 - grpc_test_util
1579 - grpc++_test_util
1580 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001581 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001582- name: grpc_csharp_ext
1583 build: all
1584 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001585 src:
1586 - src/csharp/ext/grpc_csharp_ext.c
1587 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001589 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001590 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001591 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001592 dll: only
1593 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001594 vs_packages:
1595 - grpc.dependencies.openssl
1596 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001598 vs_props:
1599 - zlib
1600 - openssl
1601 - winsock
1602 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001604- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001605 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001606 build: test
1607 language: c
1608 src:
1609 - test/core/surface/alarm_test.c
1610 deps:
1611 - grpc_test_util
1612 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001613 - gpr_test_util
1614 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001615- name: algorithm_test
1616 build: test
1617 language: c
1618 src:
1619 - test/core/compression/algorithm_test.c
1620 deps:
1621 - grpc_test_util
1622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001623 - gpr_test_util
1624 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001625- name: alloc_test
1626 build: test
1627 language: c
1628 src:
1629 - test/core/support/alloc_test.c
1630 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr_test_util
1632 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001633- name: alpn_test
1634 build: test
1635 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001636 src:
1637 - test/core/transport/chttp2/alpn_test.c
1638 deps:
1639 - grpc_test_util
1640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001641 - gpr_test_util
1642 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001643- name: api_fuzzer
1644 build: fuzzer
1645 language: c
1646 src:
1647 - test/core/end2end/fuzzers/api_fuzzer.c
1648 deps:
1649 - grpc_test_util
1650 - grpc
1651 - gpr_test_util
1652 - gpr
1653 corpus_dirs:
1654 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001655 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001656 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001657- name: arena_test
1658 build: test
1659 language: c
1660 src:
1661 - test/core/support/arena_test.c
1662 deps:
1663 - gpr_test_util
1664 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001665- name: bad_server_response_test
1666 build: test
1667 language: c
1668 src:
1669 - test/core/end2end/bad_server_response_test.c
1670 deps:
1671 - test_tcp_server
1672 - grpc_test_util
1673 - grpc
1674 - gpr_test_util
1675 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001676 exclude_iomgrs:
1677 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001678- name: bdp_estimator_test
1679 build: test
1680 language: c
1681 src:
1682 - test/core/transport/bdp_estimator_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
1686 - gpr_test_util
1687 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001688- name: bin_decoder_test
1689 build: test
1690 language: c
1691 src:
1692 - test/core/transport/chttp2/bin_decoder_test.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001696- name: bin_encoder_test
1697 build: test
1698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001699 src:
1700 - test/core/transport/chttp2/bin_encoder_test.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001704- name: census_context_test
1705 build: test
1706 language: c
1707 src:
1708 - test/core/census/context_test.c
1709 deps:
1710 - grpc_test_util
1711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001712 - gpr_test_util
1713 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001714- name: census_intrusive_hash_map_test
1715 build: test
1716 language: c
1717 src:
1718 - test/core/census/intrusive_hash_map_test.c
1719 deps:
1720 - grpc_test_util
1721 - grpc
1722 - gpr_test_util
1723 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001724- name: census_resource_test
1725 build: test
1726 language: c
1727 src:
1728 - test/core/census/resource_test.c
1729 deps:
1730 - grpc_test_util
1731 - grpc
1732 - gpr_test_util
1733 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001734- name: census_trace_context_test
1735 build: test
1736 language: c
1737 src:
1738 - test/core/census/trace_context_test.c
1739 deps:
1740 - grpc_test_util
1741 - grpc
1742 - gpr_test_util
1743 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001744- name: channel_create_test
1745 build: test
1746 language: c
1747 src:
1748 - test/core/surface/channel_create_test.c
1749 deps:
1750 - grpc_test_util
1751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001752 - gpr_test_util
1753 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001754- name: check_epollexclusive
1755 build: tool
1756 language: c
1757 src:
1758 - test/build/check_epollexclusive.c
1759 deps:
1760 - grpc
1761 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001762- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763 build: test
1764 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001765 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001766 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001767 deps:
1768 - grpc_test_util
1769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772- name: chttp2_stream_map_test
1773 build: test
1774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001775 src:
1776 - test/core/transport/chttp2/stream_map_test.c
1777 deps:
1778 - grpc_test_util
1779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr_test_util
1781 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001782- name: chttp2_varint_test
1783 build: test
1784 language: c
1785 src:
1786 - test/core/transport/chttp2/varint_test.c
1787 deps:
1788 - grpc_test_util
1789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001790 - gpr_test_util
1791 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001792- name: client_fuzzer
1793 build: fuzzer
1794 language: c
1795 src:
1796 - test/core/end2end/fuzzers/client_fuzzer.c
1797 deps:
1798 - grpc_test_util
1799 - grpc
1800 - gpr_test_util
1801 - gpr
1802 corpus_dirs:
1803 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001804 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001805 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001806- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001807 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001808 build: test
1809 language: c
1810 src:
1811 - test/core/iomgr/combiner_test.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
1815 - gpr_test_util
1816 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: compression_test
1818 build: test
1819 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001820 src:
1821 - test/core/compression/compression_test.c
1822 deps:
1823 - grpc_test_util
1824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001825 - gpr_test_util
1826 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001827- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001828 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001829 build: test
1830 language: c
1831 src:
1832 - test/core/surface/concurrent_connectivity_test.c
1833 deps:
1834 - grpc_test_util
1835 - grpc
1836 - gpr_test_util
1837 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001838 exclude_iomgrs:
1839 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001840- name: connection_refused_test
1841 cpu_cost: 0.1
1842 build: test
1843 language: c
1844 src:
1845 - test/core/end2end/connection_refused_test.c
1846 deps:
1847 - grpc_test_util
1848 - grpc
1849 - gpr_test_util
1850 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001851- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001852 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001853 build: test
1854 language: c
1855 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001856 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001857 deps:
1858 - grpc_test_util
1859 - grpc
1860 - gpr_test_util
1861 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001862 exclude_iomgrs:
1863 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001864- name: dns_resolver_test
1865 build: test
1866 language: c
1867 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001868 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001869 deps:
1870 - grpc_test_util
1871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001872 - gpr_test_util
1873 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001874- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001875 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001876 build: test
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - test/core/end2end/dualstack_socket_test.c
1880 deps:
1881 - grpc_test_util
1882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001885 exclude_iomgrs:
1886 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001887 platforms:
1888 - mac
1889 - linux
1890 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001891- name: endpoint_pair_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/iomgr/endpoint_pair_test.c
1896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001901 exclude_iomgrs:
1902 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001903- name: error_test
1904 cpu_cost: 30
1905 build: test
1906 language: c
1907 src:
1908 - test/core/iomgr/error_test.c
1909 deps:
1910 - grpc_test_util
1911 - grpc
1912 - gpr_test_util
1913 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00001914- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001915 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001916 build: test
1917 language: c
1918 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00001919 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001920 deps:
1921 - grpc_test_util
1922 - grpc
1923 - gpr_test_util
1924 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001925 exclude_iomgrs:
1926 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001927 platforms:
1928 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001929- name: fake_resolver_test
1930 build: test
1931 language: c
1932 src:
1933 - test/core/client_channel/resolvers/fake_resolver_test.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
1937 - gpr_test_util
1938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939- name: fd_conservation_posix_test
1940 build: test
1941 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001942 src:
1943 - test/core/iomgr/fd_conservation_posix_test.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001947 - gpr_test_util
1948 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001949 exclude_iomgrs:
1950 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001951 platforms:
1952 - mac
1953 - linux
1954 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001955- name: fd_posix_test
1956 build: test
1957 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001958 src:
1959 - test/core/iomgr/fd_posix_test.c
1960 deps:
1961 - grpc_test_util
1962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001965 exclude_iomgrs:
1966 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001967 platforms:
1968 - mac
1969 - linux
1970 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971- name: fling_client
1972 build: test
1973 run: false
1974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001975 src:
1976 - test/core/fling/client.c
1977 deps:
1978 - grpc_test_util
1979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 - gpr_test_util
1981 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001982- name: fling_server
1983 build: test
1984 run: false
1985 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001986 src:
1987 - test/core/fling/server.c
1988 deps:
1989 - grpc_test_util
1990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001991 - gpr_test_util
1992 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001993- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001994 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995 build: test
1996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/core/fling/fling_stream_test.c
1999 deps:
2000 - grpc_test_util
2001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002002 - gpr_test_util
2003 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002004 platforms:
2005 - mac
2006 - linux
2007 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002009 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002010 build: test
2011 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002012 src:
2013 - test/core/fling/fling_test.c
2014 deps:
2015 - grpc_test_util
2016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002017 - gpr_test_util
2018 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002019 platforms:
2020 - mac
2021 - linux
2022 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002023- name: gen_hpack_tables
2024 build: tool
2025 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002026 src:
2027 - tools/codegen/core/gen_hpack_tables.c
2028 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002029 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002030 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002031- name: gen_legal_metadata_characters
2032 build: tool
2033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002034 src:
2035 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002037- name: gen_percent_encoding_tables
2038 build: tool
2039 language: c
2040 src:
2041 - tools/codegen/core/gen_percent_encoding_tables.c
2042 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002043- name: goaway_server_test
2044 cpu_cost: 0.1
2045 build: test
2046 language: c
2047 src:
2048 - test/core/end2end/goaway_server_test.c
2049 deps:
2050 - grpc_test_util
2051 - grpc
2052 - gpr_test_util
2053 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002054 exclude_iomgrs:
2055 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002056 platforms:
2057 - mac
2058 - linux
2059 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002060- name: gpr_avl_test
2061 build: test
2062 language: c
2063 src:
2064 - test/core/support/avl_test.c
2065 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002066 - gpr_test_util
2067 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002068- name: gpr_backoff_test
2069 build: test
2070 language: c
2071 src:
2072 - test/core/support/backoff_test.c
2073 deps:
2074 - gpr_test_util
2075 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002076- name: gpr_cmdline_test
2077 build: test
2078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002079 src:
2080 - test/core/support/cmdline_test.c
2081 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002084- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002085 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002086 build: test
2087 language: c
2088 src:
2089 - test/core/support/cpu_test.c
2090 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr_test_util
2092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: gpr_env_test
2094 build: test
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/core/support/env_test.c
2098 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: gpr_histogram_test
2102 build: test
2103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002104 src:
2105 - test/core/support/histogram_test.c
2106 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002109- name: gpr_host_port_test
2110 build: test
2111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002112 src:
2113 - test/core/support/host_port_test.c
2114 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002115 - gpr_test_util
2116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002117- name: gpr_log_test
2118 build: test
2119 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002120 src:
2121 - test/core/support/log_test.c
2122 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002125- name: gpr_mpscq_test
2126 cpu_cost: 30
2127 build: test
2128 language: c
2129 src:
2130 - test/core/support/mpscq_test.c
2131 deps:
2132 - gpr_test_util
2133 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002134- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002135 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002136 build: test
2137 language: c
2138 src:
2139 - test/core/support/spinlock_test.c
2140 deps:
2141 - gpr_test_util
2142 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002143- name: gpr_stack_lockfree_test
2144 cpu_cost: 7
2145 build: test
2146 language: c
2147 src:
2148 - test/core/support/stack_lockfree_test.c
2149 deps:
2150 - gpr_test_util
2151 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002152- name: gpr_string_test
2153 build: test
2154 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002155 src:
2156 - test/core/support/string_test.c
2157 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr_test_util
2159 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002161 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162 build: test
2163 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
2165 - test/core/support/sync_test.c
2166 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002170 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171 build: test
2172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
2174 - test/core/support/thd_test.c
2175 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr_test_util
2177 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002178- name: gpr_time_test
2179 build: test
2180 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002181 src:
2182 - test/core/support/time_test.c
2183 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002184 - gpr_test_util
2185 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186- name: gpr_tls_test
2187 build: test
2188 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002189 src:
2190 - test/core/support/tls_test.c
2191 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194- name: gpr_useful_test
2195 build: test
2196 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002197 src:
2198 - test/core/support/useful_test.c
2199 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002200 - gpr_test_util
2201 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002202- name: grpc_auth_context_test
2203 build: test
2204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002205 src:
2206 - test/core/security/auth_context_test.c
2207 deps:
2208 - grpc_test_util
2209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002210 - gpr_test_util
2211 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002212- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213 build: test
2214 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002215 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002216 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002217 deps:
2218 - grpc_test_util
2219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002220 - gpr_test_util
2221 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002222- name: grpc_byte_buffer_reader_test
2223 build: test
2224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002225 src:
2226 - test/core/surface/byte_buffer_reader_test.c
2227 deps:
2228 - grpc_test_util
2229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002230 - gpr_test_util
2231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002232- name: grpc_channel_args_test
2233 build: test
2234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002235 src:
2236 - test/core/channel/channel_args_test.c
2237 deps:
2238 - grpc_test_util
2239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002240 - gpr_test_util
2241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242- name: grpc_channel_stack_test
2243 build: test
2244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
2246 - test/core/channel/channel_stack_test.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002252- name: grpc_completion_queue_test
2253 build: test
2254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002255 src:
2256 - test/core/surface/completion_queue_test.c
2257 deps:
2258 - grpc_test_util
2259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002260 - gpr_test_util
2261 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002262- name: grpc_completion_queue_threading_test
2263 build: test
2264 language: c
2265 src:
2266 - test/core/surface/completion_queue_threading_test.c
2267 deps:
2268 - grpc_test_util
2269 - grpc
2270 - gpr_test_util
2271 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002272 exclude_iomgrs:
2273 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002274- name: grpc_create_jwt
2275 build: tool
2276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002277 src:
2278 - test/core/security/create_jwt.c
2279 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002281 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002282 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002283- name: grpc_credentials_test
2284 build: test
2285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002286 src:
2287 - test/core/security/credentials_test.c
2288 deps:
2289 - grpc_test_util
2290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr_test_util
2292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002294 build: test
2295 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - test/core/security/fetch_oauth2.c
2299 deps:
2300 - grpc_test_util
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002304- name: grpc_invalid_channel_args_test
2305 build: test
2306 language: c
2307 src:
2308 - test/core/surface/invalid_channel_args_test.c
2309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002314- name: grpc_json_token_test
2315 build: test
2316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
2318 - test/core/security/json_token_test.c
2319 deps:
2320 - grpc_test_util
2321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002322 - gpr_test_util
2323 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002324 platforms:
2325 - linux
2326 - posix
2327 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002328- name: grpc_jwt_verifier_test
2329 build: test
2330 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002331 src:
2332 - test/core/security/jwt_verifier_test.c
2333 deps:
2334 - grpc_test_util
2335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002336 - gpr_test_util
2337 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: grpc_print_google_default_creds_token
2339 build: tool
2340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002341 src:
2342 - test/core/security/print_google_default_creds_token.c
2343 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002346- name: grpc_security_connector_test
2347 build: test
2348 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002349 src:
2350 - test/core/security/security_connector_test.c
2351 deps:
2352 - grpc_test_util
2353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002356- name: grpc_verify_jwt
2357 build: tool
2358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002359 src:
2360 - test/core/security/verify_jwt.c
2361 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002363 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002364- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002365 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002366 language: c
2367 src:
2368 - test/core/handshake/client_ssl.c
2369 deps:
2370 - grpc_test_util
2371 - grpc
2372 - gpr_test_util
2373 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002374 exclude_iomgrs:
2375 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002376 platforms:
2377 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002378 secure: true
2379- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002380 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002381 language: c
2382 src:
2383 - test/core/handshake/server_ssl.c
2384 deps:
2385 - grpc_test_util
2386 - grpc
2387 - gpr_test_util
2388 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002389 platforms:
2390 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002391 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002392- name: hpack_parser_fuzzer_test
2393 build: fuzzer
2394 language: c
2395 src:
2396 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2397 deps:
2398 - grpc_test_util
2399 - grpc
2400 - gpr_test_util
2401 - gpr
2402 corpus_dirs:
2403 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002404 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002405 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002406- name: hpack_parser_test
2407 build: test
2408 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002409 src:
2410 - test/core/transport/chttp2/hpack_parser_test.c
2411 deps:
2412 - grpc_test_util
2413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002414 - gpr_test_util
2415 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416- name: hpack_table_test
2417 build: test
2418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002419 src:
2420 - test/core/transport/chttp2/hpack_table_test.c
2421 deps:
2422 - grpc_test_util
2423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr_test_util
2425 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002426- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002427 build: test
2428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002429 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002430 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002431 deps:
2432 - grpc_test_util
2433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002434 - gpr_test_util
2435 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002436- name: http_request_fuzzer_test
2437 build: fuzzer
2438 language: c
2439 src:
2440 - test/core/http/request_fuzzer.c
2441 deps:
2442 - grpc_test_util
2443 - grpc
2444 - gpr_test_util
2445 - gpr
2446 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002447 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002448 maxlen: 2048
2449- name: http_response_fuzzer_test
2450 build: fuzzer
2451 language: c
2452 src:
2453 - test/core/http/response_fuzzer.c
2454 deps:
2455 - grpc_test_util
2456 - grpc
2457 - gpr_test_util
2458 - gpr
2459 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002460 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002461 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002462- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002463 build: test
2464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002465 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002466 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002467 deps:
2468 - grpc_test_util
2469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002473 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474 build: test
2475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002476 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002477 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002478 deps:
2479 - grpc_test_util
2480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002481 - gpr_test_util
2482 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002483 platforms:
2484 - mac
2485 - linux
2486 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002487- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002488 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002489 build: test
2490 language: c
2491 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002492 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002493 deps:
2494 - grpc_test_util
2495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr_test_util
2497 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002498 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002499 - linux
yang-gf1183302015-12-07 16:02:05 -08002500- name: init_test
2501 build: test
2502 language: c
2503 src:
2504 - test/core/surface/init_test.c
2505 deps:
2506 - grpc_test_util
2507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002508 - gpr_test_util
2509 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002510- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002511 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002512 build: test
2513 language: c
2514 src:
2515 - test/core/end2end/invalid_call_argument_test.c
2516 deps:
2517 - grpc_test_util
2518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 - gpr_test_util
2520 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002521- name: json_fuzzer_test
2522 build: fuzzer
2523 language: c
2524 src:
2525 - test/core/json/fuzzer.c
2526 deps:
2527 - grpc_test_util
2528 - grpc
2529 - gpr_test_util
2530 - gpr
2531 corpus_dirs:
2532 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002533 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002534- name: json_rewrite
2535 build: test
2536 run: false
2537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002538 src:
2539 - test/core/json/json_rewrite.c
2540 deps:
2541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002542 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002543- name: json_rewrite_test
2544 build: test
2545 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002546 src:
2547 - test/core/json/json_rewrite_test.c
2548 deps:
2549 - grpc_test_util
2550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002551 - gpr_test_util
2552 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002553- name: json_stream_error_test
2554 build: test
2555 language: c
2556 src:
2557 - test/core/json/json_stream_error_test.c
2558 deps:
2559 - grpc_test_util
2560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002561 - gpr_test_util
2562 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002563- name: json_test
2564 build: test
2565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002566 src:
2567 - test/core/json/json_test.c
2568 deps:
2569 - grpc_test_util
2570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002571 - gpr_test_util
2572 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002573- name: lame_client_test
2574 build: test
2575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002576 src:
2577 - test/core/surface/lame_client_test.c
2578 deps:
2579 - grpc_test_util
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002583- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002584 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002585 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002586 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002587 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002588 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002589 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002590 deps:
2591 - grpc_test_util
2592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002593 - gpr_test_util
2594 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002595- name: load_file_test
2596 build: test
2597 language: c
2598 src:
2599 - test/core/iomgr/load_file_test.c
2600 deps:
2601 - grpc_test_util
2602 - grpc
2603 - gpr_test_util
2604 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002605- name: low_level_ping_pong_benchmark
2606 build: benchmark
2607 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002608 src:
2609 - test/core/network_benchmarks/low_level_ping_pong.c
2610 deps:
2611 - grpc_test_util
2612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002613 - gpr_test_util
2614 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002615 platforms:
2616 - mac
2617 - linux
2618 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002619- name: memory_profile_client
2620 build: test
2621 run: false
2622 language: c
2623 src:
2624 - test/core/memory_usage/client.c
2625 deps:
2626 - grpc_test_util
2627 - grpc
2628 - gpr_test_util
2629 - gpr
2630- name: memory_profile_server
2631 build: test
2632 run: false
2633 language: c
2634 src:
2635 - test/core/memory_usage/server.c
2636 deps:
2637 - grpc_test_util
2638 - grpc
2639 - gpr_test_util
2640 - gpr
2641- name: memory_profile_test
2642 cpu_cost: 1.5
2643 build: test
2644 language: c
2645 src:
2646 - test/core/memory_usage/memory_usage_test.c
2647 deps:
2648 - grpc_test_util
2649 - grpc
2650 - gpr_test_util
2651 - gpr
2652 platforms:
2653 - mac
2654 - linux
2655 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002656- name: message_compress_test
2657 build: test
2658 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002659 src:
2660 - test/core/compression/message_compress_test.c
2661 deps:
2662 - grpc_test_util
2663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002664 - gpr_test_util
2665 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002666- name: minimal_stack_is_minimal_test
2667 build: test
2668 language: c
2669 src:
2670 - test/core/channel/minimal_stack_is_minimal_test.c
2671 deps:
2672 - grpc_test_util
2673 - grpc
2674 - gpr_test_util
2675 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002676- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002677 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002678 build: test
2679 language: c
2680 src:
2681 - test/core/census/mlog_test.c
2682 deps:
2683 - grpc_test_util
2684 - grpc
2685 - gpr_test_util
2686 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002687- name: multiple_server_queues_test
2688 build: test
2689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002690 src:
2691 - test/core/end2end/multiple_server_queues_test.c
2692 deps:
2693 - grpc_test_util
2694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002695 - gpr_test_util
2696 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002697- name: murmur_hash_test
2698 build: test
2699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002700 src:
2701 - test/core/support/murmur_hash_test.c
2702 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002703 - gpr_test_util
2704 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002705- name: nanopb_fuzzer_response_test
2706 build: fuzzer
2707 language: c
2708 src:
2709 - test/core/nanopb/fuzzer_response.c
2710 deps:
2711 - grpc_test_util
2712 - grpc
2713 - gpr_test_util
2714 - gpr
2715 corpus_dirs:
2716 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002717 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002718- name: nanopb_fuzzer_serverlist_test
2719 build: fuzzer
2720 language: c
2721 src:
2722 - test/core/nanopb/fuzzer_serverlist.c
2723 deps:
2724 - grpc_test_util
2725 - grpc
2726 - gpr_test_util
2727 - gpr
2728 corpus_dirs:
2729 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002730 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002731- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002732 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002733 build: test
2734 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002735 src:
2736 - test/core/end2end/no_server_test.c
2737 deps:
2738 - grpc_test_util
2739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002740 - gpr_test_util
2741 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002742- name: num_external_connectivity_watchers_test
2743 build: test
2744 language: c
2745 src:
2746 - test/core/surface/num_external_connectivity_watchers_test.c
2747 deps:
2748 - grpc_test_util
2749 - grpc
2750 - gpr_test_util
2751 - gpr
2752 exclude_iomgrs:
2753 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002754- name: parse_address_test
2755 build: test
2756 language: c
2757 src:
2758 - test/core/client_channel/parse_address_test.c
2759 deps:
2760 - grpc_test_util
2761 - grpc
2762 - gpr_test_util
2763 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002764- name: percent_decode_fuzzer
2765 build: fuzzer
2766 language: c
2767 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002768 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002769 deps:
2770 - grpc_test_util
2771 - grpc
2772 - gpr_test_util
2773 - gpr
2774 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002775 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002776 maxlen: 32
2777- name: percent_encode_fuzzer
2778 build: fuzzer
2779 language: c
2780 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002781 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002782 deps:
2783 - grpc_test_util
2784 - grpc
2785 - gpr_test_util
2786 - gpr
2787 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002788 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002789 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002790- name: percent_encoding_test
2791 build: test
2792 language: c
2793 src:
2794 - test/core/slice/percent_encoding_test.c
2795 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002796 - grpc_test_util
2797 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002798 - gpr_test_util
2799 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002800- name: pollset_set_test
2801 build: test
2802 language: c
2803 src:
2804 - test/core/iomgr/pollset_set_test.c
2805 deps:
2806 - grpc_test_util
2807 - grpc
2808 - gpr_test_util
2809 - gpr
2810 exclude_iomgrs:
2811 - uv
2812 platforms:
2813 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002814- name: resolve_address_posix_test
2815 build: test
2816 language: c
2817 src:
2818 - test/core/iomgr/resolve_address_posix_test.c
2819 deps:
2820 - grpc_test_util
2821 - grpc
2822 - gpr_test_util
2823 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002824 exclude_iomgrs:
2825 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002826 platforms:
2827 - mac
2828 - linux
2829 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830- name: resolve_address_test
2831 build: test
2832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002833 src:
2834 - test/core/iomgr/resolve_address_test.c
2835 deps:
2836 - grpc_test_util
2837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002838 - gpr_test_util
2839 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002840- name: resource_quota_test
2841 cpu_cost: 30
2842 build: test
2843 language: c
2844 src:
2845 - test/core/iomgr/resource_quota_test.c
2846 deps:
2847 - grpc_test_util
2848 - grpc
2849 - gpr_test_util
2850 - gpr
yang-gd482e592015-12-10 14:04:00 -08002851- name: secure_channel_create_test
2852 build: test
2853 language: c
2854 src:
2855 - test/core/surface/secure_channel_create_test.c
2856 deps:
2857 - grpc_test_util
2858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002859 - gpr_test_util
2860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002861- name: secure_endpoint_test
2862 build: test
2863 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002864 src:
2865 - test/core/security/secure_endpoint_test.c
2866 deps:
2867 - grpc_test_util
2868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002869 - gpr_test_util
2870 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002871 exclude_iomgrs:
2872 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002873- name: sequential_connectivity_test
2874 build: test
2875 language: c
2876 src:
2877 - test/core/surface/sequential_connectivity_test.c
2878 deps:
2879 - grpc_test_util
2880 - grpc
2881 - gpr_test_util
2882 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002883 exclude_iomgrs:
2884 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002885- name: server_chttp2_test
2886 build: test
2887 language: c
2888 src:
2889 - test/core/surface/server_chttp2_test.c
2890 deps:
2891 - grpc_test_util
2892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002893 - gpr_test_util
2894 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002895- name: server_fuzzer
2896 build: fuzzer
2897 language: c
2898 src:
2899 - test/core/end2end/fuzzers/server_fuzzer.c
2900 deps:
2901 - grpc_test_util
2902 - grpc
2903 - gpr_test_util
2904 - gpr
2905 corpus_dirs:
2906 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002907 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002908 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002909- name: server_test
2910 build: test
2911 language: c
2912 src:
2913 - test/core/surface/server_test.c
2914 deps:
2915 - grpc_test_util
2916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002917 - gpr_test_util
2918 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002919- name: slice_buffer_test
2920 build: test
2921 language: c
2922 src:
2923 - test/core/slice/slice_buffer_test.c
2924 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002925 - grpc_test_util
2926 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002927 - gpr_test_util
2928 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002929- name: slice_hash_table_test
2930 build: test
2931 language: c
2932 src:
2933 - test/core/slice/slice_hash_table_test.c
2934 deps:
2935 - grpc_test_util
2936 - grpc
2937 - gpr_test_util
2938 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002939- name: slice_string_helpers_test
2940 build: test
2941 language: c
2942 src:
2943 - test/core/slice/slice_string_helpers_test.c
2944 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002945 - grpc_test_util
2946 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002947 - gpr_test_util
2948 - gpr
2949- name: slice_test
2950 build: test
2951 language: c
2952 src:
2953 - test/core/slice/slice_test.c
2954 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002955 - grpc_test_util
2956 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002957 - gpr_test_util
2958 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002959- name: sockaddr_resolver_test
2960 build: test
2961 language: c
2962 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002963 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002964 deps:
2965 - grpc_test_util
2966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002967 - gpr_test_util
2968 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002969- name: sockaddr_utils_test
2970 build: test
2971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002972 src:
2973 - test/core/iomgr/sockaddr_utils_test.c
2974 deps:
2975 - grpc_test_util
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr_test_util
2978 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002979- name: socket_utils_test
2980 build: test
2981 language: c
2982 src:
2983 - test/core/iomgr/socket_utils_test.c
2984 deps:
2985 - grpc_test_util
2986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002987 - gpr_test_util
2988 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002989 exclude_iomgrs:
2990 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002991 platforms:
2992 - mac
2993 - linux
2994 - posix
yang-g31e21282016-11-04 15:10:03 -07002995- name: ssl_server_fuzzer
2996 build: fuzzer
2997 language: c
2998 src:
2999 - test/core/security/ssl_server_fuzzer.c
3000 deps:
3001 - grpc_test_util
3002 - grpc
3003 - gpr_test_util
3004 - gpr
3005 corpus_dirs:
3006 - test/core/security/corpus/ssl_server_corpus
3007 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003008- name: status_conversion_test
3009 build: test
3010 language: c
3011 src:
3012 - test/core/transport/status_conversion_test.c
3013 deps:
3014 - grpc_test_util
3015 - grpc
3016 - gpr_test_util
3017 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003018- name: stream_compression_test
3019 build: test
3020 language: c
3021 src:
3022 - test/core/compression/stream_compression_test.c
3023 deps:
3024 - grpc_test_util
3025 - grpc
3026 - gpr_test_util
3027 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003028- name: stream_owned_slice_test
3029 build: test
3030 language: c
3031 src:
3032 - test/core/transport/stream_owned_slice_test.c
3033 deps:
3034 - grpc_test_util
3035 - grpc
3036 - gpr_test_util
3037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003038- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003039 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003040 build: test
3041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003042 src:
3043 - test/core/iomgr/tcp_client_posix_test.c
3044 deps:
3045 - grpc_test_util
3046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003047 - gpr_test_util
3048 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003049 exclude_iomgrs:
3050 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003051 platforms:
3052 - mac
3053 - linux
3054 - posix
murgatroid991191b722017-02-08 11:56:52 -08003055- name: tcp_client_uv_test
3056 cpu_cost: 0.5
3057 build: test
3058 language: c
3059 src:
3060 - test/core/iomgr/tcp_client_uv_test.c
3061 deps:
3062 - grpc_test_util
3063 - grpc
3064 - gpr_test_util
3065 - gpr
3066 exclude_iomgrs:
3067 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003068- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003069 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003070 build: test
3071 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003072 src:
3073 - test/core/iomgr/tcp_posix_test.c
3074 deps:
3075 - grpc_test_util
3076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003077 - gpr_test_util
3078 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003079 exclude_iomgrs:
3080 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003081 platforms:
3082 - mac
3083 - linux
3084 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003085- name: tcp_server_posix_test
3086 build: test
3087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003088 src:
3089 - test/core/iomgr/tcp_server_posix_test.c
3090 deps:
3091 - grpc_test_util
3092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003093 - gpr_test_util
3094 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003095 exclude_iomgrs:
3096 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003097 platforms:
3098 - mac
3099 - linux
3100 - posix
murgatroid991191b722017-02-08 11:56:52 -08003101- name: tcp_server_uv_test
3102 build: test
3103 language: c
3104 src:
3105 - test/core/iomgr/tcp_server_uv_test.c
3106 deps:
3107 - grpc_test_util
3108 - grpc
3109 - gpr_test_util
3110 - gpr
3111 exclude_iomgrs:
3112 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003113- name: time_averaged_stats_test
3114 build: test
3115 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003116 src:
3117 - test/core/iomgr/time_averaged_stats_test.c
3118 deps:
3119 - grpc_test_util
3120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003121 - gpr_test_util
3122 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003123- name: timeout_encoding_test
3124 build: test
3125 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003126 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003127 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003128 deps:
3129 - grpc_test_util
3130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003131 - gpr_test_util
3132 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003133- name: timer_heap_test
3134 build: test
3135 language: c
3136 src:
3137 - test/core/iomgr/timer_heap_test.c
3138 deps:
3139 - grpc_test_util
3140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003141 - gpr_test_util
3142 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003143 exclude_iomgrs:
3144 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003145- name: timer_list_test
3146 build: test
3147 language: c
3148 src:
3149 - test/core/iomgr/timer_list_test.c
3150 deps:
3151 - grpc_test_util
3152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003153 - gpr_test_util
3154 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003155 exclude_iomgrs:
3156 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003157- name: transport_connectivity_state_test
3158 build: test
3159 language: c
3160 src:
3161 - test/core/transport/connectivity_state_test.c
3162 deps:
3163 - grpc_test_util
3164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003165 - gpr_test_util
3166 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003167- name: transport_metadata_test
3168 build: test
3169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003170 src:
3171 - test/core/transport/metadata_test.c
3172 deps:
3173 - grpc_test_util
3174 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003175 - gpr_test_util
3176 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003177- name: transport_pid_controller_test
3178 build: test
3179 language: c
3180 src:
3181 - test/core/transport/pid_controller_test.c
3182 deps:
3183 - grpc_test_util
3184 - grpc
3185 - gpr_test_util
3186 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003187- name: transport_security_test
3188 build: test
3189 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003190 src:
3191 - test/core/tsi/transport_security_test.c
3192 deps:
3193 - grpc_test_util
3194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003195 - gpr_test_util
3196 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003197 platforms:
3198 - linux
3199 - posix
3200 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201- name: udp_server_test
3202 build: test
3203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003204 src:
3205 - test/core/iomgr/udp_server_test.c
3206 deps:
3207 - grpc_test_util
3208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003209 - gpr_test_util
3210 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003211 exclude_iomgrs:
3212 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003213 platforms:
3214 - mac
3215 - linux
3216 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003217- name: uri_fuzzer_test
3218 build: fuzzer
3219 language: c
3220 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003221 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003222 deps:
3223 - grpc_test_util
3224 - grpc
3225 - gpr_test_util
3226 - gpr
3227 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003228 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003229 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003230- name: uri_parser_test
3231 build: test
3232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003233 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003234 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003235 deps:
3236 - grpc_test_util
3237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003238 - gpr_test_util
3239 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003240- name: wakeup_fd_cv_test
3241 build: test
3242 language: c
3243 src:
3244 - test/core/iomgr/wakeup_fd_cv_test.c
3245 deps:
3246 - grpc_test_util
3247 - grpc
3248 - gpr_test_util
3249 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003250 exclude_iomgrs:
3251 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003252 platforms:
3253 - mac
3254 - linux
3255 - posix
vjpai04e992a2016-02-10 16:58:38 -08003256- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003257 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003258 build: test
3259 language: c++
3260 src:
3261 - test/cpp/common/alarm_cpp_test.cc
3262 deps:
3263 - grpc++_test_util
3264 - grpc_test_util
3265 - grpc++
3266 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003267 - gpr_test_util
3268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003269- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003270 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003271 build: test
3272 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003273 src:
3274 - test/cpp/end2end/async_end2end_test.cc
3275 deps:
3276 - grpc++_test_util
3277 - grpc_test_util
3278 - grpc++
3279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003280 - gpr_test_util
3281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003282- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003283 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003284 build: test
3285 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003286 src:
3287 - test/cpp/common/auth_property_iterator_test.cc
3288 deps:
3289 - grpc++_test_util
3290 - grpc_test_util
3291 - grpc++
3292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003293 - gpr_test_util
3294 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003295- name: bm_arena
3296 build: test
3297 language: c++
3298 src:
3299 - test/cpp/microbenchmarks/bm_arena.cc
3300 deps:
3301 - grpc_benchmark
3302 - benchmark
3303 - grpc++_test_util
3304 - grpc_test_util
3305 - grpc++
3306 - grpc
3307 - gpr_test_util
3308 - gpr
3309 args:
3310 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003311 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003312 platforms:
3313 - mac
3314 - linux
3315 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003316- name: bm_call_create
3317 build: test
3318 language: c++
3319 src:
3320 - test/cpp/microbenchmarks/bm_call_create.cc
3321 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003322 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003323 - benchmark
3324 - grpc++_test_util
3325 - grpc_test_util
3326 - grpc++
3327 - grpc
3328 - gpr_test_util
3329 - gpr
3330 args:
3331 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003332 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003333 platforms:
3334 - mac
3335 - linux
3336 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003337- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003338 build: test
3339 language: c++
3340 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003341 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003342 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003343 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003344 - benchmark
3345 - grpc++_test_util
3346 - grpc_test_util
3347 - grpc++
3348 - grpc
3349 - gpr_test_util
3350 - gpr
3351 args:
3352 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003353 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003354 platforms:
3355 - mac
3356 - linux
3357 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003358- name: bm_chttp2_transport
3359 build: test
3360 language: c++
3361 src:
3362 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3363 deps:
3364 - grpc_benchmark
3365 - benchmark
3366 - grpc++_test_util
3367 - grpc_test_util
3368 - grpc++
3369 - grpc
3370 - gpr_test_util
3371 - gpr
3372 args:
3373 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003374 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003375 platforms:
3376 - mac
3377 - linux
3378 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003379- name: bm_closure
3380 build: test
3381 language: c++
3382 src:
3383 - test/cpp/microbenchmarks/bm_closure.cc
3384 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003385 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003386 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003387 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003388 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003389 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003390 - grpc
3391 - gpr_test_util
3392 - gpr
3393 args:
3394 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003395 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003396 platforms:
3397 - mac
3398 - linux
3399 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003400- name: bm_cq
3401 build: test
3402 language: c++
3403 src:
3404 - test/cpp/microbenchmarks/bm_cq.cc
3405 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003406 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003407 - benchmark
3408 - grpc++_test_util
3409 - grpc_test_util
3410 - grpc++
3411 - grpc
3412 - gpr_test_util
3413 - gpr
3414 args:
3415 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003416 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003417 platforms:
3418 - mac
3419 - linux
3420 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003421- name: bm_cq_multiple_threads
3422 build: test
3423 language: c++
3424 src:
3425 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3426 deps:
3427 - grpc_benchmark
3428 - benchmark
3429 - grpc++_test_util
3430 - grpc_test_util
3431 - grpc++
3432 - grpc
3433 - gpr_test_util
3434 - gpr
3435 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003436 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003437 defaults: benchmark
3438 platforms:
3439 - mac
3440 - linux
3441 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003442- name: bm_error
3443 build: test
3444 language: c++
3445 src:
3446 - test/cpp/microbenchmarks/bm_error.cc
3447 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003448 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003449 - benchmark
3450 - grpc++_test_util
3451 - grpc_test_util
3452 - grpc++
3453 - grpc
3454 - gpr_test_util
3455 - gpr
3456 args:
3457 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003458 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003459 platforms:
3460 - mac
3461 - linux
3462 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003463- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003464 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003465 language: c++
3466 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003467 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003468 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003469 - grpc_benchmark
3470 - benchmark
3471 - grpc++_test_util
3472 - grpc_test_util
3473 - grpc++
3474 - grpc
3475 - gpr_test_util
3476 - gpr
3477 args:
3478 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003479 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003480 excluded_poll_engines:
3481 - poll
3482 - poll-cv
3483 platforms:
3484 - mac
3485 - linux
3486 - posix
3487 timeout_seconds: 1200
3488- name: bm_fullstack_streaming_pump
3489 build: test
3490 language: c++
3491 src:
3492 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003493 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003494 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003495 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003496 - grpc++_test_util
3497 - grpc_test_util
3498 - grpc++
3499 - grpc
3500 - gpr_test_util
3501 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003502 args:
3503 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003504 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003505 excluded_poll_engines:
3506 - poll
3507 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003508 platforms:
3509 - mac
3510 - linux
3511 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003512 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003513- name: bm_fullstack_trickle
3514 build: test
3515 language: c++
3516 src:
3517 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3518 deps:
3519 - grpc_benchmark
3520 - benchmark
3521 - grpc++_test_util
3522 - grpc_test_util
3523 - grpc++
3524 - grpc
3525 - gpr_test_util
3526 - gpr
3527 args:
3528 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003529 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003530 excluded_poll_engines:
3531 - poll
3532 - poll-cv
3533 platforms:
3534 - mac
3535 - linux
3536 - posix
3537 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003538- name: bm_fullstack_unary_ping_pong
3539 build: test
3540 language: c++
3541 src:
3542 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3543 deps:
3544 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003545 - benchmark
3546 - grpc++_test_util
3547 - grpc_test_util
3548 - grpc++
3549 - grpc
3550 - gpr_test_util
3551 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003552 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003553 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003554 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003555 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003556 - poll
3557 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003558 platforms:
3559 - mac
3560 - linux
3561 - posix
3562 timeout_seconds: 1200
3563- name: bm_metadata
3564 build: test
3565 language: c++
3566 src:
3567 - test/cpp/microbenchmarks/bm_metadata.cc
3568 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003569 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003570 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003571 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003572 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003573 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003574 - grpc
3575 - gpr_test_util
3576 - gpr
3577 args:
3578 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003579 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003580 platforms:
3581 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003582 - linux
3583 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003584- name: bm_pollset
3585 build: test
3586 language: c++
3587 src:
3588 - test/cpp/microbenchmarks/bm_pollset.cc
3589 deps:
3590 - grpc_benchmark
3591 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003592 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003593 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003594 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003595 - grpc
3596 - gpr_test_util
3597 - gpr
3598 args:
3599 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003600 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003601 platforms:
3602 - mac
3603 - linux
3604 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003605- name: channel_arguments_test
3606 gtest: true
3607 build: test
3608 language: c++
3609 src:
3610 - test/cpp/common/channel_arguments_test.cc
3611 deps:
3612 - grpc++
3613 - grpc
3614 - gpr
3615- name: channel_filter_test
3616 gtest: true
3617 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003618 language: c++
3619 src:
3620 - test/cpp/common/channel_filter_test.cc
3621 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003622 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003623 - grpc
3624 - gpr
3625- name: cli_call_test
3626 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003627 build: test
3628 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003629 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003630 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003631 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003632 - grpc_cli_libs
3633 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003634 - grpc_test_util
3635 - grpc++
3636 - grpc
3637 - gpr_test_util
3638 - gpr
3639- name: client_crash_test
3640 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003641 cpu_cost: 0.1
3642 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003643 language: c++
3644 src:
3645 - test/cpp/end2end/client_crash_test.cc
3646 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003647 - grpc++_test_util
3648 - grpc_test_util
3649 - grpc++
3650 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003651 - gpr_test_util
3652 - gpr
3653 platforms:
3654 - mac
3655 - linux
3656 - posix
3657- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003658 build: test
3659 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003660 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003661 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003662 - test/cpp/end2end/client_crash_test_server.cc
3663 deps:
3664 - grpc++_test_util
3665 - grpc_test_util
3666 - grpc++
3667 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003668 - gpr_test_util
3669 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003670- name: client_lb_end2end_test
3671 gtest: true
3672 build: test
3673 language: c++
3674 src:
3675 - test/cpp/end2end/client_lb_end2end_test.cc
3676 deps:
3677 - grpc++_test_util
3678 - grpc_test_util
3679 - grpc++
3680 - grpc
3681 - gpr_test_util
3682 - gpr
3683 excluded_poll_engines:
3684 - poll
3685 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003686- name: codegen_test_full
3687 gtest: true
3688 build: test
3689 language: c++
3690 src:
3691 - src/proto/grpc/testing/control.proto
3692 - src/proto/grpc/testing/messages.proto
3693 - src/proto/grpc/testing/payloads.proto
3694 - src/proto/grpc/testing/services.proto
3695 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003696 - test/cpp/codegen/codegen_test_full.cc
3697 deps:
3698 - grpc++
3699 - grpc
3700 - gpr
3701 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003702 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003703- name: codegen_test_minimal
3704 gtest: true
3705 build: test
3706 language: c++
3707 src:
3708 - src/proto/grpc/testing/control.proto
3709 - src/proto/grpc/testing/messages.proto
3710 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003711 - src/proto/grpc/testing/services.proto
3712 - src/proto/grpc/testing/stats.proto
3713 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003714 deps:
3715 - grpc
3716 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003717 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003718 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003719 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003720- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003721 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003722 build: test
3723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003724 src:
3725 - test/cpp/client/credentials_test.cc
3726 deps:
3727 - grpc++
3728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003730- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003731 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003732 build: test
3733 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003734 src:
3735 - test/cpp/util/byte_buffer_test.cc
3736 deps:
3737 - grpc_test_util
3738 - grpc++
3739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003740 - gpr_test_util
3741 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003742- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003743 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003744 build: test
3745 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003746 src:
3747 - test/cpp/util/slice_test.cc
3748 deps:
3749 - grpc_test_util
3750 - grpc++
3751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003752 - gpr_test_util
3753 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003754- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003755 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003756 build: test
3757 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003758 src:
3759 - test/cpp/util/string_ref_test.cc
3760 deps:
3761 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003762 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003763- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003764 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003765 build: test
3766 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003767 src:
3768 - test/cpp/util/time_test.cc
3769 deps:
3770 - grpc_test_util
3771 - grpc++
3772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003773 - gpr_test_util
3774 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003775- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003776 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003777 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003778 build: test
3779 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003780 src:
3781 - test/cpp/end2end/end2end_test.cc
3782 deps:
3783 - grpc++_test_util
3784 - grpc_test_util
3785 - grpc++
3786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003787 - gpr_test_util
3788 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003789- name: error_details_test
3790 gtest: true
3791 build: test
3792 language: c++
3793 src:
3794 - src/proto/grpc/testing/echo_messages.proto
3795 - test/cpp/util/error_details_test.cc
3796 deps:
3797 - grpc++_error_details
3798 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003799- name: filter_end2end_test
3800 gtest: true
3801 build: test
3802 language: c++
3803 src:
3804 - test/cpp/end2end/filter_end2end_test.cc
3805 deps:
3806 - grpc++_test_util
3807 - grpc_test_util
3808 - grpc++
3809 - grpc
3810 - gpr_test_util
3811 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003812- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003813 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003814 build: test
3815 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003816 src:
3817 - test/cpp/end2end/generic_end2end_test.cc
3818 deps:
3819 - grpc++_test_util
3820 - grpc_test_util
3821 - grpc++
3822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003823 - gpr_test_util
3824 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003825- name: golden_file_test
3826 gtest: true
3827 build: test
3828 language: c++
3829 src:
3830 - src/proto/grpc/testing/compiler_test.proto
3831 - test/cpp/codegen/golden_file_test.cc
3832 deps:
3833 - grpc++
3834 - grpc
3835 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003836 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003837 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003838- name: grpc_cli
3839 build: test
3840 run: false
3841 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003842 src:
3843 - test/cpp/util/grpc_cli.cc
3844 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003845 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003846 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003847 - grpc++
3848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003849 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003850 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003851- name: grpc_cpp_plugin
3852 build: protoc
3853 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003854 src:
3855 - src/compiler/cpp_plugin.cc
3856 deps:
3857 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003858 secure: false
3859 vs_config_type: Application
3860 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3861- name: grpc_csharp_plugin
3862 build: protoc
3863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003864 src:
3865 - src/compiler/csharp_plugin.cc
3866 deps:
3867 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003868 secure: false
3869 vs_config_type: Application
3870 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003871- name: grpc_node_plugin
3872 build: protoc
3873 language: c++
3874 src:
3875 - src/compiler/node_plugin.cc
3876 deps:
3877 - grpc_plugin_support
3878 secure: false
3879 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003880- name: grpc_objective_c_plugin
3881 build: protoc
3882 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003883 src:
3884 - src/compiler/objective_c_plugin.cc
3885 deps:
3886 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003887 secure: false
3888 vs_config_type: Application
3889 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003890- name: grpc_php_plugin
3891 build: protoc
3892 language: c++
3893 src:
3894 - src/compiler/php_plugin.cc
3895 deps:
3896 - grpc_plugin_support
3897 secure: false
3898 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003899- name: grpc_python_plugin
3900 build: protoc
3901 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003902 src:
3903 - src/compiler/python_plugin.cc
3904 deps:
3905 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003906 secure: false
3907 vs_config_type: Application
3908 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3909- name: grpc_ruby_plugin
3910 build: protoc
3911 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003912 src:
3913 - src/compiler/ruby_plugin.cc
3914 deps:
3915 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003916 secure: false
3917 vs_config_type: Application
3918 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003919- name: grpc_tool_test
3920 gtest: true
3921 build: test
3922 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003923 src:
3924 - src/proto/grpc/testing/echo.proto
3925 - src/proto/grpc/testing/echo_messages.proto
3926 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003927 deps:
3928 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003929 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003930 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003931 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003932 - grpc_test_util
3933 - grpc++
3934 - grpc
3935 - gpr_test_util
3936 - gpr
3937 filegroups:
3938 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003939- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003940 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003941 build: test
3942 language: c++
3943 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003944 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003945 - test/cpp/grpclb/grpclb_api_test.cc
3946 deps:
3947 - grpc++_test_util
3948 - grpc_test_util
3949 - grpc++
3950 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07003951- name: grpclb_end2end_test
3952 gtest: true
3953 build: test
3954 language: c++
3955 src:
3956 - src/proto/grpc/lb/v1/load_balancer.proto
3957 - test/cpp/end2end/grpclb_end2end_test.cc
3958 deps:
3959 - grpc++_test_util
3960 - grpc_test_util
3961 - grpc++
3962 - grpc
3963 - gpr_test_util
3964 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003965 excluded_poll_engines:
3966 - poll
3967 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07003968- name: grpclb_test
3969 gtest: false
3970 build: test
3971 language: c++
3972 src:
3973 - src/proto/grpc/lb/v1/load_balancer.proto
3974 - test/cpp/grpclb/grpclb_test.cc
3975 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003976 - grpc++_test_util
3977 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003978 - grpc++
3979 - grpc
3980 - gpr_test_util
3981 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003982 excluded_poll_engines:
3983 - poll
3984 - poll-cv
yang-gad327642016-12-12 14:32:09 -08003985- name: health_service_end2end_test
3986 gtest: true
3987 build: test
3988 language: c++
3989 src:
3990 - test/cpp/end2end/health_service_end2end_test.cc
3991 deps:
3992 - grpc++_test_util
3993 - grpc_test_util
3994 - grpc++
3995 - grpc
3996 - gpr_test_util
3997 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003998- name: http2_client
3999 build: test
4000 run: false
4001 language: c++
4002 src: []
4003 deps:
4004 - http2_client_main
4005 - grpc++_test_util
4006 - grpc_test_util
4007 - grpc++
4008 - grpc
4009 - grpc++_test_config
4010 platforms:
4011 - mac
4012 - linux
4013 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004014- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004015 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004016 build: test
4017 language: c++
4018 src:
4019 - test/cpp/end2end/hybrid_end2end_test.cc
4020 deps:
4021 - grpc++_test_util
4022 - grpc_test_util
4023 - grpc++
4024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004025 - gpr_test_util
4026 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004027- name: interop_client
4028 build: test
4029 run: false
4030 language: c++
4031 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004032 deps:
4033 - interop_client_main
4034 - interop_client_helper
4035 - grpc++_test_util
4036 - grpc_test_util
4037 - grpc++
4038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004039 - gpr_test_util
4040 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004041 - grpc++_test_config
4042 platforms:
4043 - mac
4044 - linux
4045 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004046- name: interop_server
4047 build: test
4048 run: false
4049 language: c++
4050 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004051 deps:
4052 - interop_server_main
4053 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004054 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004055 - grpc++_test_util
4056 - grpc_test_util
4057 - grpc++
4058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004059 - gpr_test_util
4060 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004061 - grpc++_test_config
4062 platforms:
4063 - mac
4064 - linux
4065 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004066- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004067 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004068 build: test
4069 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004070 src:
4071 - test/cpp/interop/interop_test.cc
4072 deps:
4073 - grpc_test_util
4074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004075 - gpr_test_util
4076 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004077 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004078 platforms:
4079 - mac
4080 - linux
4081 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004082- name: json_run_localhost
4083 build: test
4084 run: false
4085 language: c++
4086 src:
4087 - test/cpp/qps/json_run_localhost.cc
4088 deps:
4089 - grpc++_test_util
4090 - grpc_test_util
4091 - grpc++
4092 - grpc
4093 - gpr_test_util
4094 - gpr
4095 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004096 platforms:
4097 - mac
4098 - linux
4099 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004100- name: memory_test
4101 gtest: true
4102 build: test
4103 language: c++
4104 src:
4105 - test/core/support/memory_test.cc
4106 deps:
4107 - grpc_test_util
4108 - grpc++
4109 - grpc
4110 - gpr_test_util
4111 - gpr
4112 uses:
4113 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004114- name: metrics_client
4115 build: test
4116 run: false
4117 language: c++
4118 headers:
4119 - test/cpp/util/metrics_server.h
4120 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004121 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004122 - test/cpp/interop/metrics_client.cc
4123 deps:
4124 - grpc++
4125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004126 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004127 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004128- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004129 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004130 build: test
4131 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004132 headers:
4133 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004134 src:
4135 - test/cpp/end2end/mock_test.cc
4136 deps:
4137 - grpc++_test_util
4138 - grpc_test_util
4139 - grpc++
4140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004141 - gpr_test_util
4142 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004143- name: noop-benchmark
4144 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004145 language: c++
4146 src:
4147 - test/cpp/microbenchmarks/noop-benchmark.cc
4148 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004149 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004150 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004151- name: proto_server_reflection_test
4152 gtest: true
4153 build: test
4154 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004155 src:
4156 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004157 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004158 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004159 - grpc++_reflection
4160 - grpc++_test_util
4161 - grpc_test_util
4162 - grpc++
4163 - grpc
4164 - gpr_test_util
4165 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004166- name: proto_utils_test
4167 gtest: true
4168 build: test
4169 language: c++
4170 src:
4171 - test/cpp/codegen/proto_utils_test.cc
4172 deps:
4173 - grpc++
4174 - grpc
4175 filegroups:
4176 - grpc++_codegen_base
4177 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004178- name: qps_interarrival_test
4179 build: test
4180 run: false
4181 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004182 src:
4183 - test/cpp/qps/qps_interarrival_test.cc
4184 deps:
4185 - qps
4186 - grpc++_test_util
4187 - grpc_test_util
4188 - grpc++
4189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004190 - gpr_test_util
4191 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004192 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004193 platforms:
4194 - mac
4195 - linux
4196 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004197- name: qps_json_driver
4198 build: test
4199 run: false
4200 language: c++
4201 src:
4202 - test/cpp/qps/qps_json_driver.cc
4203 deps:
4204 - qps
4205 - grpc++_test_util
4206 - grpc_test_util
4207 - grpc++
4208 - grpc
4209 - gpr_test_util
4210 - gpr
4211 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004212- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004213 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004214 build: test
4215 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004216 src:
4217 - test/cpp/qps/qps_openloop_test.cc
4218 deps:
4219 - qps
4220 - grpc++_test_util
4221 - grpc_test_util
4222 - grpc++
4223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004224 - gpr_test_util
4225 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004226 - grpc++_test_config
4227 platforms:
4228 - mac
4229 - linux
4230 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004231- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004232 build: test
4233 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004234 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004235 headers:
4236 - test/cpp/qps/client.h
4237 - test/cpp/qps/server.h
4238 src:
4239 - test/cpp/qps/worker.cc
4240 deps:
4241 - qps
4242 - grpc++_test_util
4243 - grpc_test_util
4244 - grpc++
4245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004246 - gpr_test_util
4247 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004248 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004249- name: reconnect_interop_client
4250 build: test
4251 run: false
4252 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004253 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004254 - src/proto/grpc/testing/empty.proto
4255 - src/proto/grpc/testing/messages.proto
4256 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004257 - test/cpp/interop/reconnect_interop_client.cc
4258 deps:
4259 - grpc++_test_util
4260 - grpc_test_util
4261 - grpc++
4262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004263 - gpr_test_util
4264 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004265 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004266- name: reconnect_interop_server
4267 build: test
4268 run: false
4269 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004270 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004271 - src/proto/grpc/testing/empty.proto
4272 - src/proto/grpc/testing/messages.proto
4273 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004274 - test/cpp/interop/reconnect_interop_server.cc
4275 deps:
4276 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004277 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004278 - grpc++_test_util
4279 - grpc_test_util
4280 - grpc++
4281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004282 - gpr_test_util
4283 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004284 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004285- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004286 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004287 build: test
4288 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004289 src:
4290 - test/cpp/common/secure_auth_context_test.cc
4291 deps:
4292 - grpc++_test_util
4293 - grpc_test_util
4294 - grpc++
4295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004296 - gpr_test_util
4297 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004298- name: secure_sync_unary_ping_pong_test
4299 build: test
4300 language: c++
4301 src:
4302 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4303 deps:
4304 - qps
4305 - grpc++_test_util
4306 - grpc_test_util
4307 - grpc++
4308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004309 - gpr_test_util
4310 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004311 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004312 platforms:
4313 - mac
4314 - linux
4315 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004316- name: server_builder_plugin_test
4317 gtest: true
4318 build: test
4319 language: c++
4320 src:
4321 - test/cpp/end2end/server_builder_plugin_test.cc
4322 deps:
4323 - grpc++_test_util
4324 - grpc_test_util
4325 - grpc++
4326 - grpc
4327 - gpr_test_util
4328 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004329- name: server_builder_test
4330 gtest: true
4331 build: test
4332 language: c++
4333 src:
4334 - src/proto/grpc/testing/echo_messages.proto
4335 - src/proto/grpc/testing/echo.proto
4336 - test/cpp/server/server_builder_test.cc
4337 deps:
4338 - grpc++_test_util
4339 - grpc_test_util
4340 - gpr_test_util
4341 - grpc++
4342 - grpc
4343 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004344- name: server_context_test_spouse_test
4345 gtest: true
4346 build: test
4347 language: c++
4348 src:
4349 - test/cpp/test/server_context_test_spouse_test.cc
4350 deps:
4351 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004352 - grpc++
4353 - grpc
4354 - gpr_test_util
4355 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004356 uses:
4357 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004358- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004359 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004360 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004361 build: test
4362 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004363 src:
4364 - test/cpp/end2end/server_crash_test.cc
4365 deps:
4366 - grpc++_test_util
4367 - grpc_test_util
4368 - grpc++
4369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004370 - gpr_test_util
4371 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004372 platforms:
4373 - mac
4374 - linux
4375 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004376- name: server_crash_test_client
4377 build: test
4378 run: false
4379 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004380 src:
4381 - test/cpp/end2end/server_crash_test_client.cc
4382 deps:
4383 - grpc++_test_util
4384 - grpc_test_util
4385 - grpc++
4386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004387 - gpr_test_util
4388 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004389- name: server_request_call_test
4390 gtest: true
4391 build: test
4392 language: c++
4393 src:
4394 - src/proto/grpc/testing/echo_messages.proto
4395 - src/proto/grpc/testing/echo.proto
4396 - test/cpp/server/server_request_call_test.cc
4397 deps:
4398 - grpc++_test_util
4399 - grpc_test_util
4400 - gpr_test_util
4401 - grpc++
4402 - grpc
4403 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004404- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004405 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004406 build: test
4407 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004408 src:
4409 - test/cpp/end2end/shutdown_test.cc
4410 deps:
4411 - grpc++_test_util
4412 - grpc_test_util
4413 - grpc++
4414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004415 - gpr_test_util
4416 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004417- name: status_test
4418 build: test
4419 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004420 src:
4421 - test/cpp/util/status_test.cc
4422 deps:
4423 - grpc_test_util
4424 - grpc++
4425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004426 - gpr_test_util
4427 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004428- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004429 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004430 build: test
4431 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004432 src:
4433 - test/cpp/end2end/streaming_throughput_test.cc
4434 deps:
4435 - grpc++_test_util
4436 - grpc_test_util
4437 - grpc++
4438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004439 - gpr_test_util
4440 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004441 platforms:
4442 - mac
4443 - linux
4444 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004445- name: stress_test
4446 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004447 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004448 language: c++
4449 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004450 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004451 - test/cpp/interop/interop_client.h
4452 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004453 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004454 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004455 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004456 - src/proto/grpc/testing/empty.proto
4457 - src/proto/grpc/testing/messages.proto
4458 - src/proto/grpc/testing/metrics.proto
4459 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004460 - test/cpp/interop/interop_client.cc
4461 - test/cpp/interop/stress_interop_client.cc
4462 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004463 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004464 deps:
4465 - grpc++_test_util
4466 - grpc_test_util
4467 - grpc++
4468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004469 - gpr_test_util
4470 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004471 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004472- name: thread_manager_test
4473 build: test
4474 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004475 src:
4476 - test/cpp/thread_manager/thread_manager_test.cc
4477 deps:
4478 - grpc++
4479 - grpc
4480 - gpr
4481 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004482- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004483 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004484 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004485 build: test
4486 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004487 src:
4488 - test/cpp/end2end/thread_stress_test.cc
4489 deps:
4490 - grpc++_test_util
4491 - grpc_test_util
4492 - grpc++
4493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004494 - gpr_test_util
4495 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004496- name: writes_per_rpc_test
4497 gtest: true
4498 cpu_cost: 0.5
4499 build: test
4500 language: c++
4501 src:
4502 - test/cpp/performance/writes_per_rpc_test.cc
4503 deps:
4504 - grpc++_test_util
4505 - grpc_test_util
4506 - grpc++
4507 - grpc
4508 - gpr_test_util
4509 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004510 platforms:
4511 - mac
4512 - linux
4513 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004514- name: public_headers_must_be_c89
4515 build: test
4516 language: c89
4517 src:
4518 - test/core/surface/public_headers_must_be_c89.c
4519 deps:
4520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004521 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004522vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004523- linkage: static
4524 name: grpc.dependencies.zlib
4525 props: false
4526 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004527 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004528- linkage: static
4529 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004530 props: true
4531 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004532 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004533- name: gflags
4534 props: false
4535 redist: false
4536 version: 2.1.2.1
4537- name: gtest
4538 props: false
4539 redist: false
4540 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004541configs:
4542 asan:
4543 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004544 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4545 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004546 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004547 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004548 LDFLAGS: -fsanitize=address
4549 LDXX: clang++
4550 compile_the_world: true
4551 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004552 ASAN_OPTIONS: detect_leaks=1:color=always
4553 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004554 asan-noleaks:
4555 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004556 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4557 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004558 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004559 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004560 LDFLAGS: -fsanitize=address
4561 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004562 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004563 test_environ:
4564 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004565 asan-trace-cmp:
4566 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004567 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4568 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004569 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004570 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004571 LDFLAGS: -fsanitize=address
4572 LDXX: clang++
4573 compile_the_world: true
4574 test_environ:
4575 ASAN_OPTIONS: detect_leaks=1:color=always
4576 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004577 basicprof:
4578 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4579 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004580 c++-compat:
4581 CFLAGS: -Wc++-compat
4582 CPPFLAGS: -O0
4583 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004584 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004585 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004586 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004587 dbg:
4588 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004589 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004590 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004591 gcov:
4592 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004593 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004594 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004595 DEFINES: _DEBUG DEBUG GPR_GCOV
4596 LD: gcc
4597 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4598 LDXX: g++
4599 helgrind:
4600 CPPFLAGS: -O0
4601 DEFINES: _DEBUG DEBUG
4602 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004603 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004604 lto:
4605 CPPFLAGS: -O2
4606 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004607 memcheck:
4608 CPPFLAGS: -O0
4609 DEFINES: _DEBUG DEBUG
4610 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004611 valgrind: --tool=memcheck --leak-check=full
4612 msan:
4613 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004614 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4615 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4616 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004617 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004618 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004619 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004620 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4621 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4622 LDXX: clang++
4623 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004624 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004625 CPPFLAGS: -O3 -fno-omit-frame-pointer
4626 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004627 LDFLAGS: -rdynamic
4628 opt:
4629 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004630 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004631 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004632 stapprof:
4633 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4634 DEFINES: NDEBUG
4635 tsan:
4636 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004637 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004638 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004639 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004640 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004641 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004642 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004643 LDXX: clang++
4644 compile_the_world: true
4645 test_environ:
4646 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004647 ubsan:
4648 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004649 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4650 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004651 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004652 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004653 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004654 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004655 LDXX: clang++
4656 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004657 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004658 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004659defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004660 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004661 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004662 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4663 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004664 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4665 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004666 benchmark:
4667 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004668 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004669 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004670 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004671 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004672 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004673 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004674 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004675 LDFLAGS: -g
4676 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004677 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004678 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004679node_modules:
4680- deps:
4681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004682 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004683 - boringssl
4684 - z
murgatroid9994a75412015-11-19 14:04:53 -08004685 headers:
4686 - src/node/ext/byte_buffer.h
4687 - src/node/ext/call.h
4688 - src/node/ext/call_credentials.h
4689 - src/node/ext/channel.h
4690 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004691 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004692 - src/node/ext/server.h
4693 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004694 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004695 - src/node/ext/timeval.h
4696 js:
4697 - src/node/index.js
4698 - src/node/src/client.js
4699 - src/node/src/common.js
4700 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004701 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004702 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004703 - src/node/src/metadata.js
4704 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004705 name: grpc_node
4706 src:
4707 - src/node/ext/byte_buffer.cc
4708 - src/node/ext/call.cc
4709 - src/node/ext/call_credentials.cc
4710 - src/node/ext/channel.cc
4711 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004712 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004713 - src/node/ext/node_grpc.cc
4714 - src/node/ext/server.cc
4715 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004716 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004717 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004718openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004719 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004720 extraction_dir: openssl-1.0.2f
4721 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004722php_config_m4:
4723 deps:
4724 - grpc
4725 - gpr
4726 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004727 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004728 headers:
4729 - src/php/ext/grpc/byte_buffer.h
4730 - src/php/ext/grpc/call.h
4731 - src/php/ext/grpc/call_credentials.h
4732 - src/php/ext/grpc/channel.h
4733 - src/php/ext/grpc/channel_credentials.h
4734 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004735 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004736 - src/php/ext/grpc/php_grpc.h
4737 - src/php/ext/grpc/server.h
4738 - src/php/ext/grpc/server_credentials.h
4739 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004740 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004741 src:
4742 - src/php/ext/grpc/byte_buffer.c
4743 - src/php/ext/grpc/call.c
4744 - src/php/ext/grpc/call_credentials.c
4745 - src/php/ext/grpc/channel.c
4746 - src/php/ext/grpc/channel_credentials.c
4747 - src/php/ext/grpc/completion_queue.c
4748 - src/php/ext/grpc/php_grpc.c
4749 - src/php/ext/grpc/server.c
4750 - src/php/ext/grpc/server_credentials.c
4751 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004752python_dependencies:
4753 deps:
4754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004755 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004756 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004757 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004758 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004759ruby_gem:
4760 deps:
4761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004762 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004763 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004764 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004765 - z