blob: 58351ccb35a326ad356e4782845c005906872206 [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 Quintas713597f2017-08-16 20:59:05 -070016 g_stands_for: gambit
17 version: 1.7.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 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070063 - src/core/lib/profiling/basic_timers.c
64 - src/core/lib/profiling/stap_timers.c
65 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -070066 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -070067 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -070068 - src/core/lib/support/avl.c
Craig Tillerf23078c2016-03-25 17:07:29 -070069 - src/core/lib/support/cmdline.c
70 - src/core/lib/support/cpu_iphone.c
71 - src/core/lib/support/cpu_linux.c
72 - src/core/lib/support/cpu_posix.c
73 - src/core/lib/support/cpu_windows.c
74 - src/core/lib/support/env_linux.c
75 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070076 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/support/histogram.c
78 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -070079 - src/core/lib/support/log.c
80 - src/core/lib/support/log_android.c
81 - src/core/lib/support/log_linux.c
82 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070083 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -070084 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -070085 - src/core/lib/support/murmur_hash.c
Ken Paysona4710a02017-07-10 16:49:59 -070086 - src/core/lib/support/stack_lockfree.c
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/string.c
88 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -070089 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/subprocess_posix.c
92 - src/core/lib/support/subprocess_windows.c
93 - src/core/lib/support/sync.c
94 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070095 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070096 - src/core/lib/support/thd.c
97 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070098 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070099 - src/core/lib/support/time.c
100 - src/core/lib/support/time_posix.c
101 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700102 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700103 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200104 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700105 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700106 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700108 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700109 - gpr_base_headers
110- name: gpr_base_headers
111 public_headers:
112 - include/grpc/support/alloc.h
113 - include/grpc/support/atm.h
114 - include/grpc/support/atm_gcc_atomic.h
115 - include/grpc/support/atm_gcc_sync.h
116 - include/grpc/support/atm_windows.h
117 - include/grpc/support/avl.h
118 - include/grpc/support/cmdline.h
119 - include/grpc/support/cpu.h
120 - include/grpc/support/histogram.h
121 - include/grpc/support/host_port.h
122 - include/grpc/support/log.h
123 - include/grpc/support/log_windows.h
124 - include/grpc/support/port_platform.h
125 - include/grpc/support/string_util.h
126 - include/grpc/support/subprocess.h
127 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700128 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700129 - include/grpc/support/sync_generic.h
130 - include/grpc/support/sync_posix.h
131 - include/grpc/support/sync_windows.h
132 - include/grpc/support/thd.h
133 - include/grpc/support/time.h
134 - include/grpc/support/tls.h
135 - include/grpc/support/tls_gcc.h
136 - include/grpc/support/tls_msvc.h
137 - include/grpc/support/tls_pthread.h
138 - include/grpc/support/useful.h
139 headers:
140 - src/core/lib/profiling/timers.h
141 - src/core/lib/support/arena.h
142 - src/core/lib/support/atomic.h
143 - src/core/lib/support/atomic_with_atm.h
144 - src/core/lib/support/atomic_with_std.h
Vijay Pai42807252017-07-28 15:08:24 -0700145 - src/core/lib/support/block_annotate.h
146 - src/core/lib/support/env.h
147 - src/core/lib/support/memory.h
148 - src/core/lib/support/mpscq.h
149 - src/core/lib/support/murmur_hash.h
150 - src/core/lib/support/spinlock.h
151 - src/core/lib/support/stack_lockfree.h
152 - src/core/lib/support/string.h
153 - src/core/lib/support/string_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700154 - src/core/lib/support/time_precise.h
155 - src/core/lib/support/tmpfile.h
156 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700157 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800158- name: gpr_codegen
159 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800160 - include/grpc/impl/codegen/atm.h
161 - include/grpc/impl/codegen/atm_gcc_atomic.h
162 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700163 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800164 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700165 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800166 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800167 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700168 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800169 - include/grpc/impl/codegen/sync_generic.h
170 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700171 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700172- name: grpc++_base
173 deps:
174 - grpc
175 uses:
176 - grpc++_common
177 - grpc++_codegen_base
178- name: grpc++_base_unsecure
179 deps:
180 - grpc_unsecure
181 uses:
182 - grpc++_common
183 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700184- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700185 src:
Craig Tiller2014a372017-07-21 15:36:11 -0700186 - src/core/lib/backoff/backoff.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/channel/channel_args.c
188 - src/core/lib/channel/channel_stack.c
189 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700191 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800192 - src/core/lib/channel/handshaker_factory.c
193 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700194 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/compression/message_compress.c
Muxi Yane87a7e12017-06-29 16:53:24 -0700196 - src/core/lib/compression/stream_compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/http/format_request.c
198 - src/core/lib/http/httpcli.c
199 - src/core/lib/http/parser.c
Mark D. Roth76e264b2017-08-25 09:03:33 -0700200 - src/core/lib/iomgr/call_combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700202 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/endpoint.c
204 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700205 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700207 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700208 - src/core/lib/iomgr/ev_epoll1_linux.c
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700209 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700210 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700211 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700212 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700213 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700214 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200215 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/exec_ctx.c
217 - src/core/lib/iomgr/executor.c
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700218 - src/core/lib/iomgr/gethostname_fallback.c
219 - src/core/lib/iomgr/gethostname_host_name_max.c
220 - src/core/lib/iomgr/gethostname_sysconf.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/iocp_windows.c
222 - src/core/lib/iomgr/iomgr.c
223 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700224 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700226 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700227 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700228 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700229 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700230 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700231 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700233 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/pollset_windows.c
235 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700238 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500240 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700241 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/socket_utils_common_posix.c
243 - src/core/lib/iomgr/socket_utils_linux.c
244 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700245 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700246 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/iomgr/socket_windows.c
248 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700249 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/tcp_client_windows.c
251 - src/core/lib/iomgr/tcp_posix.c
252 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700253 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700254 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
255 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700256 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700258 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/iomgr/tcp_windows.c
260 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700261 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700263 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700264 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/iomgr/udp_server.c
266 - src/core/lib/iomgr/unix_sockets_posix.c
267 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700268 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/iomgr/wakeup_fd_eventfd.c
270 - src/core/lib/iomgr/wakeup_fd_nospecial.c
271 - src/core/lib/iomgr/wakeup_fd_pipe.c
272 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/json/json.c
274 - src/core/lib/json/json_reader.c
275 - src/core/lib/json/json_string.c
276 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700277 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700278 - src/core/lib/slice/percent_encoding.c
279 - src/core/lib/slice/slice.c
280 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800281 - src/core/lib/slice/slice_hash_table.c
282 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700283 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/surface/alarm.c
285 - src/core/lib/surface/api_trace.c
286 - src/core/lib/surface/byte_buffer.c
287 - src/core/lib/surface/byte_buffer_reader.c
288 - src/core/lib/surface/call.c
289 - src/core/lib/surface/call_details.c
290 - src/core/lib/surface/call_log_batch.c
291 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/surface/channel_init.c
293 - src/core/lib/surface/channel_ping.c
294 - src/core/lib/surface/channel_stack_type.c
295 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700296 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700298 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/surface/metadata_array.c
300 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/surface/validate_metadata.c
302 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700303 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800306 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/transport/metadata.c
308 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700309 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700310 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800312 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400313 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/transport/transport.c
315 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700316 deps:
317 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700318 filegroups:
319 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700320 uses:
321 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700322 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700323- name: grpc_base_headers
324 public_headers:
325 - include/grpc/byte_buffer.h
326 - include/grpc/byte_buffer_reader.h
327 - include/grpc/compression.h
328 - include/grpc/grpc.h
329 - include/grpc/grpc_posix.h
330 - include/grpc/grpc_security_constants.h
331 - include/grpc/load_reporting.h
332 - include/grpc/slice.h
333 - include/grpc/slice_buffer.h
334 - include/grpc/status.h
335 - include/grpc/support/workaround_list.h
336 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700337 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700338 - src/core/lib/channel/channel_args.h
339 - src/core/lib/channel/channel_stack.h
340 - src/core/lib/channel/channel_stack_builder.h
341 - src/core/lib/channel/connected_channel.h
342 - src/core/lib/channel/context.h
343 - src/core/lib/channel/handshaker.h
344 - src/core/lib/channel/handshaker_factory.h
345 - src/core/lib/channel/handshaker_registry.h
346 - src/core/lib/compression/algorithm_metadata.h
347 - src/core/lib/compression/message_compress.h
348 - src/core/lib/compression/stream_compression.h
349 - src/core/lib/http/format_request.h
350 - src/core/lib/http/httpcli.h
351 - src/core/lib/http/parser.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700352 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700353 - src/core/lib/iomgr/closure.h
354 - src/core/lib/iomgr/combiner.h
355 - src/core/lib/iomgr/endpoint.h
356 - src/core/lib/iomgr/endpoint_pair.h
357 - src/core/lib/iomgr/error.h
358 - src/core/lib/iomgr/error_internal.h
359 - src/core/lib/iomgr/ev_epoll1_linux.h
360 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h
361 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
362 - src/core/lib/iomgr/ev_epollex_linux.h
363 - src/core/lib/iomgr/ev_epollsig_linux.h
364 - src/core/lib/iomgr/ev_poll_posix.h
365 - src/core/lib/iomgr/ev_posix.h
366 - src/core/lib/iomgr/exec_ctx.h
367 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700368 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700369 - src/core/lib/iomgr/iocp_windows.h
370 - src/core/lib/iomgr/iomgr.h
371 - src/core/lib/iomgr/iomgr_internal.h
372 - src/core/lib/iomgr/iomgr_posix.h
373 - src/core/lib/iomgr/iomgr_uv.h
374 - src/core/lib/iomgr/is_epollexclusive_available.h
375 - src/core/lib/iomgr/load_file.h
376 - src/core/lib/iomgr/lockfree_event.h
377 - src/core/lib/iomgr/nameser.h
378 - src/core/lib/iomgr/network_status_tracker.h
379 - src/core/lib/iomgr/polling_entity.h
380 - src/core/lib/iomgr/pollset.h
381 - src/core/lib/iomgr/pollset_set.h
382 - src/core/lib/iomgr/pollset_set_windows.h
383 - src/core/lib/iomgr/pollset_uv.h
384 - src/core/lib/iomgr/pollset_windows.h
385 - src/core/lib/iomgr/port.h
386 - src/core/lib/iomgr/resolve_address.h
387 - src/core/lib/iomgr/resource_quota.h
388 - src/core/lib/iomgr/sockaddr.h
389 - src/core/lib/iomgr/sockaddr_posix.h
390 - src/core/lib/iomgr/sockaddr_utils.h
391 - src/core/lib/iomgr/sockaddr_windows.h
392 - src/core/lib/iomgr/socket_factory_posix.h
393 - src/core/lib/iomgr/socket_mutator.h
394 - src/core/lib/iomgr/socket_utils.h
395 - src/core/lib/iomgr/socket_utils_posix.h
396 - src/core/lib/iomgr/socket_windows.h
397 - src/core/lib/iomgr/sys_epoll_wrapper.h
398 - src/core/lib/iomgr/tcp_client.h
399 - src/core/lib/iomgr/tcp_client_posix.h
400 - src/core/lib/iomgr/tcp_posix.h
401 - src/core/lib/iomgr/tcp_server.h
402 - src/core/lib/iomgr/tcp_server_utils_posix.h
403 - src/core/lib/iomgr/tcp_uv.h
404 - src/core/lib/iomgr/tcp_windows.h
405 - src/core/lib/iomgr/time_averaged_stats.h
406 - src/core/lib/iomgr/timer.h
407 - src/core/lib/iomgr/timer_generic.h
408 - src/core/lib/iomgr/timer_heap.h
409 - src/core/lib/iomgr/timer_manager.h
410 - src/core/lib/iomgr/timer_uv.h
411 - src/core/lib/iomgr/udp_server.h
412 - src/core/lib/iomgr/unix_sockets_posix.h
413 - src/core/lib/iomgr/wakeup_fd_cv.h
414 - src/core/lib/iomgr/wakeup_fd_pipe.h
415 - src/core/lib/iomgr/wakeup_fd_posix.h
416 - src/core/lib/json/json.h
417 - src/core/lib/json/json_common.h
418 - src/core/lib/json/json_reader.h
419 - src/core/lib/json/json_writer.h
420 - src/core/lib/slice/b64.h
421 - src/core/lib/slice/percent_encoding.h
422 - src/core/lib/slice/slice_hash_table.h
423 - src/core/lib/slice/slice_internal.h
424 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700425 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700426 - src/core/lib/surface/api_trace.h
427 - src/core/lib/surface/call.h
428 - src/core/lib/surface/call_test_only.h
429 - src/core/lib/surface/channel.h
430 - src/core/lib/surface/channel_init.h
431 - src/core/lib/surface/channel_stack_type.h
432 - src/core/lib/surface/completion_queue.h
433 - src/core/lib/surface/completion_queue_factory.h
434 - src/core/lib/surface/event_string.h
435 - src/core/lib/surface/init.h
436 - src/core/lib/surface/lame_client.h
437 - src/core/lib/surface/server.h
438 - src/core/lib/surface/validate_metadata.h
439 - src/core/lib/transport/bdp_estimator.h
440 - src/core/lib/transport/byte_stream.h
441 - src/core/lib/transport/connectivity_state.h
442 - src/core/lib/transport/error_utils.h
443 - src/core/lib/transport/http2_errors.h
444 - src/core/lib/transport/metadata.h
445 - src/core/lib/transport/metadata_batch.h
446 - src/core/lib/transport/pid_controller.h
447 - src/core/lib/transport/service_config.h
448 - src/core/lib/transport/static_metadata.h
449 - src/core/lib/transport/status_conversion.h
450 - src/core/lib/transport/timeout_encoding.h
451 - src/core/lib/transport/transport.h
452 - src/core/lib/transport/transport_impl.h
453 deps:
454 - gpr
455 uses:
456 - grpc_codegen
457 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700458- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700459 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700460 - src/core/ext/filters/client_channel/client_channel.h
461 - src/core/ext/filters/client_channel/client_channel_factory.h
462 - src/core/ext/filters/client_channel/connector.h
463 - src/core/ext/filters/client_channel/http_connect_handshaker.h
464 - src/core/ext/filters/client_channel/http_proxy.h
465 - src/core/ext/filters/client_channel/lb_policy.h
466 - src/core/ext/filters/client_channel/lb_policy_factory.h
467 - src/core/ext/filters/client_channel/lb_policy_registry.h
468 - src/core/ext/filters/client_channel/parse_address.h
469 - src/core/ext/filters/client_channel/proxy_mapper.h
470 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
471 - src/core/ext/filters/client_channel/resolver.h
472 - src/core/ext/filters/client_channel/resolver_factory.h
473 - src/core/ext/filters/client_channel/resolver_registry.h
474 - src/core/ext/filters/client_channel/retry_throttle.h
475 - src/core/ext/filters/client_channel/subchannel.h
476 - src/core/ext/filters/client_channel/subchannel_index.h
477 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700478 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700479 - src/core/ext/filters/client_channel/channel_connectivity.c
480 - src/core/ext/filters/client_channel/client_channel.c
481 - src/core/ext/filters/client_channel/client_channel_factory.c
482 - src/core/ext/filters/client_channel/client_channel_plugin.c
483 - src/core/ext/filters/client_channel/connector.c
484 - src/core/ext/filters/client_channel/http_connect_handshaker.c
485 - src/core/ext/filters/client_channel/http_proxy.c
486 - src/core/ext/filters/client_channel/lb_policy.c
487 - src/core/ext/filters/client_channel/lb_policy_factory.c
488 - src/core/ext/filters/client_channel/lb_policy_registry.c
489 - src/core/ext/filters/client_channel/parse_address.c
490 - src/core/ext/filters/client_channel/proxy_mapper.c
491 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
492 - src/core/ext/filters/client_channel/resolver.c
493 - src/core/ext/filters/client_channel/resolver_factory.c
494 - src/core/ext/filters/client_channel/resolver_registry.c
495 - src/core/ext/filters/client_channel/retry_throttle.c
496 - src/core/ext/filters/client_channel/subchannel.c
497 - src/core/ext/filters/client_channel/subchannel_index.c
498 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700499 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700500 uses:
501 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700502 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800503- name: grpc_codegen
504 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700505 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800506 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800507 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800508 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800509 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800510 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700511 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800512 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700513 uses:
514 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700515- name: grpc_deadline_filter
516 headers:
517 - src/core/ext/filters/deadline/deadline_filter.h
518 src:
519 - src/core/ext/filters/deadline/deadline_filter.c
520 plugin: grpc_deadline_filter
521 uses:
522 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700523- name: grpc_http_filters
524 headers:
525 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700526 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700527 - src/core/ext/filters/http/server/http_server_filter.h
528 src:
529 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700530 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700531 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700532 - src/core/ext/filters/http/server/http_server_filter.c
533 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700534 uses:
535 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700536- name: grpc_lb_policy_grpclb
537 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700538 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700539 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
540 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700541 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
543 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700544 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
547 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700548 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700549 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
550 - 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 -0800551 plugin: grpc_lb_policy_grpclb
552 uses:
553 - grpc_base
554 - grpc_client_channel
555 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700556 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800557- name: grpc_lb_policy_grpclb_secure
558 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700559 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700560 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
561 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700562 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700563 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
564 - 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 -0800565 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700566 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700567 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
568 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700569 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700570 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
571 - 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 -0700572 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700573 uses:
574 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700575 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700576 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700577 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700578 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700579- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700580 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700581 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700582 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700583 uses:
584 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700585 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700586- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700587 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700588 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700589 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700590 uses:
591 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700592 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700593- name: grpc_load_reporting
594 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700595 - src/core/ext/filters/load_reporting/load_reporting.h
596 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700597 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700598 - src/core/ext/filters/load_reporting/load_reporting.c
599 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700600 plugin: grpc_load_reporting_plugin
601 uses:
602 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700603- name: grpc_max_age_filter
604 headers:
605 - src/core/ext/filters/max_age/max_age_filter.h
606 src:
607 - src/core/ext/filters/max_age/max_age_filter.c
608 plugin: grpc_max_age_filter
609 uses:
610 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700611- name: grpc_message_size_filter
612 headers:
613 - src/core/ext/filters/message_size/message_size_filter.h
614 src:
615 - src/core/ext/filters/message_size/message_size_filter.c
616 plugin: grpc_message_size_filter
617 uses:
618 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700619- name: grpc_resolver_dns_ares
620 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700621 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
622 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700623 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700624 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
625 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
626 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700627 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700628 plugin: grpc_resolver_dns_ares
629 uses:
630 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700631 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700632- name: grpc_resolver_dns_native
633 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700634 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700635 plugin: grpc_resolver_dns_native
636 uses:
637 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700638 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700639- name: grpc_resolver_fake
640 headers:
641 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
642 src:
643 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
644 plugin: grpc_resolver_fake
645 uses:
646 - grpc_base
647 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700648- name: grpc_resolver_sockaddr
649 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700650 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700651 plugin: grpc_resolver_sockaddr
652 uses:
653 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700654 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100655- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700656 public_headers:
657 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100658 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700659 - src/core/lib/security/context/security_context.h
660 - src/core/lib/security/credentials/composite/composite_credentials.h
661 - src/core/lib/security/credentials/credentials.h
662 - src/core/lib/security/credentials/fake/fake_credentials.h
663 - src/core/lib/security/credentials/google_default/google_default_credentials.h
664 - src/core/lib/security/credentials/iam/iam_credentials.h
665 - src/core/lib/security/credentials/jwt/json_token.h
666 - src/core/lib/security/credentials/jwt/jwt_credentials.h
667 - src/core/lib/security/credentials/jwt/jwt_verifier.h
668 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
669 - src/core/lib/security/credentials/plugin/plugin_credentials.h
670 - src/core/lib/security/credentials/ssl/ssl_credentials.h
671 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800672 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700673 - src/core/lib/security/transport/secure_endpoint.h
674 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800675 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700676 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700677 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100678 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700679 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700680 - src/core/lib/security/context/security_context.c
681 - src/core/lib/security/credentials/composite/composite_credentials.c
682 - src/core/lib/security/credentials/credentials.c
683 - src/core/lib/security/credentials/credentials_metadata.c
684 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700685 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700686 - src/core/lib/security/credentials/google_default/google_default_credentials.c
687 - src/core/lib/security/credentials/iam/iam_credentials.c
688 - src/core/lib/security/credentials/jwt/json_token.c
689 - src/core/lib/security/credentials/jwt/jwt_credentials.c
690 - src/core/lib/security/credentials/jwt/jwt_verifier.c
691 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
692 - src/core/lib/security/credentials/plugin/plugin_credentials.c
693 - src/core/lib/security/credentials/ssl/ssl_credentials.c
694 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800695 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700696 - src/core/lib/security/transport/secure_endpoint.c
697 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800698 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700699 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700700 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700701 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700702 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700703 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700704 uses:
705 - grpc_base
706 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700707 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700708- name: grpc_server_backward_compatibility
709 headers:
710 - src/core/ext/filters/workarounds/workaround_utils.h
711 src:
712 - src/core/ext/filters/workarounds/workaround_utils.c
713 uses:
714 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700715- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700716 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700717 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700718 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700719 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800720 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700721 - test/core/end2end/fixtures/proxy.h
722 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800723 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700724 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200725 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700726 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700727 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700728 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700729 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700730 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700731 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800732 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700733 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700734 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700735 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800736 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700737 - test/core/end2end/fixtures/proxy.c
738 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800739 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700740 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200741 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700742 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700743 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700744 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800745 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700746 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700747 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800748 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700749 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700750 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700751 uses:
752 - grpc_base
753 - grpc_client_channel
754 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700755- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700756 src:
757 - src/core/lib/debug/trace.c
758 deps:
759 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700760 filegroups:
761 - grpc_trace_headers
762- name: grpc_trace_headers
763 headers:
764 - src/core/lib/debug/trace.h
765 deps:
766 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700767- name: grpc_transport_chttp2
768 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700769 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700770 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700771 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
772 - src/core/ext/transport/chttp2/transport/frame.h
773 - src/core/ext/transport/chttp2/transport/frame_data.h
774 - src/core/ext/transport/chttp2/transport/frame_goaway.h
775 - src/core/ext/transport/chttp2/transport/frame_ping.h
776 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
777 - src/core/ext/transport/chttp2/transport/frame_settings.h
778 - src/core/ext/transport/chttp2/transport/frame_window_update.h
779 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
780 - src/core/ext/transport/chttp2/transport/hpack_parser.h
781 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700782 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700783 - src/core/ext/transport/chttp2/transport/huffsyms.h
784 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
785 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700786 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700787 - src/core/ext/transport/chttp2/transport/varint.h
788 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700789 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700790 - src/core/ext/transport/chttp2/transport/bin_encoder.c
791 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700792 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700793 - src/core/ext/transport/chttp2/transport/flow_control.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700794 - src/core/ext/transport/chttp2/transport/frame_data.c
795 - src/core/ext/transport/chttp2/transport/frame_goaway.c
796 - src/core/ext/transport/chttp2/transport/frame_ping.c
797 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
798 - src/core/ext/transport/chttp2/transport/frame_settings.c
799 - src/core/ext/transport/chttp2/transport/frame_window_update.c
800 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
801 - src/core/ext/transport/chttp2/transport/hpack_parser.c
802 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700803 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700804 - src/core/ext/transport/chttp2/transport/huffsyms.c
805 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
806 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700807 - src/core/ext/transport/chttp2/transport/stream_lists.c
808 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700809 - src/core/ext/transport/chttp2/transport/varint.c
810 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700811 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700812 uses:
813 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700814 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700815 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700816- name: grpc_transport_chttp2_alpn
817 headers:
818 - src/core/ext/transport/chttp2/alpn/alpn.h
819 src:
820 - src/core/ext/transport/chttp2/alpn/alpn.c
821 deps:
822 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800823- name: grpc_transport_chttp2_client_connector
824 headers:
825 - src/core/ext/transport/chttp2/client/chttp2_connector.h
826 src:
827 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800828 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800829 - grpc_transport_chttp2
830 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700831 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700832- name: grpc_transport_chttp2_client_insecure
833 src:
834 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700835 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700836 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800837 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700838 - grpc_transport_chttp2
839 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700840 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700841- name: grpc_transport_chttp2_client_secure
842 src:
843 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700844 uses:
845 - grpc_transport_chttp2
846 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700847 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700848 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800849 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800850- name: grpc_transport_chttp2_server
851 headers:
852 - src/core/ext/transport/chttp2/server/chttp2_server.h
853 src:
854 - src/core/ext/transport/chttp2/server/chttp2_server.c
855 uses:
856 - grpc_transport_chttp2
857 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700858- name: grpc_transport_chttp2_server_insecure
859 src:
860 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700861 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700862 uses:
863 - grpc_transport_chttp2
864 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800865 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700866- name: grpc_transport_chttp2_server_secure
867 src:
868 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700869 uses:
870 - grpc_transport_chttp2
871 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700872 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800873 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700874- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700875 public_headers:
876 - include/grpc/grpc_cronet.h
877 - include/grpc/grpc_security.h
878 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700879 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800880 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800881 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700882 src:
883 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
884 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
885 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700886 filegroups:
887 - grpc_base
888 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700889 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700890- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700891 src:
892 - src/core/ext/transport/inproc/inproc_plugin.c
893 - src/core/ext/transport/inproc/inproc_transport.c
894 plugin: grpc_inproc_plugin
895 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700896 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700897 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700898- name: grpc_transport_inproc_headers
899 headers:
900 - src/core/ext/transport/inproc/inproc_transport.h
901 uses:
902 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700903- name: grpc_workaround_cronet_compression_filter
904 headers:
905 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
906 src:
907 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
908 plugin: grpc_workaround_cronet_compression_filter
909 uses:
910 - grpc_base
911 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800912- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700913 src:
914 - third_party/nanopb/pb_common.c
915 - third_party/nanopb/pb_decode.c
916 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700917 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700918 - nanopb_headers
919- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800920 headers:
921 - third_party/nanopb/pb.h
922 - third_party/nanopb/pb_common.h
923 - third_party/nanopb/pb_decode.h
924 - third_party/nanopb/pb_encode.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700925- name: tsi
926 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700927 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700928 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700929 - src/core/tsi/ssl_transport_security.h
930 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700931 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700932 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700933 - src/core/tsi/fake_transport_security.c
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700934 - src/core/tsi/gts_transport_security.c
Craig Tiller134fed32017-03-28 14:27:18 -0700935 - src/core/tsi/ssl_transport_security.c
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700936 - src/core/tsi/transport_security_grpc.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 deps:
938 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700939 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700940 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700941 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700942 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700943 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700944 - grpc_trace
945- name: tsi_interface
946 headers:
947 - src/core/tsi/transport_security.h
948 - src/core/tsi/transport_security_adapter.h
949 - src/core/tsi/transport_security_interface.h
950 src:
951 - src/core/tsi/transport_security.c
952 - src/core/tsi/transport_security_adapter.c
953 deps:
954 - gpr
955 secure: true
956 uses:
957 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700958- name: grpc++_codegen_base
959 language: c++
960 public_headers:
961 - include/grpc++/impl/codegen/async_stream.h
962 - include/grpc++/impl/codegen/async_unary_call.h
963 - include/grpc++/impl/codegen/call.h
964 - include/grpc++/impl/codegen/call_hook.h
965 - include/grpc++/impl/codegen/channel_interface.h
966 - include/grpc++/impl/codegen/client_context.h
967 - include/grpc++/impl/codegen/client_unary_call.h
968 - include/grpc++/impl/codegen/completion_queue.h
969 - include/grpc++/impl/codegen/completion_queue_tag.h
970 - include/grpc++/impl/codegen/config.h
971 - include/grpc++/impl/codegen/core_codegen_interface.h
972 - include/grpc++/impl/codegen/create_auth_context.h
973 - include/grpc++/impl/codegen/grpc_library.h
974 - include/grpc++/impl/codegen/metadata_map.h
975 - include/grpc++/impl/codegen/method_handler_impl.h
976 - include/grpc++/impl/codegen/rpc_method.h
977 - include/grpc++/impl/codegen/rpc_service_method.h
978 - include/grpc++/impl/codegen/security/auth_context.h
979 - include/grpc++/impl/codegen/serialization_traits.h
980 - include/grpc++/impl/codegen/server_context.h
981 - include/grpc++/impl/codegen/server_interface.h
982 - include/grpc++/impl/codegen/service_type.h
983 - include/grpc++/impl/codegen/slice.h
984 - include/grpc++/impl/codegen/status.h
985 - include/grpc++/impl/codegen/status_code_enum.h
986 - include/grpc++/impl/codegen/string_ref.h
987 - include/grpc++/impl/codegen/stub_options.h
988 - include/grpc++/impl/codegen/sync_stream.h
989 - include/grpc++/impl/codegen/time.h
990 uses:
991 - grpc_codegen
992- name: grpc++_codegen_base_src
993 language: c++
994 src:
995 - src/cpp/codegen/codegen_init.cc
996 uses:
997 - grpc++_codegen_base
998- name: grpc++_codegen_proto
999 language: c++
1000 public_headers:
1001 - include/grpc++/impl/codegen/proto_utils.h
1002 uses:
1003 - grpc++_codegen_base
1004 - grpc++_config_proto
1005- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001006 language: c++
1007 public_headers:
1008 - include/grpc++/alarm.h
1009 - include/grpc++/channel.h
1010 - include/grpc++/client_context.h
1011 - include/grpc++/completion_queue.h
1012 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001013 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001014 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001015 - include/grpc++/generic/async_generic_service.h
1016 - include/grpc++/generic/generic_stub.h
1017 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001018 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001019 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001020 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001021 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001022 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001023 - include/grpc++/impl/grpc_library.h
1024 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001025 - include/grpc++/impl/rpc_method.h
1026 - include/grpc++/impl/rpc_service_method.h
1027 - include/grpc++/impl/serialization_traits.h
1028 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001029 - include/grpc++/impl/server_builder_plugin.h
1030 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001031 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001032 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001033 - include/grpc++/security/auth_context.h
1034 - include/grpc++/security/auth_metadata_processor.h
1035 - include/grpc++/security/credentials.h
1036 - include/grpc++/security/server_credentials.h
1037 - include/grpc++/server.h
1038 - include/grpc++/server_builder.h
1039 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001040 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001041 - include/grpc++/support/async_stream.h
1042 - include/grpc++/support/async_unary_call.h
1043 - include/grpc++/support/byte_buffer.h
1044 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001045 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001046 - include/grpc++/support/slice.h
1047 - include/grpc++/support/status.h
1048 - include/grpc++/support/status_code_enum.h
1049 - include/grpc++/support/string_ref.h
1050 - include/grpc++/support/stub_options.h
1051 - include/grpc++/support/sync_stream.h
1052 - include/grpc++/support/time.h
1053 headers:
1054 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001055 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001056 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001057 - src/cpp/server/health/default_health_check_service.h
1058 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001059 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001060 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001061 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001062 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001063 - src/cpp/client/client_context.cc
1064 - src/cpp/client/create_channel.cc
1065 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001066 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001067 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001068 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001070 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001071 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001072 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001073 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001074 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001075 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001077 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001078 - src/cpp/server/create_default_thread_pool.cc
1079 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001080 - src/cpp/server/health/default_health_check_service.cc
1081 - src/cpp/server/health/health.pb.c
1082 - src/cpp/server/health/health_check_service.cc
1083 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001084 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001085 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001086 - src/cpp/server/server_context.cc
1087 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001088 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001089 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001090 - src/cpp/util/byte_buffer_cc.cc
1091 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001092 - src/cpp/util/status.cc
1093 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001094 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001095 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001096 - gpr_base_headers
1097 - grpc_base_headers
1098 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001099 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001100 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001101- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001102 language: c++
1103 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001104 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001105- name: grpc++_reflection_proto
1106 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001107 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001108 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001109- name: grpc++_test
1110 language: c++
1111 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001112 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001113 - include/grpc++/test/server_context_test_spouse.h
1114 deps:
1115 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001116 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001117libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001118- name: gpr
1119 build: all
1120 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001121 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001122 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001123 secure: false
1124 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1125- name: gpr_test_util
1126 build: private
1127 language: c
1128 headers:
1129 - test/core/util/test_config.h
1130 src:
1131 - test/core/util/test_config.c
1132 deps:
1133 - gpr
1134 secure: false
1135 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001136- name: grpc
1137 build: all
1138 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001139 src:
1140 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001141 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001142 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001143 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001144 filegroups:
1145 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001146 - grpc_transport_chttp2_server_secure
1147 - grpc_transport_chttp2_client_secure
1148 - grpc_transport_chttp2_server_insecure
1149 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001150 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001151 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001152 - grpc_lb_policy_pick_first
1153 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001154 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001155 - grpc_resolver_dns_native
1156 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001157 - grpc_resolver_fake
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001158 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001159 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001160 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001161 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001162 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001163 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001164 - grpc_workaround_cronet_compression_filter
1165 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001166 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001168 vs_packages:
1169 - grpc.dependencies.openssl
1170 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001172- name: grpc_cronet
1173 build: all
1174 language: c
1175 src:
1176 - src/core/lib/surface/init.c
1177 baselib: true
1178 deps_linkage: static
1179 dll: true
1180 filegroups:
1181 - grpc_base
1182 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001183 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001184 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001185 generate_plugin_registry: true
1186 platforms:
1187 - linux
1188 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001189- name: grpc_dll
1190 build: private
1191 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001192 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001193 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001194 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001195 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001196 build_system:
1197 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001198 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001199 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001200 vs_config_type: DynamicLibrary
1201 vs_packages:
1202 - grpc.dependencies.openssl
1203 - grpc.dependencies.zlib
1204 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1205 vs_props:
1206 - zlib
1207 - openssl
1208 - winsock
1209 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001210- name: grpc_test_util
1211 build: private
1212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001213 headers:
1214 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001215 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001216 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001217 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001218 - test/core/end2end/data/server1_cert.c
1219 - test/core/end2end/data/server1_key.c
1220 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001221 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001222 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001223 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001224 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001225 - grpc
1226 filegroups:
1227 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1229- name: grpc_test_util_unsecure
1230 build: private
1231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001232 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001233 - gpr
1234 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001235 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001236 filegroups:
1237 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001238 secure: false
1239 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1240- name: grpc_unsecure
1241 build: all
1242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001243 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001244 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001245 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001246 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001247 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001248 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001249 filegroups:
1250 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001251 - grpc_transport_chttp2_server_insecure
1252 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001253 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001254 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001255 - grpc_resolver_dns_native
1256 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001257 - grpc_resolver_fake
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001258 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001259 - grpc_lb_policy_grpclb
1260 - grpc_lb_policy_pick_first
1261 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001262 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001263 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001264 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001265 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001266 - grpc_workaround_cronet_compression_filter
1267 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001268 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001269 secure: false
1270 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001271- name: reconnect_server
1272 build: private
1273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001274 headers:
1275 - test/core/util/reconnect_server.h
1276 src:
1277 - test/core/util/reconnect_server.c
1278 deps:
yang-gc9fca182015-11-06 16:41:33 -08001279 - test_tcp_server
1280 - grpc_test_util
1281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001282 - gpr_test_util
1283 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001284- name: test_tcp_server
1285 build: private
1286 language: c
1287 headers:
1288 - test/core/util/test_tcp_server.h
1289 src:
1290 - test/core/util/test_tcp_server.c
1291 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001292 - grpc_test_util
1293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001294 - gpr_test_util
1295 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296- name: grpc++
1297 build: all
1298 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001299 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001300 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001301 - src/cpp/client/secure_credentials.h
1302 - src/cpp/common/secure_auth_context.h
1303 - src/cpp/server/secure_server_credentials.h
1304 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001305 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001306 - src/cpp/client/secure_credentials.cc
1307 - src/cpp/common/auth_property_iterator.cc
1308 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001309 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001310 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001311 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001312 - src/cpp/server/secure_server_credentials.cc
1313 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001314 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001315 baselib: true
1316 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001317 filegroups:
1318 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001319 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001320 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001321 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322 secure: check
1323 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001324- name: grpc++_cronet
1325 build: all
1326 language: c++
1327 src:
1328 - src/cpp/client/cronet_credentials.cc
1329 - src/cpp/client/insecure_credentials.cc
1330 - src/cpp/common/insecure_create_auth_context.cc
1331 - src/cpp/server/insecure_server_credentials.cc
1332 deps:
1333 - gpr
1334 - grpc_cronet
1335 baselib: true
1336 dll: true
1337 filegroups:
1338 - grpc++_base
1339 - grpc++_codegen_base
1340 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001341 - grpc_transport_chttp2_client_insecure
1342 - grpc_transport_chttp2_server_insecure
1343 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001344 platforms:
1345 - linux
1346 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001347- name: grpc++_error_details
1348 build: all
1349 language: c++
1350 public_headers:
1351 - include/grpc++/support/error_details.h
1352 src:
1353 - src/proto/grpc/status/status.proto
1354 - src/cpp/util/error_details.cc
1355 deps:
1356 - grpc++
1357 baselib: true
1358 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001359- name: grpc++_proto_reflection_desc_db
1360 build: private
1361 language: c++
1362 headers:
1363 - test/cpp/util/proto_reflection_descriptor_database.h
1364 src:
1365 - test/cpp/util/proto_reflection_descriptor_database.cc
1366 deps:
1367 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001368 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001369 filegroups:
1370 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001371 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001372- name: grpc++_reflection
1373 build: all
1374 language: c++
1375 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001376 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001377 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001378 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001379 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001380 - src/cpp/ext/proto_server_reflection.cc
1381 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001382 deps:
1383 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001384 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001385 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001386 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001387- name: grpc++_test_config
1388 build: private
1389 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001390 headers:
1391 - test/cpp/util/test_config.h
1392 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001393 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001394- name: grpc++_test_util
1395 build: private
1396 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001397 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001398 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001399 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001400 - test/cpp/util/create_test_channel.h
1401 - test/cpp/util/string_ref_helper.h
1402 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001403 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001404 src:
yang-gc8a49d22016-12-12 11:18:49 -08001405 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001406 - src/proto/grpc/testing/echo_messages.proto
1407 - src/proto/grpc/testing/echo.proto
1408 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001409 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001410 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001411 - test/cpp/util/create_test_channel.cc
1412 - test/cpp/util/string_ref_helper.cc
1413 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001414 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001415 deps:
1416 - grpc++
1417 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001418 - grpc
yang-g17487f92016-06-03 15:21:15 -07001419 filegroups:
1420 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001421 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001422 - grpc++_codegen_proto
1423 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001424- name: grpc++_test_util_unsecure
1425 build: private
1426 language: c++
1427 headers:
1428 - test/cpp/end2end/test_service_impl.h
1429 - test/cpp/util/byte_buffer_proto_helper.h
1430 - test/cpp/util/string_ref_helper.h
1431 - test/cpp/util/subprocess.h
1432 src:
1433 - src/proto/grpc/health/v1/health.proto
1434 - src/proto/grpc/testing/echo_messages.proto
1435 - src/proto/grpc/testing/echo.proto
1436 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1437 - test/cpp/end2end/test_service_impl.cc
1438 - test/cpp/util/byte_buffer_proto_helper.cc
1439 - test/cpp/util/string_ref_helper.cc
1440 - test/cpp/util/subprocess.cc
1441 deps:
1442 - grpc++_unsecure
1443 - grpc_test_util_unsecure
1444 - grpc_unsecure
1445 filegroups:
1446 - grpc++_codegen_base
1447 - grpc++_codegen_base_src
1448 - grpc++_codegen_proto
1449 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450- name: grpc++_unsecure
1451 build: all
1452 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001453 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001454 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001455 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001456 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001457 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001458 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001459 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001460 baselib: true
1461 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001462 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001463 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001464 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001465 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466 secure: false
1467 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001468- name: grpc_benchmark
1469 build: test
1470 language: c++
1471 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001472 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1473 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001474 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001475 src:
1476 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001477 deps:
1478 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001479 - grpc++_unsecure
1480 - grpc_test_util_unsecure
1481 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001482 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001483- name: grpc_cli_libs
1484 build: private
1485 language: c++
1486 headers:
1487 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001488 - test/cpp/util/cli_credentials.h
1489 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001490 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001491 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001492 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001493 src:
1494 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001495 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001496 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001497 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001498 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001499 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001500 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001501 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001502 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001503 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001504 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001505 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506- name: grpc_plugin_support
1507 build: protoc
1508 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001509 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001510 - src/compiler/config.h
1511 - src/compiler/cpp_generator.h
1512 - src/compiler/cpp_generator_helpers.h
1513 - src/compiler/csharp_generator.h
1514 - src/compiler/csharp_generator_helpers.h
1515 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001516 - src/compiler/node_generator.h
1517 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001518 - src/compiler/objective_c_generator.h
1519 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001520 - src/compiler/php_generator.h
1521 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301522 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001523 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301524 - src/compiler/python_generator_helpers.h
1525 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001526 - src/compiler/ruby_generator.h
1527 - src/compiler/ruby_generator_helpers-inl.h
1528 - src/compiler/ruby_generator_map-inl.h
1529 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301530 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001531 src:
1532 - src/compiler/cpp_generator.cc
1533 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001534 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001535 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001536 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001537 - src/compiler/python_generator.cc
1538 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001539 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001540 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001541 secure: false
1542 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001543 vs_props:
1544 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001545- name: http2_client_main
1546 build: private
1547 language: c++
1548 headers:
1549 - test/cpp/interop/http2_client.h
1550 src:
1551 - src/proto/grpc/testing/empty.proto
1552 - src/proto/grpc/testing/messages.proto
1553 - src/proto/grpc/testing/test.proto
1554 - test/cpp/interop/http2_client.cc
1555 deps:
1556 - grpc++_test_util
1557 - grpc_test_util
1558 - grpc++
1559 - grpc
1560 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001561- name: interop_client_helper
1562 build: private
1563 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001564 headers:
1565 - test/cpp/interop/client_helper.h
1566 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001567 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001568 - test/cpp/interop/client_helper.cc
1569 deps:
1570 - grpc++_test_util
1571 - grpc_test_util
1572 - grpc++
1573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001575- name: interop_client_main
1576 build: private
1577 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001578 headers:
1579 - test/cpp/interop/interop_client.h
1580 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001581 - src/proto/grpc/testing/empty.proto
1582 - src/proto/grpc/testing/messages.proto
1583 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001584 - test/cpp/interop/client.cc
1585 - test/cpp/interop/interop_client.cc
1586 deps:
1587 - interop_client_helper
1588 - grpc++_test_util
1589 - grpc_test_util
1590 - grpc++
1591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001592 - gpr_test_util
1593 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001594 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001595- name: interop_server_helper
1596 build: private
1597 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001598 headers:
1599 - test/cpp/interop/server_helper.h
1600 src:
1601 - test/cpp/interop/server_helper.cc
1602 deps:
yang-gcc591022017-01-11 11:10:43 -08001603 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001604 - grpc_test_util
1605 - grpc++
1606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001607 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001608- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001609 build: private
1610 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001611 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001612 - src/proto/grpc/testing/empty.proto
1613 - src/proto/grpc/testing/messages.proto
1614 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001615 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001616 deps:
1617 - interop_server_helper
1618 - grpc++_test_util
1619 - grpc_test_util
1620 - grpc++
1621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001622 - gpr_test_util
1623 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001624 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001625- name: interop_server_main
1626 build: private
1627 language: c++
1628 src:
1629 - test/cpp/interop/interop_server_bootstrap.cc
1630 deps:
1631 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001632- name: qps
1633 build: private
1634 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001635 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001636 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001637 - test/cpp/qps/client.h
1638 - test/cpp/qps/driver.h
1639 - test/cpp/qps/histogram.h
1640 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001641 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001642 - test/cpp/qps/qps_worker.h
1643 - test/cpp/qps/report.h
1644 - test/cpp/qps/server.h
1645 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001646 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001647 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001648 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001649 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001650 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001651 - src/proto/grpc/testing/control.proto
1652 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001653 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001654 - test/cpp/qps/client_async.cc
1655 - test/cpp/qps/client_sync.cc
1656 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001657 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001658 - test/cpp/qps/qps_worker.cc
1659 - test/cpp/qps/report.cc
1660 - test/cpp/qps/server_async.cc
1661 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001662 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001663 deps:
1664 - grpc_test_util
1665 - grpc++_test_util
1666 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001667 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001668- name: grpc_csharp_ext
1669 build: all
1670 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001671 src:
1672 - src/csharp/ext/grpc_csharp_ext.c
1673 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001676 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001677 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001678 dll: only
1679 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001680 vs_packages:
1681 - grpc.dependencies.openssl
1682 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001683 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001684 vs_props:
1685 - zlib
1686 - openssl
1687 - winsock
1688 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001689targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001690- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001691 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001692 build: test
1693 language: c
1694 src:
1695 - test/core/surface/alarm_test.c
1696 deps:
1697 - grpc_test_util
1698 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001699 - gpr_test_util
1700 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001701- name: algorithm_test
1702 build: test
1703 language: c
1704 src:
1705 - test/core/compression/algorithm_test.c
1706 deps:
1707 - grpc_test_util
1708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001709 - gpr_test_util
1710 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001711- name: alloc_test
1712 build: test
1713 language: c
1714 src:
1715 - test/core/support/alloc_test.c
1716 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001717 - gpr_test_util
1718 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719- name: alpn_test
1720 build: test
1721 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001722 src:
1723 - test/core/transport/chttp2/alpn_test.c
1724 deps:
1725 - grpc_test_util
1726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001729- name: api_fuzzer
1730 build: fuzzer
1731 language: c
1732 src:
1733 - test/core/end2end/fuzzers/api_fuzzer.c
1734 deps:
1735 - grpc_test_util
1736 - grpc
1737 - gpr_test_util
1738 - gpr
1739 corpus_dirs:
1740 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001741 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001742 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001743- name: arena_test
1744 build: test
1745 language: c
1746 src:
1747 - test/core/support/arena_test.c
1748 deps:
1749 - gpr_test_util
1750 - gpr
Craig Tillerc0df1c02017-07-17 16:12:33 -07001751- name: backoff_test
1752 build: test
1753 language: c
1754 src:
1755 - test/core/backoff/backoff_test.c
1756 deps:
1757 - grpc_test_util
1758 - grpc
1759 - gpr_test_util
1760 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001761- name: bad_server_response_test
1762 build: test
1763 language: c
1764 src:
1765 - test/core/end2end/bad_server_response_test.c
1766 deps:
1767 - test_tcp_server
1768 - grpc_test_util
1769 - grpc
1770 - gpr_test_util
1771 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001772 exclude_iomgrs:
1773 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001774- name: bdp_estimator_test
1775 build: test
1776 language: c
1777 src:
1778 - test/core/transport/bdp_estimator_test.c
1779 deps:
1780 - grpc_test_util
1781 - grpc
1782 - gpr_test_util
1783 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001784- name: bin_decoder_test
1785 build: test
1786 language: c
1787 src:
1788 - test/core/transport/chttp2/bin_decoder_test.c
1789 deps:
1790 - grpc_test_util
1791 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001792- name: bin_encoder_test
1793 build: test
1794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001795 src:
1796 - test/core/transport/chttp2/bin_encoder_test.c
1797 deps:
1798 - grpc_test_util
1799 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001800- name: byte_stream_test
1801 build: test
1802 language: c
1803 src:
1804 - test/core/transport/byte_stream_test.c
1805 deps:
1806 - grpc_test_util
1807 - grpc
1808 - gpr_test_util
1809 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001810- name: census_context_test
1811 build: test
1812 language: c
1813 src:
1814 - test/core/census/context_test.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001818 - gpr_test_util
1819 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001820- name: census_intrusive_hash_map_test
1821 build: test
1822 language: c
1823 src:
1824 - test/core/census/intrusive_hash_map_test.c
1825 deps:
1826 - grpc_test_util
1827 - grpc
1828 - gpr_test_util
1829 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001830- name: census_resource_test
1831 build: test
1832 language: c
1833 src:
1834 - test/core/census/resource_test.c
1835 deps:
1836 - grpc_test_util
1837 - grpc
1838 - gpr_test_util
1839 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001840- name: census_trace_context_test
1841 build: test
1842 language: c
1843 src:
1844 - test/core/census/trace_context_test.c
1845 deps:
1846 - grpc_test_util
1847 - grpc
1848 - gpr_test_util
1849 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001850- name: channel_create_test
1851 build: test
1852 language: c
1853 src:
1854 - test/core/surface/channel_create_test.c
1855 deps:
1856 - grpc_test_util
1857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001858 - gpr_test_util
1859 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001860- name: check_epollexclusive
1861 build: tool
1862 language: c
1863 src:
1864 - test/build/check_epollexclusive.c
1865 deps:
1866 - grpc
1867 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001868- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001869 build: test
1870 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001871 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001872 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001873 deps:
1874 - grpc_test_util
1875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001876 - gpr_test_util
1877 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001878- name: chttp2_stream_map_test
1879 build: test
1880 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001881 src:
1882 - test/core/transport/chttp2/stream_map_test.c
1883 deps:
1884 - grpc_test_util
1885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001886 - gpr_test_util
1887 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001888- name: chttp2_varint_test
1889 build: test
1890 language: c
1891 src:
1892 - test/core/transport/chttp2/varint_test.c
1893 deps:
1894 - grpc_test_util
1895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001896 - gpr_test_util
1897 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001898- name: client_fuzzer
1899 build: fuzzer
1900 language: c
1901 src:
1902 - test/core/end2end/fuzzers/client_fuzzer.c
1903 deps:
1904 - grpc_test_util
1905 - grpc
1906 - gpr_test_util
1907 - gpr
1908 corpus_dirs:
1909 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001910 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001911 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001912- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001913 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001914 build: test
1915 language: c
1916 src:
1917 - test/core/iomgr/combiner_test.c
1918 deps:
1919 - grpc_test_util
1920 - grpc
1921 - gpr_test_util
1922 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001923- name: compression_test
1924 build: test
1925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001926 src:
1927 - test/core/compression/compression_test.c
1928 deps:
1929 - grpc_test_util
1930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001931 - gpr_test_util
1932 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001933- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001934 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001935 build: test
1936 language: c
1937 src:
1938 - test/core/surface/concurrent_connectivity_test.c
1939 deps:
1940 - grpc_test_util
1941 - grpc
1942 - gpr_test_util
1943 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001944 exclude_iomgrs:
1945 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001946- name: connection_refused_test
1947 cpu_cost: 0.1
1948 build: test
1949 language: c
1950 src:
1951 - test/core/end2end/connection_refused_test.c
1952 deps:
1953 - grpc_test_util
1954 - grpc
1955 - gpr_test_util
1956 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001957- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001958 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001959 build: test
1960 language: c
1961 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001962 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001963 deps:
1964 - grpc_test_util
1965 - grpc
1966 - gpr_test_util
1967 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001968 exclude_iomgrs:
1969 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001970- name: dns_resolver_test
1971 build: test
1972 language: c
1973 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001974 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001980- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001981 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001982 build: test
1983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001984 src:
1985 - test/core/end2end/dualstack_socket_test.c
1986 deps:
1987 - grpc_test_util
1988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001989 - gpr_test_util
1990 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001991 exclude_iomgrs:
1992 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001993 platforms:
1994 - mac
1995 - linux
1996 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001997- name: endpoint_pair_test
1998 build: test
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/iomgr/endpoint_pair_test.c
2002 deps:
2003 - grpc_test_util
2004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002007 exclude_iomgrs:
2008 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002009- name: error_test
2010 cpu_cost: 30
2011 build: test
2012 language: c
2013 src:
2014 - test/core/iomgr/error_test.c
2015 deps:
2016 - grpc_test_util
2017 - grpc
2018 - gpr_test_util
2019 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002020- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002021 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002022 build: test
2023 language: c
2024 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002025 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002026 deps:
2027 - grpc_test_util
2028 - grpc
2029 - gpr_test_util
2030 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002031 exclude_iomgrs:
2032 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002033 platforms:
2034 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002035- name: fake_resolver_test
2036 build: test
2037 language: c
2038 src:
2039 - test/core/client_channel/resolvers/fake_resolver_test.c
2040 deps:
2041 - grpc_test_util
2042 - grpc
2043 - gpr_test_util
2044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: fd_conservation_posix_test
2046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/iomgr/fd_conservation_posix_test.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002055 exclude_iomgrs:
2056 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002057 platforms:
2058 - mac
2059 - linux
2060 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: fd_posix_test
2062 build: test
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
2065 - test/core/iomgr/fd_posix_test.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002071 exclude_iomgrs:
2072 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002073 platforms:
2074 - mac
2075 - linux
2076 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002077- name: fling_client
2078 build: test
2079 run: false
2080 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002081 src:
2082 - test/core/fling/client.c
2083 deps:
2084 - grpc_test_util
2085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002086 - gpr_test_util
2087 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002088- name: fling_server
2089 build: test
2090 run: false
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/fling/server.c
2094 deps:
2095 - grpc_test_util
2096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002100 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101 build: test
2102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002103 src:
2104 - test/core/fling/fling_stream_test.c
2105 deps:
2106 - grpc_test_util
2107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr_test_util
2109 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002110 platforms:
2111 - mac
2112 - linux
2113 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002114- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002115 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116 build: test
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
2119 - test/core/fling/fling_test.c
2120 deps:
2121 - grpc_test_util
2122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002125 platforms:
2126 - mac
2127 - linux
2128 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: gen_hpack_tables
2130 build: tool
2131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002132 src:
2133 - tools/codegen/core/gen_hpack_tables.c
2134 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002136 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137- name: gen_legal_metadata_characters
2138 build: tool
2139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002142 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002143- name: gen_percent_encoding_tables
2144 build: tool
2145 language: c
2146 src:
2147 - tools/codegen/core/gen_percent_encoding_tables.c
2148 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002149- name: goaway_server_test
2150 cpu_cost: 0.1
2151 build: test
2152 language: c
2153 src:
2154 - test/core/end2end/goaway_server_test.c
2155 deps:
2156 - grpc_test_util
2157 - grpc
2158 - gpr_test_util
2159 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002160 exclude_iomgrs:
2161 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002162 platforms:
2163 - mac
2164 - linux
2165 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002166- name: gpr_avl_test
2167 build: test
2168 language: c
2169 src:
2170 - test/core/support/avl_test.c
2171 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr_test_util
2173 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174- name: gpr_cmdline_test
2175 build: test
2176 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002177 src:
2178 - test/core/support/cmdline_test.c
2179 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002180 - gpr_test_util
2181 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002182- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002183 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002184 build: test
2185 language: c
2186 src:
2187 - test/core/support/cpu_test.c
2188 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002189 - gpr_test_util
2190 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002191- name: gpr_env_test
2192 build: test
2193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002194 src:
2195 - test/core/support/env_test.c
2196 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199- name: gpr_histogram_test
2200 build: test
2201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
2203 - test/core/support/histogram_test.c
2204 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002205 - gpr_test_util
2206 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002207- name: gpr_host_port_test
2208 build: test
2209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002210 src:
2211 - test/core/support/host_port_test.c
2212 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002215- name: gpr_log_test
2216 build: test
2217 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002218 src:
2219 - test/core/support/log_test.c
2220 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002223- name: gpr_mpscq_test
2224 cpu_cost: 30
2225 build: test
2226 language: c
2227 src:
2228 - test/core/support/mpscq_test.c
2229 deps:
2230 - gpr_test_util
2231 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002232- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002233 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002234 build: test
2235 language: c
2236 src:
2237 - test/core/support/spinlock_test.c
2238 deps:
2239 - gpr_test_util
2240 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002241- name: gpr_stack_lockfree_test
2242 cpu_cost: 7
2243 build: test
2244 language: c
2245 src:
2246 - test/core/support/stack_lockfree_test.c
2247 deps:
2248 - gpr_test_util
2249 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250- name: gpr_string_test
2251 build: test
2252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002253 src:
2254 - test/core/support/string_test.c
2255 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002259 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002260 build: test
2261 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002262 src:
2263 - test/core/support/sync_test.c
2264 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002268 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269 build: test
2270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
2272 - test/core/support/thd_test.c
2273 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 - gpr_test_util
2275 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002276- name: gpr_time_test
2277 build: test
2278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002279 src:
2280 - test/core/support/time_test.c
2281 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002282 - gpr_test_util
2283 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002284- name: gpr_tls_test
2285 build: test
2286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
2288 - test/core/support/tls_test.c
2289 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002290 - gpr_test_util
2291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002292- name: gpr_useful_test
2293 build: test
2294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002295 src:
2296 - test/core/support/useful_test.c
2297 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: grpc_auth_context_test
2301 build: test
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
2304 - test/core/security/auth_context_test.c
2305 deps:
2306 - grpc_test_util
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002310- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311 build: test
2312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002314 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002315 deps:
2316 - grpc_test_util
2317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002318 - gpr_test_util
2319 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320- name: grpc_byte_buffer_reader_test
2321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/core/surface/byte_buffer_reader_test.c
2325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330- name: grpc_channel_args_test
2331 build: test
2332 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002333 src:
2334 - test/core/channel/channel_args_test.c
2335 deps:
2336 - grpc_test_util
2337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 - gpr_test_util
2339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: grpc_channel_stack_test
2341 build: test
2342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
2344 - test/core/channel/channel_stack_test.c
2345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002350- name: grpc_completion_queue_test
2351 build: test
2352 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002353 src:
2354 - test/core/surface/completion_queue_test.c
2355 deps:
2356 - grpc_test_util
2357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002358 - gpr_test_util
2359 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002360- name: grpc_completion_queue_threading_test
2361 build: test
2362 language: c
2363 src:
2364 - test/core/surface/completion_queue_threading_test.c
2365 deps:
2366 - grpc_test_util
2367 - grpc
2368 - gpr_test_util
2369 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002370 exclude_iomgrs:
2371 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002372- name: grpc_create_jwt
2373 build: tool
2374 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002375 src:
2376 - test/core/security/create_jwt.c
2377 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002379 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002380 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381- name: grpc_credentials_test
2382 build: test
2383 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002384 src:
2385 - test/core/security/credentials_test.c
2386 deps:
2387 - grpc_test_util
2388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002389 - gpr_test_util
2390 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002391- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002392 build: test
2393 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002395 src:
2396 - test/core/security/fetch_oauth2.c
2397 deps:
2398 - grpc_test_util
2399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002400 - gpr_test_util
2401 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002402- name: grpc_invalid_channel_args_test
2403 build: test
2404 language: c
2405 src:
2406 - test/core/surface/invalid_channel_args_test.c
2407 deps:
2408 - grpc_test_util
2409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002410 - gpr_test_util
2411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002412- name: grpc_json_token_test
2413 build: test
2414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
2416 - test/core/security/json_token_test.c
2417 deps:
2418 - grpc_test_util
2419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002422 platforms:
2423 - linux
2424 - posix
2425 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426- name: grpc_jwt_verifier_test
2427 build: test
2428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002429 src:
2430 - test/core/security/jwt_verifier_test.c
2431 deps:
2432 - grpc_test_util
2433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002434 - gpr_test_util
2435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002436- name: grpc_print_google_default_creds_token
2437 build: tool
2438 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002439 src:
2440 - test/core/security/print_google_default_creds_token.c
2441 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002444- name: grpc_security_connector_test
2445 build: test
2446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002447 src:
2448 - test/core/security/security_connector_test.c
2449 deps:
2450 - grpc_test_util
2451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002452 - gpr_test_util
2453 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002454- name: grpc_verify_jwt
2455 build: tool
2456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002457 src:
2458 - test/core/security/verify_jwt.c
2459 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002461 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002462- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002463 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002464 language: c
2465 src:
2466 - test/core/handshake/client_ssl.c
2467 deps:
2468 - grpc_test_util
2469 - grpc
2470 - gpr_test_util
2471 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002472 exclude_iomgrs:
2473 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002474 platforms:
2475 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002476 secure: true
2477- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002478 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002479 language: c
2480 src:
2481 - test/core/handshake/server_ssl.c
2482 deps:
2483 - grpc_test_util
2484 - grpc
2485 - gpr_test_util
2486 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002487 exclude_iomgrs:
2488 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002489 platforms:
2490 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002491 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002492- name: hpack_parser_fuzzer_test
2493 build: fuzzer
2494 language: c
2495 src:
2496 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2497 deps:
2498 - grpc_test_util
2499 - grpc
2500 - gpr_test_util
2501 - gpr
2502 corpus_dirs:
2503 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002504 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002505 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506- name: hpack_parser_test
2507 build: test
2508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002509 src:
2510 - test/core/transport/chttp2/hpack_parser_test.c
2511 deps:
2512 - grpc_test_util
2513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002514 - gpr_test_util
2515 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002516- name: hpack_table_test
2517 build: test
2518 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002519 src:
2520 - test/core/transport/chttp2/hpack_table_test.c
2521 deps:
2522 - grpc_test_util
2523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002524 - gpr_test_util
2525 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002526- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527 build: test
2528 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002529 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002530 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002531 deps:
2532 - grpc_test_util
2533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002534 - gpr_test_util
2535 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002536- name: http_request_fuzzer_test
2537 build: fuzzer
2538 language: c
2539 src:
2540 - test/core/http/request_fuzzer.c
2541 deps:
2542 - grpc_test_util
2543 - grpc
2544 - gpr_test_util
2545 - gpr
2546 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002547 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002548 maxlen: 2048
2549- name: http_response_fuzzer_test
2550 build: fuzzer
2551 language: c
2552 src:
2553 - test/core/http/response_fuzzer.c
2554 deps:
2555 - grpc_test_util
2556 - grpc
2557 - gpr_test_util
2558 - gpr
2559 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002560 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002561 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002562- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002563 build: test
2564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002565 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002566 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002567 deps:
2568 - grpc_test_util
2569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002570 - gpr_test_util
2571 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002573 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574 build: test
2575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002576 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002577 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002578 deps:
2579 - grpc_test_util
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002583 platforms:
2584 - mac
2585 - linux
2586 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002587- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002588 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002589 build: test
2590 language: c
2591 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002592 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002593 deps:
2594 - grpc_test_util
2595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002598 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002599 - linux
yang-gf1183302015-12-07 16:02:05 -08002600- name: init_test
2601 build: test
2602 language: c
2603 src:
2604 - test/core/surface/init_test.c
2605 deps:
2606 - grpc_test_util
2607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002608 - gpr_test_util
2609 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002610- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002611 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002612 build: test
2613 language: c
2614 src:
2615 - test/core/end2end/invalid_call_argument_test.c
2616 deps:
2617 - grpc_test_util
2618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002619 - gpr_test_util
2620 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002621- name: json_fuzzer_test
2622 build: fuzzer
2623 language: c
2624 src:
2625 - test/core/json/fuzzer.c
2626 deps:
2627 - grpc_test_util
2628 - grpc
2629 - gpr_test_util
2630 - gpr
2631 corpus_dirs:
2632 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002633 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002634- name: json_rewrite
2635 build: test
2636 run: false
2637 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002638 src:
2639 - test/core/json/json_rewrite.c
2640 deps:
2641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002642 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002643- name: json_rewrite_test
2644 build: test
2645 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002646 src:
2647 - test/core/json/json_rewrite_test.c
2648 deps:
2649 - grpc_test_util
2650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002651 - gpr_test_util
2652 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002653- name: json_stream_error_test
2654 build: test
2655 language: c
2656 src:
2657 - test/core/json/json_stream_error_test.c
2658 deps:
2659 - grpc_test_util
2660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002661 - gpr_test_util
2662 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002663- name: json_test
2664 build: test
2665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002666 src:
2667 - test/core/json/json_test.c
2668 deps:
2669 - grpc_test_util
2670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002671 - gpr_test_util
2672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002673- name: lame_client_test
2674 build: test
2675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002676 src:
2677 - test/core/surface/lame_client_test.c
2678 deps:
2679 - grpc_test_util
2680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002681 - gpr_test_util
2682 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002683- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002684 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002685 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002686 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002688 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002689 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002690 deps:
2691 - grpc_test_util
2692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 - gpr_test_util
2694 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002695- name: load_file_test
2696 build: test
2697 language: c
2698 src:
2699 - test/core/iomgr/load_file_test.c
2700 deps:
2701 - grpc_test_util
2702 - grpc
2703 - gpr_test_util
2704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002705- name: low_level_ping_pong_benchmark
2706 build: benchmark
2707 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002708 src:
2709 - test/core/network_benchmarks/low_level_ping_pong.c
2710 deps:
2711 - grpc_test_util
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002715 platforms:
2716 - mac
2717 - linux
2718 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002719- name: memory_profile_client
2720 build: test
2721 run: false
2722 language: c
2723 src:
2724 - test/core/memory_usage/client.c
2725 deps:
2726 - grpc_test_util
2727 - grpc
2728 - gpr_test_util
2729 - gpr
2730- name: memory_profile_server
2731 build: test
2732 run: false
2733 language: c
2734 src:
2735 - test/core/memory_usage/server.c
2736 deps:
2737 - grpc_test_util
2738 - grpc
2739 - gpr_test_util
2740 - gpr
2741- name: memory_profile_test
2742 cpu_cost: 1.5
2743 build: test
2744 language: c
2745 src:
2746 - test/core/memory_usage/memory_usage_test.c
2747 deps:
2748 - grpc_test_util
2749 - grpc
2750 - gpr_test_util
2751 - gpr
2752 platforms:
2753 - mac
2754 - linux
2755 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002756- name: message_compress_test
2757 build: test
2758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002759 src:
2760 - test/core/compression/message_compress_test.c
2761 deps:
2762 - grpc_test_util
2763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002764 - gpr_test_util
2765 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002766- name: minimal_stack_is_minimal_test
2767 build: test
2768 language: c
2769 src:
2770 - test/core/channel/minimal_stack_is_minimal_test.c
2771 deps:
2772 - grpc_test_util
2773 - grpc
2774 - gpr_test_util
2775 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002776- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002777 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002778 build: test
2779 language: c
2780 src:
2781 - test/core/census/mlog_test.c
2782 deps:
2783 - grpc_test_util
2784 - grpc
2785 - gpr_test_util
2786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787- name: multiple_server_queues_test
2788 build: test
2789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002790 src:
2791 - test/core/end2end/multiple_server_queues_test.c
2792 deps:
2793 - grpc_test_util
2794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002795 - gpr_test_util
2796 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002797- name: murmur_hash_test
2798 build: test
2799 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002800 src:
2801 - test/core/support/murmur_hash_test.c
2802 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002803 - gpr_test_util
2804 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002805- name: nanopb_fuzzer_response_test
2806 build: fuzzer
2807 language: c
2808 src:
2809 - test/core/nanopb/fuzzer_response.c
2810 deps:
2811 - grpc_test_util
2812 - grpc
2813 - gpr_test_util
2814 - gpr
2815 corpus_dirs:
2816 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002817 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002818- name: nanopb_fuzzer_serverlist_test
2819 build: fuzzer
2820 language: c
2821 src:
2822 - test/core/nanopb/fuzzer_serverlist.c
2823 deps:
2824 - grpc_test_util
2825 - grpc
2826 - gpr_test_util
2827 - gpr
2828 corpus_dirs:
2829 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002830 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002832 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833 build: test
2834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002835 src:
2836 - test/core/end2end/no_server_test.c
2837 deps:
2838 - grpc_test_util
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr_test_util
2841 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002842- name: num_external_connectivity_watchers_test
2843 build: test
2844 language: c
2845 src:
2846 - test/core/surface/num_external_connectivity_watchers_test.c
2847 deps:
2848 - grpc_test_util
2849 - grpc
2850 - gpr_test_util
2851 - gpr
2852 exclude_iomgrs:
2853 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002854- name: parse_address_test
2855 build: test
2856 language: c
2857 src:
2858 - test/core/client_channel/parse_address_test.c
2859 deps:
2860 - grpc_test_util
2861 - grpc
2862 - gpr_test_util
2863 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002864- name: percent_decode_fuzzer
2865 build: fuzzer
2866 language: c
2867 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002868 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002869 deps:
2870 - grpc_test_util
2871 - grpc
2872 - gpr_test_util
2873 - gpr
2874 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002875 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002876 maxlen: 32
2877- name: percent_encode_fuzzer
2878 build: fuzzer
2879 language: c
2880 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002881 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002882 deps:
2883 - grpc_test_util
2884 - grpc
2885 - gpr_test_util
2886 - gpr
2887 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002888 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002889 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002890- name: percent_encoding_test
2891 build: test
2892 language: c
2893 src:
2894 - test/core/slice/percent_encoding_test.c
2895 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002896 - grpc_test_util
2897 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002898 - gpr_test_util
2899 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002900- name: pollset_set_test
2901 build: test
2902 language: c
2903 src:
2904 - test/core/iomgr/pollset_set_test.c
2905 deps:
2906 - grpc_test_util
2907 - grpc
2908 - gpr_test_util
2909 - gpr
2910 exclude_iomgrs:
2911 - uv
2912 platforms:
2913 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002914- name: resolve_address_posix_test
2915 build: test
2916 language: c
2917 src:
2918 - test/core/iomgr/resolve_address_posix_test.c
2919 deps:
2920 - grpc_test_util
2921 - grpc
2922 - gpr_test_util
2923 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002924 exclude_iomgrs:
2925 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002926 platforms:
2927 - mac
2928 - linux
2929 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002930- name: resolve_address_test
2931 build: test
2932 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002933 src:
2934 - test/core/iomgr/resolve_address_test.c
2935 deps:
2936 - grpc_test_util
2937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002938 - gpr_test_util
2939 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002940- name: resource_quota_test
2941 cpu_cost: 30
2942 build: test
2943 language: c
2944 src:
2945 - test/core/iomgr/resource_quota_test.c
2946 deps:
2947 - grpc_test_util
2948 - grpc
2949 - gpr_test_util
2950 - gpr
yang-gd482e592015-12-10 14:04:00 -08002951- name: secure_channel_create_test
2952 build: test
2953 language: c
2954 src:
2955 - test/core/surface/secure_channel_create_test.c
2956 deps:
2957 - grpc_test_util
2958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002959 - gpr_test_util
2960 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002961- name: secure_endpoint_test
2962 build: test
2963 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002964 src:
2965 - test/core/security/secure_endpoint_test.c
2966 deps:
2967 - grpc_test_util
2968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002969 - gpr_test_util
2970 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002971 exclude_iomgrs:
2972 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002973- name: sequential_connectivity_test
2974 build: test
2975 language: c
2976 src:
2977 - test/core/surface/sequential_connectivity_test.c
2978 deps:
2979 - grpc_test_util
2980 - grpc
2981 - gpr_test_util
2982 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002983 exclude_iomgrs:
2984 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002985- name: server_chttp2_test
2986 build: test
2987 language: c
2988 src:
2989 - test/core/surface/server_chttp2_test.c
2990 deps:
2991 - grpc_test_util
2992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002993 - gpr_test_util
2994 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002995- name: server_fuzzer
2996 build: fuzzer
2997 language: c
2998 src:
2999 - test/core/end2end/fuzzers/server_fuzzer.c
3000 deps:
3001 - grpc_test_util
3002 - grpc
3003 - gpr_test_util
3004 - gpr
3005 corpus_dirs:
3006 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003007 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003008 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003009- name: server_test
3010 build: test
3011 language: c
3012 src:
3013 - test/core/surface/server_test.c
3014 deps:
3015 - grpc_test_util
3016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003017 - gpr_test_util
3018 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003019- name: slice_buffer_test
3020 build: test
3021 language: c
3022 src:
3023 - test/core/slice/slice_buffer_test.c
3024 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003025 - grpc_test_util
3026 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003027 - gpr_test_util
3028 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003029- name: slice_hash_table_test
3030 build: test
3031 language: c
3032 src:
3033 - test/core/slice/slice_hash_table_test.c
3034 deps:
3035 - grpc_test_util
3036 - grpc
3037 - gpr_test_util
3038 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003039- name: slice_string_helpers_test
3040 build: test
3041 language: c
3042 src:
3043 - test/core/slice/slice_string_helpers_test.c
3044 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003045 - grpc_test_util
3046 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003047 - gpr_test_util
3048 - gpr
3049- name: slice_test
3050 build: test
3051 language: c
3052 src:
3053 - test/core/slice/slice_test.c
3054 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003055 - grpc_test_util
3056 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003057 - gpr_test_util
3058 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003059- name: sockaddr_resolver_test
3060 build: test
3061 language: c
3062 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003063 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003064 deps:
3065 - grpc_test_util
3066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003067 - gpr_test_util
3068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003069- name: sockaddr_utils_test
3070 build: test
3071 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003072 src:
3073 - test/core/iomgr/sockaddr_utils_test.c
3074 deps:
3075 - grpc_test_util
3076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003077 - gpr_test_util
3078 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003079- name: socket_utils_test
3080 build: test
3081 language: c
3082 src:
3083 - test/core/iomgr/socket_utils_test.c
3084 deps:
3085 - grpc_test_util
3086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003087 - gpr_test_util
3088 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003089 exclude_iomgrs:
3090 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003091 platforms:
3092 - mac
3093 - linux
3094 - posix
yang-g31e21282016-11-04 15:10:03 -07003095- name: ssl_server_fuzzer
3096 build: fuzzer
3097 language: c
3098 src:
3099 - test/core/security/ssl_server_fuzzer.c
3100 deps:
3101 - grpc_test_util
3102 - grpc
3103 - gpr_test_util
3104 - gpr
3105 corpus_dirs:
3106 - test/core/security/corpus/ssl_server_corpus
3107 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003108- name: status_conversion_test
3109 build: test
3110 language: c
3111 src:
3112 - test/core/transport/status_conversion_test.c
3113 deps:
3114 - grpc_test_util
3115 - grpc
3116 - gpr_test_util
3117 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003118- name: stream_compression_test
3119 build: test
3120 language: c
3121 src:
3122 - test/core/compression/stream_compression_test.c
3123 deps:
3124 - grpc_test_util
3125 - grpc
3126 - gpr_test_util
3127 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003128- name: stream_owned_slice_test
3129 build: test
3130 language: c
3131 src:
3132 - test/core/transport/stream_owned_slice_test.c
3133 deps:
3134 - grpc_test_util
3135 - grpc
3136 - gpr_test_util
3137 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003138- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003139 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003140 build: test
3141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003142 src:
3143 - test/core/iomgr/tcp_client_posix_test.c
3144 deps:
3145 - grpc_test_util
3146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003147 - gpr_test_util
3148 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003149 exclude_iomgrs:
3150 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003151 platforms:
3152 - mac
3153 - linux
3154 - posix
murgatroid991191b722017-02-08 11:56:52 -08003155- name: tcp_client_uv_test
3156 cpu_cost: 0.5
3157 build: test
3158 language: c
3159 src:
3160 - test/core/iomgr/tcp_client_uv_test.c
3161 deps:
3162 - grpc_test_util
3163 - grpc
3164 - gpr_test_util
3165 - gpr
3166 exclude_iomgrs:
3167 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003168- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003169 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003170 build: test
3171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003172 src:
3173 - test/core/iomgr/tcp_posix_test.c
3174 deps:
3175 - grpc_test_util
3176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003177 - gpr_test_util
3178 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003179 exclude_iomgrs:
3180 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003181 platforms:
3182 - mac
3183 - linux
3184 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003185- name: tcp_server_posix_test
3186 build: test
3187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003188 src:
3189 - test/core/iomgr/tcp_server_posix_test.c
3190 deps:
3191 - grpc_test_util
3192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003193 - gpr_test_util
3194 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003195 exclude_iomgrs:
3196 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003197 platforms:
3198 - mac
3199 - linux
3200 - posix
murgatroid991191b722017-02-08 11:56:52 -08003201- name: tcp_server_uv_test
3202 build: test
3203 language: c
3204 src:
3205 - test/core/iomgr/tcp_server_uv_test.c
3206 deps:
3207 - grpc_test_util
3208 - grpc
3209 - gpr_test_util
3210 - gpr
3211 exclude_iomgrs:
3212 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003213- name: time_averaged_stats_test
3214 build: test
3215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003216 src:
3217 - test/core/iomgr/time_averaged_stats_test.c
3218 deps:
3219 - grpc_test_util
3220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003221 - gpr_test_util
3222 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003223- name: timeout_encoding_test
3224 build: test
3225 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003226 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003227 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003228 deps:
3229 - grpc_test_util
3230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003231 - gpr_test_util
3232 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003233- name: timer_heap_test
3234 build: test
3235 language: c
3236 src:
3237 - test/core/iomgr/timer_heap_test.c
3238 deps:
3239 - grpc_test_util
3240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003241 - gpr_test_util
3242 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003243 exclude_iomgrs:
3244 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003245- name: timer_list_test
3246 build: test
3247 language: c
3248 src:
3249 - test/core/iomgr/timer_list_test.c
3250 deps:
3251 - grpc_test_util
3252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003253 - gpr_test_util
3254 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003255 exclude_iomgrs:
3256 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003257- name: transport_connectivity_state_test
3258 build: test
3259 language: c
3260 src:
3261 - test/core/transport/connectivity_state_test.c
3262 deps:
3263 - grpc_test_util
3264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003265 - gpr_test_util
3266 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003267- name: transport_metadata_test
3268 build: test
3269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003270 src:
3271 - test/core/transport/metadata_test.c
3272 deps:
3273 - grpc_test_util
3274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003275 - gpr_test_util
3276 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003277- name: transport_pid_controller_test
3278 build: test
3279 language: c
3280 src:
3281 - test/core/transport/pid_controller_test.c
3282 deps:
3283 - grpc_test_util
3284 - grpc
3285 - gpr_test_util
3286 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003287- name: transport_security_test
3288 build: test
3289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003290 src:
3291 - test/core/tsi/transport_security_test.c
3292 deps:
3293 - grpc_test_util
3294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003295 - gpr_test_util
3296 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003297 platforms:
3298 - linux
3299 - posix
3300 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003301- name: udp_server_test
3302 build: test
3303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003304 src:
3305 - test/core/iomgr/udp_server_test.c
3306 deps:
3307 - grpc_test_util
3308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003309 - gpr_test_util
3310 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003311 exclude_iomgrs:
3312 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003313 platforms:
3314 - mac
3315 - linux
3316 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003317- name: uri_fuzzer_test
3318 build: fuzzer
3319 language: c
3320 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003321 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003322 deps:
3323 - grpc_test_util
3324 - grpc
3325 - gpr_test_util
3326 - gpr
3327 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003328 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003329 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003330- name: uri_parser_test
3331 build: test
3332 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003333 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003334 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003335 deps:
3336 - grpc_test_util
3337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003338 - gpr_test_util
3339 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003340- name: wakeup_fd_cv_test
3341 build: test
3342 language: c
3343 src:
3344 - test/core/iomgr/wakeup_fd_cv_test.c
3345 deps:
3346 - grpc_test_util
3347 - grpc
3348 - gpr_test_util
3349 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003350 exclude_iomgrs:
3351 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003352 platforms:
3353 - mac
3354 - linux
3355 - posix
vjpai04e992a2016-02-10 16:58:38 -08003356- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003357 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003358 build: test
3359 language: c++
3360 src:
3361 - test/cpp/common/alarm_cpp_test.cc
3362 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003363 - grpc++_test_util_unsecure
3364 - grpc_test_util_unsecure
3365 - grpc++_unsecure
3366 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003367 - gpr_test_util
3368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003369- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003370 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003371 build: test
3372 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003373 src:
3374 - test/cpp/end2end/async_end2end_test.cc
3375 deps:
3376 - grpc++_test_util
3377 - grpc_test_util
3378 - grpc++
3379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003380 - gpr_test_util
3381 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003382- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003383 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003384 build: test
3385 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003386 src:
3387 - test/cpp/common/auth_property_iterator_test.cc
3388 deps:
3389 - grpc++_test_util
3390 - grpc_test_util
3391 - grpc++
3392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003393 - gpr_test_util
3394 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003395- name: bm_arena
3396 build: test
3397 language: c++
3398 src:
3399 - test/cpp/microbenchmarks/bm_arena.cc
3400 deps:
3401 - grpc_benchmark
3402 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003403 - grpc++_test_util_unsecure
3404 - grpc_test_util_unsecure
3405 - grpc++_unsecure
3406 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003407 - gpr_test_util
3408 - gpr
3409 args:
3410 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003411 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003412 platforms:
3413 - mac
3414 - linux
3415 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003416- name: bm_call_create
3417 build: test
3418 language: c++
3419 src:
3420 - test/cpp/microbenchmarks/bm_call_create.cc
3421 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003422 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003423 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003424 - grpc++_test_util_unsecure
3425 - grpc_test_util_unsecure
3426 - grpc++_unsecure
3427 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003428 - gpr_test_util
3429 - gpr
3430 args:
3431 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003432 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003433 platforms:
3434 - mac
3435 - linux
3436 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003437- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003438 build: test
3439 language: c++
3440 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003441 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003442 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003443 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003444 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003445 - grpc++_test_util_unsecure
3446 - grpc_test_util_unsecure
3447 - grpc++_unsecure
3448 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003449 - gpr_test_util
3450 - gpr
3451 args:
3452 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003453 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003454 platforms:
3455 - mac
3456 - linux
3457 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003458- name: bm_chttp2_transport
3459 build: test
3460 language: c++
3461 src:
3462 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3463 deps:
3464 - grpc_benchmark
3465 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003466 - grpc++_test_util_unsecure
3467 - grpc_test_util_unsecure
3468 - grpc++_unsecure
3469 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003470 - gpr_test_util
3471 - gpr
3472 args:
3473 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003474 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003475 platforms:
3476 - mac
3477 - linux
3478 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003479- name: bm_closure
3480 build: test
3481 language: c++
3482 src:
3483 - test/cpp/microbenchmarks/bm_closure.cc
3484 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003485 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003486 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003487 - grpc++_test_util_unsecure
3488 - grpc_test_util_unsecure
3489 - grpc++_unsecure
3490 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003491 - gpr_test_util
3492 - gpr
3493 args:
3494 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003495 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003496 platforms:
3497 - mac
3498 - linux
3499 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003500- name: bm_cq
3501 build: test
3502 language: c++
3503 src:
3504 - test/cpp/microbenchmarks/bm_cq.cc
3505 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003506 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003507 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003508 - grpc++_test_util_unsecure
3509 - grpc_test_util_unsecure
3510 - grpc++_unsecure
3511 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003512 - gpr_test_util
3513 - gpr
3514 args:
3515 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003516 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003517 platforms:
3518 - mac
3519 - linux
3520 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003521- name: bm_cq_multiple_threads
3522 build: test
3523 language: c++
3524 src:
3525 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3526 deps:
3527 - grpc_benchmark
3528 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003529 - grpc++_test_util_unsecure
3530 - grpc_test_util_unsecure
3531 - grpc++_unsecure
3532 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003533 - gpr_test_util
3534 - gpr
3535 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003536 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003537 defaults: benchmark
3538 platforms:
3539 - mac
3540 - linux
3541 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003542- name: bm_error
3543 build: test
3544 language: c++
3545 src:
3546 - test/cpp/microbenchmarks/bm_error.cc
3547 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003548 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003549 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003550 - grpc++_test_util_unsecure
3551 - grpc_test_util_unsecure
3552 - grpc++_unsecure
3553 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003554 - gpr_test_util
3555 - gpr
3556 args:
3557 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003558 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003559 platforms:
3560 - mac
3561 - linux
3562 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003563- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003564 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003565 language: c++
3566 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003567 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003568 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003569 - grpc_benchmark
3570 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003571 - grpc++_test_util_unsecure
3572 - grpc_test_util_unsecure
3573 - grpc++_unsecure
3574 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003575 - gpr_test_util
3576 - gpr
3577 args:
3578 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003579 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003580 excluded_poll_engines:
3581 - poll
3582 - poll-cv
3583 platforms:
3584 - mac
3585 - linux
3586 - posix
3587 timeout_seconds: 1200
3588- name: bm_fullstack_streaming_pump
3589 build: test
3590 language: c++
3591 src:
3592 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003593 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003594 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003595 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003596 - grpc++_test_util_unsecure
3597 - grpc_test_util_unsecure
3598 - grpc++_unsecure
3599 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003600 - gpr_test_util
3601 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003602 args:
3603 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003604 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003605 excluded_poll_engines:
3606 - poll
3607 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003608 platforms:
3609 - mac
3610 - linux
3611 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003612 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003613- name: bm_fullstack_trickle
3614 build: test
3615 language: c++
3616 src:
3617 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3618 deps:
3619 - grpc_benchmark
3620 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003621 - grpc++_test_util_unsecure
3622 - grpc_test_util_unsecure
3623 - grpc++_unsecure
3624 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003625 - gpr_test_util
3626 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003627 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003628 args:
3629 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003630 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003631 excluded_poll_engines:
3632 - poll
3633 - poll-cv
3634 platforms:
3635 - mac
3636 - linux
3637 - posix
3638 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003639- name: bm_fullstack_unary_ping_pong
3640 build: test
3641 language: c++
3642 src:
3643 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3644 deps:
3645 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003646 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003647 - grpc++_test_util_unsecure
3648 - grpc_test_util_unsecure
3649 - grpc++_unsecure
3650 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003651 - gpr_test_util
3652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003653 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003654 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003655 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003656 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003657 - poll
3658 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003659 platforms:
3660 - mac
3661 - linux
3662 - posix
3663 timeout_seconds: 1200
3664- name: bm_metadata
3665 build: test
3666 language: c++
3667 src:
3668 - test/cpp/microbenchmarks/bm_metadata.cc
3669 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003670 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003671 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003672 - grpc++_test_util_unsecure
3673 - grpc_test_util_unsecure
3674 - grpc++_unsecure
3675 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003676 - gpr_test_util
3677 - gpr
3678 args:
3679 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003680 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003681 platforms:
3682 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003683 - linux
3684 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003685- name: bm_pollset
3686 build: test
3687 language: c++
3688 src:
3689 - test/cpp/microbenchmarks/bm_pollset.cc
3690 deps:
3691 - grpc_benchmark
3692 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003693 - grpc++_test_util_unsecure
3694 - grpc_test_util_unsecure
3695 - grpc++_unsecure
3696 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003697 - gpr_test_util
3698 - gpr
3699 args:
3700 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003701 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003702 platforms:
3703 - mac
3704 - linux
3705 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003706- name: channel_arguments_test
3707 gtest: true
3708 build: test
3709 language: c++
3710 src:
3711 - test/cpp/common/channel_arguments_test.cc
3712 deps:
3713 - grpc++
3714 - grpc
3715 - gpr
3716- name: channel_filter_test
3717 gtest: true
3718 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003719 language: c++
3720 src:
3721 - test/cpp/common/channel_filter_test.cc
3722 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003723 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003724 - grpc
3725 - gpr
3726- name: cli_call_test
3727 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003728 build: test
3729 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003730 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003731 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003732 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003733 - grpc_cli_libs
3734 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003735 - grpc_test_util
3736 - grpc++
3737 - grpc
3738 - gpr_test_util
3739 - gpr
3740- name: client_crash_test
3741 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003742 cpu_cost: 0.1
3743 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003744 language: c++
3745 src:
3746 - test/cpp/end2end/client_crash_test.cc
3747 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003748 - grpc++_test_util
3749 - grpc_test_util
3750 - grpc++
3751 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003752 - gpr_test_util
3753 - gpr
3754 platforms:
3755 - mac
3756 - linux
3757 - posix
3758- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003759 build: test
3760 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003761 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003762 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003763 - test/cpp/end2end/client_crash_test_server.cc
3764 deps:
3765 - grpc++_test_util
3766 - grpc_test_util
3767 - grpc++
3768 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003769 - gpr_test_util
3770 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003771- name: client_lb_end2end_test
3772 gtest: true
3773 build: test
3774 language: c++
3775 src:
3776 - test/cpp/end2end/client_lb_end2end_test.cc
3777 deps:
3778 - grpc++_test_util
3779 - grpc_test_util
3780 - grpc++
3781 - grpc
3782 - gpr_test_util
3783 - gpr
3784 excluded_poll_engines:
3785 - poll
3786 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003787- name: codegen_test_full
3788 gtest: true
3789 build: test
3790 language: c++
3791 src:
3792 - src/proto/grpc/testing/control.proto
3793 - src/proto/grpc/testing/messages.proto
3794 - src/proto/grpc/testing/payloads.proto
3795 - src/proto/grpc/testing/services.proto
3796 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003797 - test/cpp/codegen/codegen_test_full.cc
3798 deps:
3799 - grpc++
3800 - grpc
3801 - gpr
3802 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003803 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003804- name: codegen_test_minimal
3805 gtest: true
3806 build: test
3807 language: c++
3808 src:
3809 - src/proto/grpc/testing/control.proto
3810 - src/proto/grpc/testing/messages.proto
3811 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003812 - src/proto/grpc/testing/services.proto
3813 - src/proto/grpc/testing/stats.proto
3814 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003815 deps:
3816 - grpc
3817 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003818 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003819 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003820 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003821- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003822 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003823 build: test
3824 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003825 src:
3826 - test/cpp/client/credentials_test.cc
3827 deps:
3828 - grpc++
3829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003830 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003831- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003832 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003833 build: test
3834 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003835 src:
3836 - test/cpp/util/byte_buffer_test.cc
3837 deps:
3838 - grpc_test_util
3839 - grpc++
3840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003841 - gpr_test_util
3842 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003843- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003844 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003845 build: test
3846 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003847 src:
3848 - test/cpp/util/slice_test.cc
3849 deps:
3850 - grpc_test_util
3851 - grpc++
3852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003853 - gpr_test_util
3854 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003855- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003856 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003857 build: test
3858 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003859 src:
3860 - test/cpp/util/string_ref_test.cc
3861 deps:
3862 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003863 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003864- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003865 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003866 build: test
3867 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003868 src:
3869 - test/cpp/util/time_test.cc
3870 deps:
3871 - grpc_test_util
3872 - grpc++
3873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003874 - gpr_test_util
3875 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003876- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003877 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003878 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003879 build: test
3880 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003881 src:
3882 - test/cpp/end2end/end2end_test.cc
3883 deps:
3884 - grpc++_test_util
3885 - grpc_test_util
3886 - grpc++
3887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003888 - gpr_test_util
3889 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003890- name: error_details_test
3891 gtest: true
3892 build: test
3893 language: c++
3894 src:
3895 - src/proto/grpc/testing/echo_messages.proto
3896 - test/cpp/util/error_details_test.cc
3897 deps:
3898 - grpc++_error_details
3899 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003900- name: filter_end2end_test
3901 gtest: true
3902 build: test
3903 language: c++
3904 src:
3905 - test/cpp/end2end/filter_end2end_test.cc
3906 deps:
3907 - grpc++_test_util
3908 - grpc_test_util
3909 - grpc++
3910 - grpc
3911 - gpr_test_util
3912 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003913- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003914 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003915 build: test
3916 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003917 src:
3918 - test/cpp/end2end/generic_end2end_test.cc
3919 deps:
3920 - grpc++_test_util
3921 - grpc_test_util
3922 - grpc++
3923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003924 - gpr_test_util
3925 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003926- name: golden_file_test
3927 gtest: true
3928 build: test
3929 language: c++
3930 src:
3931 - src/proto/grpc/testing/compiler_test.proto
3932 - test/cpp/codegen/golden_file_test.cc
3933 deps:
3934 - grpc++
3935 - grpc
3936 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003937 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003938 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003939- name: grpc_cli
3940 build: test
3941 run: false
3942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003943 src:
3944 - test/cpp/util/grpc_cli.cc
3945 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003946 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003947 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003948 - grpc++
3949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003950 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003951 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003952- name: grpc_cpp_plugin
3953 build: protoc
3954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003955 src:
3956 - src/compiler/cpp_plugin.cc
3957 deps:
3958 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003959 secure: false
3960 vs_config_type: Application
3961 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3962- name: grpc_csharp_plugin
3963 build: protoc
3964 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003965 src:
3966 - src/compiler/csharp_plugin.cc
3967 deps:
3968 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003969 secure: false
3970 vs_config_type: Application
3971 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003972- name: grpc_node_plugin
3973 build: protoc
3974 language: c++
3975 src:
3976 - src/compiler/node_plugin.cc
3977 deps:
3978 - grpc_plugin_support
3979 secure: false
3980 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003981- name: grpc_objective_c_plugin
3982 build: protoc
3983 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003984 src:
3985 - src/compiler/objective_c_plugin.cc
3986 deps:
3987 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003988 secure: false
3989 vs_config_type: Application
3990 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003991- name: grpc_php_plugin
3992 build: protoc
3993 language: c++
3994 src:
3995 - src/compiler/php_plugin.cc
3996 deps:
3997 - grpc_plugin_support
3998 secure: false
3999 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004000- name: grpc_python_plugin
4001 build: protoc
4002 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004003 src:
4004 - src/compiler/python_plugin.cc
4005 deps:
4006 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004007 secure: false
4008 vs_config_type: Application
4009 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4010- name: grpc_ruby_plugin
4011 build: protoc
4012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004013 src:
4014 - src/compiler/ruby_plugin.cc
4015 deps:
4016 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004017 secure: false
4018 vs_config_type: Application
4019 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004020- name: grpc_tool_test
4021 gtest: true
4022 build: test
4023 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004024 src:
4025 - src/proto/grpc/testing/echo.proto
4026 - src/proto/grpc/testing/echo_messages.proto
4027 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004028 deps:
4029 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004030 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004031 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004032 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004033 - grpc_test_util
4034 - grpc++
4035 - grpc
4036 - gpr_test_util
4037 - gpr
4038 filegroups:
4039 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004040- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004041 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004042 build: test
4043 language: c++
4044 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004045 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004046 - test/cpp/grpclb/grpclb_api_test.cc
4047 deps:
4048 - grpc++_test_util
4049 - grpc_test_util
4050 - grpc++
4051 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004052- name: grpclb_end2end_test
4053 gtest: true
4054 build: test
4055 language: c++
4056 src:
4057 - src/proto/grpc/lb/v1/load_balancer.proto
4058 - test/cpp/end2end/grpclb_end2end_test.cc
4059 deps:
4060 - grpc++_test_util
4061 - grpc_test_util
4062 - grpc++
4063 - grpc
4064 - gpr_test_util
4065 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004066 excluded_poll_engines:
4067 - poll
4068 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004069- name: grpclb_test
4070 gtest: false
4071 build: test
4072 language: c++
4073 src:
4074 - src/proto/grpc/lb/v1/load_balancer.proto
4075 - test/cpp/grpclb/grpclb_test.cc
4076 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004077 - grpc++_test_util
4078 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004079 - grpc++
4080 - grpc
4081 - gpr_test_util
4082 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004083 excluded_poll_engines:
4084 - poll
4085 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004086- name: health_service_end2end_test
4087 gtest: true
4088 build: test
4089 language: c++
4090 src:
4091 - test/cpp/end2end/health_service_end2end_test.cc
4092 deps:
4093 - grpc++_test_util
4094 - grpc_test_util
4095 - grpc++
4096 - grpc
4097 - gpr_test_util
4098 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004099- name: http2_client
4100 build: test
4101 run: false
4102 language: c++
4103 src: []
4104 deps:
4105 - http2_client_main
4106 - grpc++_test_util
4107 - grpc_test_util
4108 - grpc++
4109 - grpc
4110 - grpc++_test_config
4111 platforms:
4112 - mac
4113 - linux
4114 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004115- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004116 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004117 build: test
4118 language: c++
4119 src:
4120 - test/cpp/end2end/hybrid_end2end_test.cc
4121 deps:
4122 - grpc++_test_util
4123 - grpc_test_util
4124 - grpc++
4125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004126 - gpr_test_util
4127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004128- name: interop_client
4129 build: test
4130 run: false
4131 language: c++
4132 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004133 deps:
4134 - interop_client_main
4135 - interop_client_helper
4136 - grpc++_test_util
4137 - grpc_test_util
4138 - grpc++
4139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004140 - gpr_test_util
4141 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004142 - grpc++_test_config
4143 platforms:
4144 - mac
4145 - linux
4146 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004147- name: interop_server
4148 build: test
4149 run: false
4150 language: c++
4151 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004152 deps:
4153 - interop_server_main
4154 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004155 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004156 - grpc++_test_util
4157 - grpc_test_util
4158 - grpc++
4159 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004160 - gpr_test_util
4161 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004162 - grpc++_test_config
4163 platforms:
4164 - mac
4165 - linux
4166 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004167- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004168 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004169 build: test
4170 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004171 src:
4172 - test/cpp/interop/interop_test.cc
4173 deps:
4174 - grpc_test_util
4175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004176 - gpr_test_util
4177 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004178 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004179 platforms:
4180 - mac
4181 - linux
4182 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004183- name: json_run_localhost
4184 build: test
4185 run: false
4186 language: c++
4187 src:
4188 - test/cpp/qps/json_run_localhost.cc
4189 deps:
4190 - grpc++_test_util
4191 - grpc_test_util
4192 - grpc++
4193 - grpc
4194 - gpr_test_util
4195 - gpr
4196 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004197 platforms:
4198 - mac
4199 - linux
4200 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004201- name: memory_test
4202 gtest: true
4203 build: test
4204 language: c++
4205 src:
4206 - test/core/support/memory_test.cc
4207 deps:
4208 - grpc_test_util
4209 - grpc++
4210 - grpc
4211 - gpr_test_util
4212 - gpr
4213 uses:
4214 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004215- name: metrics_client
4216 build: test
4217 run: false
4218 language: c++
4219 headers:
4220 - test/cpp/util/metrics_server.h
4221 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004222 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004223 - test/cpp/interop/metrics_client.cc
4224 deps:
4225 - grpc++
4226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004227 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004228 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004229- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004230 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004231 build: test
4232 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004233 headers:
4234 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004235 src:
4236 - test/cpp/end2end/mock_test.cc
4237 deps:
4238 - grpc++_test_util
4239 - grpc_test_util
4240 - grpc++
4241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004242 - gpr_test_util
4243 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004244- name: noop-benchmark
4245 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004246 language: c++
4247 src:
4248 - test/cpp/microbenchmarks/noop-benchmark.cc
4249 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004250 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004251 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004252- name: proto_server_reflection_test
4253 gtest: true
4254 build: test
4255 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004256 src:
4257 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004258 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004259 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004260 - grpc++_reflection
4261 - grpc++_test_util
4262 - grpc_test_util
4263 - grpc++
4264 - grpc
4265 - gpr_test_util
4266 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004267- name: proto_utils_test
4268 gtest: true
4269 build: test
4270 language: c++
4271 src:
4272 - test/cpp/codegen/proto_utils_test.cc
4273 deps:
4274 - grpc++
4275 - grpc
4276 filegroups:
4277 - grpc++_codegen_base
4278 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004279- name: qps_interarrival_test
4280 build: test
4281 run: false
4282 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004283 src:
4284 - test/cpp/qps/qps_interarrival_test.cc
4285 deps:
4286 - qps
4287 - grpc++_test_util
4288 - grpc_test_util
4289 - grpc++
4290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004291 - gpr_test_util
4292 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004293 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004294 platforms:
4295 - mac
4296 - linux
4297 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004298- name: qps_json_driver
4299 build: test
4300 run: false
4301 language: c++
4302 src:
4303 - test/cpp/qps/qps_json_driver.cc
4304 deps:
4305 - qps
4306 - grpc++_test_util
4307 - grpc_test_util
4308 - grpc++
4309 - grpc
4310 - gpr_test_util
4311 - gpr
4312 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004313- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004314 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004315 build: test
4316 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004317 src:
4318 - test/cpp/qps/qps_openloop_test.cc
4319 deps:
4320 - qps
4321 - grpc++_test_util
4322 - grpc_test_util
4323 - grpc++
4324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004325 - gpr_test_util
4326 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004327 - grpc++_test_config
4328 platforms:
4329 - mac
4330 - linux
4331 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004332- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004333 build: test
4334 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004335 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004336 headers:
4337 - test/cpp/qps/client.h
4338 - test/cpp/qps/server.h
4339 src:
4340 - test/cpp/qps/worker.cc
4341 deps:
4342 - qps
4343 - grpc++_test_util
4344 - grpc_test_util
4345 - grpc++
4346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004347 - gpr_test_util
4348 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004349 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004350- name: reconnect_interop_client
4351 build: test
4352 run: false
4353 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004354 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004355 - src/proto/grpc/testing/empty.proto
4356 - src/proto/grpc/testing/messages.proto
4357 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004358 - test/cpp/interop/reconnect_interop_client.cc
4359 deps:
4360 - grpc++_test_util
4361 - grpc_test_util
4362 - grpc++
4363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004364 - gpr_test_util
4365 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004366 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004367- name: reconnect_interop_server
4368 build: test
4369 run: false
4370 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004371 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004372 - src/proto/grpc/testing/empty.proto
4373 - src/proto/grpc/testing/messages.proto
4374 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004375 - test/cpp/interop/reconnect_interop_server.cc
4376 deps:
4377 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004378 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004379 - grpc++_test_util
4380 - grpc_test_util
4381 - grpc++
4382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004383 - gpr_test_util
4384 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004385 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004386- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004387 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004388 build: test
4389 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004390 src:
4391 - test/cpp/common/secure_auth_context_test.cc
4392 deps:
4393 - grpc++_test_util
4394 - grpc_test_util
4395 - grpc++
4396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004397 - gpr_test_util
4398 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004399- name: secure_sync_unary_ping_pong_test
4400 build: test
4401 language: c++
4402 src:
4403 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4404 deps:
4405 - qps
4406 - grpc++_test_util
4407 - grpc_test_util
4408 - grpc++
4409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004410 - gpr_test_util
4411 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004412 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004413 platforms:
4414 - mac
4415 - linux
4416 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004417- name: server_builder_plugin_test
4418 gtest: true
4419 build: test
4420 language: c++
4421 src:
4422 - test/cpp/end2end/server_builder_plugin_test.cc
4423 deps:
4424 - grpc++_test_util
4425 - grpc_test_util
4426 - grpc++
4427 - grpc
4428 - gpr_test_util
4429 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004430- name: server_builder_test
4431 gtest: true
4432 build: test
4433 language: c++
4434 src:
4435 - src/proto/grpc/testing/echo_messages.proto
4436 - src/proto/grpc/testing/echo.proto
4437 - test/cpp/server/server_builder_test.cc
4438 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004439 - grpc++_test_util_unsecure
4440 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004441 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004442 - grpc++_unsecure
4443 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004444 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004445- name: server_context_test_spouse_test
4446 gtest: true
4447 build: test
4448 language: c++
4449 src:
4450 - test/cpp/test/server_context_test_spouse_test.cc
4451 deps:
4452 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004453 - grpc++
4454 - grpc
4455 - gpr_test_util
4456 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004457 uses:
4458 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004459- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004460 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004461 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004462 build: test
4463 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004464 src:
4465 - test/cpp/end2end/server_crash_test.cc
4466 deps:
4467 - grpc++_test_util
4468 - grpc_test_util
4469 - grpc++
4470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004471 - gpr_test_util
4472 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004473 platforms:
4474 - mac
4475 - linux
4476 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004477- name: server_crash_test_client
4478 build: test
4479 run: false
4480 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004481 src:
4482 - test/cpp/end2end/server_crash_test_client.cc
4483 deps:
4484 - grpc++_test_util
4485 - grpc_test_util
4486 - grpc++
4487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004488 - gpr_test_util
4489 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004490- name: server_request_call_test
4491 gtest: true
4492 build: test
4493 language: c++
4494 src:
4495 - src/proto/grpc/testing/echo_messages.proto
4496 - src/proto/grpc/testing/echo.proto
4497 - test/cpp/server/server_request_call_test.cc
4498 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004499 - grpc++_test_util_unsecure
4500 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004501 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004502 - grpc++_unsecure
4503 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004505- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004506 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004507 build: test
4508 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004509 src:
4510 - test/cpp/end2end/shutdown_test.cc
4511 deps:
4512 - grpc++_test_util
4513 - grpc_test_util
4514 - grpc++
4515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004516 - gpr_test_util
4517 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004518- name: status_test
4519 build: test
4520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004521 src:
4522 - test/cpp/util/status_test.cc
4523 deps:
4524 - grpc_test_util
4525 - grpc++
4526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004527 - gpr_test_util
4528 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004529- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004530 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004531 build: test
4532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004533 src:
4534 - test/cpp/end2end/streaming_throughput_test.cc
4535 deps:
4536 - grpc++_test_util
4537 - grpc_test_util
4538 - grpc++
4539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004540 - gpr_test_util
4541 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004542 platforms:
4543 - mac
4544 - linux
4545 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004546- name: stress_test
4547 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004548 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004549 language: c++
4550 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004551 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004552 - test/cpp/interop/interop_client.h
4553 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004554 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004555 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004556 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004557 - src/proto/grpc/testing/empty.proto
4558 - src/proto/grpc/testing/messages.proto
4559 - src/proto/grpc/testing/metrics.proto
4560 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004561 - test/cpp/interop/interop_client.cc
4562 - test/cpp/interop/stress_interop_client.cc
4563 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004564 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004565 deps:
4566 - grpc++_test_util
4567 - grpc_test_util
4568 - grpc++
4569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004570 - gpr_test_util
4571 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004572 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004573- name: thread_manager_test
4574 build: test
4575 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004576 src:
4577 - test/cpp/thread_manager/thread_manager_test.cc
4578 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004579 - grpc++_unsecure
4580 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004581 - gpr
4582 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004583- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004584 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004585 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004586 build: test
4587 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004588 src:
4589 - test/cpp/end2end/thread_stress_test.cc
4590 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004591 - grpc++_test_util_unsecure
4592 - grpc_test_util_unsecure
4593 - grpc++_unsecure
4594 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004595 - gpr_test_util
4596 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004597 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004598- name: writes_per_rpc_test
4599 gtest: true
4600 cpu_cost: 0.5
4601 build: test
4602 language: c++
4603 src:
4604 - test/cpp/performance/writes_per_rpc_test.cc
4605 deps:
4606 - grpc++_test_util
4607 - grpc_test_util
4608 - grpc++
4609 - grpc
4610 - gpr_test_util
4611 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004612 platforms:
4613 - mac
4614 - linux
4615 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004616- name: public_headers_must_be_c89
4617 build: test
4618 language: c89
4619 src:
4620 - test/core/surface/public_headers_must_be_c89.c
4621 deps:
4622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004623 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004624vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004625- linkage: static
4626 name: grpc.dependencies.zlib
4627 props: false
4628 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004629 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004630- linkage: static
4631 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004632 props: true
4633 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004634 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004635- name: gflags
4636 props: false
4637 redist: false
4638 version: 2.1.2.1
4639- name: gtest
4640 props: false
4641 redist: false
4642 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004643configs:
4644 asan:
4645 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004646 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4647 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004648 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004649 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004650 LDFLAGS: -fsanitize=address
4651 LDXX: clang++
4652 compile_the_world: true
4653 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004654 ASAN_OPTIONS: detect_leaks=1:color=always
4655 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004656 asan-noleaks:
4657 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004658 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4659 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004660 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004661 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004662 LDFLAGS: -fsanitize=address
4663 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004664 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004665 test_environ:
4666 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004667 asan-trace-cmp:
4668 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004669 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4670 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004671 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004672 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004673 LDFLAGS: -fsanitize=address
4674 LDXX: clang++
4675 compile_the_world: true
4676 test_environ:
4677 ASAN_OPTIONS: detect_leaks=1:color=always
4678 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004679 basicprof:
4680 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4681 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004682 c++-compat:
4683 CFLAGS: -Wc++-compat
4684 CPPFLAGS: -O0
4685 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004686 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004687 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004688 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004689 dbg:
4690 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004691 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004692 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004693 gcov:
4694 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004695 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004696 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004697 DEFINES: _DEBUG DEBUG GPR_GCOV
4698 LD: gcc
4699 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4700 LDXX: g++
4701 helgrind:
4702 CPPFLAGS: -O0
4703 DEFINES: _DEBUG DEBUG
4704 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004705 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004706 lto:
4707 CPPFLAGS: -O2
4708 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004709 memcheck:
4710 CPPFLAGS: -O0
4711 DEFINES: _DEBUG DEBUG
4712 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004713 valgrind: --tool=memcheck --leak-check=full
4714 msan:
4715 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004716 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4717 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4718 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004719 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004720 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004721 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004722 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4723 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4724 LDXX: clang++
4725 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004726 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004727 CPPFLAGS: -O3 -fno-omit-frame-pointer
4728 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004729 LDFLAGS: -rdynamic
4730 opt:
4731 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004732 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004733 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004734 stapprof:
4735 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4736 DEFINES: NDEBUG
4737 tsan:
4738 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004739 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004740 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004741 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004742 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004743 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004744 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004745 LDXX: clang++
4746 compile_the_world: true
4747 test_environ:
4748 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004749 ubsan:
4750 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004751 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4752 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004753 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004754 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004755 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004756 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004757 LDXX: clang++
4758 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004759 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004760 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004761defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004762 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004763 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004764 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4765 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004766 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4767 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004768 benchmark:
4769 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004770 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004771 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004772 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004773 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004774 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004775 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004776 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004777 LDFLAGS: -g
4778 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004779 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004780 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004781node_modules:
4782- deps:
4783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004784 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004785 - boringssl
4786 - z
murgatroid9994a75412015-11-19 14:04:53 -08004787 headers:
4788 - src/node/ext/byte_buffer.h
4789 - src/node/ext/call.h
4790 - src/node/ext/call_credentials.h
4791 - src/node/ext/channel.h
4792 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004793 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004794 - src/node/ext/server.h
4795 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004796 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004797 - src/node/ext/timeval.h
4798 js:
4799 - src/node/index.js
4800 - src/node/src/client.js
4801 - src/node/src/common.js
4802 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004803 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004804 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004805 - src/node/src/metadata.js
4806 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004807 name: grpc_node
4808 src:
4809 - src/node/ext/byte_buffer.cc
4810 - src/node/ext/call.cc
4811 - src/node/ext/call_credentials.cc
4812 - src/node/ext/channel.cc
4813 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004814 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004815 - src/node/ext/node_grpc.cc
4816 - src/node/ext/server.cc
4817 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004818 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004819 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004820openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004821 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004822 extraction_dir: openssl-1.0.2f
4823 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004824php_config_m4:
4825 deps:
4826 - grpc
4827 - gpr
4828 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004829 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004830 headers:
4831 - src/php/ext/grpc/byte_buffer.h
4832 - src/php/ext/grpc/call.h
4833 - src/php/ext/grpc/call_credentials.h
4834 - src/php/ext/grpc/channel.h
4835 - src/php/ext/grpc/channel_credentials.h
4836 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004837 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004838 - src/php/ext/grpc/php_grpc.h
4839 - src/php/ext/grpc/server.h
4840 - src/php/ext/grpc/server_credentials.h
4841 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004842 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004843 src:
4844 - src/php/ext/grpc/byte_buffer.c
4845 - src/php/ext/grpc/call.c
4846 - src/php/ext/grpc/call_credentials.c
4847 - src/php/ext/grpc/channel.c
4848 - src/php/ext/grpc/channel_credentials.c
4849 - src/php/ext/grpc/completion_queue.c
4850 - src/php/ext/grpc/php_grpc.c
4851 - src/php/ext/grpc/server.c
4852 - src/php/ext/grpc/server_credentials.c
4853 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004854python_dependencies:
4855 deps:
4856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004857 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004858 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004859 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004860 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004861ruby_gem:
4862 deps:
4863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004864 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004865 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004866 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004867 - z