blob: f0335ce17b581306f7a0d1c7d07724ac5ea7b509 [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
yang-g9ff60312017-08-24 09:08:21 -0700129 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700130 - include/grpc/support/sync_generic.h
131 - include/grpc/support/sync_posix.h
132 - include/grpc/support/sync_windows.h
133 - include/grpc/support/thd.h
134 - include/grpc/support/time.h
135 - include/grpc/support/tls.h
136 - include/grpc/support/tls_gcc.h
137 - include/grpc/support/tls_msvc.h
138 - include/grpc/support/tls_pthread.h
139 - include/grpc/support/useful.h
140 headers:
141 - src/core/lib/profiling/timers.h
142 - src/core/lib/support/arena.h
143 - src/core/lib/support/atomic.h
144 - src/core/lib/support/atomic_with_atm.h
145 - src/core/lib/support/atomic_with_std.h
146 - src/core/lib/support/backoff.h
147 - src/core/lib/support/block_annotate.h
148 - src/core/lib/support/env.h
149 - src/core/lib/support/memory.h
150 - src/core/lib/support/mpscq.h
151 - src/core/lib/support/murmur_hash.h
152 - src/core/lib/support/spinlock.h
153 - src/core/lib/support/stack_lockfree.h
154 - src/core/lib/support/string.h
155 - src/core/lib/support/string_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700156 - 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
yang-g9ff60312017-08-24 09:08:21 -0700170 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800171 - include/grpc/impl/codegen/sync_generic.h
172 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700173 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700174- name: grpc++_base
175 deps:
176 - grpc
177 uses:
178 - grpc++_common
179 - grpc++_codegen_base
180- name: grpc++_base_unsecure
181 deps:
182 - grpc_unsecure
183 uses:
184 - grpc++_common
185 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700186- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700187 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/channel/channel_args.c
189 - src/core/lib/channel/channel_stack.c
190 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700192 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800193 - src/core/lib/channel/handshaker_factory.c
194 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700195 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/compression/message_compress.c
Muxi Yane87a7e12017-06-29 16:53:24 -0700197 - src/core/lib/compression/stream_compression.c
Craig Tillerb8930462017-07-19 16:24:19 -0700198 - src/core/lib/debug/stats.c
199 - src/core/lib/debug/stats_data.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/http/format_request.c
201 - src/core/lib/http/httpcli.c
202 - src/core/lib/http/parser.c
203 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700204 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/endpoint.c
206 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700207 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700209 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700210 - src/core/lib/iomgr/ev_epoll1_linux.c
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700211 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700212 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700213 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700214 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700215 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700216 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200217 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/exec_ctx.c
219 - src/core/lib/iomgr/executor.c
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700220 - src/core/lib/iomgr/gethostname_fallback.c
221 - src/core/lib/iomgr/gethostname_host_name_max.c
222 - src/core/lib/iomgr/gethostname_sysconf.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/iomgr/iocp_windows.c
224 - src/core/lib/iomgr/iomgr.c
225 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700226 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700228 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700229 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700230 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700231 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700232 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700233 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/pollset_windows.c
237 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700238 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700240 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500242 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700243 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/iomgr/socket_utils_common_posix.c
245 - src/core/lib/iomgr/socket_utils_linux.c
246 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700247 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700248 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/iomgr/socket_windows.c
250 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700251 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/iomgr/tcp_client_windows.c
253 - src/core/lib/iomgr/tcp_posix.c
254 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700255 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700256 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
257 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700258 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700260 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/iomgr/tcp_windows.c
262 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700263 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700265 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700266 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/iomgr/udp_server.c
268 - src/core/lib/iomgr/unix_sockets_posix.c
269 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700270 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/iomgr/wakeup_fd_eventfd.c
272 - src/core/lib/iomgr/wakeup_fd_nospecial.c
273 - src/core/lib/iomgr/wakeup_fd_pipe.c
274 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/json/json.c
276 - src/core/lib/json/json_reader.c
277 - src/core/lib/json/json_string.c
278 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700279 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700280 - src/core/lib/slice/percent_encoding.c
281 - src/core/lib/slice/slice.c
282 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800283 - src/core/lib/slice/slice_hash_table.c
284 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700285 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/surface/alarm.c
287 - src/core/lib/surface/api_trace.c
288 - src/core/lib/surface/byte_buffer.c
289 - src/core/lib/surface/byte_buffer_reader.c
290 - src/core/lib/surface/call.c
291 - src/core/lib/surface/call_details.c
292 - src/core/lib/surface/call_log_batch.c
293 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/surface/channel_init.c
295 - src/core/lib/surface/channel_ping.c
296 - src/core/lib/surface/channel_stack_type.c
297 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700298 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700300 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/surface/metadata_array.c
302 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/surface/validate_metadata.c
304 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700305 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800308 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/transport/metadata.c
310 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700311 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700312 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800314 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400315 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/transport/transport.c
317 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700318 deps:
319 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700320 filegroups:
321 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700322 uses:
323 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700324 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700325- name: grpc_base_headers
326 public_headers:
327 - include/grpc/byte_buffer.h
328 - include/grpc/byte_buffer_reader.h
329 - include/grpc/compression.h
330 - include/grpc/grpc.h
331 - include/grpc/grpc_posix.h
332 - include/grpc/grpc_security_constants.h
333 - include/grpc/load_reporting.h
334 - include/grpc/slice.h
335 - include/grpc/slice_buffer.h
336 - include/grpc/status.h
337 - include/grpc/support/workaround_list.h
338 headers:
339 - src/core/lib/channel/channel_args.h
340 - src/core/lib/channel/channel_stack.h
341 - src/core/lib/channel/channel_stack_builder.h
342 - src/core/lib/channel/connected_channel.h
343 - src/core/lib/channel/context.h
344 - src/core/lib/channel/handshaker.h
345 - src/core/lib/channel/handshaker_factory.h
346 - src/core/lib/channel/handshaker_registry.h
347 - src/core/lib/compression/algorithm_metadata.h
348 - src/core/lib/compression/message_compress.h
349 - src/core/lib/compression/stream_compression.h
Craig Tiller6e739742017-08-31 11:22:52 -0700350 - src/core/lib/debug/stats.h
351 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700352 - src/core/lib/http/format_request.h
353 - src/core/lib/http/httpcli.h
354 - src/core/lib/http/parser.h
355 - src/core/lib/iomgr/closure.h
356 - src/core/lib/iomgr/combiner.h
357 - src/core/lib/iomgr/endpoint.h
358 - src/core/lib/iomgr/endpoint_pair.h
359 - src/core/lib/iomgr/error.h
360 - src/core/lib/iomgr/error_internal.h
361 - src/core/lib/iomgr/ev_epoll1_linux.h
362 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h
363 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
364 - src/core/lib/iomgr/ev_epollex_linux.h
365 - src/core/lib/iomgr/ev_epollsig_linux.h
366 - src/core/lib/iomgr/ev_poll_posix.h
367 - src/core/lib/iomgr/ev_posix.h
368 - src/core/lib/iomgr/exec_ctx.h
369 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700370 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700371 - src/core/lib/iomgr/iocp_windows.h
372 - src/core/lib/iomgr/iomgr.h
373 - src/core/lib/iomgr/iomgr_internal.h
374 - src/core/lib/iomgr/iomgr_posix.h
375 - src/core/lib/iomgr/iomgr_uv.h
376 - src/core/lib/iomgr/is_epollexclusive_available.h
377 - src/core/lib/iomgr/load_file.h
378 - src/core/lib/iomgr/lockfree_event.h
379 - src/core/lib/iomgr/nameser.h
380 - src/core/lib/iomgr/network_status_tracker.h
381 - src/core/lib/iomgr/polling_entity.h
382 - src/core/lib/iomgr/pollset.h
383 - src/core/lib/iomgr/pollset_set.h
384 - src/core/lib/iomgr/pollset_set_windows.h
385 - src/core/lib/iomgr/pollset_uv.h
386 - src/core/lib/iomgr/pollset_windows.h
387 - src/core/lib/iomgr/port.h
388 - src/core/lib/iomgr/resolve_address.h
389 - src/core/lib/iomgr/resource_quota.h
390 - src/core/lib/iomgr/sockaddr.h
391 - src/core/lib/iomgr/sockaddr_posix.h
392 - src/core/lib/iomgr/sockaddr_utils.h
393 - src/core/lib/iomgr/sockaddr_windows.h
394 - src/core/lib/iomgr/socket_factory_posix.h
395 - src/core/lib/iomgr/socket_mutator.h
396 - src/core/lib/iomgr/socket_utils.h
397 - src/core/lib/iomgr/socket_utils_posix.h
398 - src/core/lib/iomgr/socket_windows.h
399 - src/core/lib/iomgr/sys_epoll_wrapper.h
400 - src/core/lib/iomgr/tcp_client.h
401 - src/core/lib/iomgr/tcp_client_posix.h
402 - src/core/lib/iomgr/tcp_posix.h
403 - src/core/lib/iomgr/tcp_server.h
404 - src/core/lib/iomgr/tcp_server_utils_posix.h
405 - src/core/lib/iomgr/tcp_uv.h
406 - src/core/lib/iomgr/tcp_windows.h
407 - src/core/lib/iomgr/time_averaged_stats.h
408 - src/core/lib/iomgr/timer.h
409 - src/core/lib/iomgr/timer_generic.h
410 - src/core/lib/iomgr/timer_heap.h
411 - src/core/lib/iomgr/timer_manager.h
412 - src/core/lib/iomgr/timer_uv.h
413 - src/core/lib/iomgr/udp_server.h
414 - src/core/lib/iomgr/unix_sockets_posix.h
415 - src/core/lib/iomgr/wakeup_fd_cv.h
416 - src/core/lib/iomgr/wakeup_fd_pipe.h
417 - src/core/lib/iomgr/wakeup_fd_posix.h
418 - src/core/lib/json/json.h
419 - src/core/lib/json/json_common.h
420 - src/core/lib/json/json_reader.h
421 - src/core/lib/json/json_writer.h
422 - src/core/lib/slice/b64.h
423 - src/core/lib/slice/percent_encoding.h
424 - src/core/lib/slice/slice_hash_table.h
425 - src/core/lib/slice/slice_internal.h
426 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700427 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700428 - src/core/lib/surface/api_trace.h
429 - src/core/lib/surface/call.h
430 - src/core/lib/surface/call_test_only.h
431 - src/core/lib/surface/channel.h
432 - src/core/lib/surface/channel_init.h
433 - src/core/lib/surface/channel_stack_type.h
434 - src/core/lib/surface/completion_queue.h
435 - src/core/lib/surface/completion_queue_factory.h
436 - src/core/lib/surface/event_string.h
437 - src/core/lib/surface/init.h
438 - src/core/lib/surface/lame_client.h
439 - src/core/lib/surface/server.h
440 - src/core/lib/surface/validate_metadata.h
441 - src/core/lib/transport/bdp_estimator.h
442 - src/core/lib/transport/byte_stream.h
443 - src/core/lib/transport/connectivity_state.h
444 - src/core/lib/transport/error_utils.h
445 - src/core/lib/transport/http2_errors.h
446 - src/core/lib/transport/metadata.h
447 - src/core/lib/transport/metadata_batch.h
448 - src/core/lib/transport/pid_controller.h
449 - src/core/lib/transport/service_config.h
450 - src/core/lib/transport/static_metadata.h
451 - src/core/lib/transport/status_conversion.h
452 - src/core/lib/transport/timeout_encoding.h
453 - src/core/lib/transport/transport.h
454 - src/core/lib/transport/transport_impl.h
455 deps:
456 - gpr
457 uses:
458 - grpc_codegen
459 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700460- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700461 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700462 - src/core/ext/filters/client_channel/client_channel.h
463 - src/core/ext/filters/client_channel/client_channel_factory.h
464 - src/core/ext/filters/client_channel/connector.h
465 - src/core/ext/filters/client_channel/http_connect_handshaker.h
466 - src/core/ext/filters/client_channel/http_proxy.h
467 - src/core/ext/filters/client_channel/lb_policy.h
468 - src/core/ext/filters/client_channel/lb_policy_factory.h
469 - src/core/ext/filters/client_channel/lb_policy_registry.h
470 - src/core/ext/filters/client_channel/parse_address.h
471 - src/core/ext/filters/client_channel/proxy_mapper.h
472 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
473 - src/core/ext/filters/client_channel/resolver.h
474 - src/core/ext/filters/client_channel/resolver_factory.h
475 - src/core/ext/filters/client_channel/resolver_registry.h
476 - src/core/ext/filters/client_channel/retry_throttle.h
477 - src/core/ext/filters/client_channel/subchannel.h
478 - src/core/ext/filters/client_channel/subchannel_index.h
479 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700480 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700481 - src/core/ext/filters/client_channel/channel_connectivity.c
482 - src/core/ext/filters/client_channel/client_channel.c
483 - src/core/ext/filters/client_channel/client_channel_factory.c
484 - src/core/ext/filters/client_channel/client_channel_plugin.c
485 - src/core/ext/filters/client_channel/connector.c
486 - src/core/ext/filters/client_channel/http_connect_handshaker.c
487 - src/core/ext/filters/client_channel/http_proxy.c
488 - src/core/ext/filters/client_channel/lb_policy.c
489 - src/core/ext/filters/client_channel/lb_policy_factory.c
490 - src/core/ext/filters/client_channel/lb_policy_registry.c
491 - src/core/ext/filters/client_channel/parse_address.c
492 - src/core/ext/filters/client_channel/proxy_mapper.c
493 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
494 - src/core/ext/filters/client_channel/resolver.c
495 - src/core/ext/filters/client_channel/resolver_factory.c
496 - src/core/ext/filters/client_channel/resolver_registry.c
497 - src/core/ext/filters/client_channel/retry_throttle.c
498 - src/core/ext/filters/client_channel/subchannel.c
499 - src/core/ext/filters/client_channel/subchannel_index.c
500 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700501 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700502 uses:
503 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700504 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800505- name: grpc_codegen
506 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700507 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800508 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800509 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800510 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800511 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800512 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700513 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800514 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700515 uses:
516 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700517- name: grpc_deadline_filter
518 headers:
519 - src/core/ext/filters/deadline/deadline_filter.h
520 src:
521 - src/core/ext/filters/deadline/deadline_filter.c
522 plugin: grpc_deadline_filter
523 uses:
524 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700525- name: grpc_http_filters
526 headers:
527 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700528 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700529 - src/core/ext/filters/http/server/http_server_filter.h
530 src:
531 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700532 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700533 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700534 - src/core/ext/filters/http/server/http_server_filter.c
535 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700536 uses:
537 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700538- name: grpc_lb_policy_grpclb
539 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700540 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700541 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
542 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700544 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
545 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700546 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700547 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700548 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
549 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700550 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700551 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
552 - 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 -0800553 plugin: grpc_lb_policy_grpclb
554 uses:
555 - grpc_base
556 - grpc_client_channel
557 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700558 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800559- name: grpc_lb_policy_grpclb_secure
560 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700561 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700562 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
563 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700564 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700565 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
566 - 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 -0800567 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700568 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700569 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
570 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700571 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700572 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
573 - 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 -0700574 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700575 uses:
576 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700577 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700578 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700579 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700580 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700581- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700582 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700583 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700584 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700585 uses:
586 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700587 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700588- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700589 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700590 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700591 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700592 uses:
593 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700594 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700595- name: grpc_load_reporting
596 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700597 - src/core/ext/filters/load_reporting/load_reporting.h
598 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700599 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700600 - src/core/ext/filters/load_reporting/load_reporting.c
601 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700602 plugin: grpc_load_reporting_plugin
603 uses:
604 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700605- name: grpc_max_age_filter
606 headers:
607 - src/core/ext/filters/max_age/max_age_filter.h
608 src:
609 - src/core/ext/filters/max_age/max_age_filter.c
610 plugin: grpc_max_age_filter
611 uses:
612 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700613- name: grpc_message_size_filter
614 headers:
615 - src/core/ext/filters/message_size/message_size_filter.h
616 src:
617 - src/core/ext/filters/message_size/message_size_filter.c
618 plugin: grpc_message_size_filter
619 uses:
620 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700621- name: grpc_resolver_dns_ares
622 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700623 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
624 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700625 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700626 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
627 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
628 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700629 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700630 plugin: grpc_resolver_dns_ares
631 uses:
632 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700633 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700634- name: grpc_resolver_dns_native
635 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700636 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700637 plugin: grpc_resolver_dns_native
638 uses:
639 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700640 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700641- name: grpc_resolver_fake
642 headers:
643 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
644 src:
645 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
646 plugin: grpc_resolver_fake
647 uses:
648 - grpc_base
649 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700650- name: grpc_resolver_sockaddr
651 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700652 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700653 plugin: grpc_resolver_sockaddr
654 uses:
655 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700656 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100657- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700658 public_headers:
659 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100660 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700661 - src/core/lib/security/context/security_context.h
662 - src/core/lib/security/credentials/composite/composite_credentials.h
663 - src/core/lib/security/credentials/credentials.h
664 - src/core/lib/security/credentials/fake/fake_credentials.h
665 - src/core/lib/security/credentials/google_default/google_default_credentials.h
666 - src/core/lib/security/credentials/iam/iam_credentials.h
667 - src/core/lib/security/credentials/jwt/json_token.h
668 - src/core/lib/security/credentials/jwt/jwt_credentials.h
669 - src/core/lib/security/credentials/jwt/jwt_verifier.h
670 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
671 - src/core/lib/security/credentials/plugin/plugin_credentials.h
672 - src/core/lib/security/credentials/ssl/ssl_credentials.h
673 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800674 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700675 - src/core/lib/security/transport/secure_endpoint.h
676 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800677 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700678 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700679 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100680 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700681 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700682 - src/core/lib/security/context/security_context.c
683 - src/core/lib/security/credentials/composite/composite_credentials.c
684 - src/core/lib/security/credentials/credentials.c
685 - src/core/lib/security/credentials/credentials_metadata.c
686 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700687 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700688 - src/core/lib/security/credentials/google_default/google_default_credentials.c
689 - src/core/lib/security/credentials/iam/iam_credentials.c
690 - src/core/lib/security/credentials/jwt/json_token.c
691 - src/core/lib/security/credentials/jwt/jwt_credentials.c
692 - src/core/lib/security/credentials/jwt/jwt_verifier.c
693 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
694 - src/core/lib/security/credentials/plugin/plugin_credentials.c
695 - src/core/lib/security/credentials/ssl/ssl_credentials.c
696 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800697 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700698 - src/core/lib/security/transport/secure_endpoint.c
699 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800700 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700701 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700702 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700703 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700704 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700705 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700706 uses:
707 - grpc_base
708 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700709 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700710- name: grpc_server_backward_compatibility
711 headers:
712 - src/core/ext/filters/workarounds/workaround_utils.h
713 src:
714 - src/core/ext/filters/workarounds/workaround_utils.c
715 uses:
716 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700717- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700718 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700719 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700720 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700721 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800722 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700723 - test/core/end2end/fixtures/proxy.h
724 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800725 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700726 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200727 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700728 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700729 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700730 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700731 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700732 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700733 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800734 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700735 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700736 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700737 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800738 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700739 - test/core/end2end/fixtures/proxy.c
740 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800741 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700742 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200743 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700744 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700745 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700746 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800747 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700748 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700749 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800750 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700751 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700752 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700753 uses:
754 - grpc_base
755 - grpc_client_channel
756 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700757- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700758 src:
759 - src/core/lib/debug/trace.c
760 deps:
761 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700762 filegroups:
763 - grpc_trace_headers
764- name: grpc_trace_headers
765 headers:
766 - src/core/lib/debug/trace.h
767 deps:
768 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700769- name: grpc_transport_chttp2
770 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700771 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700772 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700773 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
774 - src/core/ext/transport/chttp2/transport/frame.h
775 - src/core/ext/transport/chttp2/transport/frame_data.h
776 - src/core/ext/transport/chttp2/transport/frame_goaway.h
777 - src/core/ext/transport/chttp2/transport/frame_ping.h
778 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
779 - src/core/ext/transport/chttp2/transport/frame_settings.h
780 - src/core/ext/transport/chttp2/transport/frame_window_update.h
781 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
782 - src/core/ext/transport/chttp2/transport/hpack_parser.h
783 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700784 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700785 - src/core/ext/transport/chttp2/transport/huffsyms.h
786 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
787 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700788 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700789 - src/core/ext/transport/chttp2/transport/varint.h
790 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700791 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700792 - src/core/ext/transport/chttp2/transport/bin_encoder.c
793 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700794 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700795 - src/core/ext/transport/chttp2/transport/flow_control.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700796 - src/core/ext/transport/chttp2/transport/frame_data.c
797 - src/core/ext/transport/chttp2/transport/frame_goaway.c
798 - src/core/ext/transport/chttp2/transport/frame_ping.c
799 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
800 - src/core/ext/transport/chttp2/transport/frame_settings.c
801 - src/core/ext/transport/chttp2/transport/frame_window_update.c
802 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
803 - src/core/ext/transport/chttp2/transport/hpack_parser.c
804 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700805 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700806 - src/core/ext/transport/chttp2/transport/huffsyms.c
807 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
808 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700809 - src/core/ext/transport/chttp2/transport/stream_lists.c
810 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700811 - src/core/ext/transport/chttp2/transport/varint.c
812 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700813 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700814 uses:
815 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700816 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700817 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700818- name: grpc_transport_chttp2_alpn
819 headers:
820 - src/core/ext/transport/chttp2/alpn/alpn.h
821 src:
822 - src/core/ext/transport/chttp2/alpn/alpn.c
823 deps:
824 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800825- name: grpc_transport_chttp2_client_connector
826 headers:
827 - src/core/ext/transport/chttp2/client/chttp2_connector.h
828 src:
829 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800830 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800831 - grpc_transport_chttp2
832 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700833 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700834- name: grpc_transport_chttp2_client_insecure
835 src:
836 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700837 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700838 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800839 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700840 - grpc_transport_chttp2
841 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700842 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700843- name: grpc_transport_chttp2_client_secure
844 src:
845 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700846 uses:
847 - grpc_transport_chttp2
848 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700849 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700850 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800851 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800852- name: grpc_transport_chttp2_server
853 headers:
854 - src/core/ext/transport/chttp2/server/chttp2_server.h
855 src:
856 - src/core/ext/transport/chttp2/server/chttp2_server.c
857 uses:
858 - grpc_transport_chttp2
859 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700860- name: grpc_transport_chttp2_server_insecure
861 src:
862 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700863 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700864 uses:
865 - grpc_transport_chttp2
866 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800867 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700868- name: grpc_transport_chttp2_server_secure
869 src:
870 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700871 uses:
872 - grpc_transport_chttp2
873 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700874 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800875 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700876- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700877 public_headers:
878 - include/grpc/grpc_cronet.h
879 - include/grpc/grpc_security.h
880 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700881 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800882 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800883 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700884 src:
885 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
886 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
887 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700888 filegroups:
889 - grpc_base
890 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700891 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700892- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700893 src:
894 - src/core/ext/transport/inproc/inproc_plugin.c
895 - src/core/ext/transport/inproc/inproc_transport.c
896 plugin: grpc_inproc_plugin
897 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700898 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700899 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700900- name: grpc_transport_inproc_headers
901 headers:
902 - src/core/ext/transport/inproc/inproc_transport.h
903 uses:
904 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700905- name: grpc_workaround_cronet_compression_filter
906 headers:
907 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
908 src:
909 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
910 plugin: grpc_workaround_cronet_compression_filter
911 uses:
912 - grpc_base
913 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800914- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700915 src:
916 - third_party/nanopb/pb_common.c
917 - third_party/nanopb/pb_decode.c
918 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700919 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700920 - nanopb_headers
921- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800922 headers:
923 - third_party/nanopb/pb.h
924 - third_party/nanopb/pb_common.h
925 - third_party/nanopb/pb_decode.h
926 - third_party/nanopb/pb_encode.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700927- name: tsi
928 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700929 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700930 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700931 - src/core/tsi/ssl_transport_security.h
932 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700933 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700935 - src/core/tsi/fake_transport_security.c
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700936 - src/core/tsi/gts_transport_security.c
Craig Tiller134fed32017-03-28 14:27:18 -0700937 - src/core/tsi/ssl_transport_security.c
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700938 - src/core/tsi/transport_security_grpc.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 deps:
940 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700941 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700942 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700943 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700944 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700945 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700946 - grpc_trace
947- name: tsi_interface
948 headers:
949 - src/core/tsi/transport_security.h
950 - src/core/tsi/transport_security_adapter.h
951 - src/core/tsi/transport_security_interface.h
952 src:
953 - src/core/tsi/transport_security.c
954 - src/core/tsi/transport_security_adapter.c
955 deps:
956 - gpr
957 secure: true
958 uses:
959 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700960- name: grpc++_codegen_base
961 language: c++
962 public_headers:
963 - include/grpc++/impl/codegen/async_stream.h
964 - include/grpc++/impl/codegen/async_unary_call.h
965 - include/grpc++/impl/codegen/call.h
966 - include/grpc++/impl/codegen/call_hook.h
967 - include/grpc++/impl/codegen/channel_interface.h
968 - include/grpc++/impl/codegen/client_context.h
969 - include/grpc++/impl/codegen/client_unary_call.h
970 - include/grpc++/impl/codegen/completion_queue.h
971 - include/grpc++/impl/codegen/completion_queue_tag.h
972 - include/grpc++/impl/codegen/config.h
973 - include/grpc++/impl/codegen/core_codegen_interface.h
974 - include/grpc++/impl/codegen/create_auth_context.h
975 - include/grpc++/impl/codegen/grpc_library.h
976 - include/grpc++/impl/codegen/metadata_map.h
977 - include/grpc++/impl/codegen/method_handler_impl.h
978 - include/grpc++/impl/codegen/rpc_method.h
979 - include/grpc++/impl/codegen/rpc_service_method.h
980 - include/grpc++/impl/codegen/security/auth_context.h
981 - include/grpc++/impl/codegen/serialization_traits.h
982 - include/grpc++/impl/codegen/server_context.h
983 - include/grpc++/impl/codegen/server_interface.h
984 - include/grpc++/impl/codegen/service_type.h
985 - include/grpc++/impl/codegen/slice.h
986 - include/grpc++/impl/codegen/status.h
987 - include/grpc++/impl/codegen/status_code_enum.h
988 - include/grpc++/impl/codegen/string_ref.h
989 - include/grpc++/impl/codegen/stub_options.h
990 - include/grpc++/impl/codegen/sync_stream.h
991 - include/grpc++/impl/codegen/time.h
992 uses:
993 - grpc_codegen
994- name: grpc++_codegen_base_src
995 language: c++
996 src:
997 - src/cpp/codegen/codegen_init.cc
998 uses:
999 - grpc++_codegen_base
1000- name: grpc++_codegen_proto
1001 language: c++
1002 public_headers:
1003 - include/grpc++/impl/codegen/proto_utils.h
1004 uses:
1005 - grpc++_codegen_base
1006 - grpc++_config_proto
1007- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001008 language: c++
1009 public_headers:
1010 - include/grpc++/alarm.h
1011 - include/grpc++/channel.h
1012 - include/grpc++/client_context.h
1013 - include/grpc++/completion_queue.h
1014 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001015 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001016 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001017 - include/grpc++/generic/async_generic_service.h
1018 - include/grpc++/generic/generic_stub.h
1019 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001020 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001021 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001022 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001023 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001024 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001025 - include/grpc++/impl/grpc_library.h
1026 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001027 - include/grpc++/impl/rpc_method.h
1028 - include/grpc++/impl/rpc_service_method.h
1029 - include/grpc++/impl/serialization_traits.h
1030 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001031 - include/grpc++/impl/server_builder_plugin.h
1032 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001033 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001034 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001035 - include/grpc++/security/auth_context.h
1036 - include/grpc++/security/auth_metadata_processor.h
1037 - include/grpc++/security/credentials.h
1038 - include/grpc++/security/server_credentials.h
1039 - include/grpc++/server.h
1040 - include/grpc++/server_builder.h
1041 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001042 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - include/grpc++/support/async_stream.h
1044 - include/grpc++/support/async_unary_call.h
1045 - include/grpc++/support/byte_buffer.h
1046 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001047 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001048 - include/grpc++/support/slice.h
1049 - include/grpc++/support/status.h
1050 - include/grpc++/support/status_code_enum.h
1051 - include/grpc++/support/string_ref.h
1052 - include/grpc++/support/stub_options.h
1053 - include/grpc++/support/sync_stream.h
1054 - include/grpc++/support/time.h
1055 headers:
1056 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001057 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001058 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001059 - src/cpp/server/health/default_health_check_service.h
1060 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001061 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001062 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001063 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001064 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 - src/cpp/client/client_context.cc
1066 - src/cpp/client/create_channel.cc
1067 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001068 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001069 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001070 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001072 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001073 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001074 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001075 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001077 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001078 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001079 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001080 - src/cpp/server/create_default_thread_pool.cc
1081 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001082 - src/cpp/server/health/default_health_check_service.cc
1083 - src/cpp/server/health/health.pb.c
1084 - src/cpp/server/health/health_check_service.cc
1085 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001086 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001087 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001088 - src/cpp/server/server_context.cc
1089 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001090 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001091 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001092 - src/cpp/util/byte_buffer_cc.cc
1093 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001094 - src/cpp/util/status.cc
1095 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001096 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001097 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001098 - gpr_base_headers
1099 - grpc_base_headers
1100 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001101 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001102 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001103- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001104 language: c++
1105 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001106 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001107- name: grpc++_reflection_proto
1108 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001109 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001110 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001111- name: grpc++_test
1112 language: c++
1113 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001114 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001115 - include/grpc++/test/server_context_test_spouse.h
1116 deps:
1117 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001118 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001119libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001120- name: gpr
1121 build: all
1122 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001123 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001124 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001125 secure: false
1126 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1127- name: gpr_test_util
1128 build: private
1129 language: c
1130 headers:
1131 - test/core/util/test_config.h
1132 src:
1133 - test/core/util/test_config.c
1134 deps:
1135 - gpr
1136 secure: false
1137 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001138- name: grpc
1139 build: all
1140 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001141 src:
1142 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001143 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001144 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001145 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001146 filegroups:
1147 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001148 - grpc_transport_chttp2_server_secure
1149 - grpc_transport_chttp2_client_secure
1150 - grpc_transport_chttp2_server_insecure
1151 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001152 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001153 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001154 - grpc_lb_policy_pick_first
1155 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001156 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001157 - grpc_resolver_dns_native
1158 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001159 - grpc_resolver_fake
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001160 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001161 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001162 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001163 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001164 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001165 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001166 - grpc_workaround_cronet_compression_filter
1167 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001168 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001170 vs_packages:
1171 - grpc.dependencies.openssl
1172 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001173 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001174- name: grpc_cronet
1175 build: all
1176 language: c
1177 src:
1178 - src/core/lib/surface/init.c
1179 baselib: true
1180 deps_linkage: static
1181 dll: true
1182 filegroups:
1183 - grpc_base
1184 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001185 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001186 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001187 generate_plugin_registry: true
1188 platforms:
1189 - linux
1190 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001191- name: grpc_dll
1192 build: private
1193 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001194 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001195 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001196 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001197 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001198 build_system:
1199 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001200 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001201 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001202 vs_config_type: DynamicLibrary
1203 vs_packages:
1204 - grpc.dependencies.openssl
1205 - grpc.dependencies.zlib
1206 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1207 vs_props:
1208 - zlib
1209 - openssl
1210 - winsock
1211 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001212- name: grpc_test_util
1213 build: private
1214 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001215 headers:
1216 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001217 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001218 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001219 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001220 - test/core/end2end/data/server1_cert.c
1221 - test/core/end2end/data/server1_key.c
1222 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001223 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001224 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001225 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001227 - grpc
1228 filegroups:
1229 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1231- name: grpc_test_util_unsecure
1232 build: private
1233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001234 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 - gpr
1236 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001237 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001238 filegroups:
1239 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001240 secure: false
1241 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1242- name: grpc_unsecure
1243 build: all
1244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001245 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001246 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001247 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001248 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001249 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001251 filegroups:
1252 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001253 - grpc_transport_chttp2_server_insecure
1254 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001255 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001256 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001257 - grpc_resolver_dns_native
1258 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001259 - grpc_resolver_fake
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001260 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001261 - grpc_lb_policy_grpclb
1262 - grpc_lb_policy_pick_first
1263 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001264 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001265 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001266 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001267 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001268 - grpc_workaround_cronet_compression_filter
1269 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001270 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001271 secure: false
1272 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001273- name: reconnect_server
1274 build: private
1275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001276 headers:
1277 - test/core/util/reconnect_server.h
1278 src:
1279 - test/core/util/reconnect_server.c
1280 deps:
yang-gc9fca182015-11-06 16:41:33 -08001281 - test_tcp_server
1282 - grpc_test_util
1283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001284 - gpr_test_util
1285 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001286- name: test_tcp_server
1287 build: private
1288 language: c
1289 headers:
1290 - test/core/util/test_tcp_server.h
1291 src:
1292 - test/core/util/test_tcp_server.c
1293 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001294 - grpc_test_util
1295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001296 - gpr_test_util
1297 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001298- name: grpc++
1299 build: all
1300 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001301 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001302 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001303 - src/cpp/client/secure_credentials.h
1304 - src/cpp/common/secure_auth_context.h
1305 - src/cpp/server/secure_server_credentials.h
1306 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001307 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001308 - src/cpp/client/secure_credentials.cc
1309 - src/cpp/common/auth_property_iterator.cc
1310 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001311 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001312 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001313 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001314 - src/cpp/server/secure_server_credentials.cc
1315 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001316 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001317 baselib: true
1318 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001319 filegroups:
1320 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001321 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001322 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001323 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324 secure: check
1325 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001326- name: grpc++_core_stats
1327 build: private
1328 language: c++
1329 public_headers:
1330 - src/cpp/util/core_stats.h
1331 src:
1332 - src/proto/grpc/core/stats.proto
1333 - src/cpp/util/core_stats.cc
1334 deps:
1335 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001336- name: grpc++_cronet
1337 build: all
1338 language: c++
1339 src:
1340 - src/cpp/client/cronet_credentials.cc
1341 - src/cpp/client/insecure_credentials.cc
1342 - src/cpp/common/insecure_create_auth_context.cc
1343 - src/cpp/server/insecure_server_credentials.cc
1344 deps:
1345 - gpr
1346 - grpc_cronet
1347 baselib: true
1348 dll: true
1349 filegroups:
1350 - grpc++_base
1351 - grpc++_codegen_base
1352 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001353 - grpc_transport_chttp2_client_insecure
1354 - grpc_transport_chttp2_server_insecure
1355 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001356 platforms:
1357 - linux
1358 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001359- name: grpc++_error_details
1360 build: all
1361 language: c++
1362 public_headers:
1363 - include/grpc++/support/error_details.h
1364 src:
1365 - src/proto/grpc/status/status.proto
1366 - src/cpp/util/error_details.cc
1367 deps:
1368 - grpc++
1369 baselib: true
1370 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001371- name: grpc++_proto_reflection_desc_db
1372 build: private
1373 language: c++
1374 headers:
1375 - test/cpp/util/proto_reflection_descriptor_database.h
1376 src:
1377 - test/cpp/util/proto_reflection_descriptor_database.cc
1378 deps:
1379 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001380 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001381 filegroups:
1382 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001383 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001384- name: grpc++_reflection
1385 build: all
1386 language: c++
1387 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001388 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001389 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001390 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001391 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001392 - src/cpp/ext/proto_server_reflection.cc
1393 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001394 deps:
1395 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001396 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001397 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001398 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399- name: grpc++_test_config
1400 build: private
1401 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001402 headers:
1403 - test/cpp/util/test_config.h
1404 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001405 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001406- name: grpc++_test_util
1407 build: private
1408 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001409 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001410 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001411 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001412 - test/cpp/util/create_test_channel.h
1413 - test/cpp/util/string_ref_helper.h
1414 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001415 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001416 src:
yang-gc8a49d22016-12-12 11:18:49 -08001417 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001418 - src/proto/grpc/testing/echo_messages.proto
1419 - src/proto/grpc/testing/echo.proto
1420 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001421 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001422 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001423 - test/cpp/util/create_test_channel.cc
1424 - test/cpp/util/string_ref_helper.cc
1425 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001426 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001427 deps:
1428 - grpc++
1429 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001430 - grpc
yang-g17487f92016-06-03 15:21:15 -07001431 filegroups:
1432 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001433 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001434 - grpc++_codegen_proto
1435 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001436- name: grpc++_test_util_unsecure
1437 build: private
1438 language: c++
1439 headers:
1440 - test/cpp/end2end/test_service_impl.h
1441 - test/cpp/util/byte_buffer_proto_helper.h
1442 - test/cpp/util/string_ref_helper.h
1443 - test/cpp/util/subprocess.h
1444 src:
1445 - src/proto/grpc/health/v1/health.proto
1446 - src/proto/grpc/testing/echo_messages.proto
1447 - src/proto/grpc/testing/echo.proto
1448 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1449 - test/cpp/end2end/test_service_impl.cc
1450 - test/cpp/util/byte_buffer_proto_helper.cc
1451 - test/cpp/util/string_ref_helper.cc
1452 - test/cpp/util/subprocess.cc
1453 deps:
1454 - grpc++_unsecure
1455 - grpc_test_util_unsecure
1456 - grpc_unsecure
1457 filegroups:
1458 - grpc++_codegen_base
1459 - grpc++_codegen_base_src
1460 - grpc++_codegen_proto
1461 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: grpc++_unsecure
1463 build: all
1464 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001465 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001466 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001467 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001468 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001469 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001471 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472 baselib: true
1473 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001474 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001475 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001476 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001477 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478 secure: false
1479 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001480- name: grpc_benchmark
1481 build: test
1482 language: c++
1483 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001484 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1485 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001486 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001487 src:
1488 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001489 deps:
1490 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001491 - grpc++_unsecure
1492 - grpc_test_util_unsecure
1493 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001494 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001495- name: grpc_cli_libs
1496 build: private
1497 language: c++
1498 headers:
1499 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001500 - test/cpp/util/cli_credentials.h
1501 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001502 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001503 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001504 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001505 src:
1506 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001507 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001508 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001509 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001510 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001511 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001512 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001513 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001514 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001515 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001516 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001517 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001518- name: grpc_plugin_support
1519 build: protoc
1520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001521 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001522 - src/compiler/config.h
1523 - src/compiler/cpp_generator.h
1524 - src/compiler/cpp_generator_helpers.h
1525 - src/compiler/csharp_generator.h
1526 - src/compiler/csharp_generator_helpers.h
1527 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001528 - src/compiler/node_generator.h
1529 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001530 - src/compiler/objective_c_generator.h
1531 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001532 - src/compiler/php_generator.h
1533 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301534 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001535 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301536 - src/compiler/python_generator_helpers.h
1537 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001538 - src/compiler/ruby_generator.h
1539 - src/compiler/ruby_generator_helpers-inl.h
1540 - src/compiler/ruby_generator_map-inl.h
1541 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301542 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001543 src:
1544 - src/compiler/cpp_generator.cc
1545 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001546 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001547 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001548 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001549 - src/compiler/python_generator.cc
1550 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001551 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001552 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001553 secure: false
1554 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001555 vs_props:
1556 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001557- name: http2_client_main
1558 build: private
1559 language: c++
1560 headers:
1561 - test/cpp/interop/http2_client.h
1562 src:
1563 - src/proto/grpc/testing/empty.proto
1564 - src/proto/grpc/testing/messages.proto
1565 - src/proto/grpc/testing/test.proto
1566 - test/cpp/interop/http2_client.cc
1567 deps:
1568 - grpc++_test_util
1569 - grpc_test_util
1570 - grpc++
1571 - grpc
1572 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001573- name: interop_client_helper
1574 build: private
1575 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001576 headers:
1577 - test/cpp/interop/client_helper.h
1578 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001579 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001580 - test/cpp/interop/client_helper.cc
1581 deps:
1582 - grpc++_test_util
1583 - grpc_test_util
1584 - grpc++
1585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: interop_client_main
1588 build: private
1589 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001590 headers:
1591 - test/cpp/interop/interop_client.h
1592 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001593 - src/proto/grpc/testing/empty.proto
1594 - src/proto/grpc/testing/messages.proto
1595 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001596 - test/cpp/interop/client.cc
1597 - test/cpp/interop/interop_client.cc
1598 deps:
1599 - interop_client_helper
1600 - grpc++_test_util
1601 - grpc_test_util
1602 - grpc++
1603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 - gpr_test_util
1605 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001606 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001607- name: interop_server_helper
1608 build: private
1609 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001610 headers:
1611 - test/cpp/interop/server_helper.h
1612 src:
1613 - test/cpp/interop/server_helper.cc
1614 deps:
yang-gcc591022017-01-11 11:10:43 -08001615 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001616 - grpc_test_util
1617 - grpc++
1618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001620- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621 build: private
1622 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001624 - src/proto/grpc/testing/empty.proto
1625 - src/proto/grpc/testing/messages.proto
1626 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001627 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001628 deps:
1629 - interop_server_helper
1630 - grpc++_test_util
1631 - grpc_test_util
1632 - grpc++
1633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001634 - gpr_test_util
1635 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001636 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001637- name: interop_server_main
1638 build: private
1639 language: c++
1640 src:
1641 - test/cpp/interop/interop_server_bootstrap.cc
1642 deps:
1643 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001644- name: qps
1645 build: private
1646 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001647 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001648 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001649 - test/cpp/qps/client.h
1650 - test/cpp/qps/driver.h
1651 - test/cpp/qps/histogram.h
1652 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001653 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001654 - test/cpp/qps/qps_worker.h
1655 - test/cpp/qps/report.h
1656 - test/cpp/qps/server.h
1657 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001658 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001659 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001660 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001661 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001662 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001663 - src/proto/grpc/testing/control.proto
1664 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001665 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001666 - test/cpp/qps/client_async.cc
1667 - test/cpp/qps/client_sync.cc
1668 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001669 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001670 - test/cpp/qps/qps_worker.cc
1671 - test/cpp/qps/report.cc
1672 - test/cpp/qps/server_async.cc
1673 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001674 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001675 deps:
1676 - grpc_test_util
1677 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001678 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001679 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001680 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001681- name: grpc_csharp_ext
1682 build: all
1683 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001684 src:
1685 - src/csharp/ext/grpc_csharp_ext.c
1686 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001688 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001689 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001690 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691 dll: only
1692 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001693 vs_packages:
1694 - grpc.dependencies.openssl
1695 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001696 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001697 vs_props:
1698 - zlib
1699 - openssl
1700 - winsock
1701 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001702targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001703- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001704 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001705 build: test
1706 language: c
1707 src:
1708 - test/core/surface/alarm_test.c
1709 deps:
1710 - grpc_test_util
1711 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001712 - gpr_test_util
1713 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001714- name: algorithm_test
1715 build: test
1716 language: c
1717 src:
1718 - test/core/compression/algorithm_test.c
1719 deps:
1720 - grpc_test_util
1721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001722 - gpr_test_util
1723 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001724- name: alloc_test
1725 build: test
1726 language: c
1727 src:
1728 - test/core/support/alloc_test.c
1729 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001730 - gpr_test_util
1731 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001732- name: alpn_test
1733 build: test
1734 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001735 src:
1736 - test/core/transport/chttp2/alpn_test.c
1737 deps:
1738 - grpc_test_util
1739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001740 - gpr_test_util
1741 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001742- name: api_fuzzer
1743 build: fuzzer
1744 language: c
1745 src:
1746 - test/core/end2end/fuzzers/api_fuzzer.c
1747 deps:
1748 - grpc_test_util
1749 - grpc
1750 - gpr_test_util
1751 - gpr
1752 corpus_dirs:
1753 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001754 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001755 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001756- name: arena_test
1757 build: test
1758 language: c
1759 src:
1760 - test/core/support/arena_test.c
1761 deps:
1762 - gpr_test_util
1763 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001764- name: bad_server_response_test
1765 build: test
1766 language: c
1767 src:
1768 - test/core/end2end/bad_server_response_test.c
1769 deps:
1770 - test_tcp_server
1771 - grpc_test_util
1772 - grpc
1773 - gpr_test_util
1774 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001775 exclude_iomgrs:
1776 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001777- name: bdp_estimator_test
1778 build: test
1779 language: c
1780 src:
1781 - test/core/transport/bdp_estimator_test.c
1782 deps:
1783 - grpc_test_util
1784 - grpc
1785 - gpr_test_util
1786 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001787- name: bin_decoder_test
1788 build: test
1789 language: c
1790 src:
1791 - test/core/transport/chttp2/bin_decoder_test.c
1792 deps:
1793 - grpc_test_util
1794 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795- name: bin_encoder_test
1796 build: test
1797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
1799 - test/core/transport/chttp2/bin_encoder_test.c
1800 deps:
1801 - grpc_test_util
1802 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001803- name: byte_stream_test
1804 build: test
1805 language: c
1806 src:
1807 - test/core/transport/byte_stream_test.c
1808 deps:
1809 - grpc_test_util
1810 - grpc
1811 - gpr_test_util
1812 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001813- name: census_context_test
1814 build: test
1815 language: c
1816 src:
1817 - test/core/census/context_test.c
1818 deps:
1819 - grpc_test_util
1820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 - gpr_test_util
1822 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001823- name: census_intrusive_hash_map_test
1824 build: test
1825 language: c
1826 src:
1827 - test/core/census/intrusive_hash_map_test.c
1828 deps:
1829 - grpc_test_util
1830 - grpc
1831 - gpr_test_util
1832 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001833- name: census_resource_test
1834 build: test
1835 language: c
1836 src:
1837 - test/core/census/resource_test.c
1838 deps:
1839 - grpc_test_util
1840 - grpc
1841 - gpr_test_util
1842 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001843- name: census_trace_context_test
1844 build: test
1845 language: c
1846 src:
1847 - test/core/census/trace_context_test.c
1848 deps:
1849 - grpc_test_util
1850 - grpc
1851 - gpr_test_util
1852 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001853- name: channel_create_test
1854 build: test
1855 language: c
1856 src:
1857 - test/core/surface/channel_create_test.c
1858 deps:
1859 - grpc_test_util
1860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr_test_util
1862 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001863- name: check_epollexclusive
1864 build: tool
1865 language: c
1866 src:
1867 - test/build/check_epollexclusive.c
1868 deps:
1869 - grpc
1870 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001871- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001875 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001876 deps:
1877 - grpc_test_util
1878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr_test_util
1880 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881- name: chttp2_stream_map_test
1882 build: test
1883 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001884 src:
1885 - test/core/transport/chttp2/stream_map_test.c
1886 deps:
1887 - grpc_test_util
1888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 - gpr_test_util
1890 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001891- name: chttp2_varint_test
1892 build: test
1893 language: c
1894 src:
1895 - test/core/transport/chttp2/varint_test.c
1896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001901- name: client_fuzzer
1902 build: fuzzer
1903 language: c
1904 src:
1905 - test/core/end2end/fuzzers/client_fuzzer.c
1906 deps:
1907 - grpc_test_util
1908 - grpc
1909 - gpr_test_util
1910 - gpr
1911 corpus_dirs:
1912 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001913 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001914 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001915- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001916 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001917 build: test
1918 language: c
1919 src:
1920 - test/core/iomgr/combiner_test.c
1921 deps:
1922 - grpc_test_util
1923 - grpc
1924 - gpr_test_util
1925 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001926- name: compression_test
1927 build: test
1928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001929 src:
1930 - test/core/compression/compression_test.c
1931 deps:
1932 - grpc_test_util
1933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr_test_util
1935 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001936- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001937 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001938 build: test
1939 language: c
1940 src:
1941 - test/core/surface/concurrent_connectivity_test.c
1942 deps:
1943 - grpc_test_util
1944 - grpc
1945 - gpr_test_util
1946 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001947 exclude_iomgrs:
1948 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001949- name: connection_refused_test
1950 cpu_cost: 0.1
1951 build: test
1952 language: c
1953 src:
1954 - test/core/end2end/connection_refused_test.c
1955 deps:
1956 - grpc_test_util
1957 - grpc
1958 - gpr_test_util
1959 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001960- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001961 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001962 build: test
1963 language: c
1964 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001965 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001966 deps:
1967 - grpc_test_util
1968 - grpc
1969 - gpr_test_util
1970 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001971 exclude_iomgrs:
1972 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001973- name: dns_resolver_test
1974 build: test
1975 language: c
1976 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001977 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001978 deps:
1979 - grpc_test_util
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001983- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001984 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/end2end/dualstack_socket_test.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001994 exclude_iomgrs:
1995 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001996 platforms:
1997 - mac
1998 - linux
1999 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002000- name: endpoint_pair_test
2001 build: test
2002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002003 src:
2004 - test/core/iomgr/endpoint_pair_test.c
2005 deps:
2006 - grpc_test_util
2007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002008 - gpr_test_util
2009 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002010 exclude_iomgrs:
2011 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002012- name: error_test
2013 cpu_cost: 30
2014 build: test
2015 language: c
2016 src:
2017 - test/core/iomgr/error_test.c
2018 deps:
2019 - grpc_test_util
2020 - grpc
2021 - gpr_test_util
2022 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002023- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002024 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002025 build: test
2026 language: c
2027 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002028 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002029 deps:
2030 - grpc_test_util
2031 - grpc
2032 - gpr_test_util
2033 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002034 exclude_iomgrs:
2035 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002036 platforms:
2037 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002038- name: fake_resolver_test
2039 build: test
2040 language: c
2041 src:
2042 - test/core/client_channel/resolvers/fake_resolver_test.c
2043 deps:
2044 - grpc_test_util
2045 - grpc
2046 - gpr_test_util
2047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: fd_conservation_posix_test
2049 build: test
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
2052 - test/core/iomgr/fd_conservation_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: fd_posix_test
2065 build: test
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
2068 - test/core/iomgr/fd_posix_test.c
2069 deps:
2070 - grpc_test_util
2071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002074 exclude_iomgrs:
2075 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002076 platforms:
2077 - mac
2078 - linux
2079 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002080- name: fling_client
2081 build: test
2082 run: false
2083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002084 src:
2085 - test/core/fling/client.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: fling_server
2092 build: test
2093 run: false
2094 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002095 src:
2096 - test/core/fling/server.c
2097 deps:
2098 - grpc_test_util
2099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002100 - gpr_test_util
2101 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002103 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104 build: test
2105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002106 src:
2107 - test/core/fling/fling_stream_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002113 platforms:
2114 - mac
2115 - linux
2116 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002117- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002118 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119 build: test
2120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002121 src:
2122 - test/core/fling/fling_test.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002128 platforms:
2129 - mac
2130 - linux
2131 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: gen_hpack_tables
2133 build: tool
2134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002135 src:
2136 - tools/codegen/core/gen_hpack_tables.c
2137 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002139 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: gen_legal_metadata_characters
2141 build: tool
2142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002143 src:
2144 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002145 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002146- name: gen_percent_encoding_tables
2147 build: tool
2148 language: c
2149 src:
2150 - tools/codegen/core/gen_percent_encoding_tables.c
2151 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002152- name: goaway_server_test
2153 cpu_cost: 0.1
2154 build: test
2155 language: c
2156 src:
2157 - test/core/end2end/goaway_server_test.c
2158 deps:
2159 - grpc_test_util
2160 - grpc
2161 - gpr_test_util
2162 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002163 exclude_iomgrs:
2164 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002165 platforms:
2166 - mac
2167 - linux
2168 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002169- name: gpr_avl_test
2170 build: test
2171 language: c
2172 src:
2173 - test/core/support/avl_test.c
2174 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002175 - gpr_test_util
2176 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002177- name: gpr_backoff_test
2178 build: test
2179 language: c
2180 src:
2181 - test/core/support/backoff_test.c
2182 deps:
2183 - gpr_test_util
2184 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002185- name: gpr_cmdline_test
2186 build: test
2187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002188 src:
2189 - test/core/support/cmdline_test.c
2190 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002191 - gpr_test_util
2192 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002193- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002194 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002195 build: test
2196 language: c
2197 src:
2198 - test/core/support/cpu_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_env_test
2203 build: test
2204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002205 src:
2206 - test/core/support/env_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_histogram_test
2211 build: test
2212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002213 src:
2214 - test/core/support/histogram_test.c
2215 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002216 - gpr_test_util
2217 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002218- name: gpr_host_port_test
2219 build: test
2220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002221 src:
2222 - test/core/support/host_port_test.c
2223 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002226- name: gpr_log_test
2227 build: test
2228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002229 src:
2230 - test/core/support/log_test.c
2231 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr_test_util
2233 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002234- name: gpr_mpscq_test
2235 cpu_cost: 30
2236 build: test
2237 language: c
2238 src:
2239 - test/core/support/mpscq_test.c
2240 deps:
2241 - gpr_test_util
2242 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002243- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002244 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002245 build: test
2246 language: c
2247 src:
2248 - test/core/support/spinlock_test.c
2249 deps:
2250 - gpr_test_util
2251 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002252- name: gpr_stack_lockfree_test
2253 cpu_cost: 7
2254 build: test
2255 language: c
2256 src:
2257 - test/core/support/stack_lockfree_test.c
2258 deps:
2259 - gpr_test_util
2260 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002261- name: gpr_string_test
2262 build: test
2263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002264 src:
2265 - test/core/support/string_test.c
2266 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002267 - gpr_test_util
2268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002270 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271 build: test
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/core/support/sync_test.c
2275 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002276 - gpr_test_util
2277 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002279 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002280 build: test
2281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002282 src:
2283 - test/core/support/thd_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_time_test
2288 build: test
2289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
2291 - test/core/support/time_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: gpr_tls_test
2296 build: test
2297 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
2299 - test/core/support/tls_test.c
2300 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 - gpr_test_util
2302 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002303- name: gpr_useful_test
2304 build: test
2305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002306 src:
2307 - test/core/support/useful_test.c
2308 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002309 - gpr_test_util
2310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: grpc_auth_context_test
2312 build: test
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
2315 - test/core/security/auth_context_test.c
2316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002321- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322 build: test
2323 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002324 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002325 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002326 deps:
2327 - grpc_test_util
2328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002329 - gpr_test_util
2330 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002331- name: grpc_byte_buffer_reader_test
2332 build: test
2333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
2335 - test/core/surface/byte_buffer_reader_test.c
2336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002341- name: grpc_channel_args_test
2342 build: test
2343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002344 src:
2345 - test/core/channel/channel_args_test.c
2346 deps:
2347 - grpc_test_util
2348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002349 - gpr_test_util
2350 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351- name: grpc_channel_stack_test
2352 build: test
2353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002354 src:
2355 - test/core/channel/channel_stack_test.c
2356 deps:
2357 - grpc_test_util
2358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002359 - gpr_test_util
2360 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002361- name: grpc_completion_queue_test
2362 build: test
2363 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002364 src:
2365 - test/core/surface/completion_queue_test.c
2366 deps:
2367 - grpc_test_util
2368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002369 - gpr_test_util
2370 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002371- name: grpc_completion_queue_threading_test
2372 build: test
2373 language: c
2374 src:
2375 - test/core/surface/completion_queue_threading_test.c
2376 deps:
2377 - grpc_test_util
2378 - grpc
2379 - gpr_test_util
2380 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002381 exclude_iomgrs:
2382 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: grpc_create_jwt
2384 build: tool
2385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002386 src:
2387 - test/core/security/create_jwt.c
2388 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002391 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002392- name: grpc_credentials_test
2393 build: test
2394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002395 src:
2396 - test/core/security/credentials_test.c
2397 deps:
2398 - grpc_test_util
2399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002400 - gpr_test_util
2401 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002402- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002403 build: test
2404 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002405 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002406 src:
2407 - test/core/security/fetch_oauth2.c
2408 deps:
2409 - grpc_test_util
2410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 - gpr_test_util
2412 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002413- name: grpc_invalid_channel_args_test
2414 build: test
2415 language: c
2416 src:
2417 - test/core/surface/invalid_channel_args_test.c
2418 deps:
2419 - grpc_test_util
2420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002421 - gpr_test_util
2422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002423- name: grpc_json_token_test
2424 build: test
2425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002426 src:
2427 - test/core/security/json_token_test.c
2428 deps:
2429 - grpc_test_util
2430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002431 - gpr_test_util
2432 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002433 platforms:
2434 - linux
2435 - posix
2436 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002437- name: grpc_jwt_verifier_test
2438 build: test
2439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002440 src:
2441 - test/core/security/jwt_verifier_test.c
2442 deps:
2443 - grpc_test_util
2444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 - gpr_test_util
2446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: grpc_print_google_default_creds_token
2448 build: tool
2449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
2451 - test/core/security/print_google_default_creds_token.c
2452 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455- name: grpc_security_connector_test
2456 build: test
2457 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002458 src:
2459 - test/core/security/security_connector_test.c
2460 deps:
2461 - grpc_test_util
2462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002463 - gpr_test_util
2464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465- name: grpc_verify_jwt
2466 build: tool
2467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002468 src:
2469 - test/core/security/verify_jwt.c
2470 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002472 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002473- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002474 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002475 language: c
2476 src:
2477 - test/core/handshake/client_ssl.c
2478 deps:
2479 - grpc_test_util
2480 - grpc
2481 - gpr_test_util
2482 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002483 exclude_iomgrs:
2484 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002485 platforms:
2486 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002487 secure: true
2488- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002489 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002490 language: c
2491 src:
2492 - test/core/handshake/server_ssl.c
2493 deps:
2494 - grpc_test_util
2495 - grpc
2496 - gpr_test_util
2497 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002498 exclude_iomgrs:
2499 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002500 platforms:
2501 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002502 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002503- name: hpack_parser_fuzzer_test
2504 build: fuzzer
2505 language: c
2506 src:
2507 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2508 deps:
2509 - grpc_test_util
2510 - grpc
2511 - gpr_test_util
2512 - gpr
2513 corpus_dirs:
2514 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002515 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002516 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517- name: hpack_parser_test
2518 build: test
2519 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002520 src:
2521 - test/core/transport/chttp2/hpack_parser_test.c
2522 deps:
2523 - grpc_test_util
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr_test_util
2526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: hpack_table_test
2528 build: test
2529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002530 src:
2531 - test/core/transport/chttp2/hpack_table_test.c
2532 deps:
2533 - grpc_test_util
2534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002535 - gpr_test_util
2536 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002537- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002538 build: test
2539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002540 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002541 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002542 deps:
2543 - grpc_test_util
2544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002545 - gpr_test_util
2546 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002547- name: http_request_fuzzer_test
2548 build: fuzzer
2549 language: c
2550 src:
2551 - test/core/http/request_fuzzer.c
2552 deps:
2553 - grpc_test_util
2554 - grpc
2555 - gpr_test_util
2556 - gpr
2557 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002558 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002559 maxlen: 2048
2560- name: http_response_fuzzer_test
2561 build: fuzzer
2562 language: c
2563 src:
2564 - test/core/http/response_fuzzer.c
2565 deps:
2566 - grpc_test_util
2567 - grpc
2568 - gpr_test_util
2569 - gpr
2570 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002571 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002572 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002573- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574 build: test
2575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002576 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002577 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002578 deps:
2579 - grpc_test_util
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002583- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002584 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002585 build: test
2586 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002587 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002588 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002589 deps:
2590 - grpc_test_util
2591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002592 - gpr_test_util
2593 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002594 platforms:
2595 - mac
2596 - linux
2597 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002598- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002599 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002600 build: test
2601 language: c
2602 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002603 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002604 deps:
2605 - grpc_test_util
2606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002607 - gpr_test_util
2608 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002609 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002610 - linux
yang-gf1183302015-12-07 16:02:05 -08002611- name: init_test
2612 build: test
2613 language: c
2614 src:
2615 - test/core/surface/init_test.c
2616 deps:
2617 - grpc_test_util
2618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002619 - gpr_test_util
2620 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002621- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002622 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002623 build: test
2624 language: c
2625 src:
2626 - test/core/end2end/invalid_call_argument_test.c
2627 deps:
2628 - grpc_test_util
2629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002630 - gpr_test_util
2631 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002632- name: json_fuzzer_test
2633 build: fuzzer
2634 language: c
2635 src:
2636 - test/core/json/fuzzer.c
2637 deps:
2638 - grpc_test_util
2639 - grpc
2640 - gpr_test_util
2641 - gpr
2642 corpus_dirs:
2643 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002644 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002645- name: json_rewrite
2646 build: test
2647 run: false
2648 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002649 src:
2650 - test/core/json/json_rewrite.c
2651 deps:
2652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002653 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002654- name: json_rewrite_test
2655 build: test
2656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002657 src:
2658 - test/core/json/json_rewrite_test.c
2659 deps:
2660 - grpc_test_util
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002664- name: json_stream_error_test
2665 build: test
2666 language: c
2667 src:
2668 - test/core/json/json_stream_error_test.c
2669 deps:
2670 - grpc_test_util
2671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002672 - gpr_test_util
2673 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002674- name: json_test
2675 build: test
2676 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002677 src:
2678 - test/core/json/json_test.c
2679 deps:
2680 - grpc_test_util
2681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002682 - gpr_test_util
2683 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684- name: lame_client_test
2685 build: test
2686 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002687 src:
2688 - test/core/surface/lame_client_test.c
2689 deps:
2690 - grpc_test_util
2691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002692 - gpr_test_util
2693 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002694- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002695 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002696 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002697 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002699 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002700 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002701 deps:
2702 - grpc_test_util
2703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002704 - gpr_test_util
2705 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002706- name: load_file_test
2707 build: test
2708 language: c
2709 src:
2710 - test/core/iomgr/load_file_test.c
2711 deps:
2712 - grpc_test_util
2713 - grpc
2714 - gpr_test_util
2715 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002716- name: low_level_ping_pong_benchmark
2717 build: benchmark
2718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002719 src:
2720 - test/core/network_benchmarks/low_level_ping_pong.c
2721 deps:
2722 - grpc_test_util
2723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002724 - gpr_test_util
2725 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002726 platforms:
2727 - mac
2728 - linux
2729 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002730- name: memory_profile_client
2731 build: test
2732 run: false
2733 language: c
2734 src:
2735 - test/core/memory_usage/client.c
2736 deps:
2737 - grpc_test_util
2738 - grpc
2739 - gpr_test_util
2740 - gpr
2741- name: memory_profile_server
2742 build: test
2743 run: false
2744 language: c
2745 src:
2746 - test/core/memory_usage/server.c
2747 deps:
2748 - grpc_test_util
2749 - grpc
2750 - gpr_test_util
2751 - gpr
2752- name: memory_profile_test
2753 cpu_cost: 1.5
2754 build: test
2755 language: c
2756 src:
2757 - test/core/memory_usage/memory_usage_test.c
2758 deps:
2759 - grpc_test_util
2760 - grpc
2761 - gpr_test_util
2762 - gpr
2763 platforms:
2764 - mac
2765 - linux
2766 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002767- name: message_compress_test
2768 build: test
2769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002770 src:
2771 - test/core/compression/message_compress_test.c
2772 deps:
2773 - grpc_test_util
2774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002775 - gpr_test_util
2776 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002777- name: minimal_stack_is_minimal_test
2778 build: test
2779 language: c
2780 src:
2781 - test/core/channel/minimal_stack_is_minimal_test.c
2782 deps:
2783 - grpc_test_util
2784 - grpc
2785 - gpr_test_util
2786 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002787- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002788 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002789 build: test
2790 language: c
2791 src:
2792 - test/core/census/mlog_test.c
2793 deps:
2794 - grpc_test_util
2795 - grpc
2796 - gpr_test_util
2797 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002798- name: multiple_server_queues_test
2799 build: test
2800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002801 src:
2802 - test/core/end2end/multiple_server_queues_test.c
2803 deps:
2804 - grpc_test_util
2805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002806 - gpr_test_util
2807 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002808- name: murmur_hash_test
2809 build: test
2810 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002811 src:
2812 - test/core/support/murmur_hash_test.c
2813 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002814 - gpr_test_util
2815 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002816- name: nanopb_fuzzer_response_test
2817 build: fuzzer
2818 language: c
2819 src:
2820 - test/core/nanopb/fuzzer_response.c
2821 deps:
2822 - grpc_test_util
2823 - grpc
2824 - gpr_test_util
2825 - gpr
2826 corpus_dirs:
2827 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002828 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002829- name: nanopb_fuzzer_serverlist_test
2830 build: fuzzer
2831 language: c
2832 src:
2833 - test/core/nanopb/fuzzer_serverlist.c
2834 deps:
2835 - grpc_test_util
2836 - grpc
2837 - gpr_test_util
2838 - gpr
2839 corpus_dirs:
2840 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002841 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002842- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002843 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002844 build: test
2845 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002846 src:
2847 - test/core/end2end/no_server_test.c
2848 deps:
2849 - grpc_test_util
2850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002851 - gpr_test_util
2852 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002853- name: num_external_connectivity_watchers_test
2854 build: test
2855 language: c
2856 src:
2857 - test/core/surface/num_external_connectivity_watchers_test.c
2858 deps:
2859 - grpc_test_util
2860 - grpc
2861 - gpr_test_util
2862 - gpr
2863 exclude_iomgrs:
2864 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002865- name: parse_address_test
2866 build: test
2867 language: c
2868 src:
2869 - test/core/client_channel/parse_address_test.c
2870 deps:
2871 - grpc_test_util
2872 - grpc
2873 - gpr_test_util
2874 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002875- name: percent_decode_fuzzer
2876 build: fuzzer
2877 language: c
2878 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002879 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002880 deps:
2881 - grpc_test_util
2882 - grpc
2883 - gpr_test_util
2884 - gpr
2885 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002886 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002887 maxlen: 32
2888- name: percent_encode_fuzzer
2889 build: fuzzer
2890 language: c
2891 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002892 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002893 deps:
2894 - grpc_test_util
2895 - grpc
2896 - gpr_test_util
2897 - gpr
2898 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002899 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002900 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002901- name: percent_encoding_test
2902 build: test
2903 language: c
2904 src:
2905 - test/core/slice/percent_encoding_test.c
2906 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002907 - grpc_test_util
2908 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002909 - gpr_test_util
2910 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002911- name: pollset_set_test
2912 build: test
2913 language: c
2914 src:
2915 - test/core/iomgr/pollset_set_test.c
2916 deps:
2917 - grpc_test_util
2918 - grpc
2919 - gpr_test_util
2920 - gpr
2921 exclude_iomgrs:
2922 - uv
2923 platforms:
2924 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002925- name: resolve_address_posix_test
2926 build: test
2927 language: c
2928 src:
2929 - test/core/iomgr/resolve_address_posix_test.c
2930 deps:
2931 - grpc_test_util
2932 - grpc
2933 - gpr_test_util
2934 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002935 exclude_iomgrs:
2936 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002937 platforms:
2938 - mac
2939 - linux
2940 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002941- name: resolve_address_test
2942 build: test
2943 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002944 src:
2945 - test/core/iomgr/resolve_address_test.c
2946 deps:
2947 - grpc_test_util
2948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002949 - gpr_test_util
2950 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002951- name: resource_quota_test
2952 cpu_cost: 30
2953 build: test
2954 language: c
2955 src:
2956 - test/core/iomgr/resource_quota_test.c
2957 deps:
2958 - grpc_test_util
2959 - grpc
2960 - gpr_test_util
2961 - gpr
yang-gd482e592015-12-10 14:04:00 -08002962- name: secure_channel_create_test
2963 build: test
2964 language: c
2965 src:
2966 - test/core/surface/secure_channel_create_test.c
2967 deps:
2968 - grpc_test_util
2969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002970 - gpr_test_util
2971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002972- name: secure_endpoint_test
2973 build: test
2974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002975 src:
2976 - test/core/security/secure_endpoint_test.c
2977 deps:
2978 - grpc_test_util
2979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002980 - gpr_test_util
2981 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002982 exclude_iomgrs:
2983 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002984- name: sequential_connectivity_test
2985 build: test
2986 language: c
2987 src:
2988 - test/core/surface/sequential_connectivity_test.c
2989 deps:
2990 - grpc_test_util
2991 - grpc
2992 - gpr_test_util
2993 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002994 exclude_iomgrs:
2995 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002996- name: server_chttp2_test
2997 build: test
2998 language: c
2999 src:
3000 - test/core/surface/server_chttp2_test.c
3001 deps:
3002 - grpc_test_util
3003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 - gpr_test_util
3005 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003006- name: server_fuzzer
3007 build: fuzzer
3008 language: c
3009 src:
3010 - test/core/end2end/fuzzers/server_fuzzer.c
3011 deps:
3012 - grpc_test_util
3013 - grpc
3014 - gpr_test_util
3015 - gpr
3016 corpus_dirs:
3017 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003018 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003019 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003020- name: server_test
3021 build: test
3022 language: c
3023 src:
3024 - test/core/surface/server_test.c
3025 deps:
3026 - grpc_test_util
3027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003028 - gpr_test_util
3029 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003030- name: slice_buffer_test
3031 build: test
3032 language: c
3033 src:
3034 - test/core/slice/slice_buffer_test.c
3035 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003036 - grpc_test_util
3037 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003038 - gpr_test_util
3039 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003040- name: slice_hash_table_test
3041 build: test
3042 language: c
3043 src:
3044 - test/core/slice/slice_hash_table_test.c
3045 deps:
3046 - grpc_test_util
3047 - grpc
3048 - gpr_test_util
3049 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003050- name: slice_string_helpers_test
3051 build: test
3052 language: c
3053 src:
3054 - test/core/slice/slice_string_helpers_test.c
3055 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003056 - grpc_test_util
3057 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003058 - gpr_test_util
3059 - gpr
3060- name: slice_test
3061 build: test
3062 language: c
3063 src:
3064 - test/core/slice/slice_test.c
3065 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003066 - grpc_test_util
3067 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003068 - gpr_test_util
3069 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003070- name: sockaddr_resolver_test
3071 build: test
3072 language: c
3073 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003074 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003075 deps:
3076 - grpc_test_util
3077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003078 - gpr_test_util
3079 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003080- name: sockaddr_utils_test
3081 build: test
3082 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003083 src:
3084 - test/core/iomgr/sockaddr_utils_test.c
3085 deps:
3086 - grpc_test_util
3087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003088 - gpr_test_util
3089 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003090- name: socket_utils_test
3091 build: test
3092 language: c
3093 src:
3094 - test/core/iomgr/socket_utils_test.c
3095 deps:
3096 - grpc_test_util
3097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003098 - gpr_test_util
3099 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003100 exclude_iomgrs:
3101 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003102 platforms:
3103 - mac
3104 - linux
3105 - posix
yang-g31e21282016-11-04 15:10:03 -07003106- name: ssl_server_fuzzer
3107 build: fuzzer
3108 language: c
3109 src:
3110 - test/core/security/ssl_server_fuzzer.c
3111 deps:
3112 - grpc_test_util
3113 - grpc
3114 - gpr_test_util
3115 - gpr
3116 corpus_dirs:
3117 - test/core/security/corpus/ssl_server_corpus
3118 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003119- name: status_conversion_test
3120 build: test
3121 language: c
3122 src:
3123 - test/core/transport/status_conversion_test.c
3124 deps:
3125 - grpc_test_util
3126 - grpc
3127 - gpr_test_util
3128 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003129- name: stream_compression_test
3130 build: test
3131 language: c
3132 src:
3133 - test/core/compression/stream_compression_test.c
3134 deps:
3135 - grpc_test_util
3136 - grpc
3137 - gpr_test_util
3138 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003139- name: stream_owned_slice_test
3140 build: test
3141 language: c
3142 src:
3143 - test/core/transport/stream_owned_slice_test.c
3144 deps:
3145 - grpc_test_util
3146 - grpc
3147 - gpr_test_util
3148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003149- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003150 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003151 build: test
3152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003153 src:
3154 - test/core/iomgr/tcp_client_posix_test.c
3155 deps:
3156 - grpc_test_util
3157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003158 - gpr_test_util
3159 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003160 exclude_iomgrs:
3161 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003162 platforms:
3163 - mac
3164 - linux
3165 - posix
murgatroid991191b722017-02-08 11:56:52 -08003166- name: tcp_client_uv_test
3167 cpu_cost: 0.5
3168 build: test
3169 language: c
3170 src:
3171 - test/core/iomgr/tcp_client_uv_test.c
3172 deps:
3173 - grpc_test_util
3174 - grpc
3175 - gpr_test_util
3176 - gpr
3177 exclude_iomgrs:
3178 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003179- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003180 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003181 build: test
3182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003183 src:
3184 - test/core/iomgr/tcp_posix_test.c
3185 deps:
3186 - grpc_test_util
3187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003188 - gpr_test_util
3189 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003190 exclude_iomgrs:
3191 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003192 platforms:
3193 - mac
3194 - linux
3195 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003196- name: tcp_server_posix_test
3197 build: test
3198 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003199 src:
3200 - test/core/iomgr/tcp_server_posix_test.c
3201 deps:
3202 - grpc_test_util
3203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003204 - gpr_test_util
3205 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003206 exclude_iomgrs:
3207 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003208 platforms:
3209 - mac
3210 - linux
3211 - posix
murgatroid991191b722017-02-08 11:56:52 -08003212- name: tcp_server_uv_test
3213 build: test
3214 language: c
3215 src:
3216 - test/core/iomgr/tcp_server_uv_test.c
3217 deps:
3218 - grpc_test_util
3219 - grpc
3220 - gpr_test_util
3221 - gpr
3222 exclude_iomgrs:
3223 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003224- name: time_averaged_stats_test
3225 build: test
3226 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003227 src:
3228 - test/core/iomgr/time_averaged_stats_test.c
3229 deps:
3230 - grpc_test_util
3231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003232 - gpr_test_util
3233 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003234- name: timeout_encoding_test
3235 build: test
3236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003237 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003238 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003239 deps:
3240 - grpc_test_util
3241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003242 - gpr_test_util
3243 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003244- name: timer_heap_test
3245 build: test
3246 language: c
3247 src:
3248 - test/core/iomgr/timer_heap_test.c
3249 deps:
3250 - grpc_test_util
3251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003252 - gpr_test_util
3253 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003254 exclude_iomgrs:
3255 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003256- name: timer_list_test
3257 build: test
3258 language: c
3259 src:
3260 - test/core/iomgr/timer_list_test.c
3261 deps:
3262 - grpc_test_util
3263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003264 - gpr_test_util
3265 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003266 exclude_iomgrs:
3267 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003268- name: transport_connectivity_state_test
3269 build: test
3270 language: c
3271 src:
3272 - test/core/transport/connectivity_state_test.c
3273 deps:
3274 - grpc_test_util
3275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003276 - gpr_test_util
3277 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003278- name: transport_metadata_test
3279 build: test
3280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003281 src:
3282 - test/core/transport/metadata_test.c
3283 deps:
3284 - grpc_test_util
3285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003286 - gpr_test_util
3287 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003288- name: transport_pid_controller_test
3289 build: test
3290 language: c
3291 src:
3292 - test/core/transport/pid_controller_test.c
3293 deps:
3294 - grpc_test_util
3295 - grpc
3296 - gpr_test_util
3297 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003298- name: transport_security_test
3299 build: test
3300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003301 src:
3302 - test/core/tsi/transport_security_test.c
3303 deps:
3304 - grpc_test_util
3305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003306 - gpr_test_util
3307 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003308 platforms:
3309 - linux
3310 - posix
3311 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003312- name: udp_server_test
3313 build: test
3314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003315 src:
3316 - test/core/iomgr/udp_server_test.c
3317 deps:
3318 - grpc_test_util
3319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003320 - gpr_test_util
3321 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003322 exclude_iomgrs:
3323 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003324 platforms:
3325 - mac
3326 - linux
3327 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003328- name: uri_fuzzer_test
3329 build: fuzzer
3330 language: c
3331 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003332 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003333 deps:
3334 - grpc_test_util
3335 - grpc
3336 - gpr_test_util
3337 - gpr
3338 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003339 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003340 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003341- name: uri_parser_test
3342 build: test
3343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003344 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003345 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003346 deps:
3347 - grpc_test_util
3348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003349 - gpr_test_util
3350 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003351- name: wakeup_fd_cv_test
3352 build: test
3353 language: c
3354 src:
3355 - test/core/iomgr/wakeup_fd_cv_test.c
3356 deps:
3357 - grpc_test_util
3358 - grpc
3359 - gpr_test_util
3360 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003361 exclude_iomgrs:
3362 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003363 platforms:
3364 - mac
3365 - linux
3366 - posix
vjpai04e992a2016-02-10 16:58:38 -08003367- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003368 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003369 build: test
3370 language: c++
3371 src:
3372 - test/cpp/common/alarm_cpp_test.cc
3373 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003374 - grpc++_test_util_unsecure
3375 - grpc_test_util_unsecure
3376 - grpc++_unsecure
3377 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003378 - gpr_test_util
3379 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003380- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003381 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003382 build: test
3383 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003384 src:
3385 - test/cpp/end2end/async_end2end_test.cc
3386 deps:
3387 - grpc++_test_util
3388 - grpc_test_util
3389 - grpc++
3390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003391 - gpr_test_util
3392 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003393- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003394 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003395 build: test
3396 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003397 src:
3398 - test/cpp/common/auth_property_iterator_test.cc
3399 deps:
3400 - grpc++_test_util
3401 - grpc_test_util
3402 - grpc++
3403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003404 - gpr_test_util
3405 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003406- name: bm_arena
3407 build: test
3408 language: c++
3409 src:
3410 - test/cpp/microbenchmarks/bm_arena.cc
3411 deps:
3412 - grpc_benchmark
3413 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003414 - grpc++_test_util_unsecure
3415 - grpc_test_util_unsecure
3416 - grpc++_unsecure
3417 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003418 - gpr_test_util
3419 - gpr
3420 args:
3421 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003422 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003423 platforms:
3424 - mac
3425 - linux
3426 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003427- name: bm_call_create
3428 build: test
3429 language: c++
3430 src:
3431 - test/cpp/microbenchmarks/bm_call_create.cc
3432 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003433 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003434 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003435 - grpc++_test_util_unsecure
3436 - grpc_test_util_unsecure
3437 - grpc++_unsecure
3438 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003439 - gpr_test_util
3440 - gpr
3441 args:
3442 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003443 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003444 platforms:
3445 - mac
3446 - linux
3447 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003448- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003449 build: test
3450 language: c++
3451 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003452 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003453 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003454 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003455 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003456 - grpc++_test_util_unsecure
3457 - grpc_test_util_unsecure
3458 - grpc++_unsecure
3459 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003460 - gpr_test_util
3461 - gpr
3462 args:
3463 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003464 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003465 platforms:
3466 - mac
3467 - linux
3468 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003469- name: bm_chttp2_transport
3470 build: test
3471 language: c++
3472 src:
3473 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3474 deps:
3475 - grpc_benchmark
3476 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003477 - grpc++_test_util_unsecure
3478 - grpc_test_util_unsecure
3479 - grpc++_unsecure
3480 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003481 - gpr_test_util
3482 - gpr
3483 args:
3484 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003485 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003486 platforms:
3487 - mac
3488 - linux
3489 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003490- name: bm_closure
3491 build: test
3492 language: c++
3493 src:
3494 - test/cpp/microbenchmarks/bm_closure.cc
3495 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003496 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003497 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003498 - grpc++_test_util_unsecure
3499 - grpc_test_util_unsecure
3500 - grpc++_unsecure
3501 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003502 - gpr_test_util
3503 - gpr
3504 args:
3505 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003506 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003507 platforms:
3508 - mac
3509 - linux
3510 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003511- name: bm_cq
3512 build: test
3513 language: c++
3514 src:
3515 - test/cpp/microbenchmarks/bm_cq.cc
3516 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003517 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003518 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003519 - grpc++_test_util_unsecure
3520 - grpc_test_util_unsecure
3521 - grpc++_unsecure
3522 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003523 - gpr_test_util
3524 - gpr
3525 args:
3526 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003527 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003528 platforms:
3529 - mac
3530 - linux
3531 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003532- name: bm_cq_multiple_threads
3533 build: test
3534 language: c++
3535 src:
3536 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3537 deps:
3538 - grpc_benchmark
3539 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003540 - grpc++_test_util_unsecure
3541 - grpc_test_util_unsecure
3542 - grpc++_unsecure
3543 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003544 - gpr_test_util
3545 - gpr
3546 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003547 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003548 defaults: benchmark
3549 platforms:
3550 - mac
3551 - linux
3552 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003553- name: bm_error
3554 build: test
3555 language: c++
3556 src:
3557 - test/cpp/microbenchmarks/bm_error.cc
3558 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003559 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003560 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003561 - grpc++_test_util_unsecure
3562 - grpc_test_util_unsecure
3563 - grpc++_unsecure
3564 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003565 - gpr_test_util
3566 - gpr
3567 args:
3568 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003569 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003570 platforms:
3571 - mac
3572 - linux
3573 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003574- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003575 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003576 language: c++
3577 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003578 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003579 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003580 - grpc_benchmark
3581 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003582 - grpc++_test_util_unsecure
3583 - grpc_test_util_unsecure
3584 - grpc++_unsecure
3585 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003586 - gpr_test_util
3587 - gpr
3588 args:
3589 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003590 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003591 excluded_poll_engines:
3592 - poll
3593 - poll-cv
3594 platforms:
3595 - mac
3596 - linux
3597 - posix
3598 timeout_seconds: 1200
3599- name: bm_fullstack_streaming_pump
3600 build: test
3601 language: c++
3602 src:
3603 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003604 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003605 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003606 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003607 - grpc++_test_util_unsecure
3608 - grpc_test_util_unsecure
3609 - grpc++_unsecure
3610 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003611 - gpr_test_util
3612 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003613 args:
3614 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003615 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003616 excluded_poll_engines:
3617 - poll
3618 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003619 platforms:
3620 - mac
3621 - linux
3622 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003623 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003624- name: bm_fullstack_trickle
3625 build: test
3626 language: c++
3627 src:
3628 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3629 deps:
3630 - grpc_benchmark
3631 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003632 - grpc++_test_util_unsecure
3633 - grpc_test_util_unsecure
3634 - grpc++_unsecure
3635 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003636 - gpr_test_util
3637 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003638 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003639 args:
3640 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003641 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003642 excluded_poll_engines:
3643 - poll
3644 - poll-cv
3645 platforms:
3646 - mac
3647 - linux
3648 - posix
3649 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003650- name: bm_fullstack_unary_ping_pong
3651 build: test
3652 language: c++
3653 src:
3654 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3655 deps:
3656 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003657 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003658 - grpc++_test_util_unsecure
3659 - grpc_test_util_unsecure
3660 - grpc++_unsecure
3661 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003662 - gpr_test_util
3663 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003664 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003665 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003666 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003667 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003668 - poll
3669 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003670 platforms:
3671 - mac
3672 - linux
3673 - posix
3674 timeout_seconds: 1200
3675- name: bm_metadata
3676 build: test
3677 language: c++
3678 src:
3679 - test/cpp/microbenchmarks/bm_metadata.cc
3680 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003681 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003682 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003683 - grpc++_test_util_unsecure
3684 - grpc_test_util_unsecure
3685 - grpc++_unsecure
3686 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003687 - gpr_test_util
3688 - gpr
3689 args:
3690 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003691 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003692 platforms:
3693 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003694 - linux
3695 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003696- name: bm_pollset
3697 build: test
3698 language: c++
3699 src:
3700 - test/cpp/microbenchmarks/bm_pollset.cc
3701 deps:
3702 - grpc_benchmark
3703 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003704 - grpc++_test_util_unsecure
3705 - grpc_test_util_unsecure
3706 - grpc++_unsecure
3707 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003708 - gpr_test_util
3709 - gpr
3710 args:
3711 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003712 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003713 platforms:
3714 - mac
3715 - linux
3716 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003717- name: channel_arguments_test
3718 gtest: true
3719 build: test
3720 language: c++
3721 src:
3722 - test/cpp/common/channel_arguments_test.cc
3723 deps:
3724 - grpc++
3725 - grpc
3726 - gpr
3727- name: channel_filter_test
3728 gtest: true
3729 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003730 language: c++
3731 src:
3732 - test/cpp/common/channel_filter_test.cc
3733 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003734 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003735 - grpc
3736 - gpr
3737- name: cli_call_test
3738 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003739 build: test
3740 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003741 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003742 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003743 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003744 - grpc_cli_libs
3745 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003746 - grpc_test_util
3747 - grpc++
3748 - grpc
3749 - gpr_test_util
3750 - gpr
3751- name: client_crash_test
3752 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003753 cpu_cost: 0.1
3754 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003755 language: c++
3756 src:
3757 - test/cpp/end2end/client_crash_test.cc
3758 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003759 - grpc++_test_util
3760 - grpc_test_util
3761 - grpc++
3762 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003763 - gpr_test_util
3764 - gpr
3765 platforms:
3766 - mac
3767 - linux
3768 - posix
3769- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003770 build: test
3771 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003772 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003773 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003774 - test/cpp/end2end/client_crash_test_server.cc
3775 deps:
3776 - grpc++_test_util
3777 - grpc_test_util
3778 - grpc++
3779 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003780 - gpr_test_util
3781 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003782- name: client_lb_end2end_test
3783 gtest: true
3784 build: test
3785 language: c++
3786 src:
3787 - test/cpp/end2end/client_lb_end2end_test.cc
3788 deps:
3789 - grpc++_test_util
3790 - grpc_test_util
3791 - grpc++
3792 - grpc
3793 - gpr_test_util
3794 - gpr
3795 excluded_poll_engines:
3796 - poll
3797 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003798- name: codegen_test_full
3799 gtest: true
3800 build: test
3801 language: c++
3802 src:
3803 - src/proto/grpc/testing/control.proto
3804 - src/proto/grpc/testing/messages.proto
3805 - src/proto/grpc/testing/payloads.proto
3806 - src/proto/grpc/testing/services.proto
3807 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003808 - test/cpp/codegen/codegen_test_full.cc
3809 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003810 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003811 - grpc++
3812 - grpc
3813 - gpr
3814 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003815 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003816- name: codegen_test_minimal
3817 gtest: true
3818 build: test
3819 language: c++
3820 src:
3821 - src/proto/grpc/testing/control.proto
3822 - src/proto/grpc/testing/messages.proto
3823 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003824 - src/proto/grpc/testing/services.proto
3825 - src/proto/grpc/testing/stats.proto
3826 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003827 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003828 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003829 - grpc
3830 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003831 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003832 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003833 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003834- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003835 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003836 build: test
3837 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003838 src:
3839 - test/cpp/client/credentials_test.cc
3840 deps:
3841 - grpc++
3842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003843 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003844- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003845 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003846 build: test
3847 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003848 src:
3849 - test/cpp/util/byte_buffer_test.cc
3850 deps:
3851 - grpc_test_util
3852 - grpc++
3853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003854 - gpr_test_util
3855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003856- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003857 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003858 build: test
3859 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003860 src:
3861 - test/cpp/util/slice_test.cc
3862 deps:
3863 - grpc_test_util
3864 - grpc++
3865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003866 - gpr_test_util
3867 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003868- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003869 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003870 build: test
3871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003872 src:
3873 - test/cpp/util/string_ref_test.cc
3874 deps:
3875 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003876 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003877- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003878 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003879 build: test
3880 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003881 src:
3882 - test/cpp/util/time_test.cc
3883 deps:
3884 - grpc_test_util
3885 - grpc++
3886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003887 - gpr_test_util
3888 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003889- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003890 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003891 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003892 build: test
3893 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003894 src:
3895 - test/cpp/end2end/end2end_test.cc
3896 deps:
3897 - grpc++_test_util
3898 - grpc_test_util
3899 - grpc++
3900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003901 - gpr_test_util
3902 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003903- name: error_details_test
3904 gtest: true
3905 build: test
3906 language: c++
3907 src:
3908 - src/proto/grpc/testing/echo_messages.proto
3909 - test/cpp/util/error_details_test.cc
3910 deps:
3911 - grpc++_error_details
3912 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003913- name: filter_end2end_test
3914 gtest: true
3915 build: test
3916 language: c++
3917 src:
3918 - test/cpp/end2end/filter_end2end_test.cc
3919 deps:
3920 - grpc++_test_util
3921 - grpc_test_util
3922 - grpc++
3923 - grpc
3924 - gpr_test_util
3925 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003926- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003927 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928 build: test
3929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003930 src:
3931 - test/cpp/end2end/generic_end2end_test.cc
3932 deps:
3933 - grpc++_test_util
3934 - grpc_test_util
3935 - grpc++
3936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003937 - gpr_test_util
3938 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003939- name: golden_file_test
3940 gtest: true
3941 build: test
3942 language: c++
3943 src:
3944 - src/proto/grpc/testing/compiler_test.proto
3945 - test/cpp/codegen/golden_file_test.cc
3946 deps:
3947 - grpc++
3948 - grpc
3949 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003950 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003951 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003952- name: grpc_cli
3953 build: test
3954 run: false
3955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003956 src:
3957 - test/cpp/util/grpc_cli.cc
3958 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003959 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003960 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003961 - grpc++
3962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003963 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003964 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003965- name: grpc_cpp_plugin
3966 build: protoc
3967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003968 src:
3969 - src/compiler/cpp_plugin.cc
3970 deps:
3971 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003972 secure: false
3973 vs_config_type: Application
3974 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3975- name: grpc_csharp_plugin
3976 build: protoc
3977 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003978 src:
3979 - src/compiler/csharp_plugin.cc
3980 deps:
3981 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003982 secure: false
3983 vs_config_type: Application
3984 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003985- name: grpc_node_plugin
3986 build: protoc
3987 language: c++
3988 src:
3989 - src/compiler/node_plugin.cc
3990 deps:
3991 - grpc_plugin_support
3992 secure: false
3993 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003994- name: grpc_objective_c_plugin
3995 build: protoc
3996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003997 src:
3998 - src/compiler/objective_c_plugin.cc
3999 deps:
4000 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004001 secure: false
4002 vs_config_type: Application
4003 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004004- name: grpc_php_plugin
4005 build: protoc
4006 language: c++
4007 src:
4008 - src/compiler/php_plugin.cc
4009 deps:
4010 - grpc_plugin_support
4011 secure: false
4012 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004013- name: grpc_python_plugin
4014 build: protoc
4015 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004016 src:
4017 - src/compiler/python_plugin.cc
4018 deps:
4019 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004020 secure: false
4021 vs_config_type: Application
4022 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4023- name: grpc_ruby_plugin
4024 build: protoc
4025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004026 src:
4027 - src/compiler/ruby_plugin.cc
4028 deps:
4029 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004030 secure: false
4031 vs_config_type: Application
4032 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004033- name: grpc_tool_test
4034 gtest: true
4035 build: test
4036 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004037 src:
4038 - src/proto/grpc/testing/echo.proto
4039 - src/proto/grpc/testing/echo_messages.proto
4040 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004041 deps:
4042 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004043 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004044 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004045 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004046 - grpc_test_util
4047 - grpc++
4048 - grpc
4049 - gpr_test_util
4050 - gpr
4051 filegroups:
4052 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004053- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004054 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004055 build: test
4056 language: c++
4057 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004058 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004059 - test/cpp/grpclb/grpclb_api_test.cc
4060 deps:
4061 - grpc++_test_util
4062 - grpc_test_util
4063 - grpc++
4064 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004065- name: grpclb_end2end_test
4066 gtest: true
4067 build: test
4068 language: c++
4069 src:
4070 - src/proto/grpc/lb/v1/load_balancer.proto
4071 - test/cpp/end2end/grpclb_end2end_test.cc
4072 deps:
4073 - grpc++_test_util
4074 - grpc_test_util
4075 - grpc++
4076 - grpc
4077 - gpr_test_util
4078 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004079 excluded_poll_engines:
4080 - poll
4081 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004082- name: grpclb_test
4083 gtest: false
4084 build: test
4085 language: c++
4086 src:
4087 - src/proto/grpc/lb/v1/load_balancer.proto
4088 - test/cpp/grpclb/grpclb_test.cc
4089 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004090 - grpc++_test_util
4091 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004092 - grpc++
4093 - grpc
4094 - gpr_test_util
4095 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004096 excluded_poll_engines:
4097 - poll
4098 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004099- name: health_service_end2end_test
4100 gtest: true
4101 build: test
4102 language: c++
4103 src:
4104 - test/cpp/end2end/health_service_end2end_test.cc
4105 deps:
4106 - grpc++_test_util
4107 - grpc_test_util
4108 - grpc++
4109 - grpc
4110 - gpr_test_util
4111 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004112- name: http2_client
4113 build: test
4114 run: false
4115 language: c++
4116 src: []
4117 deps:
4118 - http2_client_main
4119 - grpc++_test_util
4120 - grpc_test_util
4121 - grpc++
4122 - grpc
4123 - grpc++_test_config
4124 platforms:
4125 - mac
4126 - linux
4127 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004128- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004129 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004130 build: test
4131 language: c++
4132 src:
4133 - test/cpp/end2end/hybrid_end2end_test.cc
4134 deps:
4135 - grpc++_test_util
4136 - grpc_test_util
4137 - grpc++
4138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004139 - gpr_test_util
4140 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004141- name: interop_client
4142 build: test
4143 run: false
4144 language: c++
4145 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004146 deps:
4147 - interop_client_main
4148 - interop_client_helper
4149 - grpc++_test_util
4150 - grpc_test_util
4151 - grpc++
4152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004153 - gpr_test_util
4154 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004155 - grpc++_test_config
4156 platforms:
4157 - mac
4158 - linux
4159 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004160- name: interop_server
4161 build: test
4162 run: false
4163 language: c++
4164 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004165 deps:
4166 - interop_server_main
4167 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004168 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004169 - grpc++_test_util
4170 - grpc_test_util
4171 - grpc++
4172 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004173 - gpr_test_util
4174 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004175 - grpc++_test_config
4176 platforms:
4177 - mac
4178 - linux
4179 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004180- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004181 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004182 build: test
4183 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004184 src:
4185 - test/cpp/interop/interop_test.cc
4186 deps:
4187 - grpc_test_util
4188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004189 - gpr_test_util
4190 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004191 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004192 platforms:
4193 - mac
4194 - linux
4195 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004196- name: json_run_localhost
4197 build: test
4198 run: false
4199 language: c++
4200 src:
4201 - test/cpp/qps/json_run_localhost.cc
4202 deps:
4203 - grpc++_test_util
4204 - grpc_test_util
4205 - grpc++
4206 - grpc
4207 - gpr_test_util
4208 - gpr
4209 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004210 platforms:
4211 - mac
4212 - linux
4213 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004214- name: memory_test
4215 gtest: true
4216 build: test
4217 language: c++
4218 src:
4219 - test/core/support/memory_test.cc
4220 deps:
4221 - grpc_test_util
4222 - grpc++
4223 - grpc
4224 - gpr_test_util
4225 - gpr
4226 uses:
4227 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004228- name: metrics_client
4229 build: test
4230 run: false
4231 language: c++
4232 headers:
4233 - test/cpp/util/metrics_server.h
4234 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004235 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004236 - test/cpp/interop/metrics_client.cc
4237 deps:
4238 - grpc++
4239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004240 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004241 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004242- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004243 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004244 build: test
4245 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004246 headers:
4247 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004248 src:
4249 - test/cpp/end2end/mock_test.cc
4250 deps:
4251 - grpc++_test_util
4252 - grpc_test_util
4253 - grpc++
4254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004255 - gpr_test_util
4256 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004257- name: noop-benchmark
4258 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004259 language: c++
4260 src:
4261 - test/cpp/microbenchmarks/noop-benchmark.cc
4262 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004263 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004264 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004265- name: proto_server_reflection_test
4266 gtest: true
4267 build: test
4268 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004269 src:
4270 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004271 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004272 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004273 - grpc++_reflection
4274 - grpc++_test_util
4275 - grpc_test_util
4276 - grpc++
4277 - grpc
4278 - gpr_test_util
4279 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004280- name: proto_utils_test
4281 gtest: true
4282 build: test
4283 language: c++
4284 src:
4285 - test/cpp/codegen/proto_utils_test.cc
4286 deps:
4287 - grpc++
4288 - grpc
4289 filegroups:
4290 - grpc++_codegen_base
4291 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004292- name: qps_interarrival_test
4293 build: test
4294 run: false
4295 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004296 src:
4297 - test/cpp/qps/qps_interarrival_test.cc
4298 deps:
4299 - qps
4300 - grpc++_test_util
4301 - grpc_test_util
4302 - grpc++
4303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004304 - gpr_test_util
4305 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004306 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004307 platforms:
4308 - mac
4309 - linux
4310 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004311- name: qps_json_driver
4312 build: test
4313 run: false
4314 language: c++
4315 src:
4316 - test/cpp/qps/qps_json_driver.cc
4317 deps:
4318 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004319 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004320 - grpc++_test_util
4321 - grpc_test_util
4322 - grpc++
4323 - grpc
4324 - gpr_test_util
4325 - gpr
4326 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004327- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004328 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004329 build: test
4330 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004331 src:
4332 - test/cpp/qps/qps_openloop_test.cc
4333 deps:
4334 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004335 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004336 - grpc++_test_util
4337 - grpc_test_util
4338 - grpc++
4339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004340 - gpr_test_util
4341 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004342 - grpc++_test_config
4343 platforms:
4344 - mac
4345 - linux
4346 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004347- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004348 build: test
4349 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004350 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004351 headers:
4352 - test/cpp/qps/client.h
4353 - test/cpp/qps/server.h
4354 src:
4355 - test/cpp/qps/worker.cc
4356 deps:
4357 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004358 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004359 - grpc++_test_util
4360 - grpc_test_util
4361 - grpc++
4362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004363 - gpr_test_util
4364 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004365 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004366- name: reconnect_interop_client
4367 build: test
4368 run: false
4369 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004370 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004371 - src/proto/grpc/testing/empty.proto
4372 - src/proto/grpc/testing/messages.proto
4373 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004374 - test/cpp/interop/reconnect_interop_client.cc
4375 deps:
4376 - grpc++_test_util
4377 - grpc_test_util
4378 - grpc++
4379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004380 - gpr_test_util
4381 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004382 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004383- name: reconnect_interop_server
4384 build: test
4385 run: false
4386 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004387 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004388 - src/proto/grpc/testing/empty.proto
4389 - src/proto/grpc/testing/messages.proto
4390 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004391 - test/cpp/interop/reconnect_interop_server.cc
4392 deps:
4393 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004394 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004395 - grpc++_test_util
4396 - grpc_test_util
4397 - grpc++
4398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004399 - gpr_test_util
4400 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004401 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004402- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004403 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004404 build: test
4405 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004406 src:
4407 - test/cpp/common/secure_auth_context_test.cc
4408 deps:
4409 - grpc++_test_util
4410 - grpc_test_util
4411 - grpc++
4412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004413 - gpr_test_util
4414 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004415- name: secure_sync_unary_ping_pong_test
4416 build: test
4417 language: c++
4418 src:
4419 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4420 deps:
4421 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004422 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004423 - grpc++_test_util
4424 - grpc_test_util
4425 - grpc++
4426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004427 - gpr_test_util
4428 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004429 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004430 platforms:
4431 - mac
4432 - linux
4433 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004434- name: server_builder_plugin_test
4435 gtest: true
4436 build: test
4437 language: c++
4438 src:
4439 - test/cpp/end2end/server_builder_plugin_test.cc
4440 deps:
4441 - grpc++_test_util
4442 - grpc_test_util
4443 - grpc++
4444 - grpc
4445 - gpr_test_util
4446 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004447- name: server_builder_test
4448 gtest: true
4449 build: test
4450 language: c++
4451 src:
4452 - src/proto/grpc/testing/echo_messages.proto
4453 - src/proto/grpc/testing/echo.proto
4454 - test/cpp/server/server_builder_test.cc
4455 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004456 - grpc++_test_util_unsecure
4457 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004458 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004459 - grpc++_unsecure
4460 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004461 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004462- name: server_context_test_spouse_test
4463 gtest: true
4464 build: test
4465 language: c++
4466 src:
4467 - test/cpp/test/server_context_test_spouse_test.cc
4468 deps:
4469 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004470 - grpc++
4471 - grpc
4472 - gpr_test_util
4473 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004474 uses:
4475 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004476- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004477 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004478 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004479 build: test
4480 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004481 src:
4482 - test/cpp/end2end/server_crash_test.cc
4483 deps:
4484 - grpc++_test_util
4485 - grpc_test_util
4486 - grpc++
4487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004488 - gpr_test_util
4489 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004490 platforms:
4491 - mac
4492 - linux
4493 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004494- name: server_crash_test_client
4495 build: test
4496 run: false
4497 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004498 src:
4499 - test/cpp/end2end/server_crash_test_client.cc
4500 deps:
4501 - grpc++_test_util
4502 - grpc_test_util
4503 - grpc++
4504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004505 - gpr_test_util
4506 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004507- name: server_request_call_test
4508 gtest: true
4509 build: test
4510 language: c++
4511 src:
4512 - src/proto/grpc/testing/echo_messages.proto
4513 - src/proto/grpc/testing/echo.proto
4514 - test/cpp/server/server_request_call_test.cc
4515 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004516 - grpc++_test_util_unsecure
4517 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004518 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004519 - grpc++_unsecure
4520 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004521 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004522- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004523 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004524 build: test
4525 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004526 src:
4527 - test/cpp/end2end/shutdown_test.cc
4528 deps:
4529 - grpc++_test_util
4530 - grpc_test_util
4531 - grpc++
4532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004533 - gpr_test_util
4534 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004535- name: stats_test
4536 gtest: true
4537 build: test
4538 language: c++
4539 src:
4540 - test/core/debug/stats_test.cc
4541 deps:
4542 - grpc++_test_util
4543 - grpc_test_util
4544 - grpc
4545 - gpr_test_util
4546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004547- name: status_test
4548 build: test
4549 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004550 src:
4551 - test/cpp/util/status_test.cc
4552 deps:
4553 - grpc_test_util
4554 - grpc++
4555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004556 - gpr_test_util
4557 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004558- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004559 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004560 build: test
4561 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004562 src:
4563 - test/cpp/end2end/streaming_throughput_test.cc
4564 deps:
4565 - grpc++_test_util
4566 - grpc_test_util
4567 - grpc++
4568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004569 - gpr_test_util
4570 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004571 platforms:
4572 - mac
4573 - linux
4574 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004575- name: stress_test
4576 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004577 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004578 language: c++
4579 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004580 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004581 - test/cpp/interop/interop_client.h
4582 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004583 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004584 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004585 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004586 - src/proto/grpc/testing/empty.proto
4587 - src/proto/grpc/testing/messages.proto
4588 - src/proto/grpc/testing/metrics.proto
4589 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004590 - test/cpp/interop/interop_client.cc
4591 - test/cpp/interop/stress_interop_client.cc
4592 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004593 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004594 deps:
4595 - grpc++_test_util
4596 - grpc_test_util
4597 - grpc++
4598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004599 - gpr_test_util
4600 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004601 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004602- name: thread_manager_test
4603 build: test
4604 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004605 src:
4606 - test/cpp/thread_manager/thread_manager_test.cc
4607 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004608 - grpc++_unsecure
4609 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004610 - gpr
4611 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004612- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004613 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004614 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004615 build: test
4616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004617 src:
4618 - test/cpp/end2end/thread_stress_test.cc
4619 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004620 - grpc++_test_util_unsecure
4621 - grpc_test_util_unsecure
4622 - grpc++_unsecure
4623 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004624 - gpr_test_util
4625 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004626 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004627- name: writes_per_rpc_test
4628 gtest: true
4629 cpu_cost: 0.5
4630 build: test
4631 language: c++
4632 src:
4633 - test/cpp/performance/writes_per_rpc_test.cc
4634 deps:
4635 - grpc++_test_util
4636 - grpc_test_util
4637 - grpc++
4638 - grpc
4639 - gpr_test_util
4640 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004641 platforms:
4642 - mac
4643 - linux
4644 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004645- name: public_headers_must_be_c89
4646 build: test
4647 language: c89
4648 src:
4649 - test/core/surface/public_headers_must_be_c89.c
4650 deps:
4651 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004653vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004654- linkage: static
4655 name: grpc.dependencies.zlib
4656 props: false
4657 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004658 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004659- linkage: static
4660 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004661 props: true
4662 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004663 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004664- name: gflags
4665 props: false
4666 redist: false
4667 version: 2.1.2.1
4668- name: gtest
4669 props: false
4670 redist: false
4671 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004672configs:
4673 asan:
4674 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004675 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4676 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004677 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004678 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004679 LDFLAGS: -fsanitize=address
4680 LDXX: clang++
4681 compile_the_world: true
4682 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004683 ASAN_OPTIONS: detect_leaks=1:color=always
4684 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004685 asan-noleaks:
4686 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004687 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4688 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004689 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004690 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004691 LDFLAGS: -fsanitize=address
4692 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004693 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004694 test_environ:
4695 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004696 asan-trace-cmp:
4697 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004698 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4699 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004700 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004701 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004702 LDFLAGS: -fsanitize=address
4703 LDXX: clang++
4704 compile_the_world: true
4705 test_environ:
4706 ASAN_OPTIONS: detect_leaks=1:color=always
4707 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004708 basicprof:
4709 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4710 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004711 c++-compat:
4712 CFLAGS: -Wc++-compat
4713 CPPFLAGS: -O0
4714 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004715 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004716 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004717 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004718 dbg:
4719 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004720 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004721 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004722 gcov:
4723 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004724 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004725 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004726 DEFINES: _DEBUG DEBUG GPR_GCOV
4727 LD: gcc
4728 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4729 LDXX: g++
4730 helgrind:
4731 CPPFLAGS: -O0
4732 DEFINES: _DEBUG DEBUG
4733 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004734 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004735 lto:
4736 CPPFLAGS: -O2
4737 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004738 memcheck:
4739 CPPFLAGS: -O0
4740 DEFINES: _DEBUG DEBUG
4741 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004742 valgrind: --tool=memcheck --leak-check=full
4743 msan:
4744 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004745 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4746 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4747 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004748 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004749 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004750 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004751 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4752 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4753 LDXX: clang++
4754 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004755 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004756 CPPFLAGS: -O3 -fno-omit-frame-pointer
4757 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004758 LDFLAGS: -rdynamic
4759 opt:
4760 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004761 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004762 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004763 stapprof:
4764 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4765 DEFINES: NDEBUG
4766 tsan:
4767 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004768 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004769 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004770 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004771 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004772 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004773 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004774 LDXX: clang++
4775 compile_the_world: true
4776 test_environ:
4777 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004778 ubsan:
4779 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004780 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4781 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004782 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004783 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004784 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004785 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004786 LDXX: clang++
4787 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004788 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004789 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004790defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004791 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004792 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004793 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4794 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004795 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4796 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004797 benchmark:
4798 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004799 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004800 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004801 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004802 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004803 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004804 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004805 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004806 LDFLAGS: -g
4807 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004808 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004809 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004810node_modules:
4811- deps:
4812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004813 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004814 - boringssl
4815 - z
murgatroid9994a75412015-11-19 14:04:53 -08004816 headers:
4817 - src/node/ext/byte_buffer.h
4818 - src/node/ext/call.h
4819 - src/node/ext/call_credentials.h
4820 - src/node/ext/channel.h
4821 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004822 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004823 - src/node/ext/server.h
4824 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004825 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004826 - src/node/ext/timeval.h
4827 js:
4828 - src/node/index.js
4829 - src/node/src/client.js
4830 - src/node/src/common.js
4831 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004832 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004833 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004834 - src/node/src/metadata.js
4835 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004836 name: grpc_node
4837 src:
4838 - src/node/ext/byte_buffer.cc
4839 - src/node/ext/call.cc
4840 - src/node/ext/call_credentials.cc
4841 - src/node/ext/channel.cc
4842 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004843 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004844 - src/node/ext/node_grpc.cc
4845 - src/node/ext/server.cc
4846 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004847 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004848 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004849openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004850 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004851 extraction_dir: openssl-1.0.2f
4852 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004853php_config_m4:
4854 deps:
4855 - grpc
4856 - gpr
4857 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004858 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004859 headers:
4860 - src/php/ext/grpc/byte_buffer.h
4861 - src/php/ext/grpc/call.h
4862 - src/php/ext/grpc/call_credentials.h
4863 - src/php/ext/grpc/channel.h
4864 - src/php/ext/grpc/channel_credentials.h
4865 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004866 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004867 - src/php/ext/grpc/php_grpc.h
4868 - src/php/ext/grpc/server.h
4869 - src/php/ext/grpc/server_credentials.h
4870 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004871 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004872 src:
4873 - src/php/ext/grpc/byte_buffer.c
4874 - src/php/ext/grpc/call.c
4875 - src/php/ext/grpc/call_credentials.c
4876 - src/php/ext/grpc/channel.c
4877 - src/php/ext/grpc/channel_credentials.c
4878 - src/php/ext/grpc/completion_queue.c
4879 - src/php/ext/grpc/php_grpc.c
4880 - src/php/ext/grpc/server.c
4881 - src/php/ext/grpc/server_credentials.c
4882 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004883python_dependencies:
4884 deps:
4885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004886 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004887 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004888 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004889 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004890ruby_gem:
4891 deps:
4892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004893 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004894 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004895 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004896 - z