blob: b922c82728fc8e7a438502c0e20c9cbebdd36ff3 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Sree Kuchibhotla9a7bab52017-03-29 11:51:25 -070015 core_version: 4.0.0-dev
David Garcia Quintasae64b012017-04-21 16:12:39 -070016 g_stands_for: gregarious
David Garcia Quintasaebcdbd2017-05-30 14:14:27 -070017 version: 1.5.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Vizerai0359e122017-04-28 20:06:58 -070030 - src/core/ext/census/intrusive_hash_map.h
Vizeraic1947ef2017-05-23 16:13:25 -070031 - src/core/ext/census/intrusive_hash_map_internal.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070033 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070034 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070035 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080036 - src/core/ext/census/trace_label.h
37 - src/core/ext/census/trace_propagation.h
38 - src/core/ext/census/trace_status.h
39 - src/core/ext/census/trace_string.h
40 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070041 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070042 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070043 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070044 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070045 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070046 - src/core/ext/census/grpc_context.c
47 - src/core/ext/census/grpc_filter.c
48 - src/core/ext/census/grpc_plugin.c
49 - src/core/ext/census/initialize.c
Vizerai0359e122017-04-28 20:06:58 -070050 - src/core/ext/census/intrusive_hash_map.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070051 - src/core/ext/census/mlog.c
52 - src/core/ext/census/operation.c
53 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070054 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070055 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070056 - src/core/ext/census/tracing.c
57 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070058 uses:
59 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070060 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070061- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 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
69 - src/core/lib/support/backoff.c
70 - src/core/lib/support/cmdline.c
71 - src/core/lib/support/cpu_iphone.c
72 - src/core/lib/support/cpu_linux.c
73 - src/core/lib/support/cpu_posix.c
74 - src/core/lib/support/cpu_windows.c
75 - src/core/lib/support/env_linux.c
76 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070077 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070078 - src/core/lib/support/histogram.c
79 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -070080 - src/core/lib/support/log.c
81 - src/core/lib/support/log_android.c
82 - src/core/lib/support/log_linux.c
83 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070084 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -070085 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -070086 - src/core/lib/support/murmur_hash.c
Ken Paysona4710a02017-07-10 16:49:59 -070087 - src/core/lib/support/stack_lockfree.c
Craig Tillerf23078c2016-03-25 17:07:29 -070088 - src/core/lib/support/string.c
89 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -070090 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070091 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/subprocess_posix.c
93 - src/core/lib/support/subprocess_windows.c
94 - src/core/lib/support/sync.c
95 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070096 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/support/thd.c
98 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070099 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700100 - src/core/lib/support/time.c
101 - src/core/lib/support/time_posix.c
102 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700103 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700104 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200105 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700106 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700109 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700110 - gpr_base_headers
111- name: gpr_base_headers
112 public_headers:
113 - include/grpc/support/alloc.h
114 - include/grpc/support/atm.h
115 - include/grpc/support/atm_gcc_atomic.h
116 - include/grpc/support/atm_gcc_sync.h
117 - include/grpc/support/atm_windows.h
118 - include/grpc/support/avl.h
119 - include/grpc/support/cmdline.h
120 - include/grpc/support/cpu.h
121 - include/grpc/support/histogram.h
122 - include/grpc/support/host_port.h
123 - include/grpc/support/log.h
124 - include/grpc/support/log_windows.h
125 - include/grpc/support/port_platform.h
126 - include/grpc/support/string_util.h
127 - include/grpc/support/subprocess.h
128 - include/grpc/support/sync.h
129 - 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
145 - src/core/lib/support/backoff.h
146 - src/core/lib/support/block_annotate.h
147 - src/core/lib/support/env.h
148 - src/core/lib/support/memory.h
149 - src/core/lib/support/mpscq.h
150 - src/core/lib/support/murmur_hash.h
151 - src/core/lib/support/spinlock.h
152 - src/core/lib/support/stack_lockfree.h
153 - src/core/lib/support/string.h
154 - src/core/lib/support/string_windows.h
155 - src/core/lib/support/thd_internal.h
156 - src/core/lib/support/time_precise.h
157 - src/core/lib/support/tmpfile.h
158 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700159 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800160- name: gpr_codegen
161 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800162 - include/grpc/impl/codegen/atm.h
163 - include/grpc/impl/codegen/atm_gcc_atomic.h
164 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700165 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800166 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700167 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800168 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800169 - include/grpc/impl/codegen/sync.h
170 - include/grpc/impl/codegen/sync_generic.h
171 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700172 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700173- name: grpc++_base
174 deps:
175 - grpc
176 uses:
177 - grpc++_common
178 - grpc++_codegen_base
179- name: grpc++_base_unsecure
180 deps:
181 - grpc_unsecure
182 uses:
183 - grpc++_common
184 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700185- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700186 src:
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
200 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700201 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/endpoint.c
203 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700204 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700206 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700207 - src/core/lib/iomgr/ev_epoll1_linux.c
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700208 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700209 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700210 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700211 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700212 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700213 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200214 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/exec_ctx.c
216 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/iocp_windows.c
218 - src/core/lib/iomgr/iomgr.c
219 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700220 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700222 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700223 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700224 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700225 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700226 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700227 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700229 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/pollset_windows.c
231 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700232 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700234 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500236 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700237 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/socket_utils_common_posix.c
239 - src/core/lib/iomgr/socket_utils_linux.c
240 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700241 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700242 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/socket_windows.c
244 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700245 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/tcp_client_windows.c
247 - src/core/lib/iomgr/tcp_posix.c
248 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700249 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700250 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
251 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700252 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700254 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/iomgr/tcp_windows.c
256 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700257 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700259 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700260 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/iomgr/udp_server.c
262 - src/core/lib/iomgr/unix_sockets_posix.c
263 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700264 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/iomgr/wakeup_fd_eventfd.c
266 - src/core/lib/iomgr/wakeup_fd_nospecial.c
267 - src/core/lib/iomgr/wakeup_fd_pipe.c
268 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/json/json.c
270 - src/core/lib/json/json_reader.c
271 - src/core/lib/json/json_string.c
272 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700273 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700274 - src/core/lib/slice/percent_encoding.c
275 - src/core/lib/slice/slice.c
276 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800277 - src/core/lib/slice/slice_hash_table.c
278 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700279 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/surface/alarm.c
281 - src/core/lib/surface/api_trace.c
282 - src/core/lib/surface/byte_buffer.c
283 - src/core/lib/surface/byte_buffer_reader.c
284 - src/core/lib/surface/call.c
285 - src/core/lib/surface/call_details.c
286 - src/core/lib/surface/call_log_batch.c
287 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/surface/channel_init.c
289 - src/core/lib/surface/channel_ping.c
290 - src/core/lib/surface/channel_stack_type.c
291 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700292 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700294 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/surface/metadata_array.c
296 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/surface/validate_metadata.c
298 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700299 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800302 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/transport/metadata.c
304 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700305 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700306 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800308 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400309 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/transport/transport.c
311 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700312 deps:
313 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700314 filegroups:
315 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700316 uses:
317 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700318 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700319- name: grpc_base_headers
320 public_headers:
321 - include/grpc/byte_buffer.h
322 - include/grpc/byte_buffer_reader.h
323 - include/grpc/compression.h
324 - include/grpc/grpc.h
325 - include/grpc/grpc_posix.h
326 - include/grpc/grpc_security_constants.h
327 - include/grpc/load_reporting.h
328 - include/grpc/slice.h
329 - include/grpc/slice_buffer.h
330 - include/grpc/status.h
331 - include/grpc/support/workaround_list.h
332 headers:
333 - src/core/lib/channel/channel_args.h
334 - src/core/lib/channel/channel_stack.h
335 - src/core/lib/channel/channel_stack_builder.h
336 - src/core/lib/channel/connected_channel.h
337 - src/core/lib/channel/context.h
338 - src/core/lib/channel/handshaker.h
339 - src/core/lib/channel/handshaker_factory.h
340 - src/core/lib/channel/handshaker_registry.h
341 - src/core/lib/compression/algorithm_metadata.h
342 - src/core/lib/compression/message_compress.h
343 - src/core/lib/compression/stream_compression.h
344 - src/core/lib/http/format_request.h
345 - src/core/lib/http/httpcli.h
346 - src/core/lib/http/parser.h
347 - src/core/lib/iomgr/closure.h
348 - src/core/lib/iomgr/combiner.h
349 - src/core/lib/iomgr/endpoint.h
350 - src/core/lib/iomgr/endpoint_pair.h
351 - src/core/lib/iomgr/error.h
352 - src/core/lib/iomgr/error_internal.h
353 - src/core/lib/iomgr/ev_epoll1_linux.h
354 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h
355 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
356 - src/core/lib/iomgr/ev_epollex_linux.h
357 - src/core/lib/iomgr/ev_epollsig_linux.h
358 - src/core/lib/iomgr/ev_poll_posix.h
359 - src/core/lib/iomgr/ev_posix.h
360 - src/core/lib/iomgr/exec_ctx.h
361 - src/core/lib/iomgr/executor.h
362 - src/core/lib/iomgr/iocp_windows.h
363 - src/core/lib/iomgr/iomgr.h
364 - src/core/lib/iomgr/iomgr_internal.h
365 - src/core/lib/iomgr/iomgr_posix.h
366 - src/core/lib/iomgr/iomgr_uv.h
367 - src/core/lib/iomgr/is_epollexclusive_available.h
368 - src/core/lib/iomgr/load_file.h
369 - src/core/lib/iomgr/lockfree_event.h
370 - src/core/lib/iomgr/nameser.h
371 - src/core/lib/iomgr/network_status_tracker.h
372 - src/core/lib/iomgr/polling_entity.h
373 - src/core/lib/iomgr/pollset.h
374 - src/core/lib/iomgr/pollset_set.h
375 - src/core/lib/iomgr/pollset_set_windows.h
376 - src/core/lib/iomgr/pollset_uv.h
377 - src/core/lib/iomgr/pollset_windows.h
378 - src/core/lib/iomgr/port.h
379 - src/core/lib/iomgr/resolve_address.h
380 - src/core/lib/iomgr/resource_quota.h
381 - src/core/lib/iomgr/sockaddr.h
382 - src/core/lib/iomgr/sockaddr_posix.h
383 - src/core/lib/iomgr/sockaddr_utils.h
384 - src/core/lib/iomgr/sockaddr_windows.h
385 - src/core/lib/iomgr/socket_factory_posix.h
386 - src/core/lib/iomgr/socket_mutator.h
387 - src/core/lib/iomgr/socket_utils.h
388 - src/core/lib/iomgr/socket_utils_posix.h
389 - src/core/lib/iomgr/socket_windows.h
390 - src/core/lib/iomgr/sys_epoll_wrapper.h
391 - src/core/lib/iomgr/tcp_client.h
392 - src/core/lib/iomgr/tcp_client_posix.h
393 - src/core/lib/iomgr/tcp_posix.h
394 - src/core/lib/iomgr/tcp_server.h
395 - src/core/lib/iomgr/tcp_server_utils_posix.h
396 - src/core/lib/iomgr/tcp_uv.h
397 - src/core/lib/iomgr/tcp_windows.h
398 - src/core/lib/iomgr/time_averaged_stats.h
399 - src/core/lib/iomgr/timer.h
400 - src/core/lib/iomgr/timer_generic.h
401 - src/core/lib/iomgr/timer_heap.h
402 - src/core/lib/iomgr/timer_manager.h
403 - src/core/lib/iomgr/timer_uv.h
404 - src/core/lib/iomgr/udp_server.h
405 - src/core/lib/iomgr/unix_sockets_posix.h
406 - src/core/lib/iomgr/wakeup_fd_cv.h
407 - src/core/lib/iomgr/wakeup_fd_pipe.h
408 - src/core/lib/iomgr/wakeup_fd_posix.h
409 - src/core/lib/json/json.h
410 - src/core/lib/json/json_common.h
411 - src/core/lib/json/json_reader.h
412 - src/core/lib/json/json_writer.h
413 - src/core/lib/slice/b64.h
414 - src/core/lib/slice/percent_encoding.h
415 - src/core/lib/slice/slice_hash_table.h
416 - src/core/lib/slice/slice_internal.h
417 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700418 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700419 - src/core/lib/surface/api_trace.h
420 - src/core/lib/surface/call.h
421 - src/core/lib/surface/call_test_only.h
422 - src/core/lib/surface/channel.h
423 - src/core/lib/surface/channel_init.h
424 - src/core/lib/surface/channel_stack_type.h
425 - src/core/lib/surface/completion_queue.h
426 - src/core/lib/surface/completion_queue_factory.h
427 - src/core/lib/surface/event_string.h
428 - src/core/lib/surface/init.h
429 - src/core/lib/surface/lame_client.h
430 - src/core/lib/surface/server.h
431 - src/core/lib/surface/validate_metadata.h
432 - src/core/lib/transport/bdp_estimator.h
433 - src/core/lib/transport/byte_stream.h
434 - src/core/lib/transport/connectivity_state.h
435 - src/core/lib/transport/error_utils.h
436 - src/core/lib/transport/http2_errors.h
437 - src/core/lib/transport/metadata.h
438 - src/core/lib/transport/metadata_batch.h
439 - src/core/lib/transport/pid_controller.h
440 - src/core/lib/transport/service_config.h
441 - src/core/lib/transport/static_metadata.h
442 - src/core/lib/transport/status_conversion.h
443 - src/core/lib/transport/timeout_encoding.h
444 - src/core/lib/transport/transport.h
445 - src/core/lib/transport/transport_impl.h
446 deps:
447 - gpr
448 uses:
449 - grpc_codegen
450 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700451- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700452 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700453 - src/core/ext/filters/client_channel/client_channel.h
454 - src/core/ext/filters/client_channel/client_channel_factory.h
455 - src/core/ext/filters/client_channel/connector.h
456 - src/core/ext/filters/client_channel/http_connect_handshaker.h
457 - src/core/ext/filters/client_channel/http_proxy.h
458 - src/core/ext/filters/client_channel/lb_policy.h
459 - src/core/ext/filters/client_channel/lb_policy_factory.h
460 - src/core/ext/filters/client_channel/lb_policy_registry.h
461 - src/core/ext/filters/client_channel/parse_address.h
462 - src/core/ext/filters/client_channel/proxy_mapper.h
463 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
464 - src/core/ext/filters/client_channel/resolver.h
465 - src/core/ext/filters/client_channel/resolver_factory.h
466 - src/core/ext/filters/client_channel/resolver_registry.h
467 - src/core/ext/filters/client_channel/retry_throttle.h
468 - src/core/ext/filters/client_channel/subchannel.h
469 - src/core/ext/filters/client_channel/subchannel_index.h
470 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700471 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700472 - src/core/ext/filters/client_channel/channel_connectivity.c
473 - src/core/ext/filters/client_channel/client_channel.c
474 - src/core/ext/filters/client_channel/client_channel_factory.c
475 - src/core/ext/filters/client_channel/client_channel_plugin.c
476 - src/core/ext/filters/client_channel/connector.c
477 - src/core/ext/filters/client_channel/http_connect_handshaker.c
478 - src/core/ext/filters/client_channel/http_proxy.c
479 - src/core/ext/filters/client_channel/lb_policy.c
480 - src/core/ext/filters/client_channel/lb_policy_factory.c
481 - src/core/ext/filters/client_channel/lb_policy_registry.c
482 - src/core/ext/filters/client_channel/parse_address.c
483 - src/core/ext/filters/client_channel/proxy_mapper.c
484 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
485 - src/core/ext/filters/client_channel/resolver.c
486 - src/core/ext/filters/client_channel/resolver_factory.c
487 - src/core/ext/filters/client_channel/resolver_registry.c
488 - src/core/ext/filters/client_channel/retry_throttle.c
489 - src/core/ext/filters/client_channel/subchannel.c
490 - src/core/ext/filters/client_channel/subchannel_index.c
491 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700492 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700493 uses:
494 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700495 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800496- name: grpc_codegen
497 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700498 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800499 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800500 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800501 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800502 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800503 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700504 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800505 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700506 uses:
507 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700508- name: grpc_deadline_filter
509 headers:
510 - src/core/ext/filters/deadline/deadline_filter.h
511 src:
512 - src/core/ext/filters/deadline/deadline_filter.c
513 plugin: grpc_deadline_filter
514 uses:
515 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700516- name: grpc_http_filters
517 headers:
518 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700519 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700520 - src/core/ext/filters/http/server/http_server_filter.h
521 src:
522 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700523 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700524 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700525 - src/core/ext/filters/http/server/http_server_filter.c
526 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700527 uses:
528 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700529- name: grpc_lb_policy_grpclb
530 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700531 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700532 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
533 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700534 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700535 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
536 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700537 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700538 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700539 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
540 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700541 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
543 - 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 -0800544 plugin: grpc_lb_policy_grpclb
545 uses:
546 - grpc_base
547 - grpc_client_channel
548 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700549 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800550- name: grpc_lb_policy_grpclb_secure
551 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700552 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700553 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
554 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700555 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700556 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
557 - 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 -0800558 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700559 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700560 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
561 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700562 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700563 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
564 - 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 -0700565 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700566 uses:
567 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700568 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700569 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700570 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700571 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700572- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700573 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700574 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700575 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700576 uses:
577 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700578 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700579- name: grpc_lb_policy_round_robin
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/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700582 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700583 uses:
584 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700585 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700586- name: grpc_load_reporting
587 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700588 - src/core/ext/filters/load_reporting/load_reporting.h
589 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700590 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700591 - src/core/ext/filters/load_reporting/load_reporting.c
592 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700593 plugin: grpc_load_reporting_plugin
594 uses:
595 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700596- name: grpc_max_age_filter
597 headers:
598 - src/core/ext/filters/max_age/max_age_filter.h
599 src:
600 - src/core/ext/filters/max_age/max_age_filter.c
601 plugin: grpc_max_age_filter
602 uses:
603 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700604- name: grpc_message_size_filter
605 headers:
606 - src/core/ext/filters/message_size/message_size_filter.h
607 src:
608 - src/core/ext/filters/message_size/message_size_filter.c
609 plugin: grpc_message_size_filter
610 uses:
611 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700612- name: grpc_resolver_dns_ares
613 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700614 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
615 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700616 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700617 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
618 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
619 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700620 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700621 plugin: grpc_resolver_dns_ares
622 uses:
623 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700624 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700625- name: grpc_resolver_dns_native
626 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700627 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700628 plugin: grpc_resolver_dns_native
629 uses:
630 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700631 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700632- name: grpc_resolver_fake
633 headers:
634 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
635 src:
636 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
637 plugin: grpc_resolver_fake
638 uses:
639 - grpc_base
640 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700641- name: grpc_resolver_sockaddr
642 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700643 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700644 plugin: grpc_resolver_sockaddr
645 uses:
646 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700647 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100648- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700649 public_headers:
650 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100651 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700652 - src/core/lib/security/context/security_context.h
653 - src/core/lib/security/credentials/composite/composite_credentials.h
654 - src/core/lib/security/credentials/credentials.h
655 - src/core/lib/security/credentials/fake/fake_credentials.h
656 - src/core/lib/security/credentials/google_default/google_default_credentials.h
657 - src/core/lib/security/credentials/iam/iam_credentials.h
658 - src/core/lib/security/credentials/jwt/json_token.h
659 - src/core/lib/security/credentials/jwt/jwt_credentials.h
660 - src/core/lib/security/credentials/jwt/jwt_verifier.h
661 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
662 - src/core/lib/security/credentials/plugin/plugin_credentials.h
663 - src/core/lib/security/credentials/ssl/ssl_credentials.h
664 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800665 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700666 - src/core/lib/security/transport/secure_endpoint.h
667 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800668 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700669 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700670 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100671 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700672 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700673 - src/core/lib/security/context/security_context.c
674 - src/core/lib/security/credentials/composite/composite_credentials.c
675 - src/core/lib/security/credentials/credentials.c
676 - src/core/lib/security/credentials/credentials_metadata.c
677 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700678 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700679 - src/core/lib/security/credentials/google_default/google_default_credentials.c
680 - src/core/lib/security/credentials/iam/iam_credentials.c
681 - src/core/lib/security/credentials/jwt/json_token.c
682 - src/core/lib/security/credentials/jwt/jwt_credentials.c
683 - src/core/lib/security/credentials/jwt/jwt_verifier.c
684 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
685 - src/core/lib/security/credentials/plugin/plugin_credentials.c
686 - src/core/lib/security/credentials/ssl/ssl_credentials.c
687 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800688 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700689 - src/core/lib/security/transport/secure_endpoint.c
690 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800691 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700692 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700693 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700694 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700695 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700696 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700697 uses:
698 - grpc_base
699 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700700 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700701- name: grpc_server_backward_compatibility
702 headers:
703 - src/core/ext/filters/workarounds/workaround_utils.h
704 src:
705 - src/core/ext/filters/workarounds/workaround_utils.c
706 uses:
707 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700708- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700709 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700710 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700711 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700712 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800713 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700714 - test/core/end2end/fixtures/proxy.h
715 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800716 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700717 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200718 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700719 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700720 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700721 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700722 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700723 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700724 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800725 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700726 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700727 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700728 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800729 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700730 - test/core/end2end/fixtures/proxy.c
731 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800732 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700733 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200734 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700735 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700736 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700737 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800738 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700739 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700740 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800741 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700742 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700743 - gpr_test_util
Vijay Pai168034b2017-07-31 00:53:10 -0700744 uses:
745 - grpc_base
746 - grpc_client_channel
747 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700748- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700749 src:
750 - src/core/lib/debug/trace.c
751 deps:
752 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700753 filegroups:
754 - grpc_trace_headers
755- name: grpc_trace_headers
756 headers:
757 - src/core/lib/debug/trace.h
758 deps:
759 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700760- name: grpc_transport_chttp2
761 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700762 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700763 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700764 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
765 - src/core/ext/transport/chttp2/transport/frame.h
766 - src/core/ext/transport/chttp2/transport/frame_data.h
767 - src/core/ext/transport/chttp2/transport/frame_goaway.h
768 - src/core/ext/transport/chttp2/transport/frame_ping.h
769 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
770 - src/core/ext/transport/chttp2/transport/frame_settings.h
771 - src/core/ext/transport/chttp2/transport/frame_window_update.h
772 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
773 - src/core/ext/transport/chttp2/transport/hpack_parser.h
774 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700775 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700776 - src/core/ext/transport/chttp2/transport/huffsyms.h
777 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
778 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700779 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700780 - src/core/ext/transport/chttp2/transport/varint.h
781 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700782 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700783 - src/core/ext/transport/chttp2/transport/bin_encoder.c
784 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700785 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
786 - src/core/ext/transport/chttp2/transport/frame_data.c
787 - src/core/ext/transport/chttp2/transport/frame_goaway.c
788 - src/core/ext/transport/chttp2/transport/frame_ping.c
789 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
790 - src/core/ext/transport/chttp2/transport/frame_settings.c
791 - src/core/ext/transport/chttp2/transport/frame_window_update.c
792 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
793 - src/core/ext/transport/chttp2/transport/hpack_parser.c
794 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700795 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700796 - src/core/ext/transport/chttp2/transport/huffsyms.c
797 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
798 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700799 - src/core/ext/transport/chttp2/transport/stream_lists.c
800 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700801 - src/core/ext/transport/chttp2/transport/varint.c
802 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700803 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700804 uses:
805 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700806 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700807 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700808- name: grpc_transport_chttp2_alpn
809 headers:
810 - src/core/ext/transport/chttp2/alpn/alpn.h
811 src:
812 - src/core/ext/transport/chttp2/alpn/alpn.c
813 deps:
814 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800815- name: grpc_transport_chttp2_client_connector
816 headers:
817 - src/core/ext/transport/chttp2/client/chttp2_connector.h
818 src:
819 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800820 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800821 - grpc_transport_chttp2
822 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700823 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700824- name: grpc_transport_chttp2_client_insecure
825 src:
826 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700827 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700828 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800829 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700830 - grpc_transport_chttp2
831 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700832 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700833- name: grpc_transport_chttp2_client_secure
834 src:
835 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700836 uses:
837 - grpc_transport_chttp2
838 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700839 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700840 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800841 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800842- name: grpc_transport_chttp2_server
843 headers:
844 - src/core/ext/transport/chttp2/server/chttp2_server.h
845 src:
846 - src/core/ext/transport/chttp2/server/chttp2_server.c
847 uses:
848 - grpc_transport_chttp2
849 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700850- name: grpc_transport_chttp2_server_insecure
851 src:
852 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700853 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700854 uses:
855 - grpc_transport_chttp2
856 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800857 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700858- name: grpc_transport_chttp2_server_secure
859 src:
860 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700861 uses:
862 - grpc_transport_chttp2
863 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700864 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800865 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700866- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700867 public_headers:
868 - include/grpc/grpc_cronet.h
869 - include/grpc/grpc_security.h
870 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700871 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800872 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800873 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700874 src:
875 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
876 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
877 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700878 filegroups:
879 - grpc_base
880 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700881 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700882- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700883 src:
884 - src/core/ext/transport/inproc/inproc_plugin.c
885 - src/core/ext/transport/inproc/inproc_transport.c
886 plugin: grpc_inproc_plugin
887 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700888 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700889 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700890- name: grpc_transport_inproc_headers
891 headers:
892 - src/core/ext/transport/inproc/inproc_transport.h
893 uses:
894 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700895- name: grpc_workaround_cronet_compression_filter
896 headers:
897 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
898 src:
899 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
900 plugin: grpc_workaround_cronet_compression_filter
901 uses:
902 - grpc_base
903 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800904- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700905 src:
906 - third_party/nanopb/pb_common.c
907 - third_party/nanopb/pb_decode.c
908 - third_party/nanopb/pb_encode.c
909 filegroups:
910 - nanopb_headers
911- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800912 headers:
913 - third_party/nanopb/pb.h
914 - third_party/nanopb/pb_common.h
915 - third_party/nanopb/pb_decode.h
916 - third_party/nanopb/pb_encode.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700917- name: tsi
918 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700919 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700920 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700921 - src/core/tsi/ssl_transport_security.h
922 - src/core/tsi/ssl_types.h
923 - src/core/tsi/transport_security.h
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700924 - src/core/tsi/transport_security_adapter.h
Craig Tiller134fed32017-03-28 14:27:18 -0700925 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700926 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700927 - src/core/tsi/fake_transport_security.c
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700928 - src/core/tsi/gts_transport_security.c
Craig Tiller134fed32017-03-28 14:27:18 -0700929 - src/core/tsi/ssl_transport_security.c
930 - src/core/tsi/transport_security.c
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700931 - src/core/tsi/transport_security_adapter.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700932 deps:
933 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700934 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700936 uses:
937 - grpc_trace
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700938 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700939- name: grpc++_codegen_base
940 language: c++
941 public_headers:
942 - include/grpc++/impl/codegen/async_stream.h
943 - include/grpc++/impl/codegen/async_unary_call.h
944 - include/grpc++/impl/codegen/call.h
945 - include/grpc++/impl/codegen/call_hook.h
946 - include/grpc++/impl/codegen/channel_interface.h
947 - include/grpc++/impl/codegen/client_context.h
948 - include/grpc++/impl/codegen/client_unary_call.h
949 - include/grpc++/impl/codegen/completion_queue.h
950 - include/grpc++/impl/codegen/completion_queue_tag.h
951 - include/grpc++/impl/codegen/config.h
952 - include/grpc++/impl/codegen/core_codegen_interface.h
953 - include/grpc++/impl/codegen/create_auth_context.h
954 - include/grpc++/impl/codegen/grpc_library.h
955 - include/grpc++/impl/codegen/metadata_map.h
956 - include/grpc++/impl/codegen/method_handler_impl.h
957 - include/grpc++/impl/codegen/rpc_method.h
958 - include/grpc++/impl/codegen/rpc_service_method.h
959 - include/grpc++/impl/codegen/security/auth_context.h
960 - include/grpc++/impl/codegen/serialization_traits.h
961 - include/grpc++/impl/codegen/server_context.h
962 - include/grpc++/impl/codegen/server_interface.h
963 - include/grpc++/impl/codegen/service_type.h
964 - include/grpc++/impl/codegen/slice.h
965 - include/grpc++/impl/codegen/status.h
966 - include/grpc++/impl/codegen/status_code_enum.h
967 - include/grpc++/impl/codegen/string_ref.h
968 - include/grpc++/impl/codegen/stub_options.h
969 - include/grpc++/impl/codegen/sync_stream.h
970 - include/grpc++/impl/codegen/time.h
971 uses:
972 - grpc_codegen
973- name: grpc++_codegen_base_src
974 language: c++
975 src:
976 - src/cpp/codegen/codegen_init.cc
977 uses:
978 - grpc++_codegen_base
979- name: grpc++_codegen_proto
980 language: c++
981 public_headers:
982 - include/grpc++/impl/codegen/proto_utils.h
983 uses:
984 - grpc++_codegen_base
985 - grpc++_config_proto
986- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700987 language: c++
988 public_headers:
989 - include/grpc++/alarm.h
990 - include/grpc++/channel.h
991 - include/grpc++/client_context.h
992 - include/grpc++/completion_queue.h
993 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700994 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800995 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700996 - include/grpc++/generic/async_generic_service.h
997 - include/grpc++/generic/generic_stub.h
998 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800999 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001000 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001001 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001002 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001003 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001004 - include/grpc++/impl/grpc_library.h
1005 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001006 - include/grpc++/impl/rpc_method.h
1007 - include/grpc++/impl/rpc_service_method.h
1008 - include/grpc++/impl/serialization_traits.h
1009 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001010 - include/grpc++/impl/server_builder_plugin.h
1011 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001012 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001013 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001014 - include/grpc++/security/auth_context.h
1015 - include/grpc++/security/auth_metadata_processor.h
1016 - include/grpc++/security/credentials.h
1017 - include/grpc++/security/server_credentials.h
1018 - include/grpc++/server.h
1019 - include/grpc++/server_builder.h
1020 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001021 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001022 - include/grpc++/support/async_stream.h
1023 - include/grpc++/support/async_unary_call.h
1024 - include/grpc++/support/byte_buffer.h
1025 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001026 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001027 - include/grpc++/support/slice.h
1028 - include/grpc++/support/status.h
1029 - include/grpc++/support/status_code_enum.h
1030 - include/grpc++/support/string_ref.h
1031 - include/grpc++/support/stub_options.h
1032 - include/grpc++/support/sync_stream.h
1033 - include/grpc++/support/time.h
1034 headers:
1035 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001036 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001037 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001038 - src/cpp/server/health/default_health_check_service.h
1039 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001040 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001041 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001042 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001043 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001044 - src/cpp/client/client_context.cc
1045 - src/cpp/client/create_channel.cc
1046 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001047 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001048 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001049 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001050 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001051 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001052 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001053 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001054 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001055 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001056 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001057 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001058 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001059 - src/cpp/server/create_default_thread_pool.cc
1060 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001061 - src/cpp/server/health/default_health_check_service.cc
1062 - src/cpp/server/health/health.pb.c
1063 - src/cpp/server/health/health_check_service.cc
1064 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001066 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 - src/cpp/server/server_context.cc
1068 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001069 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001070 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001071 - src/cpp/util/byte_buffer_cc.cc
1072 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 - src/cpp/util/status.cc
1074 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001075 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001077 - gpr_base_headers
1078 - grpc_base_headers
1079 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001080 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001081 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001082- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 language: c++
1084 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001085 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001086- name: grpc++_reflection_proto
1087 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001088 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001089 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001090- name: grpc++_test
1091 language: c++
1092 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001093 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001094 - include/grpc++/test/server_context_test_spouse.h
1095 deps:
1096 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001097 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001098libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001099- name: gpr
1100 build: all
1101 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001102 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001103 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001104 secure: false
1105 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1106- name: gpr_test_util
1107 build: private
1108 language: c
1109 headers:
1110 - test/core/util/test_config.h
1111 src:
1112 - test/core/util/test_config.c
1113 deps:
1114 - gpr
1115 secure: false
1116 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117- name: grpc
1118 build: all
1119 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001120 src:
1121 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001122 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001123 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001124 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001125 filegroups:
1126 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001127 - grpc_transport_chttp2_server_secure
1128 - grpc_transport_chttp2_client_secure
1129 - grpc_transport_chttp2_server_insecure
1130 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001131 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001132 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001133 - grpc_lb_policy_pick_first
1134 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001135 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001136 - grpc_resolver_dns_native
1137 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001138 - grpc_resolver_fake
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001139 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001140 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001141 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001142 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001143 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001144 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001145 - grpc_workaround_cronet_compression_filter
1146 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001147 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001148 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001149 vs_packages:
1150 - grpc.dependencies.openssl
1151 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001153- name: grpc_cronet
1154 build: all
1155 language: c
1156 src:
1157 - src/core/lib/surface/init.c
1158 baselib: true
1159 deps_linkage: static
1160 dll: true
1161 filegroups:
1162 - grpc_base
1163 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001164 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001165 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001166 generate_plugin_registry: true
1167 platforms:
1168 - linux
1169 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001170- name: grpc_dll
1171 build: private
1172 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001173 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001174 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001175 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001176 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001177 build_system:
1178 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001179 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001180 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001181 vs_config_type: DynamicLibrary
1182 vs_packages:
1183 - grpc.dependencies.openssl
1184 - grpc.dependencies.zlib
1185 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1186 vs_props:
1187 - zlib
1188 - openssl
1189 - winsock
1190 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001191- name: grpc_test_util
1192 build: private
1193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001194 headers:
1195 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001196 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001197 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001198 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001199 - test/core/end2end/data/server1_cert.c
1200 - test/core/end2end/data/server1_key.c
1201 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001202 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001203 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001204 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001205 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001206 - grpc
1207 filegroups:
1208 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1210- name: grpc_test_util_unsecure
1211 build: private
1212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001213 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001214 - gpr
1215 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001216 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001217 filegroups:
1218 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001219 secure: false
1220 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1221- name: grpc_unsecure
1222 build: all
1223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001224 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001225 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001226 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001227 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001228 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001229 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001230 filegroups:
1231 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001232 - grpc_transport_chttp2_server_insecure
1233 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001234 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001235 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001236 - grpc_resolver_dns_native
1237 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001238 - grpc_resolver_fake
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001239 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001240 - grpc_lb_policy_grpclb
1241 - grpc_lb_policy_pick_first
1242 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001243 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001244 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001245 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001246 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001247 - grpc_workaround_cronet_compression_filter
1248 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001249 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250 secure: false
1251 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252- name: reconnect_server
1253 build: private
1254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001255 headers:
1256 - test/core/util/reconnect_server.h
1257 src:
1258 - test/core/util/reconnect_server.c
1259 deps:
yang-gc9fca182015-11-06 16:41:33 -08001260 - test_tcp_server
1261 - grpc_test_util
1262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001263 - gpr_test_util
1264 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001265- name: test_tcp_server
1266 build: private
1267 language: c
1268 headers:
1269 - test/core/util/test_tcp_server.h
1270 src:
1271 - test/core/util/test_tcp_server.c
1272 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001273 - grpc_test_util
1274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001275 - gpr_test_util
1276 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001277- name: grpc++
1278 build: all
1279 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001280 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001281 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001282 - src/cpp/client/secure_credentials.h
1283 - src/cpp/common/secure_auth_context.h
1284 - src/cpp/server/secure_server_credentials.h
1285 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001286 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001287 - src/cpp/client/secure_credentials.cc
1288 - src/cpp/common/auth_property_iterator.cc
1289 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001290 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001291 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001292 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001293 - src/cpp/server/secure_server_credentials.cc
1294 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001295 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296 baselib: true
1297 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001298 filegroups:
1299 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001300 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001301 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001302 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001303 secure: check
1304 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001305- name: grpc++_cronet
1306 build: all
1307 language: c++
1308 src:
1309 - src/cpp/client/cronet_credentials.cc
1310 - src/cpp/client/insecure_credentials.cc
1311 - src/cpp/common/insecure_create_auth_context.cc
1312 - src/cpp/server/insecure_server_credentials.cc
1313 deps:
1314 - gpr
1315 - grpc_cronet
1316 baselib: true
1317 dll: true
1318 filegroups:
1319 - grpc++_base
1320 - grpc++_codegen_base
1321 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001322 - grpc_transport_chttp2_client_insecure
1323 - grpc_transport_chttp2_server_insecure
1324 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001325 platforms:
1326 - linux
1327 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001328- name: grpc++_error_details
1329 build: all
1330 language: c++
1331 public_headers:
1332 - include/grpc++/support/error_details.h
1333 src:
1334 - src/proto/grpc/status/status.proto
1335 - src/cpp/util/error_details.cc
1336 deps:
1337 - grpc++
1338 baselib: true
1339 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001340- name: grpc++_proto_reflection_desc_db
1341 build: private
1342 language: c++
1343 headers:
1344 - test/cpp/util/proto_reflection_descriptor_database.h
1345 src:
1346 - test/cpp/util/proto_reflection_descriptor_database.cc
1347 deps:
1348 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001349 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001350 filegroups:
1351 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001352 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001353- name: grpc++_reflection
1354 build: all
1355 language: c++
1356 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001357 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001358 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001359 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001360 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001361 - src/cpp/ext/proto_server_reflection.cc
1362 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001363 deps:
1364 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001365 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001366 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001367 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001368- name: grpc++_test_config
1369 build: private
1370 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001371 headers:
1372 - test/cpp/util/test_config.h
1373 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001374 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375- name: grpc++_test_util
1376 build: private
1377 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001378 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001379 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001380 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001381 - test/cpp/util/create_test_channel.h
1382 - test/cpp/util/string_ref_helper.h
1383 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001384 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001385 src:
yang-gc8a49d22016-12-12 11:18:49 -08001386 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001387 - src/proto/grpc/testing/echo_messages.proto
1388 - src/proto/grpc/testing/echo.proto
1389 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001390 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001391 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001392 - test/cpp/util/create_test_channel.cc
1393 - test/cpp/util/string_ref_helper.cc
1394 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001395 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001396 deps:
1397 - grpc++
1398 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001399 - grpc
yang-g17487f92016-06-03 15:21:15 -07001400 filegroups:
1401 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001402 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001403 - grpc++_codegen_proto
1404 - grpc++_config_proto
Vijay Pai168034b2017-07-31 00:53:10 -07001405- name: grpc++_test_util_unsecure
1406 build: private
1407 language: c++
1408 headers:
1409 - test/cpp/end2end/test_service_impl.h
1410 - test/cpp/util/byte_buffer_proto_helper.h
1411 - test/cpp/util/string_ref_helper.h
1412 - test/cpp/util/subprocess.h
1413 src:
1414 - src/proto/grpc/health/v1/health.proto
1415 - src/proto/grpc/testing/echo_messages.proto
1416 - src/proto/grpc/testing/echo.proto
1417 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1418 - test/cpp/end2end/test_service_impl.cc
1419 - test/cpp/util/byte_buffer_proto_helper.cc
1420 - test/cpp/util/string_ref_helper.cc
1421 - test/cpp/util/subprocess.cc
1422 deps:
1423 - grpc++_unsecure
1424 - grpc_test_util_unsecure
1425 - grpc_unsecure
1426 filegroups:
1427 - grpc++_codegen_base
1428 - grpc++_codegen_base_src
1429 - grpc++_codegen_proto
1430 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431- name: grpc++_unsecure
1432 build: all
1433 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001434 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001435 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001436 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001437 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001438 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001439 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001440 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001441 baselib: true
1442 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001443 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001444 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001445 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001446 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447 secure: false
1448 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001449- name: grpc_benchmark
1450 build: test
1451 language: c++
1452 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001453 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1454 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001455 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001456 src:
1457 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001458 deps:
1459 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07001460 - grpc++_unsecure
1461 - grpc_test_util_unsecure
1462 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001463 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001464- name: grpc_cli_libs
1465 build: private
1466 language: c++
1467 headers:
1468 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001469 - test/cpp/util/cli_credentials.h
1470 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001471 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001472 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001473 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001474 src:
1475 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001476 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001477 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001478 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001479 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001480 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001481 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001482 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001483 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001484 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001485 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001486 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487- name: grpc_plugin_support
1488 build: protoc
1489 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001490 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001491 - src/compiler/config.h
1492 - src/compiler/cpp_generator.h
1493 - src/compiler/cpp_generator_helpers.h
1494 - src/compiler/csharp_generator.h
1495 - src/compiler/csharp_generator_helpers.h
1496 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001497 - src/compiler/node_generator.h
1498 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001499 - src/compiler/objective_c_generator.h
1500 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001501 - src/compiler/php_generator.h
1502 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301503 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001504 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301505 - src/compiler/python_generator_helpers.h
1506 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001507 - src/compiler/ruby_generator.h
1508 - src/compiler/ruby_generator_helpers-inl.h
1509 - src/compiler/ruby_generator_map-inl.h
1510 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301511 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001512 src:
1513 - src/compiler/cpp_generator.cc
1514 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001515 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001516 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001517 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001518 - src/compiler/python_generator.cc
1519 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001520 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001521 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001522 secure: false
1523 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001524 vs_props:
1525 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001526- name: http2_client_main
1527 build: private
1528 language: c++
1529 headers:
1530 - test/cpp/interop/http2_client.h
1531 src:
1532 - src/proto/grpc/testing/empty.proto
1533 - src/proto/grpc/testing/messages.proto
1534 - src/proto/grpc/testing/test.proto
1535 - test/cpp/interop/http2_client.cc
1536 deps:
1537 - grpc++_test_util
1538 - grpc_test_util
1539 - grpc++
1540 - grpc
1541 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001542- name: interop_client_helper
1543 build: private
1544 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001545 headers:
1546 - test/cpp/interop/client_helper.h
1547 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001548 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001549 - test/cpp/interop/client_helper.cc
1550 deps:
1551 - grpc++_test_util
1552 - grpc_test_util
1553 - grpc++
1554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001556- name: interop_client_main
1557 build: private
1558 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001559 headers:
1560 - test/cpp/interop/interop_client.h
1561 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001562 - src/proto/grpc/testing/empty.proto
1563 - src/proto/grpc/testing/messages.proto
1564 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001565 - test/cpp/interop/client.cc
1566 - test/cpp/interop/interop_client.cc
1567 deps:
1568 - interop_client_helper
1569 - grpc++_test_util
1570 - grpc_test_util
1571 - grpc++
1572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001573 - gpr_test_util
1574 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001575 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001576- name: interop_server_helper
1577 build: private
1578 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001579 headers:
1580 - test/cpp/interop/server_helper.h
1581 src:
1582 - test/cpp/interop/server_helper.cc
1583 deps:
yang-gcc591022017-01-11 11:10:43 -08001584 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001585 - grpc_test_util
1586 - grpc++
1587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001588 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001589- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001590 build: private
1591 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001593 - src/proto/grpc/testing/empty.proto
1594 - src/proto/grpc/testing/messages.proto
1595 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001596 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001597 deps:
1598 - interop_server_helper
1599 - grpc++_test_util
1600 - grpc_test_util
1601 - grpc++
1602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001603 - gpr_test_util
1604 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001605 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001606- name: interop_server_main
1607 build: private
1608 language: c++
1609 src:
1610 - test/cpp/interop/interop_server_bootstrap.cc
1611 deps:
1612 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001613- name: qps
1614 build: private
1615 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001616 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001617 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001618 - test/cpp/qps/client.h
1619 - test/cpp/qps/driver.h
1620 - test/cpp/qps/histogram.h
1621 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001622 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001623 - test/cpp/qps/qps_worker.h
1624 - test/cpp/qps/report.h
1625 - test/cpp/qps/server.h
1626 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001627 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001628 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001629 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001630 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001631 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001632 - src/proto/grpc/testing/control.proto
1633 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001634 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001635 - test/cpp/qps/client_async.cc
1636 - test/cpp/qps/client_sync.cc
1637 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001638 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001639 - test/cpp/qps/qps_worker.cc
1640 - test/cpp/qps/report.cc
1641 - test/cpp/qps/server_async.cc
1642 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001643 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001644 deps:
1645 - grpc_test_util
1646 - grpc++_test_util
1647 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001648 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001649- name: grpc_csharp_ext
1650 build: all
1651 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001652 src:
1653 - src/csharp/ext/grpc_csharp_ext.c
1654 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001656 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001657 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001658 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001659 dll: only
1660 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001661 vs_packages:
1662 - grpc.dependencies.openssl
1663 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001664 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001665 vs_props:
1666 - zlib
1667 - openssl
1668 - winsock
1669 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001670targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001671- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001672 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001673 build: test
1674 language: c
1675 src:
1676 - test/core/surface/alarm_test.c
1677 deps:
1678 - grpc_test_util
1679 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001680 - gpr_test_util
1681 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001682- name: algorithm_test
1683 build: test
1684 language: c
1685 src:
1686 - test/core/compression/algorithm_test.c
1687 deps:
1688 - grpc_test_util
1689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001690 - gpr_test_util
1691 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001692- name: alloc_test
1693 build: test
1694 language: c
1695 src:
1696 - test/core/support/alloc_test.c
1697 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr_test_util
1699 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700- name: alpn_test
1701 build: test
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - test/core/transport/chttp2/alpn_test.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001710- name: api_fuzzer
1711 build: fuzzer
1712 language: c
1713 src:
1714 - test/core/end2end/fuzzers/api_fuzzer.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
1718 - gpr_test_util
1719 - gpr
1720 corpus_dirs:
1721 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001722 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001723 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001724- name: arena_test
1725 build: test
1726 language: c
1727 src:
1728 - test/core/support/arena_test.c
1729 deps:
1730 - gpr_test_util
1731 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001732- name: bad_server_response_test
1733 build: test
1734 language: c
1735 src:
1736 - test/core/end2end/bad_server_response_test.c
1737 deps:
1738 - test_tcp_server
1739 - grpc_test_util
1740 - grpc
1741 - gpr_test_util
1742 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001743 exclude_iomgrs:
1744 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001745- name: bdp_estimator_test
1746 build: test
1747 language: c
1748 src:
1749 - test/core/transport/bdp_estimator_test.c
1750 deps:
1751 - grpc_test_util
1752 - grpc
1753 - gpr_test_util
1754 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001755- name: bin_decoder_test
1756 build: test
1757 language: c
1758 src:
1759 - test/core/transport/chttp2/bin_decoder_test.c
1760 deps:
1761 - grpc_test_util
1762 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763- name: bin_encoder_test
1764 build: test
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
1767 - test/core/transport/chttp2/bin_encoder_test.c
1768 deps:
1769 - grpc_test_util
1770 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001771- name: byte_stream_test
1772 build: test
1773 language: c
1774 src:
1775 - test/core/transport/byte_stream_test.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
1779 - gpr_test_util
1780 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001781- name: census_context_test
1782 build: test
1783 language: c
1784 src:
1785 - test/core/census/context_test.c
1786 deps:
1787 - grpc_test_util
1788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001789 - gpr_test_util
1790 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001791- name: census_intrusive_hash_map_test
1792 build: test
1793 language: c
1794 src:
1795 - test/core/census/intrusive_hash_map_test.c
1796 deps:
1797 - grpc_test_util
1798 - grpc
1799 - gpr_test_util
1800 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001801- name: census_resource_test
1802 build: test
1803 language: c
1804 src:
1805 - test/core/census/resource_test.c
1806 deps:
1807 - grpc_test_util
1808 - grpc
1809 - gpr_test_util
1810 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001811- name: census_trace_context_test
1812 build: test
1813 language: c
1814 src:
1815 - test/core/census/trace_context_test.c
1816 deps:
1817 - grpc_test_util
1818 - grpc
1819 - gpr_test_util
1820 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001821- name: channel_create_test
1822 build: test
1823 language: c
1824 src:
1825 - test/core/surface/channel_create_test.c
1826 deps:
1827 - grpc_test_util
1828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001829 - gpr_test_util
1830 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001831- name: check_epollexclusive
1832 build: tool
1833 language: c
1834 src:
1835 - test/build/check_epollexclusive.c
1836 deps:
1837 - grpc
1838 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001839- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001843 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: chttp2_stream_map_test
1850 build: test
1851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001852 src:
1853 - test/core/transport/chttp2/stream_map_test.c
1854 deps:
1855 - grpc_test_util
1856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001859- name: chttp2_varint_test
1860 build: test
1861 language: c
1862 src:
1863 - test/core/transport/chttp2/varint_test.c
1864 deps:
1865 - grpc_test_util
1866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001869- name: client_fuzzer
1870 build: fuzzer
1871 language: c
1872 src:
1873 - test/core/end2end/fuzzers/client_fuzzer.c
1874 deps:
1875 - grpc_test_util
1876 - grpc
1877 - gpr_test_util
1878 - gpr
1879 corpus_dirs:
1880 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001881 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001882 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001883- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001884 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001885 build: test
1886 language: c
1887 src:
1888 - test/core/iomgr/combiner_test.c
1889 deps:
1890 - grpc_test_util
1891 - grpc
1892 - gpr_test_util
1893 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894- name: compression_test
1895 build: test
1896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001897 src:
1898 - test/core/compression/compression_test.c
1899 deps:
1900 - grpc_test_util
1901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001902 - gpr_test_util
1903 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001904- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001905 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001906 build: test
1907 language: c
1908 src:
1909 - test/core/surface/concurrent_connectivity_test.c
1910 deps:
1911 - grpc_test_util
1912 - grpc
1913 - gpr_test_util
1914 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001915 exclude_iomgrs:
1916 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001917- name: connection_refused_test
1918 cpu_cost: 0.1
1919 build: test
1920 language: c
1921 src:
1922 - test/core/end2end/connection_refused_test.c
1923 deps:
1924 - grpc_test_util
1925 - grpc
1926 - gpr_test_util
1927 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001928- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001929 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001930 build: test
1931 language: c
1932 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001933 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001934 deps:
1935 - grpc_test_util
1936 - grpc
1937 - gpr_test_util
1938 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001939 exclude_iomgrs:
1940 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001941- name: dns_resolver_test
1942 build: test
1943 language: c
1944 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001945 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001946 deps:
1947 - grpc_test_util
1948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr_test_util
1950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001952 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953 build: test
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/core/end2end/dualstack_socket_test.c
1957 deps:
1958 - grpc_test_util
1959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001962 exclude_iomgrs:
1963 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001964 platforms:
1965 - mac
1966 - linux
1967 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001968- name: endpoint_pair_test
1969 build: test
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/iomgr/endpoint_pair_test.c
1973 deps:
1974 - grpc_test_util
1975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001978 exclude_iomgrs:
1979 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001980- name: error_test
1981 cpu_cost: 30
1982 build: test
1983 language: c
1984 src:
1985 - test/core/iomgr/error_test.c
1986 deps:
1987 - grpc_test_util
1988 - grpc
1989 - gpr_test_util
1990 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00001991- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001992 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001993 build: test
1994 language: c
1995 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00001996 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001997 deps:
1998 - grpc_test_util
1999 - grpc
2000 - gpr_test_util
2001 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002002 exclude_iomgrs:
2003 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002004 platforms:
2005 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002006- name: fake_resolver_test
2007 build: test
2008 language: c
2009 src:
2010 - test/core/client_channel/resolvers/fake_resolver_test.c
2011 deps:
2012 - grpc_test_util
2013 - grpc
2014 - gpr_test_util
2015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016- name: fd_conservation_posix_test
2017 build: test
2018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002019 src:
2020 - test/core/iomgr/fd_conservation_posix_test.c
2021 deps:
2022 - grpc_test_util
2023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002026 exclude_iomgrs:
2027 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002028 platforms:
2029 - mac
2030 - linux
2031 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: fd_posix_test
2033 build: test
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
2036 - test/core/iomgr/fd_posix_test.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002042 exclude_iomgrs:
2043 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002044 platforms:
2045 - mac
2046 - linux
2047 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: fling_client
2049 build: test
2050 run: false
2051 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002052 src:
2053 - test/core/fling/client.c
2054 deps:
2055 - grpc_test_util
2056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002057 - gpr_test_util
2058 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002059- name: fling_server
2060 build: test
2061 run: false
2062 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002063 src:
2064 - test/core/fling/server.c
2065 deps:
2066 - grpc_test_util
2067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002068 - gpr_test_util
2069 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002070- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002071 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072 build: test
2073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
2075 - test/core/fling/fling_stream_test.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002081 platforms:
2082 - mac
2083 - linux
2084 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002086 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087 build: test
2088 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002089 src:
2090 - test/core/fling/fling_test.c
2091 deps:
2092 - grpc_test_util
2093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002094 - gpr_test_util
2095 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002096 platforms:
2097 - mac
2098 - linux
2099 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100- name: gen_hpack_tables
2101 build: tool
2102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002103 src:
2104 - tools/codegen/core/gen_hpack_tables.c
2105 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002107 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002108- name: gen_legal_metadata_characters
2109 build: tool
2110 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002111 src:
2112 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002113 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002114- name: gen_percent_encoding_tables
2115 build: tool
2116 language: c
2117 src:
2118 - tools/codegen/core/gen_percent_encoding_tables.c
2119 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002120- name: goaway_server_test
2121 cpu_cost: 0.1
2122 build: test
2123 language: c
2124 src:
2125 - test/core/end2end/goaway_server_test.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
2129 - gpr_test_util
2130 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002131 exclude_iomgrs:
2132 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002133 platforms:
2134 - mac
2135 - linux
2136 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002137- name: gpr_avl_test
2138 build: test
2139 language: c
2140 src:
2141 - test/core/support/avl_test.c
2142 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002143 - gpr_test_util
2144 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002145- name: gpr_backoff_test
2146 build: test
2147 language: c
2148 src:
2149 - test/core/support/backoff_test.c
2150 deps:
2151 - gpr_test_util
2152 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002153- name: gpr_cmdline_test
2154 build: test
2155 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002156 src:
2157 - test/core/support/cmdline_test.c
2158 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002161- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002162 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002163 build: test
2164 language: c
2165 src:
2166 - test/core/support/cpu_test.c
2167 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr_test_util
2169 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: gpr_env_test
2171 build: test
2172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
2174 - test/core/support/env_test.c
2175 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr_test_util
2177 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002178- name: gpr_histogram_test
2179 build: test
2180 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002181 src:
2182 - test/core/support/histogram_test.c
2183 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002184 - gpr_test_util
2185 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186- name: gpr_host_port_test
2187 build: test
2188 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002189 src:
2190 - test/core/support/host_port_test.c
2191 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194- name: gpr_log_test
2195 build: test
2196 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002197 src:
2198 - test/core/support/log_test.c
2199 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002200 - gpr_test_util
2201 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002202- name: gpr_mpscq_test
2203 cpu_cost: 30
2204 build: test
2205 language: c
2206 src:
2207 - test/core/support/mpscq_test.c
2208 deps:
2209 - gpr_test_util
2210 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002211- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002212 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002213 build: test
2214 language: c
2215 src:
2216 - test/core/support/spinlock_test.c
2217 deps:
2218 - gpr_test_util
2219 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002220- name: gpr_stack_lockfree_test
2221 cpu_cost: 7
2222 build: test
2223 language: c
2224 src:
2225 - test/core/support/stack_lockfree_test.c
2226 deps:
2227 - gpr_test_util
2228 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002229- name: gpr_string_test
2230 build: test
2231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002232 src:
2233 - test/core/support/string_test.c
2234 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002235 - gpr_test_util
2236 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002238 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239 build: test
2240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002241 src:
2242 - test/core/support/sync_test.c
2243 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002244 - gpr_test_util
2245 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002246- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002247 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
2251 - test/core/support/thd_test.c
2252 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002255- name: gpr_time_test
2256 build: test
2257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
2259 - test/core/support/time_test.c
2260 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002263- name: gpr_tls_test
2264 build: test
2265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002266 src:
2267 - test/core/support/tls_test.c
2268 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002269 - gpr_test_util
2270 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271- name: gpr_useful_test
2272 build: test
2273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002274 src:
2275 - test/core/support/useful_test.c
2276 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr_test_util
2278 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002279- name: grpc_auth_context_test
2280 build: test
2281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002282 src:
2283 - test/core/security/auth_context_test.c
2284 deps:
2285 - grpc_test_util
2286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002287 - gpr_test_util
2288 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002289- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002290 build: test
2291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002292 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002293 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002294 deps:
2295 - grpc_test_util
2296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: grpc_byte_buffer_reader_test
2300 build: test
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/core/surface/byte_buffer_reader_test.c
2304 deps:
2305 - grpc_test_util
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: grpc_channel_args_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/core/channel/channel_args_test.c
2314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002319- name: grpc_channel_stack_test
2320 build: test
2321 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002322 src:
2323 - test/core/channel/channel_stack_test.c
2324 deps:
2325 - grpc_test_util
2326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002327 - gpr_test_util
2328 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002329- name: grpc_completion_queue_test
2330 build: test
2331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
2333 - test/core/surface/completion_queue_test.c
2334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002339- name: grpc_completion_queue_threading_test
2340 build: test
2341 language: c
2342 src:
2343 - test/core/surface/completion_queue_threading_test.c
2344 deps:
2345 - grpc_test_util
2346 - grpc
2347 - gpr_test_util
2348 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002349 exclude_iomgrs:
2350 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351- name: grpc_create_jwt
2352 build: tool
2353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002354 src:
2355 - test/core/security/create_jwt.c
2356 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002358 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002359 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002360- name: grpc_credentials_test
2361 build: test
2362 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002363 src:
2364 - test/core/security/credentials_test.c
2365 deps:
2366 - grpc_test_util
2367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002371 build: test
2372 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
2375 - test/core/security/fetch_oauth2.c
2376 deps:
2377 - grpc_test_util
2378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002379 - gpr_test_util
2380 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002381- name: grpc_invalid_channel_args_test
2382 build: test
2383 language: c
2384 src:
2385 - test/core/surface/invalid_channel_args_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_json_token_test
2392 build: test
2393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
2395 - test/core/security/json_token_test.c
2396 deps:
2397 - grpc_test_util
2398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002399 - gpr_test_util
2400 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002401 platforms:
2402 - linux
2403 - posix
2404 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002405- name: grpc_jwt_verifier_test
2406 build: test
2407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002408 src:
2409 - test/core/security/jwt_verifier_test.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002413 - gpr_test_util
2414 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002415- name: grpc_print_google_default_creds_token
2416 build: tool
2417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
2419 - test/core/security/print_google_default_creds_token.c
2420 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002423- name: grpc_security_connector_test
2424 build: test
2425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002426 src:
2427 - test/core/security/security_connector_test.c
2428 deps:
2429 - grpc_test_util
2430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002431 - gpr_test_util
2432 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: grpc_verify_jwt
2434 build: tool
2435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002436 src:
2437 - test/core/security/verify_jwt.c
2438 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002441- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002442 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002443 language: c
2444 src:
2445 - test/core/handshake/client_ssl.c
2446 deps:
2447 - grpc_test_util
2448 - grpc
2449 - gpr_test_util
2450 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002451 exclude_iomgrs:
2452 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002453 platforms:
2454 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002455 secure: true
2456- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002457 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002458 language: c
2459 src:
2460 - test/core/handshake/server_ssl.c
2461 deps:
2462 - grpc_test_util
2463 - grpc
2464 - gpr_test_util
2465 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002466 exclude_iomgrs:
2467 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002468 platforms:
2469 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002470 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002471- name: hpack_parser_fuzzer_test
2472 build: fuzzer
2473 language: c
2474 src:
2475 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2476 deps:
2477 - grpc_test_util
2478 - grpc
2479 - gpr_test_util
2480 - gpr
2481 corpus_dirs:
2482 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002483 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002484 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485- name: hpack_parser_test
2486 build: test
2487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002488 src:
2489 - test/core/transport/chttp2/hpack_parser_test.c
2490 deps:
2491 - grpc_test_util
2492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr_test_util
2494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: hpack_table_test
2496 build: test
2497 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002498 src:
2499 - test/core/transport/chttp2/hpack_table_test.c
2500 deps:
2501 - grpc_test_util
2502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002503 - gpr_test_util
2504 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002505- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506 build: test
2507 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002508 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002509 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002510 deps:
2511 - grpc_test_util
2512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002513 - gpr_test_util
2514 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002515- name: http_request_fuzzer_test
2516 build: fuzzer
2517 language: c
2518 src:
2519 - test/core/http/request_fuzzer.c
2520 deps:
2521 - grpc_test_util
2522 - grpc
2523 - gpr_test_util
2524 - gpr
2525 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002526 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002527 maxlen: 2048
2528- name: http_response_fuzzer_test
2529 build: fuzzer
2530 language: c
2531 src:
2532 - test/core/http/response_fuzzer.c
2533 deps:
2534 - grpc_test_util
2535 - grpc
2536 - gpr_test_util
2537 - gpr
2538 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002539 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002540 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002541- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002542 build: test
2543 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002544 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002545 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002546 deps:
2547 - grpc_test_util
2548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002549 - gpr_test_util
2550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002552 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553 build: test
2554 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002555 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002556 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002557 deps:
2558 - grpc_test_util
2559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002560 - gpr_test_util
2561 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002562 platforms:
2563 - mac
2564 - linux
2565 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002566- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002567 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002568 build: test
2569 language: c
2570 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002571 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002572 deps:
2573 - grpc_test_util
2574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr_test_util
2576 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002577 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002578 - linux
yang-gf1183302015-12-07 16:02:05 -08002579- name: init_test
2580 build: test
2581 language: c
2582 src:
2583 - test/core/surface/init_test.c
2584 deps:
2585 - grpc_test_util
2586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002587 - gpr_test_util
2588 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002589- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002590 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002591 build: test
2592 language: c
2593 src:
2594 - test/core/end2end/invalid_call_argument_test.c
2595 deps:
2596 - grpc_test_util
2597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002598 - gpr_test_util
2599 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002600- name: json_fuzzer_test
2601 build: fuzzer
2602 language: c
2603 src:
2604 - test/core/json/fuzzer.c
2605 deps:
2606 - grpc_test_util
2607 - grpc
2608 - gpr_test_util
2609 - gpr
2610 corpus_dirs:
2611 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002612 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613- name: json_rewrite
2614 build: test
2615 run: false
2616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - test/core/json/json_rewrite.c
2619 deps:
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622- name: json_rewrite_test
2623 build: test
2624 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002625 src:
2626 - test/core/json/json_rewrite_test.c
2627 deps:
2628 - grpc_test_util
2629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002630 - gpr_test_util
2631 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002632- name: json_stream_error_test
2633 build: test
2634 language: c
2635 src:
2636 - test/core/json/json_stream_error_test.c
2637 deps:
2638 - grpc_test_util
2639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002640 - gpr_test_util
2641 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002642- name: json_test
2643 build: test
2644 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002645 src:
2646 - test/core/json/json_test.c
2647 deps:
2648 - grpc_test_util
2649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002650 - gpr_test_util
2651 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002652- name: lame_client_test
2653 build: test
2654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002655 src:
2656 - test/core/surface/lame_client_test.c
2657 deps:
2658 - grpc_test_util
2659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002660 - gpr_test_util
2661 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002662- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002663 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002664 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002665 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002666 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002667 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002668 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002669 deps:
2670 - grpc_test_util
2671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002672 - gpr_test_util
2673 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002674- name: load_file_test
2675 build: test
2676 language: c
2677 src:
2678 - test/core/iomgr/load_file_test.c
2679 deps:
2680 - grpc_test_util
2681 - grpc
2682 - gpr_test_util
2683 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684- name: low_level_ping_pong_benchmark
2685 build: benchmark
2686 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002687 src:
2688 - test/core/network_benchmarks/low_level_ping_pong.c
2689 deps:
2690 - grpc_test_util
2691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002692 - gpr_test_util
2693 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002694 platforms:
2695 - mac
2696 - linux
2697 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002698- name: memory_profile_client
2699 build: test
2700 run: false
2701 language: c
2702 src:
2703 - test/core/memory_usage/client.c
2704 deps:
2705 - grpc_test_util
2706 - grpc
2707 - gpr_test_util
2708 - gpr
2709- name: memory_profile_server
2710 build: test
2711 run: false
2712 language: c
2713 src:
2714 - test/core/memory_usage/server.c
2715 deps:
2716 - grpc_test_util
2717 - grpc
2718 - gpr_test_util
2719 - gpr
2720- name: memory_profile_test
2721 cpu_cost: 1.5
2722 build: test
2723 language: c
2724 src:
2725 - test/core/memory_usage/memory_usage_test.c
2726 deps:
2727 - grpc_test_util
2728 - grpc
2729 - gpr_test_util
2730 - gpr
2731 platforms:
2732 - mac
2733 - linux
2734 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002735- name: message_compress_test
2736 build: test
2737 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002738 src:
2739 - test/core/compression/message_compress_test.c
2740 deps:
2741 - grpc_test_util
2742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002743 - gpr_test_util
2744 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002745- name: minimal_stack_is_minimal_test
2746 build: test
2747 language: c
2748 src:
2749 - test/core/channel/minimal_stack_is_minimal_test.c
2750 deps:
2751 - grpc_test_util
2752 - grpc
2753 - gpr_test_util
2754 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002755- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002756 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002757 build: test
2758 language: c
2759 src:
2760 - test/core/census/mlog_test.c
2761 deps:
2762 - grpc_test_util
2763 - grpc
2764 - gpr_test_util
2765 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002766- name: multiple_server_queues_test
2767 build: test
2768 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002769 src:
2770 - test/core/end2end/multiple_server_queues_test.c
2771 deps:
2772 - grpc_test_util
2773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002774 - gpr_test_util
2775 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002776- name: murmur_hash_test
2777 build: test
2778 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002779 src:
2780 - test/core/support/murmur_hash_test.c
2781 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002782 - gpr_test_util
2783 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002784- name: nanopb_fuzzer_response_test
2785 build: fuzzer
2786 language: c
2787 src:
2788 - test/core/nanopb/fuzzer_response.c
2789 deps:
2790 - grpc_test_util
2791 - grpc
2792 - gpr_test_util
2793 - gpr
2794 corpus_dirs:
2795 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002796 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002797- name: nanopb_fuzzer_serverlist_test
2798 build: fuzzer
2799 language: c
2800 src:
2801 - test/core/nanopb/fuzzer_serverlist.c
2802 deps:
2803 - grpc_test_util
2804 - grpc
2805 - gpr_test_util
2806 - gpr
2807 corpus_dirs:
2808 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002809 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002810- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002811 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002812 build: test
2813 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002814 src:
2815 - test/core/end2end/no_server_test.c
2816 deps:
2817 - grpc_test_util
2818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002819 - gpr_test_util
2820 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002821- name: num_external_connectivity_watchers_test
2822 build: test
2823 language: c
2824 src:
2825 - test/core/surface/num_external_connectivity_watchers_test.c
2826 deps:
2827 - grpc_test_util
2828 - grpc
2829 - gpr_test_util
2830 - gpr
2831 exclude_iomgrs:
2832 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002833- name: parse_address_test
2834 build: test
2835 language: c
2836 src:
2837 - test/core/client_channel/parse_address_test.c
2838 deps:
2839 - grpc_test_util
2840 - grpc
2841 - gpr_test_util
2842 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002843- name: percent_decode_fuzzer
2844 build: fuzzer
2845 language: c
2846 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002847 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002848 deps:
2849 - grpc_test_util
2850 - grpc
2851 - gpr_test_util
2852 - gpr
2853 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002854 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002855 maxlen: 32
2856- name: percent_encode_fuzzer
2857 build: fuzzer
2858 language: c
2859 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002860 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002861 deps:
2862 - grpc_test_util
2863 - grpc
2864 - gpr_test_util
2865 - gpr
2866 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002867 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002868 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002869- name: percent_encoding_test
2870 build: test
2871 language: c
2872 src:
2873 - test/core/slice/percent_encoding_test.c
2874 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002875 - grpc_test_util
2876 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002877 - gpr_test_util
2878 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002879- name: pollset_set_test
2880 build: test
2881 language: c
2882 src:
2883 - test/core/iomgr/pollset_set_test.c
2884 deps:
2885 - grpc_test_util
2886 - grpc
2887 - gpr_test_util
2888 - gpr
2889 exclude_iomgrs:
2890 - uv
2891 platforms:
2892 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002893- name: resolve_address_posix_test
2894 build: test
2895 language: c
2896 src:
2897 - test/core/iomgr/resolve_address_posix_test.c
2898 deps:
2899 - grpc_test_util
2900 - grpc
2901 - gpr_test_util
2902 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002903 exclude_iomgrs:
2904 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002905 platforms:
2906 - mac
2907 - linux
2908 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002909- name: resolve_address_test
2910 build: test
2911 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002912 src:
2913 - test/core/iomgr/resolve_address_test.c
2914 deps:
2915 - grpc_test_util
2916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002917 - gpr_test_util
2918 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002919- name: resource_quota_test
2920 cpu_cost: 30
2921 build: test
2922 language: c
2923 src:
2924 - test/core/iomgr/resource_quota_test.c
2925 deps:
2926 - grpc_test_util
2927 - grpc
2928 - gpr_test_util
2929 - gpr
yang-gd482e592015-12-10 14:04:00 -08002930- name: secure_channel_create_test
2931 build: test
2932 language: c
2933 src:
2934 - test/core/surface/secure_channel_create_test.c
2935 deps:
2936 - grpc_test_util
2937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002938 - gpr_test_util
2939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002940- name: secure_endpoint_test
2941 build: test
2942 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002943 src:
2944 - test/core/security/secure_endpoint_test.c
2945 deps:
2946 - grpc_test_util
2947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002948 - gpr_test_util
2949 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002950 exclude_iomgrs:
2951 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002952- name: sequential_connectivity_test
2953 build: test
2954 language: c
2955 src:
2956 - test/core/surface/sequential_connectivity_test.c
2957 deps:
2958 - grpc_test_util
2959 - grpc
2960 - gpr_test_util
2961 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002962 exclude_iomgrs:
2963 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002964- name: server_chttp2_test
2965 build: test
2966 language: c
2967 src:
2968 - test/core/surface/server_chttp2_test.c
2969 deps:
2970 - grpc_test_util
2971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002972 - gpr_test_util
2973 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002974- name: server_fuzzer
2975 build: fuzzer
2976 language: c
2977 src:
2978 - test/core/end2end/fuzzers/server_fuzzer.c
2979 deps:
2980 - grpc_test_util
2981 - grpc
2982 - gpr_test_util
2983 - gpr
2984 corpus_dirs:
2985 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002986 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002987 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002988- name: server_test
2989 build: test
2990 language: c
2991 src:
2992 - test/core/surface/server_test.c
2993 deps:
2994 - grpc_test_util
2995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002996 - gpr_test_util
2997 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002998- name: slice_buffer_test
2999 build: test
3000 language: c
3001 src:
3002 - test/core/slice/slice_buffer_test.c
3003 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003004 - grpc_test_util
3005 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003006 - gpr_test_util
3007 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003008- name: slice_hash_table_test
3009 build: test
3010 language: c
3011 src:
3012 - test/core/slice/slice_hash_table_test.c
3013 deps:
3014 - grpc_test_util
3015 - grpc
3016 - gpr_test_util
3017 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003018- name: slice_string_helpers_test
3019 build: test
3020 language: c
3021 src:
3022 - test/core/slice/slice_string_helpers_test.c
3023 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003024 - grpc_test_util
3025 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003026 - gpr_test_util
3027 - gpr
3028- name: slice_test
3029 build: test
3030 language: c
3031 src:
3032 - test/core/slice/slice_test.c
3033 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003034 - grpc_test_util
3035 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003036 - gpr_test_util
3037 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003038- name: sockaddr_resolver_test
3039 build: test
3040 language: c
3041 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003042 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003043 deps:
3044 - grpc_test_util
3045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003046 - gpr_test_util
3047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003048- name: sockaddr_utils_test
3049 build: test
3050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003051 src:
3052 - test/core/iomgr/sockaddr_utils_test.c
3053 deps:
3054 - grpc_test_util
3055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003056 - gpr_test_util
3057 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003058- name: socket_utils_test
3059 build: test
3060 language: c
3061 src:
3062 - test/core/iomgr/socket_utils_test.c
3063 deps:
3064 - grpc_test_util
3065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003066 - gpr_test_util
3067 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003068 exclude_iomgrs:
3069 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003070 platforms:
3071 - mac
3072 - linux
3073 - posix
yang-g31e21282016-11-04 15:10:03 -07003074- name: ssl_server_fuzzer
3075 build: fuzzer
3076 language: c
3077 src:
3078 - test/core/security/ssl_server_fuzzer.c
3079 deps:
3080 - grpc_test_util
3081 - grpc
3082 - gpr_test_util
3083 - gpr
3084 corpus_dirs:
3085 - test/core/security/corpus/ssl_server_corpus
3086 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003087- name: status_conversion_test
3088 build: test
3089 language: c
3090 src:
3091 - test/core/transport/status_conversion_test.c
3092 deps:
3093 - grpc_test_util
3094 - grpc
3095 - gpr_test_util
3096 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003097- name: stream_compression_test
3098 build: test
3099 language: c
3100 src:
3101 - test/core/compression/stream_compression_test.c
3102 deps:
3103 - grpc_test_util
3104 - grpc
3105 - gpr_test_util
3106 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003107- name: stream_owned_slice_test
3108 build: test
3109 language: c
3110 src:
3111 - test/core/transport/stream_owned_slice_test.c
3112 deps:
3113 - grpc_test_util
3114 - grpc
3115 - gpr_test_util
3116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003117- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003118 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003119 build: test
3120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003121 src:
3122 - test/core/iomgr/tcp_client_posix_test.c
3123 deps:
3124 - grpc_test_util
3125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003126 - gpr_test_util
3127 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003128 exclude_iomgrs:
3129 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003130 platforms:
3131 - mac
3132 - linux
3133 - posix
murgatroid991191b722017-02-08 11:56:52 -08003134- name: tcp_client_uv_test
3135 cpu_cost: 0.5
3136 build: test
3137 language: c
3138 src:
3139 - test/core/iomgr/tcp_client_uv_test.c
3140 deps:
3141 - grpc_test_util
3142 - grpc
3143 - gpr_test_util
3144 - gpr
3145 exclude_iomgrs:
3146 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003147- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003148 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003149 build: test
3150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003151 src:
3152 - test/core/iomgr/tcp_posix_test.c
3153 deps:
3154 - grpc_test_util
3155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003156 - gpr_test_util
3157 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003158 exclude_iomgrs:
3159 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003160 platforms:
3161 - mac
3162 - linux
3163 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003164- name: tcp_server_posix_test
3165 build: test
3166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003167 src:
3168 - test/core/iomgr/tcp_server_posix_test.c
3169 deps:
3170 - grpc_test_util
3171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003172 - gpr_test_util
3173 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003174 exclude_iomgrs:
3175 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003176 platforms:
3177 - mac
3178 - linux
3179 - posix
murgatroid991191b722017-02-08 11:56:52 -08003180- name: tcp_server_uv_test
3181 build: test
3182 language: c
3183 src:
3184 - test/core/iomgr/tcp_server_uv_test.c
3185 deps:
3186 - grpc_test_util
3187 - grpc
3188 - gpr_test_util
3189 - gpr
3190 exclude_iomgrs:
3191 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003192- name: time_averaged_stats_test
3193 build: test
3194 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003195 src:
3196 - test/core/iomgr/time_averaged_stats_test.c
3197 deps:
3198 - grpc_test_util
3199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003200 - gpr_test_util
3201 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003202- name: timeout_encoding_test
3203 build: test
3204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003205 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003206 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003207 deps:
3208 - grpc_test_util
3209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003210 - gpr_test_util
3211 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003212- name: timer_heap_test
3213 build: test
3214 language: c
3215 src:
3216 - test/core/iomgr/timer_heap_test.c
3217 deps:
3218 - grpc_test_util
3219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003220 - gpr_test_util
3221 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003222 exclude_iomgrs:
3223 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003224- name: timer_list_test
3225 build: test
3226 language: c
3227 src:
3228 - test/core/iomgr/timer_list_test.c
3229 deps:
3230 - grpc_test_util
3231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003232 - gpr_test_util
3233 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003234 exclude_iomgrs:
3235 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003236- name: transport_connectivity_state_test
3237 build: test
3238 language: c
3239 src:
3240 - test/core/transport/connectivity_state_test.c
3241 deps:
3242 - grpc_test_util
3243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003244 - gpr_test_util
3245 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003246- name: transport_metadata_test
3247 build: test
3248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003249 src:
3250 - test/core/transport/metadata_test.c
3251 deps:
3252 - grpc_test_util
3253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003254 - gpr_test_util
3255 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003256- name: transport_pid_controller_test
3257 build: test
3258 language: c
3259 src:
3260 - test/core/transport/pid_controller_test.c
3261 deps:
3262 - grpc_test_util
3263 - grpc
3264 - gpr_test_util
3265 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003266- name: transport_security_test
3267 build: test
3268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003269 src:
3270 - test/core/tsi/transport_security_test.c
3271 deps:
3272 - grpc_test_util
3273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003274 - gpr_test_util
3275 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003276 platforms:
3277 - linux
3278 - posix
3279 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003280- name: udp_server_test
3281 build: test
3282 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003283 src:
3284 - test/core/iomgr/udp_server_test.c
3285 deps:
3286 - grpc_test_util
3287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003288 - gpr_test_util
3289 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003290 exclude_iomgrs:
3291 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003292 platforms:
3293 - mac
3294 - linux
3295 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003296- name: uri_fuzzer_test
3297 build: fuzzer
3298 language: c
3299 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003300 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003301 deps:
3302 - grpc_test_util
3303 - grpc
3304 - gpr_test_util
3305 - gpr
3306 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003307 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003308 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003309- name: uri_parser_test
3310 build: test
3311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003312 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003313 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003314 deps:
3315 - grpc_test_util
3316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003317 - gpr_test_util
3318 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003319- name: wakeup_fd_cv_test
3320 build: test
3321 language: c
3322 src:
3323 - test/core/iomgr/wakeup_fd_cv_test.c
3324 deps:
3325 - grpc_test_util
3326 - grpc
3327 - gpr_test_util
3328 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003329 exclude_iomgrs:
3330 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003331 platforms:
3332 - mac
3333 - linux
3334 - posix
vjpai04e992a2016-02-10 16:58:38 -08003335- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003336 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003337 build: test
3338 language: c++
3339 src:
3340 - test/cpp/common/alarm_cpp_test.cc
3341 deps:
Vijay Pai168034b2017-07-31 00:53:10 -07003342 - grpc++_test_util_unsecure
3343 - grpc_test_util_unsecure
3344 - grpc++_unsecure
3345 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003346 - gpr_test_util
3347 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003348- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003349 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003350 build: test
3351 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003352 src:
3353 - test/cpp/end2end/async_end2end_test.cc
3354 deps:
3355 - grpc++_test_util
3356 - grpc_test_util
3357 - grpc++
3358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003359 - gpr_test_util
3360 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003361- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003362 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003363 build: test
3364 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003365 src:
3366 - test/cpp/common/auth_property_iterator_test.cc
3367 deps:
3368 - grpc++_test_util
3369 - grpc_test_util
3370 - grpc++
3371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003372 - gpr_test_util
3373 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003374- name: bm_arena
3375 build: test
3376 language: c++
3377 src:
3378 - test/cpp/microbenchmarks/bm_arena.cc
3379 deps:
3380 - grpc_benchmark
3381 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003382 - grpc++_test_util_unsecure
3383 - grpc_test_util_unsecure
3384 - grpc++_unsecure
3385 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003386 - gpr_test_util
3387 - gpr
3388 args:
3389 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003390 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003391 platforms:
3392 - mac
3393 - linux
3394 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003395- name: bm_call_create
3396 build: test
3397 language: c++
3398 src:
3399 - test/cpp/microbenchmarks/bm_call_create.cc
3400 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003401 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003402 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003403 - grpc++_test_util_unsecure
3404 - grpc_test_util_unsecure
3405 - grpc++_unsecure
3406 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003407 - gpr_test_util
3408 - gpr
3409 args:
3410 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003411 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003412 platforms:
3413 - mac
3414 - linux
3415 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003416- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003417 build: test
3418 language: c++
3419 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003420 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003421 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003422 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003423 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003424 - grpc++_test_util_unsecure
3425 - grpc_test_util_unsecure
3426 - grpc++_unsecure
3427 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003428 - gpr_test_util
3429 - gpr
3430 args:
3431 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003432 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003433 platforms:
3434 - mac
3435 - linux
3436 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003437- name: bm_chttp2_transport
3438 build: test
3439 language: c++
3440 src:
3441 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3442 deps:
3443 - grpc_benchmark
3444 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003445 - grpc++_test_util_unsecure
3446 - grpc_test_util_unsecure
3447 - grpc++_unsecure
3448 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -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 Tiller18f09a02017-02-23 17:10:04 -08003454 platforms:
3455 - mac
3456 - linux
3457 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003458- name: bm_closure
3459 build: test
3460 language: c++
3461 src:
3462 - test/cpp/microbenchmarks/bm_closure.cc
3463 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003464 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003465 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003466 - grpc++_test_util_unsecure
3467 - grpc_test_util_unsecure
3468 - grpc++_unsecure
3469 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003470 - gpr_test_util
3471 - gpr
3472 args:
3473 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003474 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003475 platforms:
3476 - mac
3477 - linux
3478 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003479- name: bm_cq
3480 build: test
3481 language: c++
3482 src:
3483 - test/cpp/microbenchmarks/bm_cq.cc
3484 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003485 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003486 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003487 - grpc++_test_util_unsecure
3488 - grpc_test_util_unsecure
3489 - grpc++_unsecure
3490 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003491 - gpr_test_util
3492 - gpr
3493 args:
3494 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003495 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003496 platforms:
3497 - mac
3498 - linux
3499 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003500- name: bm_cq_multiple_threads
3501 build: test
3502 language: c++
3503 src:
3504 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3505 deps:
3506 - grpc_benchmark
3507 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003508 - grpc++_test_util_unsecure
3509 - grpc_test_util_unsecure
3510 - grpc++_unsecure
3511 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003512 - gpr_test_util
3513 - gpr
3514 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003515 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003516 defaults: benchmark
3517 platforms:
3518 - mac
3519 - linux
3520 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003521- name: bm_error
3522 build: test
3523 language: c++
3524 src:
3525 - test/cpp/microbenchmarks/bm_error.cc
3526 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003527 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003528 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003529 - grpc++_test_util_unsecure
3530 - grpc_test_util_unsecure
3531 - grpc++_unsecure
3532 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003533 - gpr_test_util
3534 - gpr
3535 args:
3536 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003537 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003538 platforms:
3539 - mac
3540 - linux
3541 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003542- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003543 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003544 language: c++
3545 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003546 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003547 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003548 - grpc_benchmark
3549 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003550 - grpc++_test_util_unsecure
3551 - grpc_test_util_unsecure
3552 - grpc++_unsecure
3553 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -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 Tiller12d22e42017-03-03 10:14:20 -08003559 excluded_poll_engines:
3560 - poll
3561 - poll-cv
3562 platforms:
3563 - mac
3564 - linux
3565 - posix
3566 timeout_seconds: 1200
3567- name: bm_fullstack_streaming_pump
3568 build: test
3569 language: c++
3570 src:
3571 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003572 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003573 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003574 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003575 - grpc++_test_util_unsecure
3576 - grpc_test_util_unsecure
3577 - grpc++_unsecure
3578 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003579 - gpr_test_util
3580 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003581 args:
3582 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003583 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003584 excluded_poll_engines:
3585 - poll
3586 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003587 platforms:
3588 - mac
3589 - linux
3590 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003591 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003592- name: bm_fullstack_trickle
3593 build: test
3594 language: c++
3595 src:
3596 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3597 deps:
3598 - grpc_benchmark
3599 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003600 - grpc++_test_util_unsecure
3601 - grpc_test_util_unsecure
3602 - grpc++_unsecure
3603 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003604 - gpr_test_util
3605 - gpr
3606 args:
3607 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003608 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003609 excluded_poll_engines:
3610 - poll
3611 - poll-cv
3612 platforms:
3613 - mac
3614 - linux
3615 - posix
3616 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003617- name: bm_fullstack_unary_ping_pong
3618 build: test
3619 language: c++
3620 src:
3621 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3622 deps:
3623 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003624 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003625 - grpc++_test_util_unsecure
3626 - grpc_test_util_unsecure
3627 - grpc++_unsecure
3628 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003629 - gpr_test_util
3630 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003631 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003632 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003633 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003634 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003635 - poll
3636 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003637 platforms:
3638 - mac
3639 - linux
3640 - posix
3641 timeout_seconds: 1200
3642- name: bm_metadata
3643 build: test
3644 language: c++
3645 src:
3646 - test/cpp/microbenchmarks/bm_metadata.cc
3647 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003648 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003649 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003650 - grpc++_test_util_unsecure
3651 - grpc_test_util_unsecure
3652 - grpc++_unsecure
3653 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003654 - gpr_test_util
3655 - gpr
3656 args:
3657 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003658 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003659 platforms:
3660 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003661 - linux
3662 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003663- name: bm_pollset
3664 build: test
3665 language: c++
3666 src:
3667 - test/cpp/microbenchmarks/bm_pollset.cc
3668 deps:
3669 - grpc_benchmark
3670 - benchmark
Vijay Pai168034b2017-07-31 00:53:10 -07003671 - grpc++_test_util_unsecure
3672 - grpc_test_util_unsecure
3673 - grpc++_unsecure
3674 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003675 - gpr_test_util
3676 - gpr
3677 args:
3678 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003679 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003680 platforms:
3681 - mac
3682 - linux
3683 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003684- name: channel_arguments_test
3685 gtest: true
3686 build: test
3687 language: c++
3688 src:
3689 - test/cpp/common/channel_arguments_test.cc
3690 deps:
3691 - grpc++
3692 - grpc
3693 - gpr
3694- name: channel_filter_test
3695 gtest: true
3696 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003697 language: c++
3698 src:
3699 - test/cpp/common/channel_filter_test.cc
3700 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003701 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003702 - grpc
3703 - gpr
3704- name: cli_call_test
3705 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003706 build: test
3707 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003708 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003709 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003710 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003711 - grpc_cli_libs
3712 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003713 - grpc_test_util
3714 - grpc++
3715 - grpc
3716 - gpr_test_util
3717 - gpr
3718- name: client_crash_test
3719 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003720 cpu_cost: 0.1
3721 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003722 language: c++
3723 src:
3724 - test/cpp/end2end/client_crash_test.cc
3725 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003726 - grpc++_test_util
3727 - grpc_test_util
3728 - grpc++
3729 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003730 - gpr_test_util
3731 - gpr
3732 platforms:
3733 - mac
3734 - linux
3735 - posix
3736- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003737 build: test
3738 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003739 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003740 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003741 - test/cpp/end2end/client_crash_test_server.cc
3742 deps:
3743 - grpc++_test_util
3744 - grpc_test_util
3745 - grpc++
3746 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003747 - gpr_test_util
3748 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003749- name: client_lb_end2end_test
3750 gtest: true
3751 build: test
3752 language: c++
3753 src:
3754 - test/cpp/end2end/client_lb_end2end_test.cc
3755 deps:
3756 - grpc++_test_util
3757 - grpc_test_util
3758 - grpc++
3759 - grpc
3760 - gpr_test_util
3761 - gpr
3762 excluded_poll_engines:
3763 - poll
3764 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003765- name: codegen_test_full
3766 gtest: true
3767 build: test
3768 language: c++
3769 src:
3770 - src/proto/grpc/testing/control.proto
3771 - src/proto/grpc/testing/messages.proto
3772 - src/proto/grpc/testing/payloads.proto
3773 - src/proto/grpc/testing/services.proto
3774 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003775 - test/cpp/codegen/codegen_test_full.cc
3776 deps:
3777 - grpc++
3778 - grpc
3779 - gpr
3780 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003781 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003782- name: codegen_test_minimal
3783 gtest: true
3784 build: test
3785 language: c++
3786 src:
3787 - src/proto/grpc/testing/control.proto
3788 - src/proto/grpc/testing/messages.proto
3789 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003790 - src/proto/grpc/testing/services.proto
3791 - src/proto/grpc/testing/stats.proto
3792 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003793 deps:
3794 - grpc
3795 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003796 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003797 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003798 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003799- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003800 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003801 build: test
3802 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003803 src:
3804 - test/cpp/client/credentials_test.cc
3805 deps:
3806 - grpc++
3807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003808 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003809- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003810 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003811 build: test
3812 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003813 src:
3814 - test/cpp/util/byte_buffer_test.cc
3815 deps:
3816 - grpc_test_util
3817 - grpc++
3818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003819 - gpr_test_util
3820 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003821- name: cxx_slice_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/util/slice_test.cc
3827 deps:
3828 - grpc_test_util
3829 - grpc++
3830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003831 - gpr_test_util
3832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003833- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003834 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003835 build: test
3836 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003837 src:
3838 - test/cpp/util/string_ref_test.cc
3839 deps:
3840 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003841 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003842- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003843 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003844 build: test
3845 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003846 src:
3847 - test/cpp/util/time_test.cc
3848 deps:
3849 - grpc_test_util
3850 - grpc++
3851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003852 - gpr_test_util
3853 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003854- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003855 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003856 cpu_cost: 0.5
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/end2end/end2end_test.cc
3861 deps:
3862 - grpc++_test_util
3863 - grpc_test_util
3864 - grpc++
3865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003866 - gpr_test_util
3867 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003868- name: error_details_test
3869 gtest: true
3870 build: test
3871 language: c++
3872 src:
3873 - src/proto/grpc/testing/echo_messages.proto
3874 - test/cpp/util/error_details_test.cc
3875 deps:
3876 - grpc++_error_details
3877 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003878- name: filter_end2end_test
3879 gtest: true
3880 build: test
3881 language: c++
3882 src:
3883 - test/cpp/end2end/filter_end2end_test.cc
3884 deps:
3885 - grpc++_test_util
3886 - grpc_test_util
3887 - grpc++
3888 - grpc
3889 - gpr_test_util
3890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003891- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003892 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003893 build: test
3894 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003895 src:
3896 - test/cpp/end2end/generic_end2end_test.cc
3897 deps:
3898 - grpc++_test_util
3899 - grpc_test_util
3900 - grpc++
3901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003902 - gpr_test_util
3903 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003904- name: golden_file_test
3905 gtest: true
3906 build: test
3907 language: c++
3908 src:
3909 - src/proto/grpc/testing/compiler_test.proto
3910 - test/cpp/codegen/golden_file_test.cc
3911 deps:
3912 - grpc++
3913 - grpc
3914 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003915 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003916 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003917- name: grpc_cli
3918 build: test
3919 run: false
3920 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003921 src:
3922 - test/cpp/util/grpc_cli.cc
3923 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003924 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003925 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003926 - grpc++
3927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003928 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003929 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003930- name: grpc_cpp_plugin
3931 build: protoc
3932 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003933 src:
3934 - src/compiler/cpp_plugin.cc
3935 deps:
3936 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003937 secure: false
3938 vs_config_type: Application
3939 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3940- name: grpc_csharp_plugin
3941 build: protoc
3942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003943 src:
3944 - src/compiler/csharp_plugin.cc
3945 deps:
3946 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003947 secure: false
3948 vs_config_type: Application
3949 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003950- name: grpc_node_plugin
3951 build: protoc
3952 language: c++
3953 src:
3954 - src/compiler/node_plugin.cc
3955 deps:
3956 - grpc_plugin_support
3957 secure: false
3958 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003959- name: grpc_objective_c_plugin
3960 build: protoc
3961 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003962 src:
3963 - src/compiler/objective_c_plugin.cc
3964 deps:
3965 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003966 secure: false
3967 vs_config_type: Application
3968 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003969- name: grpc_php_plugin
3970 build: protoc
3971 language: c++
3972 src:
3973 - src/compiler/php_plugin.cc
3974 deps:
3975 - grpc_plugin_support
3976 secure: false
3977 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003978- name: grpc_python_plugin
3979 build: protoc
3980 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003981 src:
3982 - src/compiler/python_plugin.cc
3983 deps:
3984 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003985 secure: false
3986 vs_config_type: Application
3987 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3988- name: grpc_ruby_plugin
3989 build: protoc
3990 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003991 src:
3992 - src/compiler/ruby_plugin.cc
3993 deps:
3994 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003995 secure: false
3996 vs_config_type: Application
3997 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003998- name: grpc_tool_test
3999 gtest: true
4000 build: test
4001 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004002 src:
4003 - src/proto/grpc/testing/echo.proto
4004 - src/proto/grpc/testing/echo_messages.proto
4005 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004006 deps:
4007 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004008 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004009 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004010 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004011 - grpc_test_util
4012 - grpc++
4013 - grpc
4014 - gpr_test_util
4015 - gpr
4016 filegroups:
4017 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004018- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004019 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004020 build: test
4021 language: c++
4022 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004023 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004024 - test/cpp/grpclb/grpclb_api_test.cc
4025 deps:
4026 - grpc++_test_util
4027 - grpc_test_util
4028 - grpc++
4029 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004030- name: grpclb_end2end_test
4031 gtest: true
4032 build: test
4033 language: c++
4034 src:
4035 - src/proto/grpc/lb/v1/load_balancer.proto
4036 - test/cpp/end2end/grpclb_end2end_test.cc
4037 deps:
4038 - grpc++_test_util
4039 - grpc_test_util
4040 - grpc++
4041 - grpc
4042 - gpr_test_util
4043 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004044 excluded_poll_engines:
4045 - poll
4046 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004047- name: grpclb_test
4048 gtest: false
4049 build: test
4050 language: c++
4051 src:
4052 - src/proto/grpc/lb/v1/load_balancer.proto
4053 - test/cpp/grpclb/grpclb_test.cc
4054 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004055 - grpc++_test_util
4056 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004057 - grpc++
4058 - grpc
4059 - gpr_test_util
4060 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004061 excluded_poll_engines:
4062 - poll
4063 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004064- name: health_service_end2end_test
4065 gtest: true
4066 build: test
4067 language: c++
4068 src:
4069 - test/cpp/end2end/health_service_end2end_test.cc
4070 deps:
4071 - grpc++_test_util
4072 - grpc_test_util
4073 - grpc++
4074 - grpc
4075 - gpr_test_util
4076 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004077- name: http2_client
4078 build: test
4079 run: false
4080 language: c++
4081 src: []
4082 deps:
4083 - http2_client_main
4084 - grpc++_test_util
4085 - grpc_test_util
4086 - grpc++
4087 - grpc
4088 - grpc++_test_config
4089 platforms:
4090 - mac
4091 - linux
4092 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004093- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004094 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004095 build: test
4096 language: c++
4097 src:
4098 - test/cpp/end2end/hybrid_end2end_test.cc
4099 deps:
4100 - grpc++_test_util
4101 - grpc_test_util
4102 - grpc++
4103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004104 - gpr_test_util
4105 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004106- name: interop_client
4107 build: test
4108 run: false
4109 language: c++
4110 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004111 deps:
4112 - interop_client_main
4113 - interop_client_helper
4114 - grpc++_test_util
4115 - grpc_test_util
4116 - grpc++
4117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004118 - gpr_test_util
4119 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004120 - grpc++_test_config
4121 platforms:
4122 - mac
4123 - linux
4124 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004125- name: interop_server
4126 build: test
4127 run: false
4128 language: c++
4129 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004130 deps:
4131 - interop_server_main
4132 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004133 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004134 - grpc++_test_util
4135 - grpc_test_util
4136 - grpc++
4137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004138 - gpr_test_util
4139 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004140 - grpc++_test_config
4141 platforms:
4142 - mac
4143 - linux
4144 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004145- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004146 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004147 build: test
4148 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004149 src:
4150 - test/cpp/interop/interop_test.cc
4151 deps:
4152 - grpc_test_util
4153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004154 - gpr_test_util
4155 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004156 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004157 platforms:
4158 - mac
4159 - linux
4160 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004161- name: json_run_localhost
4162 build: test
4163 run: false
4164 language: c++
4165 src:
4166 - test/cpp/qps/json_run_localhost.cc
4167 deps:
4168 - grpc++_test_util
4169 - grpc_test_util
4170 - grpc++
4171 - grpc
4172 - gpr_test_util
4173 - gpr
4174 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004175 platforms:
4176 - mac
4177 - linux
4178 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004179- name: memory_test
4180 gtest: true
4181 build: test
4182 language: c++
4183 src:
4184 - test/core/support/memory_test.cc
4185 deps:
4186 - grpc_test_util
4187 - grpc++
4188 - grpc
4189 - gpr_test_util
4190 - gpr
4191 uses:
4192 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004193- name: metrics_client
4194 build: test
4195 run: false
4196 language: c++
4197 headers:
4198 - test/cpp/util/metrics_server.h
4199 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004200 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004201 - test/cpp/interop/metrics_client.cc
4202 deps:
4203 - grpc++
4204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004205 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004206 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004207- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004208 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004209 build: test
4210 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004211 headers:
4212 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004213 src:
4214 - test/cpp/end2end/mock_test.cc
4215 deps:
4216 - grpc++_test_util
4217 - grpc_test_util
4218 - grpc++
4219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004220 - gpr_test_util
4221 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004222- name: noop-benchmark
4223 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004224 language: c++
4225 src:
4226 - test/cpp/microbenchmarks/noop-benchmark.cc
4227 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004228 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004229 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004230- name: proto_server_reflection_test
4231 gtest: true
4232 build: test
4233 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004234 src:
4235 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004236 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004237 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004238 - grpc++_reflection
4239 - grpc++_test_util
4240 - grpc_test_util
4241 - grpc++
4242 - grpc
4243 - gpr_test_util
4244 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004245- name: proto_utils_test
4246 gtest: true
4247 build: test
4248 language: c++
4249 src:
4250 - test/cpp/codegen/proto_utils_test.cc
4251 deps:
4252 - grpc++
4253 - grpc
4254 filegroups:
4255 - grpc++_codegen_base
4256 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004257- name: qps_interarrival_test
4258 build: test
4259 run: false
4260 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004261 src:
4262 - test/cpp/qps/qps_interarrival_test.cc
4263 deps:
4264 - qps
4265 - grpc++_test_util
4266 - grpc_test_util
4267 - grpc++
4268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004269 - gpr_test_util
4270 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004271 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004272 platforms:
4273 - mac
4274 - linux
4275 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004276- name: qps_json_driver
4277 build: test
4278 run: false
4279 language: c++
4280 src:
4281 - test/cpp/qps/qps_json_driver.cc
4282 deps:
4283 - qps
4284 - grpc++_test_util
4285 - grpc_test_util
4286 - grpc++
4287 - grpc
4288 - gpr_test_util
4289 - gpr
4290 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004291- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004292 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004293 build: test
4294 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004295 src:
4296 - test/cpp/qps/qps_openloop_test.cc
4297 deps:
4298 - qps
4299 - grpc++_test_util
4300 - grpc_test_util
4301 - grpc++
4302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004303 - gpr_test_util
4304 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004305 - grpc++_test_config
4306 platforms:
4307 - mac
4308 - linux
4309 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004310- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004311 build: test
4312 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004313 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004314 headers:
4315 - test/cpp/qps/client.h
4316 - test/cpp/qps/server.h
4317 src:
4318 - test/cpp/qps/worker.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
Craig Tillerbf4b2242015-08-31 15:53:53 -07004328- name: reconnect_interop_client
4329 build: test
4330 run: false
4331 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004332 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004333 - src/proto/grpc/testing/empty.proto
4334 - src/proto/grpc/testing/messages.proto
4335 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004336 - test/cpp/interop/reconnect_interop_client.cc
4337 deps:
4338 - grpc++_test_util
4339 - grpc_test_util
4340 - grpc++
4341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004342 - gpr_test_util
4343 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004344 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004345- name: reconnect_interop_server
4346 build: test
4347 run: false
4348 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004349 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004350 - src/proto/grpc/testing/empty.proto
4351 - src/proto/grpc/testing/messages.proto
4352 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004353 - test/cpp/interop/reconnect_interop_server.cc
4354 deps:
4355 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004356 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004357 - grpc++_test_util
4358 - grpc_test_util
4359 - grpc++
4360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004361 - gpr_test_util
4362 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004363 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004364- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004365 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004366 build: test
4367 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004368 src:
4369 - test/cpp/common/secure_auth_context_test.cc
4370 deps:
4371 - grpc++_test_util
4372 - grpc_test_util
4373 - grpc++
4374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004375 - gpr_test_util
4376 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004377- name: secure_sync_unary_ping_pong_test
4378 build: test
4379 language: c++
4380 src:
4381 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4382 deps:
4383 - qps
4384 - grpc++_test_util
4385 - grpc_test_util
4386 - grpc++
4387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004388 - gpr_test_util
4389 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004390 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004391 platforms:
4392 - mac
4393 - linux
4394 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004395- name: server_builder_plugin_test
4396 gtest: true
4397 build: test
4398 language: c++
4399 src:
4400 - test/cpp/end2end/server_builder_plugin_test.cc
4401 deps:
4402 - grpc++_test_util
4403 - grpc_test_util
4404 - grpc++
4405 - grpc
4406 - gpr_test_util
4407 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004408- name: server_builder_test
4409 gtest: true
4410 build: test
4411 language: c++
4412 src:
4413 - src/proto/grpc/testing/echo_messages.proto
4414 - src/proto/grpc/testing/echo.proto
4415 - test/cpp/server/server_builder_test.cc
4416 deps:
Vijay Pai168034b2017-07-31 00:53:10 -07004417 - grpc++_test_util_unsecure
4418 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004419 - gpr_test_util
Vijay Pai168034b2017-07-31 00:53:10 -07004420 - grpc++_unsecure
4421 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004422 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004423- name: server_context_test_spouse_test
4424 gtest: true
4425 build: test
4426 language: c++
4427 src:
4428 - test/cpp/test/server_context_test_spouse_test.cc
4429 deps:
4430 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004431 - grpc++
4432 - grpc
4433 - gpr_test_util
4434 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004435 uses:
4436 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004437- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004438 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004439 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004440 build: test
4441 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004442 src:
4443 - test/cpp/end2end/server_crash_test.cc
4444 deps:
4445 - grpc++_test_util
4446 - grpc_test_util
4447 - grpc++
4448 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004449 - gpr_test_util
4450 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004451 platforms:
4452 - mac
4453 - linux
4454 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004455- name: server_crash_test_client
4456 build: test
4457 run: false
4458 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004459 src:
4460 - test/cpp/end2end/server_crash_test_client.cc
4461 deps:
4462 - grpc++_test_util
4463 - grpc_test_util
4464 - grpc++
4465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004466 - gpr_test_util
4467 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004468- name: server_request_call_test
4469 gtest: true
4470 build: test
4471 language: c++
4472 src:
4473 - src/proto/grpc/testing/echo_messages.proto
4474 - src/proto/grpc/testing/echo.proto
4475 - test/cpp/server/server_request_call_test.cc
4476 deps:
Vijay Pai168034b2017-07-31 00:53:10 -07004477 - grpc++_test_util_unsecure
4478 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004479 - gpr_test_util
Vijay Pai168034b2017-07-31 00:53:10 -07004480 - grpc++_unsecure
4481 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004482 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004483- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004484 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004485 build: test
4486 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004487 src:
4488 - test/cpp/end2end/shutdown_test.cc
4489 deps:
4490 - grpc++_test_util
4491 - grpc_test_util
4492 - grpc++
4493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004494 - gpr_test_util
4495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004496- name: status_test
4497 build: test
4498 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004499 src:
4500 - test/cpp/util/status_test.cc
4501 deps:
4502 - grpc_test_util
4503 - grpc++
4504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004505 - gpr_test_util
4506 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004507- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004508 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004509 build: test
4510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004511 src:
4512 - test/cpp/end2end/streaming_throughput_test.cc
4513 deps:
4514 - grpc++_test_util
4515 - grpc_test_util
4516 - grpc++
4517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004518 - gpr_test_util
4519 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004520 platforms:
4521 - mac
4522 - linux
4523 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004524- name: stress_test
4525 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004526 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004527 language: c++
4528 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004529 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004530 - test/cpp/interop/interop_client.h
4531 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004532 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004533 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004534 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004535 - src/proto/grpc/testing/empty.proto
4536 - src/proto/grpc/testing/messages.proto
4537 - src/proto/grpc/testing/metrics.proto
4538 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004539 - test/cpp/interop/interop_client.cc
4540 - test/cpp/interop/stress_interop_client.cc
4541 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004542 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004543 deps:
4544 - grpc++_test_util
4545 - grpc_test_util
4546 - grpc++
4547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004548 - gpr_test_util
4549 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004550 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004551- name: thread_manager_test
4552 build: test
4553 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004554 src:
4555 - test/cpp/thread_manager/thread_manager_test.cc
4556 deps:
Vijay Pai168034b2017-07-31 00:53:10 -07004557 - grpc++_unsecure
4558 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004559 - gpr
4560 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004561- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004562 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004563 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004564 build: test
4565 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004566 src:
4567 - test/cpp/end2end/thread_stress_test.cc
4568 deps:
Vijay Pai168034b2017-07-31 00:53:10 -07004569 - grpc++_test_util_unsecure
4570 - grpc_test_util_unsecure
4571 - grpc++_unsecure
4572 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004573 - gpr_test_util
4574 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004575 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004576- name: writes_per_rpc_test
4577 gtest: true
4578 cpu_cost: 0.5
4579 build: test
4580 language: c++
4581 src:
4582 - test/cpp/performance/writes_per_rpc_test.cc
4583 deps:
4584 - grpc++_test_util
4585 - grpc_test_util
4586 - grpc++
4587 - grpc
4588 - gpr_test_util
4589 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004590 platforms:
4591 - mac
4592 - linux
4593 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004594- name: public_headers_must_be_c89
4595 build: test
4596 language: c89
4597 src:
4598 - test/core/surface/public_headers_must_be_c89.c
4599 deps:
4600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004602vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004603- linkage: static
4604 name: grpc.dependencies.zlib
4605 props: false
4606 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004607 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004608- linkage: static
4609 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004610 props: true
4611 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004612 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004613- name: gflags
4614 props: false
4615 redist: false
4616 version: 2.1.2.1
4617- name: gtest
4618 props: false
4619 redist: false
4620 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004621configs:
4622 asan:
4623 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004624 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4625 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004626 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004627 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004628 LDFLAGS: -fsanitize=address
4629 LDXX: clang++
4630 compile_the_world: true
4631 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004632 ASAN_OPTIONS: detect_leaks=1:color=always
4633 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004634 asan-noleaks:
4635 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004636 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4637 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004638 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004639 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004640 LDFLAGS: -fsanitize=address
4641 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004642 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004643 test_environ:
4644 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004645 asan-trace-cmp:
4646 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004647 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4648 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004649 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004650 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004651 LDFLAGS: -fsanitize=address
4652 LDXX: clang++
4653 compile_the_world: true
4654 test_environ:
4655 ASAN_OPTIONS: detect_leaks=1:color=always
4656 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004657 basicprof:
4658 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4659 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004660 c++-compat:
4661 CFLAGS: -Wc++-compat
4662 CPPFLAGS: -O0
4663 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004664 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004665 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004666 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004667 dbg:
4668 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004669 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004670 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004671 gcov:
4672 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004673 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004674 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004675 DEFINES: _DEBUG DEBUG GPR_GCOV
4676 LD: gcc
4677 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4678 LDXX: g++
4679 helgrind:
4680 CPPFLAGS: -O0
4681 DEFINES: _DEBUG DEBUG
4682 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004683 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004684 lto:
4685 CPPFLAGS: -O2
4686 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004687 memcheck:
4688 CPPFLAGS: -O0
4689 DEFINES: _DEBUG DEBUG
4690 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004691 valgrind: --tool=memcheck --leak-check=full
4692 msan:
4693 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004694 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4695 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4696 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004697 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004698 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004699 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004700 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4701 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4702 LDXX: clang++
4703 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004704 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004705 CPPFLAGS: -O3 -fno-omit-frame-pointer
4706 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004707 LDFLAGS: -rdynamic
4708 opt:
4709 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004710 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004711 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004712 stapprof:
4713 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4714 DEFINES: NDEBUG
4715 tsan:
4716 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004717 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004718 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004719 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004720 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004721 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004722 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004723 LDXX: clang++
4724 compile_the_world: true
4725 test_environ:
4726 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004727 ubsan:
4728 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004729 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4730 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004731 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004732 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004733 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004734 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004735 LDXX: clang++
4736 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004737 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004738 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004739defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004740 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004741 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004742 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4743 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004744 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4745 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004746 benchmark:
4747 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004748 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004749 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004750 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004751 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004752 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004753 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004754 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004755 LDFLAGS: -g
4756 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004757 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004758 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004759node_modules:
4760- deps:
4761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004762 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004763 - boringssl
4764 - z
murgatroid9994a75412015-11-19 14:04:53 -08004765 headers:
4766 - src/node/ext/byte_buffer.h
4767 - src/node/ext/call.h
4768 - src/node/ext/call_credentials.h
4769 - src/node/ext/channel.h
4770 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004771 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004772 - src/node/ext/server.h
4773 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004774 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004775 - src/node/ext/timeval.h
4776 js:
4777 - src/node/index.js
4778 - src/node/src/client.js
4779 - src/node/src/common.js
4780 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004781 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004782 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004783 - src/node/src/metadata.js
4784 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004785 name: grpc_node
4786 src:
4787 - src/node/ext/byte_buffer.cc
4788 - src/node/ext/call.cc
4789 - src/node/ext/call_credentials.cc
4790 - src/node/ext/channel.cc
4791 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004792 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004793 - src/node/ext/node_grpc.cc
4794 - src/node/ext/server.cc
4795 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004796 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004797 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004798openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004799 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004800 extraction_dir: openssl-1.0.2f
4801 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004802php_config_m4:
4803 deps:
4804 - grpc
4805 - gpr
4806 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004807 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004808 headers:
4809 - src/php/ext/grpc/byte_buffer.h
4810 - src/php/ext/grpc/call.h
4811 - src/php/ext/grpc/call_credentials.h
4812 - src/php/ext/grpc/channel.h
4813 - src/php/ext/grpc/channel_credentials.h
4814 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004815 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004816 - src/php/ext/grpc/php_grpc.h
4817 - src/php/ext/grpc/server.h
4818 - src/php/ext/grpc/server_credentials.h
4819 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004820 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004821 src:
4822 - src/php/ext/grpc/byte_buffer.c
4823 - src/php/ext/grpc/call.c
4824 - src/php/ext/grpc/call_credentials.c
4825 - src/php/ext/grpc/channel.c
4826 - src/php/ext/grpc/channel_credentials.c
4827 - src/php/ext/grpc/completion_queue.c
4828 - src/php/ext/grpc/php_grpc.c
4829 - src/php/ext/grpc/server.c
4830 - src/php/ext/grpc/server_credentials.c
4831 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004832python_dependencies:
4833 deps:
4834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004835 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004836 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004837 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004838 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004839ruby_gem:
4840 deps:
4841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004842 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004843 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004844 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004845 - z