blob: ba89b8e970ca69ae2ae879fc404faf1b82f3efd0 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Sree Kuchibhotla9a7bab52017-03-29 11:51:25 -070015 core_version: 4.0.0-dev
David Garcia Quintas713597f2017-08-16 20:59:05 -070016 g_stands_for: gambit
17 version: 1.7.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Vizerai0359e122017-04-28 20:06:58 -070030 - src/core/ext/census/intrusive_hash_map.h
Vizeraic1947ef2017-05-23 16:13:25 -070031 - src/core/ext/census/intrusive_hash_map_internal.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070033 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070034 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070035 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080036 - src/core/ext/census/trace_label.h
37 - src/core/ext/census/trace_propagation.h
38 - src/core/ext/census/trace_status.h
39 - src/core/ext/census/trace_string.h
40 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070041 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070042 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070043 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070044 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070045 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070046 - src/core/ext/census/grpc_context.c
47 - src/core/ext/census/grpc_filter.c
48 - src/core/ext/census/grpc_plugin.c
49 - src/core/ext/census/initialize.c
Vizerai0359e122017-04-28 20:06:58 -070050 - src/core/ext/census/intrusive_hash_map.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070051 - src/core/ext/census/mlog.c
52 - src/core/ext/census/operation.c
53 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070054 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070055 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070056 - src/core/ext/census/tracing.c
57 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070058 uses:
59 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070060 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070061- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070063 - src/core/lib/profiling/basic_timers.c
64 - src/core/lib/profiling/stap_timers.c
65 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -070066 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -070067 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -070068 - src/core/lib/support/avl.c
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
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700217 - src/core/lib/iomgr/gethostname_fallback.c
218 - src/core/lib/iomgr/gethostname_host_name_max.c
219 - src/core/lib/iomgr/gethostname_sysconf.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/iocp_windows.c
221 - src/core/lib/iomgr/iomgr.c
222 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700223 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700225 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700226 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700227 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700228 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700229 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700230 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700232 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/pollset_windows.c
234 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700237 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500239 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700240 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/socket_utils_common_posix.c
242 - src/core/lib/iomgr/socket_utils_linux.c
243 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700244 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700245 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/socket_windows.c
247 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700248 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/iomgr/tcp_client_windows.c
250 - src/core/lib/iomgr/tcp_posix.c
251 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700252 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700253 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
254 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700255 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700257 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/iomgr/tcp_windows.c
259 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700260 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700262 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700263 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/iomgr/udp_server.c
265 - src/core/lib/iomgr/unix_sockets_posix.c
266 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700267 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/iomgr/wakeup_fd_eventfd.c
269 - src/core/lib/iomgr/wakeup_fd_nospecial.c
270 - src/core/lib/iomgr/wakeup_fd_pipe.c
271 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/json/json.c
273 - src/core/lib/json/json_reader.c
274 - src/core/lib/json/json_string.c
275 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700276 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700277 - src/core/lib/slice/percent_encoding.c
278 - src/core/lib/slice/slice.c
279 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800280 - src/core/lib/slice/slice_hash_table.c
281 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700282 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/surface/alarm.c
284 - src/core/lib/surface/api_trace.c
285 - src/core/lib/surface/byte_buffer.c
286 - src/core/lib/surface/byte_buffer_reader.c
287 - src/core/lib/surface/call.c
288 - src/core/lib/surface/call_details.c
289 - src/core/lib/surface/call_log_batch.c
290 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/surface/channel_init.c
292 - src/core/lib/surface/channel_ping.c
293 - src/core/lib/surface/channel_stack_type.c
294 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700295 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700297 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/surface/metadata_array.c
299 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/surface/validate_metadata.c
301 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700302 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800305 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/transport/metadata.c
307 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700308 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700309 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800311 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400312 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/transport/transport.c
314 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700315 deps:
316 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700317 filegroups:
318 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700319 uses:
320 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700321 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700322- name: grpc_base_headers
323 public_headers:
324 - include/grpc/byte_buffer.h
325 - include/grpc/byte_buffer_reader.h
326 - include/grpc/compression.h
327 - include/grpc/grpc.h
328 - include/grpc/grpc_posix.h
329 - include/grpc/grpc_security_constants.h
330 - include/grpc/load_reporting.h
331 - include/grpc/slice.h
332 - include/grpc/slice_buffer.h
333 - include/grpc/status.h
334 - include/grpc/support/workaround_list.h
335 headers:
336 - src/core/lib/channel/channel_args.h
337 - src/core/lib/channel/channel_stack.h
338 - src/core/lib/channel/channel_stack_builder.h
339 - src/core/lib/channel/connected_channel.h
340 - src/core/lib/channel/context.h
341 - src/core/lib/channel/handshaker.h
342 - src/core/lib/channel/handshaker_factory.h
343 - src/core/lib/channel/handshaker_registry.h
344 - src/core/lib/compression/algorithm_metadata.h
345 - src/core/lib/compression/message_compress.h
346 - src/core/lib/compression/stream_compression.h
347 - src/core/lib/http/format_request.h
348 - src/core/lib/http/httpcli.h
349 - src/core/lib/http/parser.h
350 - src/core/lib/iomgr/closure.h
351 - src/core/lib/iomgr/combiner.h
352 - src/core/lib/iomgr/endpoint.h
353 - src/core/lib/iomgr/endpoint_pair.h
354 - src/core/lib/iomgr/error.h
355 - src/core/lib/iomgr/error_internal.h
356 - src/core/lib/iomgr/ev_epoll1_linux.h
357 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h
358 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
359 - src/core/lib/iomgr/ev_epollex_linux.h
360 - src/core/lib/iomgr/ev_epollsig_linux.h
361 - src/core/lib/iomgr/ev_poll_posix.h
362 - src/core/lib/iomgr/ev_posix.h
363 - src/core/lib/iomgr/exec_ctx.h
364 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700365 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700366 - src/core/lib/iomgr/iocp_windows.h
367 - src/core/lib/iomgr/iomgr.h
368 - src/core/lib/iomgr/iomgr_internal.h
369 - src/core/lib/iomgr/iomgr_posix.h
370 - src/core/lib/iomgr/iomgr_uv.h
371 - src/core/lib/iomgr/is_epollexclusive_available.h
372 - src/core/lib/iomgr/load_file.h
373 - src/core/lib/iomgr/lockfree_event.h
374 - src/core/lib/iomgr/nameser.h
375 - src/core/lib/iomgr/network_status_tracker.h
376 - src/core/lib/iomgr/polling_entity.h
377 - src/core/lib/iomgr/pollset.h
378 - src/core/lib/iomgr/pollset_set.h
379 - src/core/lib/iomgr/pollset_set_windows.h
380 - src/core/lib/iomgr/pollset_uv.h
381 - src/core/lib/iomgr/pollset_windows.h
382 - src/core/lib/iomgr/port.h
383 - src/core/lib/iomgr/resolve_address.h
384 - src/core/lib/iomgr/resource_quota.h
385 - src/core/lib/iomgr/sockaddr.h
386 - src/core/lib/iomgr/sockaddr_posix.h
387 - src/core/lib/iomgr/sockaddr_utils.h
388 - src/core/lib/iomgr/sockaddr_windows.h
389 - src/core/lib/iomgr/socket_factory_posix.h
390 - src/core/lib/iomgr/socket_mutator.h
391 - src/core/lib/iomgr/socket_utils.h
392 - src/core/lib/iomgr/socket_utils_posix.h
393 - src/core/lib/iomgr/socket_windows.h
394 - src/core/lib/iomgr/sys_epoll_wrapper.h
395 - src/core/lib/iomgr/tcp_client.h
396 - src/core/lib/iomgr/tcp_client_posix.h
397 - src/core/lib/iomgr/tcp_posix.h
398 - src/core/lib/iomgr/tcp_server.h
399 - src/core/lib/iomgr/tcp_server_utils_posix.h
400 - src/core/lib/iomgr/tcp_uv.h
401 - src/core/lib/iomgr/tcp_windows.h
402 - src/core/lib/iomgr/time_averaged_stats.h
403 - src/core/lib/iomgr/timer.h
404 - src/core/lib/iomgr/timer_generic.h
405 - src/core/lib/iomgr/timer_heap.h
406 - src/core/lib/iomgr/timer_manager.h
407 - src/core/lib/iomgr/timer_uv.h
408 - src/core/lib/iomgr/udp_server.h
409 - src/core/lib/iomgr/unix_sockets_posix.h
410 - src/core/lib/iomgr/wakeup_fd_cv.h
411 - src/core/lib/iomgr/wakeup_fd_pipe.h
412 - src/core/lib/iomgr/wakeup_fd_posix.h
413 - src/core/lib/json/json.h
414 - src/core/lib/json/json_common.h
415 - src/core/lib/json/json_reader.h
416 - src/core/lib/json/json_writer.h
417 - src/core/lib/slice/b64.h
418 - src/core/lib/slice/percent_encoding.h
419 - src/core/lib/slice/slice_hash_table.h
420 - src/core/lib/slice/slice_internal.h
421 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700422 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700423 - src/core/lib/surface/api_trace.h
424 - src/core/lib/surface/call.h
425 - src/core/lib/surface/call_test_only.h
426 - src/core/lib/surface/channel.h
427 - src/core/lib/surface/channel_init.h
428 - src/core/lib/surface/channel_stack_type.h
429 - src/core/lib/surface/completion_queue.h
430 - src/core/lib/surface/completion_queue_factory.h
431 - src/core/lib/surface/event_string.h
432 - src/core/lib/surface/init.h
433 - src/core/lib/surface/lame_client.h
434 - src/core/lib/surface/server.h
435 - src/core/lib/surface/validate_metadata.h
436 - src/core/lib/transport/bdp_estimator.h
437 - src/core/lib/transport/byte_stream.h
438 - src/core/lib/transport/connectivity_state.h
439 - src/core/lib/transport/error_utils.h
440 - src/core/lib/transport/http2_errors.h
441 - src/core/lib/transport/metadata.h
442 - src/core/lib/transport/metadata_batch.h
443 - src/core/lib/transport/pid_controller.h
444 - src/core/lib/transport/service_config.h
445 - src/core/lib/transport/static_metadata.h
446 - src/core/lib/transport/status_conversion.h
447 - src/core/lib/transport/timeout_encoding.h
448 - src/core/lib/transport/transport.h
449 - src/core/lib/transport/transport_impl.h
450 deps:
451 - gpr
452 uses:
453 - grpc_codegen
454 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700455- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700456 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700457 - src/core/ext/filters/client_channel/client_channel.h
458 - src/core/ext/filters/client_channel/client_channel_factory.h
459 - src/core/ext/filters/client_channel/connector.h
460 - src/core/ext/filters/client_channel/http_connect_handshaker.h
461 - src/core/ext/filters/client_channel/http_proxy.h
462 - src/core/ext/filters/client_channel/lb_policy.h
463 - src/core/ext/filters/client_channel/lb_policy_factory.h
464 - src/core/ext/filters/client_channel/lb_policy_registry.h
465 - src/core/ext/filters/client_channel/parse_address.h
466 - src/core/ext/filters/client_channel/proxy_mapper.h
467 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
468 - src/core/ext/filters/client_channel/resolver.h
469 - src/core/ext/filters/client_channel/resolver_factory.h
470 - src/core/ext/filters/client_channel/resolver_registry.h
471 - src/core/ext/filters/client_channel/retry_throttle.h
472 - src/core/ext/filters/client_channel/subchannel.h
473 - src/core/ext/filters/client_channel/subchannel_index.h
474 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700475 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700476 - src/core/ext/filters/client_channel/channel_connectivity.c
477 - src/core/ext/filters/client_channel/client_channel.c
478 - src/core/ext/filters/client_channel/client_channel_factory.c
479 - src/core/ext/filters/client_channel/client_channel_plugin.c
480 - src/core/ext/filters/client_channel/connector.c
481 - src/core/ext/filters/client_channel/http_connect_handshaker.c
482 - src/core/ext/filters/client_channel/http_proxy.c
483 - src/core/ext/filters/client_channel/lb_policy.c
484 - src/core/ext/filters/client_channel/lb_policy_factory.c
485 - src/core/ext/filters/client_channel/lb_policy_registry.c
486 - src/core/ext/filters/client_channel/parse_address.c
487 - src/core/ext/filters/client_channel/proxy_mapper.c
488 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
489 - src/core/ext/filters/client_channel/resolver.c
490 - src/core/ext/filters/client_channel/resolver_factory.c
491 - src/core/ext/filters/client_channel/resolver_registry.c
492 - src/core/ext/filters/client_channel/retry_throttle.c
493 - src/core/ext/filters/client_channel/subchannel.c
494 - src/core/ext/filters/client_channel/subchannel_index.c
495 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700496 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700497 uses:
498 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700499 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800500- name: grpc_codegen
501 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700502 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800503 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800504 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800505 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800506 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800507 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700508 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800509 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700510 uses:
511 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700512- name: grpc_deadline_filter
513 headers:
514 - src/core/ext/filters/deadline/deadline_filter.h
515 src:
516 - src/core/ext/filters/deadline/deadline_filter.c
517 plugin: grpc_deadline_filter
518 uses:
519 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700520- name: grpc_http_filters
521 headers:
522 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700523 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700524 - src/core/ext/filters/http/server/http_server_filter.h
525 src:
526 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700527 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700528 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700529 - src/core/ext/filters/http/server/http_server_filter.c
530 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700531 uses:
532 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700533- name: grpc_lb_policy_grpclb
534 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700535 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700536 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
537 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700538 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700539 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
540 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700541 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
544 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
547 - 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 -0800548 plugin: grpc_lb_policy_grpclb
549 uses:
550 - grpc_base
551 - grpc_client_channel
552 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700553 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800554- name: grpc_lb_policy_grpclb_secure
555 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700556 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700557 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
558 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700559 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700560 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
561 - 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 -0800562 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700563 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700564 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
565 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700566 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700567 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
568 - 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 -0700569 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700570 uses:
571 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700572 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700573 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700574 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700575 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700576- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700577 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700578 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700579 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700580 uses:
581 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700582 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700583- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700584 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700585 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700586 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700587 uses:
588 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700589 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700590- name: grpc_load_reporting
591 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700592 - src/core/ext/filters/load_reporting/load_reporting.h
593 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700594 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700595 - src/core/ext/filters/load_reporting/load_reporting.c
596 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700597 plugin: grpc_load_reporting_plugin
598 uses:
599 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700600- name: grpc_max_age_filter
601 headers:
602 - src/core/ext/filters/max_age/max_age_filter.h
603 src:
604 - src/core/ext/filters/max_age/max_age_filter.c
605 plugin: grpc_max_age_filter
606 uses:
607 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700608- name: grpc_message_size_filter
609 headers:
610 - src/core/ext/filters/message_size/message_size_filter.h
611 src:
612 - src/core/ext/filters/message_size/message_size_filter.c
613 plugin: grpc_message_size_filter
614 uses:
615 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700616- name: grpc_resolver_dns_ares
617 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700618 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
619 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700620 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700621 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
622 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
623 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700624 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700625 plugin: grpc_resolver_dns_ares
626 uses:
627 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700628 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700629- name: grpc_resolver_dns_native
630 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700631 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700632 plugin: grpc_resolver_dns_native
633 uses:
634 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700635 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700636- name: grpc_resolver_fake
637 headers:
638 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
639 src:
640 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
641 plugin: grpc_resolver_fake
642 uses:
643 - grpc_base
644 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700645- name: grpc_resolver_sockaddr
646 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700647 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700648 plugin: grpc_resolver_sockaddr
649 uses:
650 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700651 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100652- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700653 public_headers:
654 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100655 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700656 - src/core/lib/security/context/security_context.h
657 - src/core/lib/security/credentials/composite/composite_credentials.h
658 - src/core/lib/security/credentials/credentials.h
659 - src/core/lib/security/credentials/fake/fake_credentials.h
660 - src/core/lib/security/credentials/google_default/google_default_credentials.h
661 - src/core/lib/security/credentials/iam/iam_credentials.h
662 - src/core/lib/security/credentials/jwt/json_token.h
663 - src/core/lib/security/credentials/jwt/jwt_credentials.h
664 - src/core/lib/security/credentials/jwt/jwt_verifier.h
665 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
666 - src/core/lib/security/credentials/plugin/plugin_credentials.h
667 - src/core/lib/security/credentials/ssl/ssl_credentials.h
668 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800669 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700670 - src/core/lib/security/transport/secure_endpoint.h
671 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800672 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700673 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700674 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100675 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700676 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700677 - src/core/lib/security/context/security_context.c
678 - src/core/lib/security/credentials/composite/composite_credentials.c
679 - src/core/lib/security/credentials/credentials.c
680 - src/core/lib/security/credentials/credentials_metadata.c
681 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700682 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700683 - src/core/lib/security/credentials/google_default/google_default_credentials.c
684 - src/core/lib/security/credentials/iam/iam_credentials.c
685 - src/core/lib/security/credentials/jwt/json_token.c
686 - src/core/lib/security/credentials/jwt/jwt_credentials.c
687 - src/core/lib/security/credentials/jwt/jwt_verifier.c
688 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
689 - src/core/lib/security/credentials/plugin/plugin_credentials.c
690 - src/core/lib/security/credentials/ssl/ssl_credentials.c
691 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800692 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700693 - src/core/lib/security/transport/secure_endpoint.c
694 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800695 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700696 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700697 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700698 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700699 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700700 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700701 uses:
702 - grpc_base
703 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700704 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700705- name: grpc_server_backward_compatibility
706 headers:
707 - src/core/ext/filters/workarounds/workaround_utils.h
708 src:
709 - src/core/ext/filters/workarounds/workaround_utils.c
710 uses:
711 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700712- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700713 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700714 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700715 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700716 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800717 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700718 - test/core/end2end/fixtures/proxy.h
719 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800720 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700721 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200722 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700723 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700724 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700725 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700726 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700727 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700728 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800729 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700730 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700731 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700732 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800733 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700734 - test/core/end2end/fixtures/proxy.c
735 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800736 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700737 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200738 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700739 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700740 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700741 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800742 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700743 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700744 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800745 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700746 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700747 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700748 uses:
749 - grpc_base
750 - grpc_client_channel
751 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700752- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700753 src:
754 - src/core/lib/debug/trace.c
755 deps:
756 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700757 filegroups:
758 - grpc_trace_headers
759- name: grpc_trace_headers
760 headers:
761 - src/core/lib/debug/trace.h
762 deps:
763 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700764- name: grpc_transport_chttp2
765 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700766 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700767 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700768 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
769 - src/core/ext/transport/chttp2/transport/frame.h
770 - src/core/ext/transport/chttp2/transport/frame_data.h
771 - src/core/ext/transport/chttp2/transport/frame_goaway.h
772 - src/core/ext/transport/chttp2/transport/frame_ping.h
773 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
774 - src/core/ext/transport/chttp2/transport/frame_settings.h
775 - src/core/ext/transport/chttp2/transport/frame_window_update.h
776 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
777 - src/core/ext/transport/chttp2/transport/hpack_parser.h
778 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700779 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700780 - src/core/ext/transport/chttp2/transport/huffsyms.h
781 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
782 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700783 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700784 - src/core/ext/transport/chttp2/transport/varint.h
785 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700786 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700787 - src/core/ext/transport/chttp2/transport/bin_encoder.c
788 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700789 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700790 - src/core/ext/transport/chttp2/transport/flow_control.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700791 - src/core/ext/transport/chttp2/transport/frame_data.c
792 - src/core/ext/transport/chttp2/transport/frame_goaway.c
793 - src/core/ext/transport/chttp2/transport/frame_ping.c
794 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
795 - src/core/ext/transport/chttp2/transport/frame_settings.c
796 - src/core/ext/transport/chttp2/transport/frame_window_update.c
797 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
798 - src/core/ext/transport/chttp2/transport/hpack_parser.c
799 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700800 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700801 - src/core/ext/transport/chttp2/transport/huffsyms.c
802 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
803 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700804 - src/core/ext/transport/chttp2/transport/stream_lists.c
805 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700806 - src/core/ext/transport/chttp2/transport/varint.c
807 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700808 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700809 uses:
810 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700811 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700812 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700813- name: grpc_transport_chttp2_alpn
814 headers:
815 - src/core/ext/transport/chttp2/alpn/alpn.h
816 src:
817 - src/core/ext/transport/chttp2/alpn/alpn.c
818 deps:
819 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800820- name: grpc_transport_chttp2_client_connector
821 headers:
822 - src/core/ext/transport/chttp2/client/chttp2_connector.h
823 src:
824 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800825 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800826 - grpc_transport_chttp2
827 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700828 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700829- name: grpc_transport_chttp2_client_insecure
830 src:
831 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700832 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700833 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800834 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700835 - grpc_transport_chttp2
836 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700837 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700838- name: grpc_transport_chttp2_client_secure
839 src:
840 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700841 uses:
842 - grpc_transport_chttp2
843 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700844 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700845 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800846 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800847- name: grpc_transport_chttp2_server
848 headers:
849 - src/core/ext/transport/chttp2/server/chttp2_server.h
850 src:
851 - src/core/ext/transport/chttp2/server/chttp2_server.c
852 uses:
853 - grpc_transport_chttp2
854 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700855- name: grpc_transport_chttp2_server_insecure
856 src:
857 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700858 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700859 uses:
860 - grpc_transport_chttp2
861 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800862 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700863- name: grpc_transport_chttp2_server_secure
864 src:
865 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700866 uses:
867 - grpc_transport_chttp2
868 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700869 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800870 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700871- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700872 public_headers:
873 - include/grpc/grpc_cronet.h
874 - include/grpc/grpc_security.h
875 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700876 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800877 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800878 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700879 src:
880 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
881 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
882 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700883 filegroups:
884 - grpc_base
885 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700886 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700887- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700888 src:
889 - src/core/ext/transport/inproc/inproc_plugin.c
890 - src/core/ext/transport/inproc/inproc_transport.c
891 plugin: grpc_inproc_plugin
892 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700893 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700894 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700895- name: grpc_transport_inproc_headers
896 headers:
897 - src/core/ext/transport/inproc/inproc_transport.h
898 uses:
899 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700900- name: grpc_workaround_cronet_compression_filter
901 headers:
902 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
903 src:
904 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
905 plugin: grpc_workaround_cronet_compression_filter
906 uses:
907 - grpc_base
908 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800909- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700910 src:
911 - third_party/nanopb/pb_common.c
912 - third_party/nanopb/pb_decode.c
913 - third_party/nanopb/pb_encode.c
914 filegroups:
915 - nanopb_headers
916- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800917 headers:
918 - third_party/nanopb/pb.h
919 - third_party/nanopb/pb_common.h
920 - third_party/nanopb/pb_decode.h
921 - third_party/nanopb/pb_encode.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700922- name: tsi
923 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700924 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700925 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700926 - src/core/tsi/ssl_transport_security.h
927 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700928 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700929 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700930 - src/core/tsi/fake_transport_security.c
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700931 - src/core/tsi/gts_transport_security.c
Craig Tiller134fed32017-03-28 14:27:18 -0700932 - src/core/tsi/ssl_transport_security.c
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700933 - src/core/tsi/transport_security_grpc.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934 deps:
935 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700936 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700938 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700939 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700940 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700941 - grpc_trace
942- name: tsi_interface
943 headers:
944 - src/core/tsi/transport_security.h
945 - src/core/tsi/transport_security_adapter.h
946 - src/core/tsi/transport_security_interface.h
947 src:
948 - src/core/tsi/transport_security.c
949 - src/core/tsi/transport_security_adapter.c
950 deps:
951 - gpr
952 secure: true
953 uses:
954 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700955- name: grpc++_codegen_base
956 language: c++
957 public_headers:
958 - include/grpc++/impl/codegen/async_stream.h
959 - include/grpc++/impl/codegen/async_unary_call.h
960 - include/grpc++/impl/codegen/call.h
961 - include/grpc++/impl/codegen/call_hook.h
962 - include/grpc++/impl/codegen/channel_interface.h
963 - include/grpc++/impl/codegen/client_context.h
964 - include/grpc++/impl/codegen/client_unary_call.h
965 - include/grpc++/impl/codegen/completion_queue.h
966 - include/grpc++/impl/codegen/completion_queue_tag.h
967 - include/grpc++/impl/codegen/config.h
968 - include/grpc++/impl/codegen/core_codegen_interface.h
969 - include/grpc++/impl/codegen/create_auth_context.h
970 - include/grpc++/impl/codegen/grpc_library.h
971 - include/grpc++/impl/codegen/metadata_map.h
972 - include/grpc++/impl/codegen/method_handler_impl.h
973 - include/grpc++/impl/codegen/rpc_method.h
974 - include/grpc++/impl/codegen/rpc_service_method.h
975 - include/grpc++/impl/codegen/security/auth_context.h
976 - include/grpc++/impl/codegen/serialization_traits.h
977 - include/grpc++/impl/codegen/server_context.h
978 - include/grpc++/impl/codegen/server_interface.h
979 - include/grpc++/impl/codegen/service_type.h
980 - include/grpc++/impl/codegen/slice.h
981 - include/grpc++/impl/codegen/status.h
982 - include/grpc++/impl/codegen/status_code_enum.h
983 - include/grpc++/impl/codegen/string_ref.h
984 - include/grpc++/impl/codegen/stub_options.h
985 - include/grpc++/impl/codegen/sync_stream.h
986 - include/grpc++/impl/codegen/time.h
987 uses:
988 - grpc_codegen
989- name: grpc++_codegen_base_src
990 language: c++
991 src:
992 - src/cpp/codegen/codegen_init.cc
993 uses:
994 - grpc++_codegen_base
995- name: grpc++_codegen_proto
996 language: c++
997 public_headers:
998 - include/grpc++/impl/codegen/proto_utils.h
999 uses:
1000 - grpc++_codegen_base
1001 - grpc++_config_proto
1002- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001003 language: c++
1004 public_headers:
1005 - include/grpc++/alarm.h
1006 - include/grpc++/channel.h
1007 - include/grpc++/client_context.h
1008 - include/grpc++/completion_queue.h
1009 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001010 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001011 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001012 - include/grpc++/generic/async_generic_service.h
1013 - include/grpc++/generic/generic_stub.h
1014 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001015 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001016 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001017 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001018 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001019 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001020 - include/grpc++/impl/grpc_library.h
1021 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001022 - include/grpc++/impl/rpc_method.h
1023 - include/grpc++/impl/rpc_service_method.h
1024 - include/grpc++/impl/serialization_traits.h
1025 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001026 - include/grpc++/impl/server_builder_plugin.h
1027 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001028 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001029 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001030 - include/grpc++/security/auth_context.h
1031 - include/grpc++/security/auth_metadata_processor.h
1032 - include/grpc++/security/credentials.h
1033 - include/grpc++/security/server_credentials.h
1034 - include/grpc++/server.h
1035 - include/grpc++/server_builder.h
1036 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001037 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001038 - include/grpc++/support/async_stream.h
1039 - include/grpc++/support/async_unary_call.h
1040 - include/grpc++/support/byte_buffer.h
1041 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001042 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - include/grpc++/support/slice.h
1044 - include/grpc++/support/status.h
1045 - include/grpc++/support/status_code_enum.h
1046 - include/grpc++/support/string_ref.h
1047 - include/grpc++/support/stub_options.h
1048 - include/grpc++/support/sync_stream.h
1049 - include/grpc++/support/time.h
1050 headers:
1051 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001052 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001053 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001054 - src/cpp/server/health/default_health_check_service.h
1055 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001056 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001057 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001058 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001059 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001060 - src/cpp/client/client_context.cc
1061 - src/cpp/client/create_channel.cc
1062 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001063 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001064 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001066 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001067 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001068 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001070 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001072 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001074 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/server/create_default_thread_pool.cc
1076 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001077 - src/cpp/server/health/default_health_check_service.cc
1078 - src/cpp/server/health/health.pb.c
1079 - src/cpp/server/health/health_check_service.cc
1080 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001082 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/server/server_context.cc
1084 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001085 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001086 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001087 - src/cpp/util/byte_buffer_cc.cc
1088 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001089 - src/cpp/util/status.cc
1090 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001091 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001092 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001093 - gpr_base_headers
1094 - grpc_base_headers
1095 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001096 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001097 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001098- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001099 language: c++
1100 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001101 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001102- name: grpc++_reflection_proto
1103 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001104 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001105 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001106- name: grpc++_test
1107 language: c++
1108 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001109 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001110 - include/grpc++/test/server_context_test_spouse.h
1111 deps:
1112 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001113 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001114libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001115- name: gpr
1116 build: all
1117 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001118 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001119 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001120 secure: false
1121 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1122- name: gpr_test_util
1123 build: private
1124 language: c
1125 headers:
1126 - test/core/util/test_config.h
1127 src:
1128 - test/core/util/test_config.c
1129 deps:
1130 - gpr
1131 secure: false
1132 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: grpc
1134 build: all
1135 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001136 src:
1137 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001138 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001139 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001140 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001141 filegroups:
1142 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001143 - grpc_transport_chttp2_server_secure
1144 - grpc_transport_chttp2_client_secure
1145 - grpc_transport_chttp2_server_insecure
1146 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001147 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001148 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001149 - grpc_lb_policy_pick_first
1150 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001151 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001152 - grpc_resolver_dns_native
1153 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001154 - grpc_resolver_fake
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001155 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001156 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001157 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001158 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001159 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001160 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001161 - grpc_workaround_cronet_compression_filter
1162 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001163 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001165 vs_packages:
1166 - grpc.dependencies.openssl
1167 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001169- name: grpc_cronet
1170 build: all
1171 language: c
1172 src:
1173 - src/core/lib/surface/init.c
1174 baselib: true
1175 deps_linkage: static
1176 dll: true
1177 filegroups:
1178 - grpc_base
1179 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001180 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001181 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001182 generate_plugin_registry: true
1183 platforms:
1184 - linux
1185 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001186- name: grpc_dll
1187 build: private
1188 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001189 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001190 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001191 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001192 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001193 build_system:
1194 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001195 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001196 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001197 vs_config_type: DynamicLibrary
1198 vs_packages:
1199 - grpc.dependencies.openssl
1200 - grpc.dependencies.zlib
1201 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1202 vs_props:
1203 - zlib
1204 - openssl
1205 - winsock
1206 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207- name: grpc_test_util
1208 build: private
1209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001210 headers:
1211 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001212 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001213 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001214 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001215 - test/core/end2end/data/server1_cert.c
1216 - test/core/end2end/data/server1_key.c
1217 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001218 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001219 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001220 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001221 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001222 - grpc
1223 filegroups:
1224 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001225 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1226- name: grpc_test_util_unsecure
1227 build: private
1228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001229 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr
1231 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001232 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001233 filegroups:
1234 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001235 secure: false
1236 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1237- name: grpc_unsecure
1238 build: all
1239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001240 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001241 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001242 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001244 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001246 filegroups:
1247 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001248 - grpc_transport_chttp2_server_insecure
1249 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001250 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001251 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001252 - grpc_resolver_dns_native
1253 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001254 - grpc_resolver_fake
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001255 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001256 - grpc_lb_policy_grpclb
1257 - grpc_lb_policy_pick_first
1258 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001259 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001260 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001261 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001262 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001263 - grpc_workaround_cronet_compression_filter
1264 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001265 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001266 secure: false
1267 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001268- name: reconnect_server
1269 build: private
1270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001271 headers:
1272 - test/core/util/reconnect_server.h
1273 src:
1274 - test/core/util/reconnect_server.c
1275 deps:
yang-gc9fca182015-11-06 16:41:33 -08001276 - test_tcp_server
1277 - grpc_test_util
1278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001279 - gpr_test_util
1280 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001281- name: test_tcp_server
1282 build: private
1283 language: c
1284 headers:
1285 - test/core/util/test_tcp_server.h
1286 src:
1287 - test/core/util/test_tcp_server.c
1288 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001289 - grpc_test_util
1290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001291 - gpr_test_util
1292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001293- name: grpc++
1294 build: all
1295 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001296 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001297 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001298 - src/cpp/client/secure_credentials.h
1299 - src/cpp/common/secure_auth_context.h
1300 - src/cpp/server/secure_server_credentials.h
1301 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001302 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001303 - src/cpp/client/secure_credentials.cc
1304 - src/cpp/common/auth_property_iterator.cc
1305 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001306 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001307 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001308 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001309 - src/cpp/server/secure_server_credentials.cc
1310 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001311 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312 baselib: true
1313 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001314 filegroups:
1315 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001316 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001317 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001318 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001319 secure: check
1320 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001321- name: grpc++_cronet
1322 build: all
1323 language: c++
1324 src:
1325 - src/cpp/client/cronet_credentials.cc
1326 - src/cpp/client/insecure_credentials.cc
1327 - src/cpp/common/insecure_create_auth_context.cc
1328 - src/cpp/server/insecure_server_credentials.cc
1329 deps:
1330 - gpr
1331 - grpc_cronet
1332 baselib: true
1333 dll: true
1334 filegroups:
1335 - grpc++_base
1336 - grpc++_codegen_base
1337 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001338 - grpc_transport_chttp2_client_insecure
1339 - grpc_transport_chttp2_server_insecure
1340 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001341 platforms:
1342 - linux
1343 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001344- name: grpc++_error_details
1345 build: all
1346 language: c++
1347 public_headers:
1348 - include/grpc++/support/error_details.h
1349 src:
1350 - src/proto/grpc/status/status.proto
1351 - src/cpp/util/error_details.cc
1352 deps:
1353 - grpc++
1354 baselib: true
1355 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001356- name: grpc++_proto_reflection_desc_db
1357 build: private
1358 language: c++
1359 headers:
1360 - test/cpp/util/proto_reflection_descriptor_database.h
1361 src:
1362 - test/cpp/util/proto_reflection_descriptor_database.cc
1363 deps:
1364 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001365 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001366 filegroups:
1367 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001368 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001369- name: grpc++_reflection
1370 build: all
1371 language: c++
1372 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001373 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001374 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001375 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001376 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001377 - src/cpp/ext/proto_server_reflection.cc
1378 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001379 deps:
1380 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001381 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001382 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001383 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001384- name: grpc++_test_config
1385 build: private
1386 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001387 headers:
1388 - test/cpp/util/test_config.h
1389 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001390 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: grpc++_test_util
1392 build: private
1393 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001394 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001395 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001396 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001397 - test/cpp/util/create_test_channel.h
1398 - test/cpp/util/string_ref_helper.h
1399 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001400 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
yang-gc8a49d22016-12-12 11:18:49 -08001402 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001403 - src/proto/grpc/testing/echo_messages.proto
1404 - src/proto/grpc/testing/echo.proto
1405 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001406 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001407 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001408 - test/cpp/util/create_test_channel.cc
1409 - test/cpp/util/string_ref_helper.cc
1410 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001411 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001412 deps:
1413 - grpc++
1414 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001415 - grpc
yang-g17487f92016-06-03 15:21:15 -07001416 filegroups:
1417 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001418 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001419 - grpc++_codegen_proto
1420 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001421- name: grpc++_test_util_unsecure
1422 build: private
1423 language: c++
1424 headers:
1425 - test/cpp/end2end/test_service_impl.h
1426 - test/cpp/util/byte_buffer_proto_helper.h
1427 - test/cpp/util/string_ref_helper.h
1428 - test/cpp/util/subprocess.h
1429 src:
1430 - src/proto/grpc/health/v1/health.proto
1431 - src/proto/grpc/testing/echo_messages.proto
1432 - src/proto/grpc/testing/echo.proto
1433 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1434 - test/cpp/end2end/test_service_impl.cc
1435 - test/cpp/util/byte_buffer_proto_helper.cc
1436 - test/cpp/util/string_ref_helper.cc
1437 - test/cpp/util/subprocess.cc
1438 deps:
1439 - grpc++_unsecure
1440 - grpc_test_util_unsecure
1441 - grpc_unsecure
1442 filegroups:
1443 - grpc++_codegen_base
1444 - grpc++_codegen_base_src
1445 - grpc++_codegen_proto
1446 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447- name: grpc++_unsecure
1448 build: all
1449 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001450 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001451 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001452 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001453 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001454 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001456 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457 baselib: true
1458 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001459 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001460 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001461 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001462 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463 secure: false
1464 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001465- name: grpc_benchmark
1466 build: test
1467 language: c++
1468 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001469 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1470 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001471 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001472 src:
1473 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001474 deps:
1475 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001476 - grpc++_unsecure
1477 - grpc_test_util_unsecure
1478 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001479 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001480- name: grpc_cli_libs
1481 build: private
1482 language: c++
1483 headers:
1484 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001485 - test/cpp/util/cli_credentials.h
1486 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001487 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001488 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001489 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001490 src:
1491 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001492 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001493 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001494 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001495 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001496 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001497 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001498 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001499 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001500 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001501 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001502 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: grpc_plugin_support
1504 build: protoc
1505 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001506 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001507 - src/compiler/config.h
1508 - src/compiler/cpp_generator.h
1509 - src/compiler/cpp_generator_helpers.h
1510 - src/compiler/csharp_generator.h
1511 - src/compiler/csharp_generator_helpers.h
1512 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001513 - src/compiler/node_generator.h
1514 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001515 - src/compiler/objective_c_generator.h
1516 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001517 - src/compiler/php_generator.h
1518 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301519 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001520 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301521 - src/compiler/python_generator_helpers.h
1522 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001523 - src/compiler/ruby_generator.h
1524 - src/compiler/ruby_generator_helpers-inl.h
1525 - src/compiler/ruby_generator_map-inl.h
1526 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301527 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001528 src:
1529 - src/compiler/cpp_generator.cc
1530 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001531 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001532 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001533 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001534 - src/compiler/python_generator.cc
1535 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001536 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001537 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001538 secure: false
1539 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001540 vs_props:
1541 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001542- name: http2_client_main
1543 build: private
1544 language: c++
1545 headers:
1546 - test/cpp/interop/http2_client.h
1547 src:
1548 - src/proto/grpc/testing/empty.proto
1549 - src/proto/grpc/testing/messages.proto
1550 - src/proto/grpc/testing/test.proto
1551 - test/cpp/interop/http2_client.cc
1552 deps:
1553 - grpc++_test_util
1554 - grpc_test_util
1555 - grpc++
1556 - grpc
1557 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001558- name: interop_client_helper
1559 build: private
1560 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001561 headers:
1562 - test/cpp/interop/client_helper.h
1563 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001564 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001565 - test/cpp/interop/client_helper.cc
1566 deps:
1567 - grpc++_test_util
1568 - grpc_test_util
1569 - grpc++
1570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001571 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001572- name: interop_client_main
1573 build: private
1574 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001575 headers:
1576 - test/cpp/interop/interop_client.h
1577 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001578 - src/proto/grpc/testing/empty.proto
1579 - src/proto/grpc/testing/messages.proto
1580 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001581 - test/cpp/interop/client.cc
1582 - test/cpp/interop/interop_client.cc
1583 deps:
1584 - interop_client_helper
1585 - grpc++_test_util
1586 - grpc_test_util
1587 - grpc++
1588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001589 - gpr_test_util
1590 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001591 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001592- name: interop_server_helper
1593 build: private
1594 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001595 headers:
1596 - test/cpp/interop/server_helper.h
1597 src:
1598 - test/cpp/interop/server_helper.cc
1599 deps:
yang-gcc591022017-01-11 11:10:43 -08001600 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001601 - grpc_test_util
1602 - grpc++
1603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001605- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001606 build: private
1607 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001608 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001609 - src/proto/grpc/testing/empty.proto
1610 - src/proto/grpc/testing/messages.proto
1611 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001612 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001613 deps:
1614 - interop_server_helper
1615 - grpc++_test_util
1616 - grpc_test_util
1617 - grpc++
1618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr_test_util
1620 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001621 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001622- name: interop_server_main
1623 build: private
1624 language: c++
1625 src:
1626 - test/cpp/interop/interop_server_bootstrap.cc
1627 deps:
1628 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001629- name: qps
1630 build: private
1631 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001632 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001633 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001634 - test/cpp/qps/client.h
1635 - test/cpp/qps/driver.h
1636 - test/cpp/qps/histogram.h
1637 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001638 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001639 - test/cpp/qps/qps_worker.h
1640 - test/cpp/qps/report.h
1641 - test/cpp/qps/server.h
1642 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001643 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001644 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001645 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001646 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001647 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001648 - src/proto/grpc/testing/control.proto
1649 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001650 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001651 - test/cpp/qps/client_async.cc
1652 - test/cpp/qps/client_sync.cc
1653 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001654 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001655 - test/cpp/qps/qps_worker.cc
1656 - test/cpp/qps/report.cc
1657 - test/cpp/qps/server_async.cc
1658 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001659 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001660 deps:
1661 - grpc_test_util
1662 - grpc++_test_util
1663 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001664 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001665- name: grpc_csharp_ext
1666 build: all
1667 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
1669 - src/csharp/ext/grpc_csharp_ext.c
1670 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001672 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001673 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001674 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675 dll: only
1676 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001677 vs_packages:
1678 - grpc.dependencies.openssl
1679 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001680 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001681 vs_props:
1682 - zlib
1683 - openssl
1684 - winsock
1685 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001687- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001688 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001689 build: test
1690 language: c
1691 src:
1692 - test/core/surface/alarm_test.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001696 - gpr_test_util
1697 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001698- name: algorithm_test
1699 build: test
1700 language: c
1701 src:
1702 - test/core/compression/algorithm_test.c
1703 deps:
1704 - grpc_test_util
1705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001706 - gpr_test_util
1707 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001708- name: alloc_test
1709 build: test
1710 language: c
1711 src:
1712 - test/core/support/alloc_test.c
1713 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001714 - gpr_test_util
1715 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001716- name: alpn_test
1717 build: test
1718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001719 src:
1720 - test/core/transport/chttp2/alpn_test.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 - gpr_test_util
1725 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001726- name: api_fuzzer
1727 build: fuzzer
1728 language: c
1729 src:
1730 - test/core/end2end/fuzzers/api_fuzzer.c
1731 deps:
1732 - grpc_test_util
1733 - grpc
1734 - gpr_test_util
1735 - gpr
1736 corpus_dirs:
1737 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001738 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001739 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001740- name: arena_test
1741 build: test
1742 language: c
1743 src:
1744 - test/core/support/arena_test.c
1745 deps:
1746 - gpr_test_util
1747 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001748- name: bad_server_response_test
1749 build: test
1750 language: c
1751 src:
1752 - test/core/end2end/bad_server_response_test.c
1753 deps:
1754 - test_tcp_server
1755 - grpc_test_util
1756 - grpc
1757 - gpr_test_util
1758 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001759 exclude_iomgrs:
1760 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001761- name: bdp_estimator_test
1762 build: test
1763 language: c
1764 src:
1765 - test/core/transport/bdp_estimator_test.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
1769 - gpr_test_util
1770 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001771- name: bin_decoder_test
1772 build: test
1773 language: c
1774 src:
1775 - test/core/transport/chttp2/bin_decoder_test.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: bin_encoder_test
1780 build: test
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
1783 - test/core/transport/chttp2/bin_encoder_test.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001787- name: byte_stream_test
1788 build: test
1789 language: c
1790 src:
1791 - test/core/transport/byte_stream_test.c
1792 deps:
1793 - grpc_test_util
1794 - grpc
1795 - gpr_test_util
1796 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001797- name: census_context_test
1798 build: test
1799 language: c
1800 src:
1801 - test/core/census/context_test.c
1802 deps:
1803 - grpc_test_util
1804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001805 - gpr_test_util
1806 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001807- name: census_intrusive_hash_map_test
1808 build: test
1809 language: c
1810 src:
1811 - test/core/census/intrusive_hash_map_test.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
1815 - gpr_test_util
1816 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001817- name: census_resource_test
1818 build: test
1819 language: c
1820 src:
1821 - test/core/census/resource_test.c
1822 deps:
1823 - grpc_test_util
1824 - grpc
1825 - gpr_test_util
1826 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001827- name: census_trace_context_test
1828 build: test
1829 language: c
1830 src:
1831 - test/core/census/trace_context_test.c
1832 deps:
1833 - grpc_test_util
1834 - grpc
1835 - gpr_test_util
1836 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001837- name: channel_create_test
1838 build: test
1839 language: c
1840 src:
1841 - test/core/surface/channel_create_test.c
1842 deps:
1843 - grpc_test_util
1844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001845 - gpr_test_util
1846 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001847- name: check_epollexclusive
1848 build: tool
1849 language: c
1850 src:
1851 - test/build/check_epollexclusive.c
1852 deps:
1853 - grpc
1854 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001855- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856 build: test
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001859 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001860 deps:
1861 - grpc_test_util
1862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865- name: chttp2_stream_map_test
1866 build: test
1867 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001868 src:
1869 - test/core/transport/chttp2/stream_map_test.c
1870 deps:
1871 - grpc_test_util
1872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001875- name: chttp2_varint_test
1876 build: test
1877 language: c
1878 src:
1879 - test/core/transport/chttp2/varint_test.c
1880 deps:
1881 - grpc_test_util
1882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001885- name: client_fuzzer
1886 build: fuzzer
1887 language: c
1888 src:
1889 - test/core/end2end/fuzzers/client_fuzzer.c
1890 deps:
1891 - grpc_test_util
1892 - grpc
1893 - gpr_test_util
1894 - gpr
1895 corpus_dirs:
1896 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001897 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001898 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001899- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001900 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001901 build: test
1902 language: c
1903 src:
1904 - test/core/iomgr/combiner_test.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
1908 - gpr_test_util
1909 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910- name: compression_test
1911 build: test
1912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001913 src:
1914 - test/core/compression/compression_test.c
1915 deps:
1916 - grpc_test_util
1917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr_test_util
1919 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001920- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001921 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001922 build: test
1923 language: c
1924 src:
1925 - test/core/surface/concurrent_connectivity_test.c
1926 deps:
1927 - grpc_test_util
1928 - grpc
1929 - gpr_test_util
1930 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001931 exclude_iomgrs:
1932 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001933- name: connection_refused_test
1934 cpu_cost: 0.1
1935 build: test
1936 language: c
1937 src:
1938 - test/core/end2end/connection_refused_test.c
1939 deps:
1940 - grpc_test_util
1941 - grpc
1942 - gpr_test_util
1943 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001944- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001945 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001946 build: test
1947 language: c
1948 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001949 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001950 deps:
1951 - grpc_test_util
1952 - grpc
1953 - gpr_test_util
1954 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001955 exclude_iomgrs:
1956 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001957- name: dns_resolver_test
1958 build: test
1959 language: c
1960 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001961 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001962 deps:
1963 - grpc_test_util
1964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001967- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001968 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969 build: test
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/end2end/dualstack_socket_test.c
1973 deps:
1974 - grpc_test_util
1975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001978 exclude_iomgrs:
1979 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001980 platforms:
1981 - mac
1982 - linux
1983 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001984- name: endpoint_pair_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/iomgr/endpoint_pair_test.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001994 exclude_iomgrs:
1995 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001996- name: error_test
1997 cpu_cost: 30
1998 build: test
1999 language: c
2000 src:
2001 - test/core/iomgr/error_test.c
2002 deps:
2003 - grpc_test_util
2004 - grpc
2005 - gpr_test_util
2006 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002007- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002008 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002009 build: test
2010 language: c
2011 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002012 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002013 deps:
2014 - grpc_test_util
2015 - grpc
2016 - gpr_test_util
2017 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002018 exclude_iomgrs:
2019 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002020 platforms:
2021 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002022- name: fake_resolver_test
2023 build: test
2024 language: c
2025 src:
2026 - test/core/client_channel/resolvers/fake_resolver_test.c
2027 deps:
2028 - grpc_test_util
2029 - grpc
2030 - gpr_test_util
2031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: fd_conservation_posix_test
2033 build: test
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
2036 - test/core/iomgr/fd_conservation_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: fd_posix_test
2049 build: test
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
2052 - test/core/iomgr/fd_posix_test.c
2053 deps:
2054 - grpc_test_util
2055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr_test_util
2057 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002058 exclude_iomgrs:
2059 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002060 platforms:
2061 - mac
2062 - linux
2063 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064- name: fling_client
2065 build: test
2066 run: false
2067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
2069 - test/core/fling/client.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: fling_server
2076 build: test
2077 run: false
2078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002079 src:
2080 - test/core/fling/server.c
2081 deps:
2082 - grpc_test_util
2083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002084 - gpr_test_util
2085 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002087 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002088 build: test
2089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/core/fling/fling_stream_test.c
2092 deps:
2093 - grpc_test_util
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002097 platforms:
2098 - mac
2099 - linux
2100 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002102 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002103 build: test
2104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
2106 - test/core/fling/fling_test.c
2107 deps:
2108 - grpc_test_util
2109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr_test_util
2111 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002112 platforms:
2113 - mac
2114 - linux
2115 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116- name: gen_hpack_tables
2117 build: tool
2118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002119 src:
2120 - tools/codegen/core/gen_hpack_tables.c
2121 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002122 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002123 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002124- name: gen_legal_metadata_characters
2125 build: tool
2126 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002127 src:
2128 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002130- name: gen_percent_encoding_tables
2131 build: tool
2132 language: c
2133 src:
2134 - tools/codegen/core/gen_percent_encoding_tables.c
2135 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002136- name: goaway_server_test
2137 cpu_cost: 0.1
2138 build: test
2139 language: c
2140 src:
2141 - test/core/end2end/goaway_server_test.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
2145 - gpr_test_util
2146 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002147 exclude_iomgrs:
2148 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002149 platforms:
2150 - mac
2151 - linux
2152 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002153- name: gpr_avl_test
2154 build: test
2155 language: c
2156 src:
2157 - test/core/support/avl_test.c
2158 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002161- name: gpr_backoff_test
2162 build: test
2163 language: c
2164 src:
2165 - test/core/support/backoff_test.c
2166 deps:
2167 - gpr_test_util
2168 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: gpr_cmdline_test
2170 build: test
2171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002172 src:
2173 - test/core/support/cmdline_test.c
2174 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002175 - gpr_test_util
2176 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002177- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002178 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002179 build: test
2180 language: c
2181 src:
2182 - test/core/support/cpu_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_env_test
2187 build: test
2188 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002189 src:
2190 - test/core/support/env_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_histogram_test
2195 build: test
2196 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002197 src:
2198 - test/core/support/histogram_test.c
2199 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002200 - gpr_test_util
2201 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002202- name: gpr_host_port_test
2203 build: test
2204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002205 src:
2206 - test/core/support/host_port_test.c
2207 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002208 - gpr_test_util
2209 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002210- name: gpr_log_test
2211 build: test
2212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002213 src:
2214 - test/core/support/log_test.c
2215 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002216 - gpr_test_util
2217 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002218- name: gpr_mpscq_test
2219 cpu_cost: 30
2220 build: test
2221 language: c
2222 src:
2223 - test/core/support/mpscq_test.c
2224 deps:
2225 - gpr_test_util
2226 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002227- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002228 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002229 build: test
2230 language: c
2231 src:
2232 - test/core/support/spinlock_test.c
2233 deps:
2234 - gpr_test_util
2235 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002236- name: gpr_stack_lockfree_test
2237 cpu_cost: 7
2238 build: test
2239 language: c
2240 src:
2241 - test/core/support/stack_lockfree_test.c
2242 deps:
2243 - gpr_test_util
2244 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245- name: gpr_string_test
2246 build: test
2247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002248 src:
2249 - test/core/support/string_test.c
2250 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002254 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002255 build: test
2256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002257 src:
2258 - test/core/support/sync_test.c
2259 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002260 - gpr_test_util
2261 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002263 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264 build: test
2265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002266 src:
2267 - test/core/support/thd_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_time_test
2272 build: test
2273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002274 src:
2275 - test/core/support/time_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: gpr_tls_test
2280 build: test
2281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002282 src:
2283 - test/core/support/tls_test.c
2284 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002287- name: gpr_useful_test
2288 build: test
2289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
2291 - test/core/support/useful_test.c
2292 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295- name: grpc_auth_context_test
2296 build: test
2297 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
2299 - test/core/security/auth_context_test.c
2300 deps:
2301 - grpc_test_util
2302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002303 - gpr_test_util
2304 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002305- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306 build: test
2307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002308 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002309 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002310 deps:
2311 - grpc_test_util
2312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002313 - gpr_test_util
2314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002315- name: grpc_byte_buffer_reader_test
2316 build: test
2317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002318 src:
2319 - test/core/surface/byte_buffer_reader_test.c
2320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: grpc_channel_args_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/core/channel/channel_args_test.c
2330 deps:
2331 - grpc_test_util
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002335- name: grpc_channel_stack_builder_test
2336 build: test
2337 language: c
2338 src:
2339 - test/core/channel/channel_stack_builder_test.c
2340 deps:
2341 - grpc_test_util
2342 - grpc
2343 - gpr_test_util
2344 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002345- name: grpc_channel_stack_test
2346 build: test
2347 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002348 src:
2349 - test/core/channel/channel_stack_test.c
2350 deps:
2351 - grpc_test_util
2352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002353 - gpr_test_util
2354 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002355- name: grpc_completion_queue_test
2356 build: test
2357 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002358 src:
2359 - test/core/surface/completion_queue_test.c
2360 deps:
2361 - grpc_test_util
2362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002363 - gpr_test_util
2364 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002365- name: grpc_completion_queue_threading_test
2366 build: test
2367 language: c
2368 src:
2369 - test/core/surface/completion_queue_threading_test.c
2370 deps:
2371 - grpc_test_util
2372 - grpc
2373 - gpr_test_util
2374 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002375 exclude_iomgrs:
2376 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377- name: grpc_create_jwt
2378 build: tool
2379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002380 src:
2381 - test/core/security/create_jwt.c
2382 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002384 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002385 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002386- name: grpc_credentials_test
2387 build: test
2388 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002389 src:
2390 - test/core/security/credentials_test.c
2391 deps:
2392 - grpc_test_util
2393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002394 - gpr_test_util
2395 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002396- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002397 build: test
2398 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002399 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002400 src:
2401 - test/core/security/fetch_oauth2.c
2402 deps:
2403 - grpc_test_util
2404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002405 - gpr_test_util
2406 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002407- name: grpc_invalid_channel_args_test
2408 build: test
2409 language: c
2410 src:
2411 - test/core/surface/invalid_channel_args_test.c
2412 deps:
2413 - grpc_test_util
2414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002415 - gpr_test_util
2416 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002417- name: grpc_json_token_test
2418 build: test
2419 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002420 src:
2421 - test/core/security/json_token_test.c
2422 deps:
2423 - grpc_test_util
2424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002425 - gpr_test_util
2426 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002427 platforms:
2428 - linux
2429 - posix
2430 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002431- name: grpc_jwt_verifier_test
2432 build: test
2433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002434 src:
2435 - test/core/security/jwt_verifier_test.c
2436 deps:
2437 - grpc_test_util
2438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002439 - gpr_test_util
2440 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002441- name: grpc_print_google_default_creds_token
2442 build: tool
2443 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002444 src:
2445 - test/core/security/print_google_default_creds_token.c
2446 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002448 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449- name: grpc_security_connector_test
2450 build: test
2451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
2453 - test/core/security/security_connector_test.c
2454 deps:
2455 - grpc_test_util
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: grpc_verify_jwt
2460 build: tool
2461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
2463 - test/core/security/verify_jwt.c
2464 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002467- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002468 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002469 language: c
2470 src:
2471 - test/core/handshake/client_ssl.c
2472 deps:
2473 - grpc_test_util
2474 - grpc
2475 - gpr_test_util
2476 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002477 exclude_iomgrs:
2478 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002479 platforms:
2480 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002481 secure: true
2482- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002483 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002484 language: c
2485 src:
2486 - test/core/handshake/server_ssl.c
2487 deps:
2488 - grpc_test_util
2489 - grpc
2490 - gpr_test_util
2491 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002492 exclude_iomgrs:
2493 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002494 platforms:
2495 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002496 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002497- name: hpack_parser_fuzzer_test
2498 build: fuzzer
2499 language: c
2500 src:
2501 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2502 deps:
2503 - grpc_test_util
2504 - grpc
2505 - gpr_test_util
2506 - gpr
2507 corpus_dirs:
2508 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002509 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002510 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002511- name: hpack_parser_test
2512 build: test
2513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002514 src:
2515 - test/core/transport/chttp2/hpack_parser_test.c
2516 deps:
2517 - grpc_test_util
2518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 - gpr_test_util
2520 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002521- name: hpack_table_test
2522 build: test
2523 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002524 src:
2525 - test/core/transport/chttp2/hpack_table_test.c
2526 deps:
2527 - grpc_test_util
2528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002529 - gpr_test_util
2530 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002531- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002532 build: test
2533 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002534 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002535 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002536 deps:
2537 - grpc_test_util
2538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002539 - gpr_test_util
2540 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002541- name: http_request_fuzzer_test
2542 build: fuzzer
2543 language: c
2544 src:
2545 - test/core/http/request_fuzzer.c
2546 deps:
2547 - grpc_test_util
2548 - grpc
2549 - gpr_test_util
2550 - gpr
2551 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002552 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002553 maxlen: 2048
2554- name: http_response_fuzzer_test
2555 build: fuzzer
2556 language: c
2557 src:
2558 - test/core/http/response_fuzzer.c
2559 deps:
2560 - grpc_test_util
2561 - grpc
2562 - gpr_test_util
2563 - gpr
2564 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002565 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002566 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002567- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568 build: test
2569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002570 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002571 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002572 deps:
2573 - grpc_test_util
2574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr_test_util
2576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002577- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002578 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002579 build: test
2580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002581 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002582 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002583 deps:
2584 - grpc_test_util
2585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002586 - gpr_test_util
2587 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002588 platforms:
2589 - mac
2590 - linux
2591 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002592- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002593 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002594 build: test
2595 language: c
2596 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002597 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002598 deps:
2599 - grpc_test_util
2600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002601 - gpr_test_util
2602 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002603 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002604 - linux
yang-gf1183302015-12-07 16:02:05 -08002605- name: init_test
2606 build: test
2607 language: c
2608 src:
2609 - test/core/surface/init_test.c
2610 deps:
2611 - grpc_test_util
2612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002613 - gpr_test_util
2614 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002615- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002616 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002617 build: test
2618 language: c
2619 src:
2620 - test/core/end2end/invalid_call_argument_test.c
2621 deps:
2622 - grpc_test_util
2623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002624 - gpr_test_util
2625 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002626- name: json_fuzzer_test
2627 build: fuzzer
2628 language: c
2629 src:
2630 - test/core/json/fuzzer.c
2631 deps:
2632 - grpc_test_util
2633 - grpc
2634 - gpr_test_util
2635 - gpr
2636 corpus_dirs:
2637 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002638 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002639- name: json_rewrite
2640 build: test
2641 run: false
2642 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002643 src:
2644 - test/core/json/json_rewrite.c
2645 deps:
2646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002648- name: json_rewrite_test
2649 build: test
2650 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002651 src:
2652 - test/core/json/json_rewrite_test.c
2653 deps:
2654 - grpc_test_util
2655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002656 - gpr_test_util
2657 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002658- name: json_stream_error_test
2659 build: test
2660 language: c
2661 src:
2662 - test/core/json/json_stream_error_test.c
2663 deps:
2664 - grpc_test_util
2665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002666 - gpr_test_util
2667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002668- name: json_test
2669 build: test
2670 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002671 src:
2672 - test/core/json/json_test.c
2673 deps:
2674 - grpc_test_util
2675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002676 - gpr_test_util
2677 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002678- name: lame_client_test
2679 build: test
2680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002681 src:
2682 - test/core/surface/lame_client_test.c
2683 deps:
2684 - grpc_test_util
2685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002686 - gpr_test_util
2687 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002688- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002689 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002690 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002691 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002692 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002693 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002694 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002695 deps:
2696 - grpc_test_util
2697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002698 - gpr_test_util
2699 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002700- name: load_file_test
2701 build: test
2702 language: c
2703 src:
2704 - test/core/iomgr/load_file_test.c
2705 deps:
2706 - grpc_test_util
2707 - grpc
2708 - gpr_test_util
2709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002710- name: low_level_ping_pong_benchmark
2711 build: benchmark
2712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002713 src:
2714 - test/core/network_benchmarks/low_level_ping_pong.c
2715 deps:
2716 - grpc_test_util
2717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002718 - gpr_test_util
2719 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002720 platforms:
2721 - mac
2722 - linux
2723 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002724- name: memory_profile_client
2725 build: test
2726 run: false
2727 language: c
2728 src:
2729 - test/core/memory_usage/client.c
2730 deps:
2731 - grpc_test_util
2732 - grpc
2733 - gpr_test_util
2734 - gpr
2735- name: memory_profile_server
2736 build: test
2737 run: false
2738 language: c
2739 src:
2740 - test/core/memory_usage/server.c
2741 deps:
2742 - grpc_test_util
2743 - grpc
2744 - gpr_test_util
2745 - gpr
2746- name: memory_profile_test
2747 cpu_cost: 1.5
2748 build: test
2749 language: c
2750 src:
2751 - test/core/memory_usage/memory_usage_test.c
2752 deps:
2753 - grpc_test_util
2754 - grpc
2755 - gpr_test_util
2756 - gpr
2757 platforms:
2758 - mac
2759 - linux
2760 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002761- name: message_compress_test
2762 build: test
2763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002764 src:
2765 - test/core/compression/message_compress_test.c
2766 deps:
2767 - grpc_test_util
2768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002769 - gpr_test_util
2770 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002771- name: minimal_stack_is_minimal_test
2772 build: test
2773 language: c
2774 src:
2775 - test/core/channel/minimal_stack_is_minimal_test.c
2776 deps:
2777 - grpc_test_util
2778 - grpc
2779 - gpr_test_util
2780 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002781- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002782 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002783 build: test
2784 language: c
2785 src:
2786 - test/core/census/mlog_test.c
2787 deps:
2788 - grpc_test_util
2789 - grpc
2790 - gpr_test_util
2791 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002792- name: multiple_server_queues_test
2793 build: test
2794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002795 src:
2796 - test/core/end2end/multiple_server_queues_test.c
2797 deps:
2798 - grpc_test_util
2799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002800 - gpr_test_util
2801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802- name: murmur_hash_test
2803 build: test
2804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002805 src:
2806 - test/core/support/murmur_hash_test.c
2807 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002808 - gpr_test_util
2809 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002810- name: nanopb_fuzzer_response_test
2811 build: fuzzer
2812 language: c
2813 src:
2814 - test/core/nanopb/fuzzer_response.c
2815 deps:
2816 - grpc_test_util
2817 - grpc
2818 - gpr_test_util
2819 - gpr
2820 corpus_dirs:
2821 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002822 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002823- name: nanopb_fuzzer_serverlist_test
2824 build: fuzzer
2825 language: c
2826 src:
2827 - test/core/nanopb/fuzzer_serverlist.c
2828 deps:
2829 - grpc_test_util
2830 - grpc
2831 - gpr_test_util
2832 - gpr
2833 corpus_dirs:
2834 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002835 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002836- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002837 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002838 build: test
2839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002840 src:
2841 - test/core/end2end/no_server_test.c
2842 deps:
2843 - grpc_test_util
2844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002845 - gpr_test_util
2846 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002847- name: num_external_connectivity_watchers_test
2848 build: test
2849 language: c
2850 src:
2851 - test/core/surface/num_external_connectivity_watchers_test.c
2852 deps:
2853 - grpc_test_util
2854 - grpc
2855 - gpr_test_util
2856 - gpr
2857 exclude_iomgrs:
2858 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002859- name: parse_address_test
2860 build: test
2861 language: c
2862 src:
2863 - test/core/client_channel/parse_address_test.c
2864 deps:
2865 - grpc_test_util
2866 - grpc
2867 - gpr_test_util
2868 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002869- name: percent_decode_fuzzer
2870 build: fuzzer
2871 language: c
2872 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002873 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002874 deps:
2875 - grpc_test_util
2876 - grpc
2877 - gpr_test_util
2878 - gpr
2879 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002880 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002881 maxlen: 32
2882- name: percent_encode_fuzzer
2883 build: fuzzer
2884 language: c
2885 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002886 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002887 deps:
2888 - grpc_test_util
2889 - grpc
2890 - gpr_test_util
2891 - gpr
2892 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002893 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002894 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002895- name: percent_encoding_test
2896 build: test
2897 language: c
2898 src:
2899 - test/core/slice/percent_encoding_test.c
2900 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002901 - grpc_test_util
2902 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002903 - gpr_test_util
2904 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002905- name: pollset_set_test
2906 build: test
2907 language: c
2908 src:
2909 - test/core/iomgr/pollset_set_test.c
2910 deps:
2911 - grpc_test_util
2912 - grpc
2913 - gpr_test_util
2914 - gpr
2915 exclude_iomgrs:
2916 - uv
2917 platforms:
2918 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002919- name: resolve_address_posix_test
2920 build: test
2921 language: c
2922 src:
2923 - test/core/iomgr/resolve_address_posix_test.c
2924 deps:
2925 - grpc_test_util
2926 - grpc
2927 - gpr_test_util
2928 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002929 exclude_iomgrs:
2930 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002931 platforms:
2932 - mac
2933 - linux
2934 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002935- name: resolve_address_test
2936 build: test
2937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002938 src:
2939 - test/core/iomgr/resolve_address_test.c
2940 deps:
2941 - grpc_test_util
2942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002943 - gpr_test_util
2944 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002945- name: resource_quota_test
2946 cpu_cost: 30
2947 build: test
2948 language: c
2949 src:
2950 - test/core/iomgr/resource_quota_test.c
2951 deps:
2952 - grpc_test_util
2953 - grpc
2954 - gpr_test_util
2955 - gpr
yang-gd482e592015-12-10 14:04:00 -08002956- name: secure_channel_create_test
2957 build: test
2958 language: c
2959 src:
2960 - test/core/surface/secure_channel_create_test.c
2961 deps:
2962 - grpc_test_util
2963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002964 - gpr_test_util
2965 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966- name: secure_endpoint_test
2967 build: test
2968 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002969 src:
2970 - test/core/security/secure_endpoint_test.c
2971 deps:
2972 - grpc_test_util
2973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002974 - gpr_test_util
2975 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002976 exclude_iomgrs:
2977 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002978- name: sequential_connectivity_test
2979 build: test
2980 language: c
2981 src:
2982 - test/core/surface/sequential_connectivity_test.c
2983 deps:
2984 - grpc_test_util
2985 - grpc
2986 - gpr_test_util
2987 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002988 exclude_iomgrs:
2989 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002990- name: server_chttp2_test
2991 build: test
2992 language: c
2993 src:
2994 - test/core/surface/server_chttp2_test.c
2995 deps:
2996 - grpc_test_util
2997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002998 - gpr_test_util
2999 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003000- name: server_fuzzer
3001 build: fuzzer
3002 language: c
3003 src:
3004 - test/core/end2end/fuzzers/server_fuzzer.c
3005 deps:
3006 - grpc_test_util
3007 - grpc
3008 - gpr_test_util
3009 - gpr
3010 corpus_dirs:
3011 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003012 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003013 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003014- name: server_test
3015 build: test
3016 language: c
3017 src:
3018 - test/core/surface/server_test.c
3019 deps:
3020 - grpc_test_util
3021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003022 - gpr_test_util
3023 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003024- name: slice_buffer_test
3025 build: test
3026 language: c
3027 src:
3028 - test/core/slice/slice_buffer_test.c
3029 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003030 - grpc_test_util
3031 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003032 - gpr_test_util
3033 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003034- name: slice_hash_table_test
3035 build: test
3036 language: c
3037 src:
3038 - test/core/slice/slice_hash_table_test.c
3039 deps:
3040 - grpc_test_util
3041 - grpc
3042 - gpr_test_util
3043 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003044- name: slice_string_helpers_test
3045 build: test
3046 language: c
3047 src:
3048 - test/core/slice/slice_string_helpers_test.c
3049 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003050 - grpc_test_util
3051 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003052 - gpr_test_util
3053 - gpr
3054- name: slice_test
3055 build: test
3056 language: c
3057 src:
3058 - test/core/slice/slice_test.c
3059 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003060 - grpc_test_util
3061 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003062 - gpr_test_util
3063 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003064- name: sockaddr_resolver_test
3065 build: test
3066 language: c
3067 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003068 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003069 deps:
3070 - grpc_test_util
3071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003072 - gpr_test_util
3073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003074- name: sockaddr_utils_test
3075 build: test
3076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003077 src:
3078 - test/core/iomgr/sockaddr_utils_test.c
3079 deps:
3080 - grpc_test_util
3081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003082 - gpr_test_util
3083 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003084- name: socket_utils_test
3085 build: test
3086 language: c
3087 src:
3088 - test/core/iomgr/socket_utils_test.c
3089 deps:
3090 - grpc_test_util
3091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003092 - gpr_test_util
3093 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003094 exclude_iomgrs:
3095 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003096 platforms:
3097 - mac
3098 - linux
3099 - posix
yang-g31e21282016-11-04 15:10:03 -07003100- name: ssl_server_fuzzer
3101 build: fuzzer
3102 language: c
3103 src:
3104 - test/core/security/ssl_server_fuzzer.c
3105 deps:
3106 - grpc_test_util
3107 - grpc
3108 - gpr_test_util
3109 - gpr
3110 corpus_dirs:
3111 - test/core/security/corpus/ssl_server_corpus
3112 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003113- name: status_conversion_test
3114 build: test
3115 language: c
3116 src:
3117 - test/core/transport/status_conversion_test.c
3118 deps:
3119 - grpc_test_util
3120 - grpc
3121 - gpr_test_util
3122 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003123- name: stream_compression_test
3124 build: test
3125 language: c
3126 src:
3127 - test/core/compression/stream_compression_test.c
3128 deps:
3129 - grpc_test_util
3130 - grpc
3131 - gpr_test_util
3132 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003133- name: stream_owned_slice_test
3134 build: test
3135 language: c
3136 src:
3137 - test/core/transport/stream_owned_slice_test.c
3138 deps:
3139 - grpc_test_util
3140 - grpc
3141 - gpr_test_util
3142 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003143- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003144 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003145 build: test
3146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003147 src:
3148 - test/core/iomgr/tcp_client_posix_test.c
3149 deps:
3150 - grpc_test_util
3151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003152 - gpr_test_util
3153 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003154 exclude_iomgrs:
3155 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003156 platforms:
3157 - mac
3158 - linux
3159 - posix
murgatroid991191b722017-02-08 11:56:52 -08003160- name: tcp_client_uv_test
3161 cpu_cost: 0.5
3162 build: test
3163 language: c
3164 src:
3165 - test/core/iomgr/tcp_client_uv_test.c
3166 deps:
3167 - grpc_test_util
3168 - grpc
3169 - gpr_test_util
3170 - gpr
3171 exclude_iomgrs:
3172 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003173- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003174 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003175 build: test
3176 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003177 src:
3178 - test/core/iomgr/tcp_posix_test.c
3179 deps:
3180 - grpc_test_util
3181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003182 - gpr_test_util
3183 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003184 exclude_iomgrs:
3185 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003186 platforms:
3187 - mac
3188 - linux
3189 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003190- name: tcp_server_posix_test
3191 build: test
3192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003193 src:
3194 - test/core/iomgr/tcp_server_posix_test.c
3195 deps:
3196 - grpc_test_util
3197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003198 - gpr_test_util
3199 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003200 exclude_iomgrs:
3201 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003202 platforms:
3203 - mac
3204 - linux
3205 - posix
murgatroid991191b722017-02-08 11:56:52 -08003206- name: tcp_server_uv_test
3207 build: test
3208 language: c
3209 src:
3210 - test/core/iomgr/tcp_server_uv_test.c
3211 deps:
3212 - grpc_test_util
3213 - grpc
3214 - gpr_test_util
3215 - gpr
3216 exclude_iomgrs:
3217 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003218- name: time_averaged_stats_test
3219 build: test
3220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003221 src:
3222 - test/core/iomgr/time_averaged_stats_test.c
3223 deps:
3224 - grpc_test_util
3225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003226 - gpr_test_util
3227 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003228- name: timeout_encoding_test
3229 build: test
3230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003231 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003232 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003233 deps:
3234 - grpc_test_util
3235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003236 - gpr_test_util
3237 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003238- name: timer_heap_test
3239 build: test
3240 language: c
3241 src:
3242 - test/core/iomgr/timer_heap_test.c
3243 deps:
3244 - grpc_test_util
3245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003246 - gpr_test_util
3247 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003248 exclude_iomgrs:
3249 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003250- name: timer_list_test
3251 build: test
3252 language: c
3253 src:
3254 - test/core/iomgr/timer_list_test.c
3255 deps:
3256 - grpc_test_util
3257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003258 - gpr_test_util
3259 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003260 exclude_iomgrs:
3261 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003262- name: transport_connectivity_state_test
3263 build: test
3264 language: c
3265 src:
3266 - test/core/transport/connectivity_state_test.c
3267 deps:
3268 - grpc_test_util
3269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003270 - gpr_test_util
3271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003272- name: transport_metadata_test
3273 build: test
3274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003275 src:
3276 - test/core/transport/metadata_test.c
3277 deps:
3278 - grpc_test_util
3279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003280 - gpr_test_util
3281 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003282- name: transport_pid_controller_test
3283 build: test
3284 language: c
3285 src:
3286 - test/core/transport/pid_controller_test.c
3287 deps:
3288 - grpc_test_util
3289 - grpc
3290 - gpr_test_util
3291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003292- name: transport_security_test
3293 build: test
3294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003295 src:
3296 - test/core/tsi/transport_security_test.c
3297 deps:
3298 - grpc_test_util
3299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003300 - gpr_test_util
3301 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003302 platforms:
3303 - linux
3304 - posix
3305 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003306- name: udp_server_test
3307 build: test
3308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003309 src:
3310 - test/core/iomgr/udp_server_test.c
3311 deps:
3312 - grpc_test_util
3313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003314 - gpr_test_util
3315 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003316 exclude_iomgrs:
3317 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003318 platforms:
3319 - mac
3320 - linux
3321 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003322- name: uri_fuzzer_test
3323 build: fuzzer
3324 language: c
3325 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003326 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003327 deps:
3328 - grpc_test_util
3329 - grpc
3330 - gpr_test_util
3331 - gpr
3332 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003333 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003334 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003335- name: uri_parser_test
3336 build: test
3337 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003338 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003339 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003340 deps:
3341 - grpc_test_util
3342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003343 - gpr_test_util
3344 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003345- name: wakeup_fd_cv_test
3346 build: test
3347 language: c
3348 src:
3349 - test/core/iomgr/wakeup_fd_cv_test.c
3350 deps:
3351 - grpc_test_util
3352 - grpc
3353 - gpr_test_util
3354 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003355 exclude_iomgrs:
3356 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003357 platforms:
3358 - mac
3359 - linux
3360 - posix
vjpai04e992a2016-02-10 16:58:38 -08003361- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003362 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003363 build: test
3364 language: c++
3365 src:
3366 - test/cpp/common/alarm_cpp_test.cc
3367 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003368 - grpc++_test_util_unsecure
3369 - grpc_test_util_unsecure
3370 - grpc++_unsecure
3371 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003372 - gpr_test_util
3373 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003374- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003375 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003376 build: test
3377 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003378 src:
3379 - test/cpp/end2end/async_end2end_test.cc
3380 deps:
3381 - grpc++_test_util
3382 - grpc_test_util
3383 - grpc++
3384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003385 - gpr_test_util
3386 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003387- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003388 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003389 build: test
3390 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003391 src:
3392 - test/cpp/common/auth_property_iterator_test.cc
3393 deps:
3394 - grpc++_test_util
3395 - grpc_test_util
3396 - grpc++
3397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003398 - gpr_test_util
3399 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003400- name: bm_arena
3401 build: test
3402 language: c++
3403 src:
3404 - test/cpp/microbenchmarks/bm_arena.cc
3405 deps:
3406 - grpc_benchmark
3407 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003408 - grpc++_test_util_unsecure
3409 - grpc_test_util_unsecure
3410 - grpc++_unsecure
3411 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003412 - gpr_test_util
3413 - gpr
3414 args:
3415 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003416 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003417 platforms:
3418 - mac
3419 - linux
3420 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003421- name: bm_call_create
3422 build: test
3423 language: c++
3424 src:
3425 - test/cpp/microbenchmarks/bm_call_create.cc
3426 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003427 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003428 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003429 - grpc++_test_util_unsecure
3430 - grpc_test_util_unsecure
3431 - grpc++_unsecure
3432 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003433 - gpr_test_util
3434 - gpr
3435 args:
3436 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003437 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003438 platforms:
3439 - mac
3440 - linux
3441 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003442- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003443 build: test
3444 language: c++
3445 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003446 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003447 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003448 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003449 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003450 - grpc++_test_util_unsecure
3451 - grpc_test_util_unsecure
3452 - grpc++_unsecure
3453 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003454 - gpr_test_util
3455 - gpr
3456 args:
3457 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003458 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003459 platforms:
3460 - mac
3461 - linux
3462 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003463- name: bm_chttp2_transport
3464 build: test
3465 language: c++
3466 src:
3467 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3468 deps:
3469 - grpc_benchmark
3470 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003471 - grpc++_test_util_unsecure
3472 - grpc_test_util_unsecure
3473 - grpc++_unsecure
3474 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003475 - gpr_test_util
3476 - gpr
3477 args:
3478 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003479 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003480 platforms:
3481 - mac
3482 - linux
3483 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003484- name: bm_closure
3485 build: test
3486 language: c++
3487 src:
3488 - test/cpp/microbenchmarks/bm_closure.cc
3489 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003490 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003491 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003492 - grpc++_test_util_unsecure
3493 - grpc_test_util_unsecure
3494 - grpc++_unsecure
3495 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003496 - gpr_test_util
3497 - gpr
3498 args:
3499 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003500 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003501 platforms:
3502 - mac
3503 - linux
3504 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003505- name: bm_cq
3506 build: test
3507 language: c++
3508 src:
3509 - test/cpp/microbenchmarks/bm_cq.cc
3510 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003511 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003512 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003513 - grpc++_test_util_unsecure
3514 - grpc_test_util_unsecure
3515 - grpc++_unsecure
3516 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003517 - gpr_test_util
3518 - gpr
3519 args:
3520 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003521 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003522 platforms:
3523 - mac
3524 - linux
3525 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003526- name: bm_cq_multiple_threads
3527 build: test
3528 language: c++
3529 src:
3530 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3531 deps:
3532 - grpc_benchmark
3533 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003534 - grpc++_test_util_unsecure
3535 - grpc_test_util_unsecure
3536 - grpc++_unsecure
3537 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003538 - gpr_test_util
3539 - gpr
3540 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003541 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003542 defaults: benchmark
3543 platforms:
3544 - mac
3545 - linux
3546 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003547- name: bm_error
3548 build: test
3549 language: c++
3550 src:
3551 - test/cpp/microbenchmarks/bm_error.cc
3552 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003553 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003554 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003555 - grpc++_test_util_unsecure
3556 - grpc_test_util_unsecure
3557 - grpc++_unsecure
3558 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003559 - gpr_test_util
3560 - gpr
3561 args:
3562 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003563 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003564 platforms:
3565 - mac
3566 - linux
3567 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003568- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003569 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003570 language: c++
3571 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003572 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003573 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003574 - grpc_benchmark
3575 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003576 - grpc++_test_util_unsecure
3577 - grpc_test_util_unsecure
3578 - grpc++_unsecure
3579 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003580 - gpr_test_util
3581 - gpr
3582 args:
3583 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003584 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003585 excluded_poll_engines:
3586 - poll
3587 - poll-cv
3588 platforms:
3589 - mac
3590 - linux
3591 - posix
3592 timeout_seconds: 1200
3593- name: bm_fullstack_streaming_pump
3594 build: test
3595 language: c++
3596 src:
3597 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003598 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003599 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003600 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003601 - grpc++_test_util_unsecure
3602 - grpc_test_util_unsecure
3603 - grpc++_unsecure
3604 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003605 - gpr_test_util
3606 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003607 args:
3608 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003609 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003610 excluded_poll_engines:
3611 - poll
3612 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003613 platforms:
3614 - mac
3615 - linux
3616 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003617 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003618- name: bm_fullstack_trickle
3619 build: test
3620 language: c++
3621 src:
3622 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3623 deps:
3624 - grpc_benchmark
3625 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003626 - grpc++_test_util_unsecure
3627 - grpc_test_util_unsecure
3628 - grpc++_unsecure
3629 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003630 - gpr_test_util
3631 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003632 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003633 args:
3634 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003635 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003636 excluded_poll_engines:
3637 - poll
3638 - poll-cv
3639 platforms:
3640 - mac
3641 - linux
3642 - posix
3643 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003644- name: bm_fullstack_unary_ping_pong
3645 build: test
3646 language: c++
3647 src:
3648 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3649 deps:
3650 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003651 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003652 - grpc++_test_util_unsecure
3653 - grpc_test_util_unsecure
3654 - grpc++_unsecure
3655 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003656 - gpr_test_util
3657 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003658 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003659 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003660 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003661 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003662 - poll
3663 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003664 platforms:
3665 - mac
3666 - linux
3667 - posix
3668 timeout_seconds: 1200
3669- name: bm_metadata
3670 build: test
3671 language: c++
3672 src:
3673 - test/cpp/microbenchmarks/bm_metadata.cc
3674 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003675 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003676 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003677 - grpc++_test_util_unsecure
3678 - grpc_test_util_unsecure
3679 - grpc++_unsecure
3680 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003681 - gpr_test_util
3682 - gpr
3683 args:
3684 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003685 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003686 platforms:
3687 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003688 - linux
3689 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003690- name: bm_pollset
3691 build: test
3692 language: c++
3693 src:
3694 - test/cpp/microbenchmarks/bm_pollset.cc
3695 deps:
3696 - grpc_benchmark
3697 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003698 - grpc++_test_util_unsecure
3699 - grpc_test_util_unsecure
3700 - grpc++_unsecure
3701 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003702 - gpr_test_util
3703 - gpr
3704 args:
3705 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003706 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003707 platforms:
3708 - mac
3709 - linux
3710 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003711- name: channel_arguments_test
3712 gtest: true
3713 build: test
3714 language: c++
3715 src:
3716 - test/cpp/common/channel_arguments_test.cc
3717 deps:
3718 - grpc++
3719 - grpc
3720 - gpr
3721- name: channel_filter_test
3722 gtest: true
3723 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003724 language: c++
3725 src:
3726 - test/cpp/common/channel_filter_test.cc
3727 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003728 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003729 - grpc
3730 - gpr
3731- name: cli_call_test
3732 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003733 build: test
3734 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003735 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003736 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003737 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003738 - grpc_cli_libs
3739 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003740 - grpc_test_util
3741 - grpc++
3742 - grpc
3743 - gpr_test_util
3744 - gpr
3745- name: client_crash_test
3746 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003747 cpu_cost: 0.1
3748 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003749 language: c++
3750 src:
3751 - test/cpp/end2end/client_crash_test.cc
3752 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003753 - grpc++_test_util
3754 - grpc_test_util
3755 - grpc++
3756 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003757 - gpr_test_util
3758 - gpr
3759 platforms:
3760 - mac
3761 - linux
3762 - posix
3763- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003764 build: test
3765 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003766 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003767 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003768 - test/cpp/end2end/client_crash_test_server.cc
3769 deps:
3770 - grpc++_test_util
3771 - grpc_test_util
3772 - grpc++
3773 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003774 - gpr_test_util
3775 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003776- name: client_lb_end2end_test
3777 gtest: true
3778 build: test
3779 language: c++
3780 src:
3781 - test/cpp/end2end/client_lb_end2end_test.cc
3782 deps:
3783 - grpc++_test_util
3784 - grpc_test_util
3785 - grpc++
3786 - grpc
3787 - gpr_test_util
3788 - gpr
3789 excluded_poll_engines:
3790 - poll
3791 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003792- name: codegen_test_full
3793 gtest: true
3794 build: test
3795 language: c++
3796 src:
3797 - src/proto/grpc/testing/control.proto
3798 - src/proto/grpc/testing/messages.proto
3799 - src/proto/grpc/testing/payloads.proto
3800 - src/proto/grpc/testing/services.proto
3801 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003802 - test/cpp/codegen/codegen_test_full.cc
3803 deps:
3804 - grpc++
3805 - grpc
3806 - gpr
3807 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003808 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003809- name: codegen_test_minimal
3810 gtest: true
3811 build: test
3812 language: c++
3813 src:
3814 - src/proto/grpc/testing/control.proto
3815 - src/proto/grpc/testing/messages.proto
3816 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003817 - src/proto/grpc/testing/services.proto
3818 - src/proto/grpc/testing/stats.proto
3819 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003820 deps:
3821 - grpc
3822 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003823 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003824 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003825 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003826- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003827 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003828 build: test
3829 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003830 src:
3831 - test/cpp/client/credentials_test.cc
3832 deps:
3833 - grpc++
3834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003836- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003837 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003838 build: test
3839 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003840 src:
3841 - test/cpp/util/byte_buffer_test.cc
3842 deps:
3843 - grpc_test_util
3844 - grpc++
3845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003846 - gpr_test_util
3847 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003848- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003849 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003850 build: test
3851 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003852 src:
3853 - test/cpp/util/slice_test.cc
3854 deps:
3855 - grpc_test_util
3856 - grpc++
3857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003858 - gpr_test_util
3859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003860- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003861 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003862 build: test
3863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003864 src:
3865 - test/cpp/util/string_ref_test.cc
3866 deps:
3867 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003868 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003869- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003870 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003871 build: test
3872 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003873 src:
3874 - test/cpp/util/time_test.cc
3875 deps:
3876 - grpc_test_util
3877 - grpc++
3878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003879 - gpr_test_util
3880 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003881- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003882 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003883 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003884 build: test
3885 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003886 src:
3887 - test/cpp/end2end/end2end_test.cc
3888 deps:
3889 - grpc++_test_util
3890 - grpc_test_util
3891 - grpc++
3892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003893 - gpr_test_util
3894 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003895- name: error_details_test
3896 gtest: true
3897 build: test
3898 language: c++
3899 src:
3900 - src/proto/grpc/testing/echo_messages.proto
3901 - test/cpp/util/error_details_test.cc
3902 deps:
3903 - grpc++_error_details
3904 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003905- name: filter_end2end_test
3906 gtest: true
3907 build: test
3908 language: c++
3909 src:
3910 - test/cpp/end2end/filter_end2end_test.cc
3911 deps:
3912 - grpc++_test_util
3913 - grpc_test_util
3914 - grpc++
3915 - grpc
3916 - gpr_test_util
3917 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003918- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003919 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003920 build: test
3921 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003922 src:
3923 - test/cpp/end2end/generic_end2end_test.cc
3924 deps:
3925 - grpc++_test_util
3926 - grpc_test_util
3927 - grpc++
3928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003929 - gpr_test_util
3930 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003931- name: golden_file_test
3932 gtest: true
3933 build: test
3934 language: c++
3935 src:
3936 - src/proto/grpc/testing/compiler_test.proto
3937 - test/cpp/codegen/golden_file_test.cc
3938 deps:
3939 - grpc++
3940 - grpc
3941 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003942 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003943 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003944- name: grpc_cli
3945 build: test
3946 run: false
3947 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003948 src:
3949 - test/cpp/util/grpc_cli.cc
3950 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003951 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003952 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003953 - grpc++
3954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003955 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003956 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003957- name: grpc_cpp_plugin
3958 build: protoc
3959 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003960 src:
3961 - src/compiler/cpp_plugin.cc
3962 deps:
3963 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003964 secure: false
3965 vs_config_type: Application
3966 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3967- name: grpc_csharp_plugin
3968 build: protoc
3969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003970 src:
3971 - src/compiler/csharp_plugin.cc
3972 deps:
3973 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003974 secure: false
3975 vs_config_type: Application
3976 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003977- name: grpc_node_plugin
3978 build: protoc
3979 language: c++
3980 src:
3981 - src/compiler/node_plugin.cc
3982 deps:
3983 - grpc_plugin_support
3984 secure: false
3985 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003986- name: grpc_objective_c_plugin
3987 build: protoc
3988 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003989 src:
3990 - src/compiler/objective_c_plugin.cc
3991 deps:
3992 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003993 secure: false
3994 vs_config_type: Application
3995 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003996- name: grpc_php_plugin
3997 build: protoc
3998 language: c++
3999 src:
4000 - src/compiler/php_plugin.cc
4001 deps:
4002 - grpc_plugin_support
4003 secure: false
4004 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004005- name: grpc_python_plugin
4006 build: protoc
4007 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004008 src:
4009 - src/compiler/python_plugin.cc
4010 deps:
4011 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004012 secure: false
4013 vs_config_type: Application
4014 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4015- name: grpc_ruby_plugin
4016 build: protoc
4017 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004018 src:
4019 - src/compiler/ruby_plugin.cc
4020 deps:
4021 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004022 secure: false
4023 vs_config_type: Application
4024 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004025- name: grpc_tool_test
4026 gtest: true
4027 build: test
4028 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004029 src:
4030 - src/proto/grpc/testing/echo.proto
4031 - src/proto/grpc/testing/echo_messages.proto
4032 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004033 deps:
4034 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004035 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004036 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004037 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004038 - grpc_test_util
4039 - grpc++
4040 - grpc
4041 - gpr_test_util
4042 - gpr
4043 filegroups:
4044 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004045- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004046 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004047 build: test
4048 language: c++
4049 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004050 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004051 - test/cpp/grpclb/grpclb_api_test.cc
4052 deps:
4053 - grpc++_test_util
4054 - grpc_test_util
4055 - grpc++
4056 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004057- name: grpclb_end2end_test
4058 gtest: true
4059 build: test
4060 language: c++
4061 src:
4062 - src/proto/grpc/lb/v1/load_balancer.proto
4063 - test/cpp/end2end/grpclb_end2end_test.cc
4064 deps:
4065 - grpc++_test_util
4066 - grpc_test_util
4067 - grpc++
4068 - grpc
4069 - gpr_test_util
4070 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004071 excluded_poll_engines:
4072 - poll
4073 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004074- name: grpclb_test
4075 gtest: false
4076 build: test
4077 language: c++
4078 src:
4079 - src/proto/grpc/lb/v1/load_balancer.proto
4080 - test/cpp/grpclb/grpclb_test.cc
4081 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004082 - grpc++_test_util
4083 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004084 - grpc++
4085 - grpc
4086 - gpr_test_util
4087 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004088 excluded_poll_engines:
4089 - poll
4090 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004091- name: health_service_end2end_test
4092 gtest: true
4093 build: test
4094 language: c++
4095 src:
4096 - test/cpp/end2end/health_service_end2end_test.cc
4097 deps:
4098 - grpc++_test_util
4099 - grpc_test_util
4100 - grpc++
4101 - grpc
4102 - gpr_test_util
4103 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004104- name: http2_client
4105 build: test
4106 run: false
4107 language: c++
4108 src: []
4109 deps:
4110 - http2_client_main
4111 - grpc++_test_util
4112 - grpc_test_util
4113 - grpc++
4114 - grpc
4115 - grpc++_test_config
4116 platforms:
4117 - mac
4118 - linux
4119 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004120- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004121 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004122 build: test
4123 language: c++
4124 src:
4125 - test/cpp/end2end/hybrid_end2end_test.cc
4126 deps:
4127 - grpc++_test_util
4128 - grpc_test_util
4129 - grpc++
4130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004131 - gpr_test_util
4132 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004133- name: interop_client
4134 build: test
4135 run: false
4136 language: c++
4137 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004138 deps:
4139 - interop_client_main
4140 - interop_client_helper
4141 - grpc++_test_util
4142 - grpc_test_util
4143 - grpc++
4144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004145 - gpr_test_util
4146 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004147 - grpc++_test_config
4148 platforms:
4149 - mac
4150 - linux
4151 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004152- name: interop_server
4153 build: test
4154 run: false
4155 language: c++
4156 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004157 deps:
4158 - interop_server_main
4159 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004160 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004161 - grpc++_test_util
4162 - grpc_test_util
4163 - grpc++
4164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004165 - gpr_test_util
4166 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004167 - grpc++_test_config
4168 platforms:
4169 - mac
4170 - linux
4171 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004172- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004173 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004174 build: test
4175 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004176 src:
4177 - test/cpp/interop/interop_test.cc
4178 deps:
4179 - grpc_test_util
4180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004181 - gpr_test_util
4182 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004183 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004184 platforms:
4185 - mac
4186 - linux
4187 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004188- name: json_run_localhost
4189 build: test
4190 run: false
4191 language: c++
4192 src:
4193 - test/cpp/qps/json_run_localhost.cc
4194 deps:
4195 - grpc++_test_util
4196 - grpc_test_util
4197 - grpc++
4198 - grpc
4199 - gpr_test_util
4200 - gpr
4201 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004202 platforms:
4203 - mac
4204 - linux
4205 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004206- name: memory_test
4207 gtest: true
4208 build: test
4209 language: c++
4210 src:
4211 - test/core/support/memory_test.cc
4212 deps:
4213 - grpc_test_util
4214 - grpc++
4215 - grpc
4216 - gpr_test_util
4217 - gpr
4218 uses:
4219 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004220- name: metrics_client
4221 build: test
4222 run: false
4223 language: c++
4224 headers:
4225 - test/cpp/util/metrics_server.h
4226 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004227 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004228 - test/cpp/interop/metrics_client.cc
4229 deps:
4230 - grpc++
4231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004232 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004233 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004234- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004235 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004236 build: test
4237 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004238 headers:
4239 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004240 src:
4241 - test/cpp/end2end/mock_test.cc
4242 deps:
4243 - grpc++_test_util
4244 - grpc_test_util
4245 - grpc++
4246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004247 - gpr_test_util
4248 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004249- name: noop-benchmark
4250 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004251 language: c++
4252 src:
4253 - test/cpp/microbenchmarks/noop-benchmark.cc
4254 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004255 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004256 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004257- name: proto_server_reflection_test
4258 gtest: true
4259 build: test
4260 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004261 src:
4262 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004263 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004264 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004265 - grpc++_reflection
4266 - grpc++_test_util
4267 - grpc_test_util
4268 - grpc++
4269 - grpc
4270 - gpr_test_util
4271 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004272- name: proto_utils_test
4273 gtest: true
4274 build: test
4275 language: c++
4276 src:
4277 - test/cpp/codegen/proto_utils_test.cc
4278 deps:
4279 - grpc++
4280 - grpc
4281 filegroups:
4282 - grpc++_codegen_base
4283 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004284- name: qps_interarrival_test
4285 build: test
4286 run: false
4287 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004288 src:
4289 - test/cpp/qps/qps_interarrival_test.cc
4290 deps:
4291 - qps
4292 - grpc++_test_util
4293 - grpc_test_util
4294 - grpc++
4295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004296 - gpr_test_util
4297 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004298 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004299 platforms:
4300 - mac
4301 - linux
4302 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004303- name: qps_json_driver
4304 build: test
4305 run: false
4306 language: c++
4307 src:
4308 - test/cpp/qps/qps_json_driver.cc
4309 deps:
4310 - qps
4311 - grpc++_test_util
4312 - grpc_test_util
4313 - grpc++
4314 - grpc
4315 - gpr_test_util
4316 - gpr
4317 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004318- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004319 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004320 build: test
4321 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004322 src:
4323 - test/cpp/qps/qps_openloop_test.cc
4324 deps:
4325 - qps
4326 - grpc++_test_util
4327 - grpc_test_util
4328 - grpc++
4329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004330 - gpr_test_util
4331 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004332 - grpc++_test_config
4333 platforms:
4334 - mac
4335 - linux
4336 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004337- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004338 build: test
4339 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004340 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004341 headers:
4342 - test/cpp/qps/client.h
4343 - test/cpp/qps/server.h
4344 src:
4345 - test/cpp/qps/worker.cc
4346 deps:
4347 - qps
4348 - grpc++_test_util
4349 - grpc_test_util
4350 - grpc++
4351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004352 - gpr_test_util
4353 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004354 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004355- name: reconnect_interop_client
4356 build: test
4357 run: false
4358 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004359 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004360 - src/proto/grpc/testing/empty.proto
4361 - src/proto/grpc/testing/messages.proto
4362 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004363 - test/cpp/interop/reconnect_interop_client.cc
4364 deps:
4365 - grpc++_test_util
4366 - grpc_test_util
4367 - grpc++
4368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004369 - gpr_test_util
4370 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004371 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004372- name: reconnect_interop_server
4373 build: test
4374 run: false
4375 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004376 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004377 - src/proto/grpc/testing/empty.proto
4378 - src/proto/grpc/testing/messages.proto
4379 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004380 - test/cpp/interop/reconnect_interop_server.cc
4381 deps:
4382 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004383 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004384 - grpc++_test_util
4385 - grpc_test_util
4386 - grpc++
4387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004388 - gpr_test_util
4389 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004390 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004391- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004392 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004393 build: test
4394 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004395 src:
4396 - test/cpp/common/secure_auth_context_test.cc
4397 deps:
4398 - grpc++_test_util
4399 - grpc_test_util
4400 - grpc++
4401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004402 - gpr_test_util
4403 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004404- name: secure_sync_unary_ping_pong_test
4405 build: test
4406 language: c++
4407 src:
4408 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4409 deps:
4410 - qps
4411 - grpc++_test_util
4412 - grpc_test_util
4413 - grpc++
4414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004415 - gpr_test_util
4416 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004417 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004418 platforms:
4419 - mac
4420 - linux
4421 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004422- name: server_builder_plugin_test
4423 gtest: true
4424 build: test
4425 language: c++
4426 src:
4427 - test/cpp/end2end/server_builder_plugin_test.cc
4428 deps:
4429 - grpc++_test_util
4430 - grpc_test_util
4431 - grpc++
4432 - grpc
4433 - gpr_test_util
4434 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004435- name: server_builder_test
4436 gtest: true
4437 build: test
4438 language: c++
4439 src:
4440 - src/proto/grpc/testing/echo_messages.proto
4441 - src/proto/grpc/testing/echo.proto
4442 - test/cpp/server/server_builder_test.cc
4443 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004444 - grpc++_test_util_unsecure
4445 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004446 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004447 - grpc++_unsecure
4448 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004449 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004450- name: server_context_test_spouse_test
4451 gtest: true
4452 build: test
4453 language: c++
4454 src:
4455 - test/cpp/test/server_context_test_spouse_test.cc
4456 deps:
4457 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004458 - grpc++
4459 - grpc
4460 - gpr_test_util
4461 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004462 uses:
4463 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004464- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004465 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004466 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004467 build: test
4468 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004469 src:
4470 - test/cpp/end2end/server_crash_test.cc
4471 deps:
4472 - grpc++_test_util
4473 - grpc_test_util
4474 - grpc++
4475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004476 - gpr_test_util
4477 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004478 platforms:
4479 - mac
4480 - linux
4481 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004482- name: server_crash_test_client
4483 build: test
4484 run: false
4485 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004486 src:
4487 - test/cpp/end2end/server_crash_test_client.cc
4488 deps:
4489 - grpc++_test_util
4490 - grpc_test_util
4491 - grpc++
4492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004493 - gpr_test_util
4494 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004495- name: server_request_call_test
4496 gtest: true
4497 build: test
4498 language: c++
4499 src:
4500 - src/proto/grpc/testing/echo_messages.proto
4501 - src/proto/grpc/testing/echo.proto
4502 - test/cpp/server/server_request_call_test.cc
4503 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004504 - grpc++_test_util_unsecure
4505 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004506 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004507 - grpc++_unsecure
4508 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004509 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004510- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004511 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004512 build: test
4513 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004514 src:
4515 - test/cpp/end2end/shutdown_test.cc
4516 deps:
4517 - grpc++_test_util
4518 - grpc_test_util
4519 - grpc++
4520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004521 - gpr_test_util
4522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004523- name: status_test
4524 build: test
4525 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004526 src:
4527 - test/cpp/util/status_test.cc
4528 deps:
4529 - grpc_test_util
4530 - grpc++
4531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004532 - gpr_test_util
4533 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004534- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004535 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004536 build: test
4537 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004538 src:
4539 - test/cpp/end2end/streaming_throughput_test.cc
4540 deps:
4541 - grpc++_test_util
4542 - grpc_test_util
4543 - grpc++
4544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004545 - gpr_test_util
4546 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004547 platforms:
4548 - mac
4549 - linux
4550 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004551- name: stress_test
4552 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004553 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004554 language: c++
4555 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004556 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004557 - test/cpp/interop/interop_client.h
4558 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004559 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004560 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004561 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004562 - src/proto/grpc/testing/empty.proto
4563 - src/proto/grpc/testing/messages.proto
4564 - src/proto/grpc/testing/metrics.proto
4565 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004566 - test/cpp/interop/interop_client.cc
4567 - test/cpp/interop/stress_interop_client.cc
4568 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004569 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004570 deps:
4571 - grpc++_test_util
4572 - grpc_test_util
4573 - grpc++
4574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004575 - gpr_test_util
4576 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004577 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004578- name: thread_manager_test
4579 build: test
4580 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004581 src:
4582 - test/cpp/thread_manager/thread_manager_test.cc
4583 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004584 - grpc++_unsecure
4585 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004586 - gpr
4587 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004588- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004589 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004590 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004591 build: test
4592 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004593 src:
4594 - test/cpp/end2end/thread_stress_test.cc
4595 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004596 - grpc++_test_util_unsecure
4597 - grpc_test_util_unsecure
4598 - grpc++_unsecure
4599 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004600 - gpr_test_util
4601 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004602 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004603- name: writes_per_rpc_test
4604 gtest: true
4605 cpu_cost: 0.5
4606 build: test
4607 language: c++
4608 src:
4609 - test/cpp/performance/writes_per_rpc_test.cc
4610 deps:
4611 - grpc++_test_util
4612 - grpc_test_util
4613 - grpc++
4614 - grpc
4615 - gpr_test_util
4616 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004617 platforms:
4618 - mac
4619 - linux
4620 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004621- name: public_headers_must_be_c89
4622 build: test
4623 language: c89
4624 src:
4625 - test/core/surface/public_headers_must_be_c89.c
4626 deps:
4627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004628 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004629vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004630- linkage: static
4631 name: grpc.dependencies.zlib
4632 props: false
4633 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004634 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004635- linkage: static
4636 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004637 props: true
4638 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004639 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004640- name: gflags
4641 props: false
4642 redist: false
4643 version: 2.1.2.1
4644- name: gtest
4645 props: false
4646 redist: false
4647 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004648configs:
4649 asan:
4650 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004651 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4652 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004653 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004654 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004655 LDFLAGS: -fsanitize=address
4656 LDXX: clang++
4657 compile_the_world: true
4658 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004659 ASAN_OPTIONS: detect_leaks=1:color=always
4660 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004661 asan-noleaks:
4662 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004663 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4664 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004665 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004666 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004667 LDFLAGS: -fsanitize=address
4668 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004669 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004670 test_environ:
4671 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004672 asan-trace-cmp:
4673 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004674 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4675 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004676 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004677 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004678 LDFLAGS: -fsanitize=address
4679 LDXX: clang++
4680 compile_the_world: true
4681 test_environ:
4682 ASAN_OPTIONS: detect_leaks=1:color=always
4683 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004684 basicprof:
4685 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4686 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004687 c++-compat:
4688 CFLAGS: -Wc++-compat
4689 CPPFLAGS: -O0
4690 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004691 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004692 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004693 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004694 dbg:
4695 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004696 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004697 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004698 gcov:
4699 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004700 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004701 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004702 DEFINES: _DEBUG DEBUG GPR_GCOV
4703 LD: gcc
4704 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4705 LDXX: g++
4706 helgrind:
4707 CPPFLAGS: -O0
4708 DEFINES: _DEBUG DEBUG
4709 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004710 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004711 lto:
4712 CPPFLAGS: -O2
4713 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004714 memcheck:
4715 CPPFLAGS: -O0
4716 DEFINES: _DEBUG DEBUG
4717 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004718 valgrind: --tool=memcheck --leak-check=full
4719 msan:
4720 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004721 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4722 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4723 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004724 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004725 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004726 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004727 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4728 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4729 LDXX: clang++
4730 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004731 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004732 CPPFLAGS: -O3 -fno-omit-frame-pointer
4733 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004734 LDFLAGS: -rdynamic
4735 opt:
4736 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004737 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004738 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004739 stapprof:
4740 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4741 DEFINES: NDEBUG
4742 tsan:
4743 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004744 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004745 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004746 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004747 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004748 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004749 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004750 LDXX: clang++
4751 compile_the_world: true
4752 test_environ:
4753 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004754 ubsan:
4755 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004756 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4757 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004758 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004759 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004760 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004761 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004762 LDXX: clang++
4763 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004764 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004765 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004766defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004767 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004768 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004769 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4770 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004771 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4772 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004773 benchmark:
4774 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004775 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004776 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004777 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004778 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004779 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004780 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004781 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004782 LDFLAGS: -g
4783 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004784 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004785 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004786node_modules:
4787- deps:
4788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004789 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004790 - boringssl
4791 - z
murgatroid9994a75412015-11-19 14:04:53 -08004792 headers:
4793 - src/node/ext/byte_buffer.h
4794 - src/node/ext/call.h
4795 - src/node/ext/call_credentials.h
4796 - src/node/ext/channel.h
4797 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004798 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004799 - src/node/ext/server.h
4800 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004801 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004802 - src/node/ext/timeval.h
4803 js:
4804 - src/node/index.js
4805 - src/node/src/client.js
4806 - src/node/src/common.js
4807 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004808 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004809 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004810 - src/node/src/metadata.js
4811 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004812 name: grpc_node
4813 src:
4814 - src/node/ext/byte_buffer.cc
4815 - src/node/ext/call.cc
4816 - src/node/ext/call_credentials.cc
4817 - src/node/ext/channel.cc
4818 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004819 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004820 - src/node/ext/node_grpc.cc
4821 - src/node/ext/server.cc
4822 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004823 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004824 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004825openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004826 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004827 extraction_dir: openssl-1.0.2f
4828 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004829php_config_m4:
4830 deps:
4831 - grpc
4832 - gpr
4833 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004834 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004835 headers:
4836 - src/php/ext/grpc/byte_buffer.h
4837 - src/php/ext/grpc/call.h
4838 - src/php/ext/grpc/call_credentials.h
4839 - src/php/ext/grpc/channel.h
4840 - src/php/ext/grpc/channel_credentials.h
4841 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004842 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004843 - src/php/ext/grpc/php_grpc.h
4844 - src/php/ext/grpc/server.h
4845 - src/php/ext/grpc/server_credentials.h
4846 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004847 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004848 src:
4849 - src/php/ext/grpc/byte_buffer.c
4850 - src/php/ext/grpc/call.c
4851 - src/php/ext/grpc/call_credentials.c
4852 - src/php/ext/grpc/channel.c
4853 - src/php/ext/grpc/channel_credentials.c
4854 - src/php/ext/grpc/completion_queue.c
4855 - src/php/ext/grpc/php_grpc.c
4856 - src/php/ext/grpc/server.c
4857 - src/php/ext/grpc/server_credentials.c
4858 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004859python_dependencies:
4860 deps:
4861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004862 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004863 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004864 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004865 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004866ruby_gem:
4867 deps:
4868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004869 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004870 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004871 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004872 - z