blob: 5264b4adb8776bd46bfe2e8037a4f610298aaec9 [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
Mark D. Roth764cf042017-09-01 09:00:06 -0700203 - src/core/lib/iomgr/call_combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700205 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/endpoint.c
207 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700208 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700210 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700211 - src/core/lib/iomgr/ev_epoll1_linux.c
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700212 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700213 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700214 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700215 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700216 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700217 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200218 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/exec_ctx.c
220 - src/core/lib/iomgr/executor.c
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700221 - src/core/lib/iomgr/gethostname_fallback.c
222 - src/core/lib/iomgr/gethostname_host_name_max.c
223 - src/core/lib/iomgr/gethostname_sysconf.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/iocp_windows.c
225 - src/core/lib/iomgr/iomgr.c
226 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700227 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700229 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700230 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700231 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700232 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700233 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700234 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/pollset_windows.c
238 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700239 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700241 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500243 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700244 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/socket_utils_common_posix.c
246 - src/core/lib/iomgr/socket_utils_linux.c
247 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700248 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700249 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/socket_windows.c
251 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700252 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/iomgr/tcp_client_windows.c
254 - src/core/lib/iomgr/tcp_posix.c
255 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700256 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700257 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
258 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700259 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700261 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/iomgr/tcp_windows.c
263 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700264 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700266 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700267 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/iomgr/udp_server.c
269 - src/core/lib/iomgr/unix_sockets_posix.c
270 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700271 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/iomgr/wakeup_fd_eventfd.c
273 - src/core/lib/iomgr/wakeup_fd_nospecial.c
274 - src/core/lib/iomgr/wakeup_fd_pipe.c
275 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/json/json.c
277 - src/core/lib/json/json_reader.c
278 - src/core/lib/json/json_string.c
279 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700280 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700281 - src/core/lib/slice/percent_encoding.c
282 - src/core/lib/slice/slice.c
283 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800284 - src/core/lib/slice/slice_hash_table.c
285 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700286 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/surface/alarm.c
288 - src/core/lib/surface/api_trace.c
289 - src/core/lib/surface/byte_buffer.c
290 - src/core/lib/surface/byte_buffer_reader.c
291 - src/core/lib/surface/call.c
292 - src/core/lib/surface/call_details.c
293 - src/core/lib/surface/call_log_batch.c
294 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/surface/channel_init.c
296 - src/core/lib/surface/channel_ping.c
297 - src/core/lib/surface/channel_stack_type.c
298 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700299 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700301 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/surface/metadata_array.c
303 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/surface/validate_metadata.c
305 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700306 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800309 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/transport/metadata.c
311 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700312 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700313 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800315 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400316 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700317 - src/core/lib/transport/transport.c
318 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700319 deps:
320 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700321 filegroups:
322 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700323 uses:
324 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700325 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700326- name: grpc_base_headers
327 public_headers:
328 - include/grpc/byte_buffer.h
329 - include/grpc/byte_buffer_reader.h
330 - include/grpc/compression.h
331 - include/grpc/grpc.h
332 - include/grpc/grpc_posix.h
333 - include/grpc/grpc_security_constants.h
334 - include/grpc/load_reporting.h
335 - include/grpc/slice.h
336 - include/grpc/slice_buffer.h
337 - include/grpc/status.h
338 - include/grpc/support/workaround_list.h
339 headers:
340 - src/core/lib/channel/channel_args.h
341 - src/core/lib/channel/channel_stack.h
342 - src/core/lib/channel/channel_stack_builder.h
343 - src/core/lib/channel/connected_channel.h
344 - src/core/lib/channel/context.h
345 - src/core/lib/channel/handshaker.h
346 - src/core/lib/channel/handshaker_factory.h
347 - src/core/lib/channel/handshaker_registry.h
348 - src/core/lib/compression/algorithm_metadata.h
349 - src/core/lib/compression/message_compress.h
350 - src/core/lib/compression/stream_compression.h
Craig Tiller6e739742017-08-31 11:22:52 -0700351 - src/core/lib/debug/stats.h
352 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700353 - src/core/lib/http/format_request.h
354 - src/core/lib/http/httpcli.h
355 - src/core/lib/http/parser.h
Mark D. Roth764cf042017-09-01 09:00:06 -0700356 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700357 - src/core/lib/iomgr/closure.h
358 - src/core/lib/iomgr/combiner.h
359 - src/core/lib/iomgr/endpoint.h
360 - src/core/lib/iomgr/endpoint_pair.h
361 - src/core/lib/iomgr/error.h
362 - src/core/lib/iomgr/error_internal.h
363 - src/core/lib/iomgr/ev_epoll1_linux.h
364 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h
365 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
366 - src/core/lib/iomgr/ev_epollex_linux.h
367 - src/core/lib/iomgr/ev_epollsig_linux.h
368 - src/core/lib/iomgr/ev_poll_posix.h
369 - src/core/lib/iomgr/ev_posix.h
370 - src/core/lib/iomgr/exec_ctx.h
371 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700372 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700373 - src/core/lib/iomgr/iocp_windows.h
374 - src/core/lib/iomgr/iomgr.h
375 - src/core/lib/iomgr/iomgr_internal.h
376 - src/core/lib/iomgr/iomgr_posix.h
377 - src/core/lib/iomgr/iomgr_uv.h
378 - src/core/lib/iomgr/is_epollexclusive_available.h
379 - src/core/lib/iomgr/load_file.h
380 - src/core/lib/iomgr/lockfree_event.h
381 - src/core/lib/iomgr/nameser.h
382 - src/core/lib/iomgr/network_status_tracker.h
383 - src/core/lib/iomgr/polling_entity.h
384 - src/core/lib/iomgr/pollset.h
385 - src/core/lib/iomgr/pollset_set.h
386 - src/core/lib/iomgr/pollset_set_windows.h
387 - src/core/lib/iomgr/pollset_uv.h
388 - src/core/lib/iomgr/pollset_windows.h
389 - src/core/lib/iomgr/port.h
390 - src/core/lib/iomgr/resolve_address.h
391 - src/core/lib/iomgr/resource_quota.h
392 - src/core/lib/iomgr/sockaddr.h
393 - src/core/lib/iomgr/sockaddr_posix.h
394 - src/core/lib/iomgr/sockaddr_utils.h
395 - src/core/lib/iomgr/sockaddr_windows.h
396 - src/core/lib/iomgr/socket_factory_posix.h
397 - src/core/lib/iomgr/socket_mutator.h
398 - src/core/lib/iomgr/socket_utils.h
399 - src/core/lib/iomgr/socket_utils_posix.h
400 - src/core/lib/iomgr/socket_windows.h
401 - src/core/lib/iomgr/sys_epoll_wrapper.h
402 - src/core/lib/iomgr/tcp_client.h
403 - src/core/lib/iomgr/tcp_client_posix.h
404 - src/core/lib/iomgr/tcp_posix.h
405 - src/core/lib/iomgr/tcp_server.h
406 - src/core/lib/iomgr/tcp_server_utils_posix.h
407 - src/core/lib/iomgr/tcp_uv.h
408 - src/core/lib/iomgr/tcp_windows.h
409 - src/core/lib/iomgr/time_averaged_stats.h
410 - src/core/lib/iomgr/timer.h
411 - src/core/lib/iomgr/timer_generic.h
412 - src/core/lib/iomgr/timer_heap.h
413 - src/core/lib/iomgr/timer_manager.h
414 - src/core/lib/iomgr/timer_uv.h
415 - src/core/lib/iomgr/udp_server.h
416 - src/core/lib/iomgr/unix_sockets_posix.h
417 - src/core/lib/iomgr/wakeup_fd_cv.h
418 - src/core/lib/iomgr/wakeup_fd_pipe.h
419 - src/core/lib/iomgr/wakeup_fd_posix.h
420 - src/core/lib/json/json.h
421 - src/core/lib/json/json_common.h
422 - src/core/lib/json/json_reader.h
423 - src/core/lib/json/json_writer.h
424 - src/core/lib/slice/b64.h
425 - src/core/lib/slice/percent_encoding.h
426 - src/core/lib/slice/slice_hash_table.h
427 - src/core/lib/slice/slice_internal.h
428 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700429 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700430 - src/core/lib/surface/api_trace.h
431 - src/core/lib/surface/call.h
432 - src/core/lib/surface/call_test_only.h
433 - src/core/lib/surface/channel.h
434 - src/core/lib/surface/channel_init.h
435 - src/core/lib/surface/channel_stack_type.h
436 - src/core/lib/surface/completion_queue.h
437 - src/core/lib/surface/completion_queue_factory.h
438 - src/core/lib/surface/event_string.h
439 - src/core/lib/surface/init.h
440 - src/core/lib/surface/lame_client.h
441 - src/core/lib/surface/server.h
442 - src/core/lib/surface/validate_metadata.h
443 - src/core/lib/transport/bdp_estimator.h
444 - src/core/lib/transport/byte_stream.h
445 - src/core/lib/transport/connectivity_state.h
446 - src/core/lib/transport/error_utils.h
447 - src/core/lib/transport/http2_errors.h
448 - src/core/lib/transport/metadata.h
449 - src/core/lib/transport/metadata_batch.h
450 - src/core/lib/transport/pid_controller.h
451 - src/core/lib/transport/service_config.h
452 - src/core/lib/transport/static_metadata.h
453 - src/core/lib/transport/status_conversion.h
454 - src/core/lib/transport/timeout_encoding.h
455 - src/core/lib/transport/transport.h
456 - src/core/lib/transport/transport_impl.h
457 deps:
458 - gpr
459 uses:
460 - grpc_codegen
461 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700462- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700463 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700464 - src/core/ext/filters/client_channel/client_channel.h
465 - src/core/ext/filters/client_channel/client_channel_factory.h
466 - src/core/ext/filters/client_channel/connector.h
467 - src/core/ext/filters/client_channel/http_connect_handshaker.h
468 - src/core/ext/filters/client_channel/http_proxy.h
469 - src/core/ext/filters/client_channel/lb_policy.h
470 - src/core/ext/filters/client_channel/lb_policy_factory.h
471 - src/core/ext/filters/client_channel/lb_policy_registry.h
472 - src/core/ext/filters/client_channel/parse_address.h
473 - src/core/ext/filters/client_channel/proxy_mapper.h
474 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
475 - src/core/ext/filters/client_channel/resolver.h
476 - src/core/ext/filters/client_channel/resolver_factory.h
477 - src/core/ext/filters/client_channel/resolver_registry.h
478 - src/core/ext/filters/client_channel/retry_throttle.h
479 - src/core/ext/filters/client_channel/subchannel.h
480 - src/core/ext/filters/client_channel/subchannel_index.h
481 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700482 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700483 - src/core/ext/filters/client_channel/channel_connectivity.c
484 - src/core/ext/filters/client_channel/client_channel.c
485 - src/core/ext/filters/client_channel/client_channel_factory.c
486 - src/core/ext/filters/client_channel/client_channel_plugin.c
487 - src/core/ext/filters/client_channel/connector.c
488 - src/core/ext/filters/client_channel/http_connect_handshaker.c
489 - src/core/ext/filters/client_channel/http_proxy.c
490 - src/core/ext/filters/client_channel/lb_policy.c
491 - src/core/ext/filters/client_channel/lb_policy_factory.c
492 - src/core/ext/filters/client_channel/lb_policy_registry.c
493 - src/core/ext/filters/client_channel/parse_address.c
494 - src/core/ext/filters/client_channel/proxy_mapper.c
495 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
496 - src/core/ext/filters/client_channel/resolver.c
497 - src/core/ext/filters/client_channel/resolver_factory.c
498 - src/core/ext/filters/client_channel/resolver_registry.c
499 - src/core/ext/filters/client_channel/retry_throttle.c
500 - src/core/ext/filters/client_channel/subchannel.c
501 - src/core/ext/filters/client_channel/subchannel_index.c
502 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700503 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700504 uses:
505 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700506 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800507- name: grpc_codegen
508 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700509 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800510 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800511 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800512 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800513 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800514 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700515 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800516 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700517 uses:
518 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700519- name: grpc_deadline_filter
520 headers:
521 - src/core/ext/filters/deadline/deadline_filter.h
522 src:
523 - src/core/ext/filters/deadline/deadline_filter.c
524 plugin: grpc_deadline_filter
525 uses:
526 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700527- name: grpc_http_filters
528 headers:
529 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700530 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700531 - src/core/ext/filters/http/server/http_server_filter.h
532 src:
533 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700534 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700535 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700536 - src/core/ext/filters/http/server/http_server_filter.c
537 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700538 uses:
539 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700540- name: grpc_lb_policy_grpclb
541 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
544 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
547 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700548 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700549 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700550 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
551 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700552 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700553 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
554 - 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 -0800555 plugin: grpc_lb_policy_grpclb
556 uses:
557 - grpc_base
558 - grpc_client_channel
559 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700560 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800561- name: grpc_lb_policy_grpclb_secure
562 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700563 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700564 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
565 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700566 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700567 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
568 - 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 -0800569 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700570 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700571 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
572 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700573 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700574 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
575 - 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 -0700576 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700577 uses:
578 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700579 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700580 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700581 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700582 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700583- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700584 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700585 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700586 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700587 uses:
588 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700589 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700590- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700591 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700592 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700593 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700594 uses:
595 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700596 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700597- name: grpc_load_reporting
598 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700599 - src/core/ext/filters/load_reporting/load_reporting.h
600 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700601 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700602 - src/core/ext/filters/load_reporting/load_reporting.c
603 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700604 plugin: grpc_load_reporting_plugin
605 uses:
606 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700607- name: grpc_max_age_filter
608 headers:
609 - src/core/ext/filters/max_age/max_age_filter.h
610 src:
611 - src/core/ext/filters/max_age/max_age_filter.c
612 plugin: grpc_max_age_filter
613 uses:
614 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700615- name: grpc_message_size_filter
616 headers:
617 - src/core/ext/filters/message_size/message_size_filter.h
618 src:
619 - src/core/ext/filters/message_size/message_size_filter.c
620 plugin: grpc_message_size_filter
621 uses:
622 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700623- name: grpc_resolver_dns_ares
624 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700625 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
626 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700627 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700628 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
629 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
630 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700631 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700632 plugin: grpc_resolver_dns_ares
633 uses:
634 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700635 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700636- name: grpc_resolver_dns_native
637 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700638 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700639 plugin: grpc_resolver_dns_native
640 uses:
641 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700642 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700643- name: grpc_resolver_fake
644 headers:
645 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
646 src:
647 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
648 plugin: grpc_resolver_fake
649 uses:
650 - grpc_base
651 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700652- name: grpc_resolver_sockaddr
653 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700654 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700655 plugin: grpc_resolver_sockaddr
656 uses:
657 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700658 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100659- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700660 public_headers:
661 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100662 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700663 - src/core/lib/security/context/security_context.h
664 - src/core/lib/security/credentials/composite/composite_credentials.h
665 - src/core/lib/security/credentials/credentials.h
666 - src/core/lib/security/credentials/fake/fake_credentials.h
667 - src/core/lib/security/credentials/google_default/google_default_credentials.h
668 - src/core/lib/security/credentials/iam/iam_credentials.h
669 - src/core/lib/security/credentials/jwt/json_token.h
670 - src/core/lib/security/credentials/jwt/jwt_credentials.h
671 - src/core/lib/security/credentials/jwt/jwt_verifier.h
672 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
673 - src/core/lib/security/credentials/plugin/plugin_credentials.h
674 - src/core/lib/security/credentials/ssl/ssl_credentials.h
675 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800676 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700677 - src/core/lib/security/transport/secure_endpoint.h
678 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800679 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700680 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700681 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100682 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700683 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700684 - src/core/lib/security/context/security_context.c
685 - src/core/lib/security/credentials/composite/composite_credentials.c
686 - src/core/lib/security/credentials/credentials.c
687 - src/core/lib/security/credentials/credentials_metadata.c
688 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700689 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700690 - src/core/lib/security/credentials/google_default/google_default_credentials.c
691 - src/core/lib/security/credentials/iam/iam_credentials.c
692 - src/core/lib/security/credentials/jwt/json_token.c
693 - src/core/lib/security/credentials/jwt/jwt_credentials.c
694 - src/core/lib/security/credentials/jwt/jwt_verifier.c
695 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
696 - src/core/lib/security/credentials/plugin/plugin_credentials.c
697 - src/core/lib/security/credentials/ssl/ssl_credentials.c
698 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800699 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700700 - src/core/lib/security/transport/secure_endpoint.c
701 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800702 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700703 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700704 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700705 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700706 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700707 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700708 uses:
709 - grpc_base
710 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700711 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700712- name: grpc_server_backward_compatibility
713 headers:
714 - src/core/ext/filters/workarounds/workaround_utils.h
715 src:
716 - src/core/ext/filters/workarounds/workaround_utils.c
717 uses:
718 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700719- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700720 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700721 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700722 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700723 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800724 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700725 - test/core/end2end/fixtures/proxy.h
726 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800727 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700728 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200729 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700730 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700731 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700732 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700733 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700734 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700735 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800736 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700737 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700738 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700739 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800740 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700741 - test/core/end2end/fixtures/proxy.c
742 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800743 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700744 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200745 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700746 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700747 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700748 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800749 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700750 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700751 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800752 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700753 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700754 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700755 uses:
756 - grpc_base
757 - grpc_client_channel
758 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700759- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700760 src:
761 - src/core/lib/debug/trace.c
762 deps:
763 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700764 filegroups:
765 - grpc_trace_headers
766- name: grpc_trace_headers
767 headers:
768 - src/core/lib/debug/trace.h
769 deps:
770 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700771- name: grpc_transport_chttp2
772 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700773 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700774 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700775 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
776 - src/core/ext/transport/chttp2/transport/frame.h
777 - src/core/ext/transport/chttp2/transport/frame_data.h
778 - src/core/ext/transport/chttp2/transport/frame_goaway.h
779 - src/core/ext/transport/chttp2/transport/frame_ping.h
780 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
781 - src/core/ext/transport/chttp2/transport/frame_settings.h
782 - src/core/ext/transport/chttp2/transport/frame_window_update.h
783 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
784 - src/core/ext/transport/chttp2/transport/hpack_parser.h
785 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700786 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700787 - src/core/ext/transport/chttp2/transport/huffsyms.h
788 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
789 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700790 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700791 - src/core/ext/transport/chttp2/transport/varint.h
792 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700793 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700794 - src/core/ext/transport/chttp2/transport/bin_encoder.c
795 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700796 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700797 - src/core/ext/transport/chttp2/transport/flow_control.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700798 - src/core/ext/transport/chttp2/transport/frame_data.c
799 - src/core/ext/transport/chttp2/transport/frame_goaway.c
800 - src/core/ext/transport/chttp2/transport/frame_ping.c
801 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
802 - src/core/ext/transport/chttp2/transport/frame_settings.c
803 - src/core/ext/transport/chttp2/transport/frame_window_update.c
804 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
805 - src/core/ext/transport/chttp2/transport/hpack_parser.c
806 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700807 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700808 - src/core/ext/transport/chttp2/transport/huffsyms.c
809 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
810 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700811 - src/core/ext/transport/chttp2/transport/stream_lists.c
812 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700813 - src/core/ext/transport/chttp2/transport/varint.c
814 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700815 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700816 uses:
817 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700818 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700819 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700820- name: grpc_transport_chttp2_alpn
821 headers:
822 - src/core/ext/transport/chttp2/alpn/alpn.h
823 src:
824 - src/core/ext/transport/chttp2/alpn/alpn.c
825 deps:
826 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800827- name: grpc_transport_chttp2_client_connector
828 headers:
829 - src/core/ext/transport/chttp2/client/chttp2_connector.h
830 src:
831 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800832 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800833 - grpc_transport_chttp2
834 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700835 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700836- name: grpc_transport_chttp2_client_insecure
837 src:
838 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700839 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700840 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800841 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700842 - grpc_transport_chttp2
843 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700844 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700845- name: grpc_transport_chttp2_client_secure
846 src:
847 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700848 uses:
849 - grpc_transport_chttp2
850 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700851 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700852 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800853 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800854- name: grpc_transport_chttp2_server
855 headers:
856 - src/core/ext/transport/chttp2/server/chttp2_server.h
857 src:
858 - src/core/ext/transport/chttp2/server/chttp2_server.c
859 uses:
860 - grpc_transport_chttp2
861 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700862- name: grpc_transport_chttp2_server_insecure
863 src:
864 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700865 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700866 uses:
867 - grpc_transport_chttp2
868 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800869 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700870- name: grpc_transport_chttp2_server_secure
871 src:
872 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700873 uses:
874 - grpc_transport_chttp2
875 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700876 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800877 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700878- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700879 public_headers:
880 - include/grpc/grpc_cronet.h
881 - include/grpc/grpc_security.h
882 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700883 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800884 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800885 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700886 src:
887 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
888 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
889 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700890 filegroups:
891 - grpc_base
892 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700893 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700894- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700895 src:
896 - src/core/ext/transport/inproc/inproc_plugin.c
897 - src/core/ext/transport/inproc/inproc_transport.c
898 plugin: grpc_inproc_plugin
899 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700900 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700901 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700902- name: grpc_transport_inproc_headers
903 headers:
904 - src/core/ext/transport/inproc/inproc_transport.h
905 uses:
906 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700907- name: grpc_workaround_cronet_compression_filter
908 headers:
909 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
910 src:
911 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
912 plugin: grpc_workaround_cronet_compression_filter
913 uses:
914 - grpc_base
915 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800916- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700917 src:
918 - third_party/nanopb/pb_common.c
919 - third_party/nanopb/pb_decode.c
920 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700921 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700922 - nanopb_headers
923- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800924 headers:
925 - third_party/nanopb/pb.h
926 - third_party/nanopb/pb_common.h
927 - third_party/nanopb/pb_decode.h
928 - third_party/nanopb/pb_encode.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700929- name: tsi
930 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700931 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700932 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700933 - src/core/tsi/ssl_transport_security.h
934 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700935 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700936 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700937 - src/core/tsi/fake_transport_security.c
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700938 - src/core/tsi/gts_transport_security.c
Craig Tiller134fed32017-03-28 14:27:18 -0700939 - src/core/tsi/ssl_transport_security.c
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700940 - src/core/tsi/transport_security_grpc.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700941 deps:
942 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700943 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700944 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700945 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700946 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700947 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700948 - grpc_trace
949- name: tsi_interface
950 headers:
951 - src/core/tsi/transport_security.h
952 - src/core/tsi/transport_security_adapter.h
953 - src/core/tsi/transport_security_interface.h
954 src:
955 - src/core/tsi/transport_security.c
956 - src/core/tsi/transport_security_adapter.c
957 deps:
958 - gpr
959 secure: true
960 uses:
961 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700962- name: grpc++_codegen_base
963 language: c++
964 public_headers:
965 - include/grpc++/impl/codegen/async_stream.h
966 - include/grpc++/impl/codegen/async_unary_call.h
967 - include/grpc++/impl/codegen/call.h
968 - include/grpc++/impl/codegen/call_hook.h
969 - include/grpc++/impl/codegen/channel_interface.h
970 - include/grpc++/impl/codegen/client_context.h
971 - include/grpc++/impl/codegen/client_unary_call.h
972 - include/grpc++/impl/codegen/completion_queue.h
973 - include/grpc++/impl/codegen/completion_queue_tag.h
974 - include/grpc++/impl/codegen/config.h
975 - include/grpc++/impl/codegen/core_codegen_interface.h
976 - include/grpc++/impl/codegen/create_auth_context.h
977 - include/grpc++/impl/codegen/grpc_library.h
978 - include/grpc++/impl/codegen/metadata_map.h
979 - include/grpc++/impl/codegen/method_handler_impl.h
980 - include/grpc++/impl/codegen/rpc_method.h
981 - include/grpc++/impl/codegen/rpc_service_method.h
982 - include/grpc++/impl/codegen/security/auth_context.h
983 - include/grpc++/impl/codegen/serialization_traits.h
984 - include/grpc++/impl/codegen/server_context.h
985 - include/grpc++/impl/codegen/server_interface.h
986 - include/grpc++/impl/codegen/service_type.h
987 - include/grpc++/impl/codegen/slice.h
988 - include/grpc++/impl/codegen/status.h
989 - include/grpc++/impl/codegen/status_code_enum.h
990 - include/grpc++/impl/codegen/string_ref.h
991 - include/grpc++/impl/codegen/stub_options.h
992 - include/grpc++/impl/codegen/sync_stream.h
993 - include/grpc++/impl/codegen/time.h
994 uses:
995 - grpc_codegen
996- name: grpc++_codegen_base_src
997 language: c++
998 src:
999 - src/cpp/codegen/codegen_init.cc
1000 uses:
1001 - grpc++_codegen_base
1002- name: grpc++_codegen_proto
1003 language: c++
1004 public_headers:
1005 - include/grpc++/impl/codegen/proto_utils.h
1006 uses:
1007 - grpc++_codegen_base
1008 - grpc++_config_proto
1009- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001010 language: c++
1011 public_headers:
1012 - include/grpc++/alarm.h
1013 - include/grpc++/channel.h
1014 - include/grpc++/client_context.h
1015 - include/grpc++/completion_queue.h
1016 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001017 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001018 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001019 - include/grpc++/generic/async_generic_service.h
1020 - include/grpc++/generic/generic_stub.h
1021 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001022 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001023 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001024 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001025 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001026 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001027 - include/grpc++/impl/grpc_library.h
1028 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001029 - include/grpc++/impl/rpc_method.h
1030 - include/grpc++/impl/rpc_service_method.h
1031 - include/grpc++/impl/serialization_traits.h
1032 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001033 - include/grpc++/impl/server_builder_plugin.h
1034 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001035 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001036 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001037 - include/grpc++/security/auth_context.h
1038 - include/grpc++/security/auth_metadata_processor.h
1039 - include/grpc++/security/credentials.h
1040 - include/grpc++/security/server_credentials.h
1041 - include/grpc++/server.h
1042 - include/grpc++/server_builder.h
1043 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001044 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001045 - include/grpc++/support/async_stream.h
1046 - include/grpc++/support/async_unary_call.h
1047 - include/grpc++/support/byte_buffer.h
1048 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001049 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001050 - include/grpc++/support/slice.h
1051 - include/grpc++/support/status.h
1052 - include/grpc++/support/status_code_enum.h
1053 - include/grpc++/support/string_ref.h
1054 - include/grpc++/support/stub_options.h
1055 - include/grpc++/support/sync_stream.h
1056 - include/grpc++/support/time.h
1057 headers:
1058 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001059 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001060 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001061 - src/cpp/server/health/default_health_check_service.h
1062 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001063 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001064 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001066 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 - src/cpp/client/client_context.cc
1068 - src/cpp/client/create_channel.cc
1069 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001070 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001071 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001072 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001074 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001075 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001077 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001078 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001079 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001080 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001081 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001082 - src/cpp/server/create_default_thread_pool.cc
1083 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001084 - src/cpp/server/health/default_health_check_service.cc
1085 - src/cpp/server/health/health.pb.c
1086 - src/cpp/server/health/health_check_service.cc
1087 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001088 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001089 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001090 - src/cpp/server/server_context.cc
1091 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001092 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001093 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001094 - src/cpp/util/byte_buffer_cc.cc
1095 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001096 - src/cpp/util/status.cc
1097 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001098 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001099 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001100 - gpr_base_headers
1101 - grpc_base_headers
1102 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001103 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001104 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001105- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001106 language: c++
1107 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001108 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001109- name: grpc++_reflection_proto
1110 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001111 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001112 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001113- name: grpc++_test
1114 language: c++
1115 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001116 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001117 - include/grpc++/test/server_context_test_spouse.h
1118 deps:
1119 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001120 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001121libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001122- name: gpr
1123 build: all
1124 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001125 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001126 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001127 secure: false
1128 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1129- name: gpr_test_util
1130 build: private
1131 language: c
1132 headers:
1133 - test/core/util/test_config.h
1134 src:
1135 - test/core/util/test_config.c
1136 deps:
1137 - gpr
1138 secure: false
1139 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001140- name: grpc
1141 build: all
1142 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001143 src:
1144 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001145 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001146 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001148 filegroups:
1149 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001150 - grpc_transport_chttp2_server_secure
1151 - grpc_transport_chttp2_client_secure
1152 - grpc_transport_chttp2_server_insecure
1153 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001154 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001155 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001156 - grpc_lb_policy_pick_first
1157 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001158 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001159 - grpc_resolver_dns_native
1160 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001161 - grpc_resolver_fake
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001162 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001163 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001164 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001165 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001166 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001167 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001168 - grpc_workaround_cronet_compression_filter
1169 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001170 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001172 vs_packages:
1173 - grpc.dependencies.openssl
1174 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001175 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001176- name: grpc_cronet
1177 build: all
1178 language: c
1179 src:
1180 - src/core/lib/surface/init.c
1181 baselib: true
1182 deps_linkage: static
1183 dll: true
1184 filegroups:
1185 - grpc_base
1186 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001187 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001188 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001189 generate_plugin_registry: true
1190 platforms:
1191 - linux
1192 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001193- name: grpc_dll
1194 build: private
1195 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001196 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001197 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001198 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001199 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001200 build_system:
1201 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001202 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001203 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001204 vs_config_type: DynamicLibrary
1205 vs_packages:
1206 - grpc.dependencies.openssl
1207 - grpc.dependencies.zlib
1208 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1209 vs_props:
1210 - zlib
1211 - openssl
1212 - winsock
1213 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001214- name: grpc_test_util
1215 build: private
1216 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001217 headers:
1218 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001219 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001220 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001221 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001222 - test/core/end2end/data/server1_cert.c
1223 - test/core/end2end/data/server1_key.c
1224 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001225 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001226 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001227 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001228 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001229 - grpc
1230 filegroups:
1231 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1233- name: grpc_test_util_unsecure
1234 build: private
1235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001236 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 - gpr
1238 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001239 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001240 filegroups:
1241 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242 secure: false
1243 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1244- name: grpc_unsecure
1245 build: all
1246 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001247 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001248 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001249 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001251 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001253 filegroups:
1254 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001255 - grpc_transport_chttp2_server_insecure
1256 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001257 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001258 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001259 - grpc_resolver_dns_native
1260 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001261 - grpc_resolver_fake
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001262 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001263 - grpc_lb_policy_grpclb
1264 - grpc_lb_policy_pick_first
1265 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001266 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001267 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001268 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001269 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001270 - grpc_workaround_cronet_compression_filter
1271 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001272 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001273 secure: false
1274 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001275- name: reconnect_server
1276 build: private
1277 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001278 headers:
1279 - test/core/util/reconnect_server.h
1280 src:
1281 - test/core/util/reconnect_server.c
1282 deps:
yang-gc9fca182015-11-06 16:41:33 -08001283 - test_tcp_server
1284 - grpc_test_util
1285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001286 - gpr_test_util
1287 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001288- name: test_tcp_server
1289 build: private
1290 language: c
1291 headers:
1292 - test/core/util/test_tcp_server.h
1293 src:
1294 - test/core/util/test_tcp_server.c
1295 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001296 - grpc_test_util
1297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001300- name: grpc++
1301 build: all
1302 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001303 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001304 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001305 - src/cpp/client/secure_credentials.h
1306 - src/cpp/common/secure_auth_context.h
1307 - src/cpp/server/secure_server_credentials.h
1308 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001309 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001310 - src/cpp/client/secure_credentials.cc
1311 - src/cpp/common/auth_property_iterator.cc
1312 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001313 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001314 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001315 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001316 - src/cpp/server/secure_server_credentials.cc
1317 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001318 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001319 baselib: true
1320 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001321 filegroups:
1322 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001323 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001324 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001325 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001326 secure: check
1327 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001328- name: grpc++_cronet
1329 build: all
1330 language: c++
1331 src:
1332 - src/cpp/client/cronet_credentials.cc
1333 - src/cpp/client/insecure_credentials.cc
1334 - src/cpp/common/insecure_create_auth_context.cc
1335 - src/cpp/server/insecure_server_credentials.cc
1336 deps:
1337 - gpr
1338 - grpc_cronet
1339 baselib: true
1340 dll: true
1341 filegroups:
1342 - grpc++_base
1343 - grpc++_codegen_base
1344 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001345 - grpc_transport_chttp2_client_insecure
1346 - grpc_transport_chttp2_server_insecure
1347 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001348 platforms:
1349 - linux
1350 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001351- name: grpc++_error_details
1352 build: all
1353 language: c++
1354 public_headers:
1355 - include/grpc++/support/error_details.h
1356 src:
1357 - src/proto/grpc/status/status.proto
1358 - src/cpp/util/error_details.cc
1359 deps:
1360 - grpc++
1361 baselib: true
1362 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001363- name: grpc++_proto_reflection_desc_db
1364 build: private
1365 language: c++
1366 headers:
1367 - test/cpp/util/proto_reflection_descriptor_database.h
1368 src:
1369 - test/cpp/util/proto_reflection_descriptor_database.cc
1370 deps:
1371 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001372 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001373 filegroups:
1374 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001375 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001376- name: grpc++_reflection
1377 build: all
1378 language: c++
1379 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001380 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001381 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001382 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001383 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001384 - src/cpp/ext/proto_server_reflection.cc
1385 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001386 deps:
1387 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001388 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001389 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001390 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: grpc++_test_config
1392 build: private
1393 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001394 headers:
1395 - test/cpp/util/test_config.h
1396 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001397 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398- name: grpc++_test_util
1399 build: private
1400 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001401 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001402 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001403 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001404 - test/cpp/util/create_test_channel.h
1405 - test/cpp/util/string_ref_helper.h
1406 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001407 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001408 src:
yang-gc8a49d22016-12-12 11:18:49 -08001409 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001410 - src/proto/grpc/testing/echo_messages.proto
1411 - src/proto/grpc/testing/echo.proto
1412 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001413 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001414 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001415 - test/cpp/util/create_test_channel.cc
1416 - test/cpp/util/string_ref_helper.cc
1417 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001418 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001419 deps:
1420 - grpc++
1421 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001422 - grpc
yang-g17487f92016-06-03 15:21:15 -07001423 filegroups:
1424 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001425 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001426 - grpc++_codegen_proto
1427 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001428- name: grpc++_test_util_unsecure
1429 build: private
1430 language: c++
1431 headers:
1432 - test/cpp/end2end/test_service_impl.h
1433 - test/cpp/util/byte_buffer_proto_helper.h
1434 - test/cpp/util/string_ref_helper.h
1435 - test/cpp/util/subprocess.h
1436 src:
1437 - src/proto/grpc/health/v1/health.proto
1438 - src/proto/grpc/testing/echo_messages.proto
1439 - src/proto/grpc/testing/echo.proto
1440 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1441 - test/cpp/end2end/test_service_impl.cc
1442 - test/cpp/util/byte_buffer_proto_helper.cc
1443 - test/cpp/util/string_ref_helper.cc
1444 - test/cpp/util/subprocess.cc
1445 deps:
1446 - grpc++_unsecure
1447 - grpc_test_util_unsecure
1448 - grpc_unsecure
1449 filegroups:
1450 - grpc++_codegen_base
1451 - grpc++_codegen_base_src
1452 - grpc++_codegen_proto
1453 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001454- name: grpc++_unsecure
1455 build: all
1456 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001457 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001458 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001459 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001460 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001461 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001463 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464 baselib: true
1465 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001466 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001467 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001468 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001469 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001470 secure: false
1471 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001472- name: grpc_benchmark
1473 build: test
1474 language: c++
1475 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001476 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1477 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001478 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001479 src:
1480 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001481 deps:
1482 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001483 - grpc++_unsecure
1484 - grpc_test_util_unsecure
1485 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001486 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001487- name: grpc_cli_libs
1488 build: private
1489 language: c++
1490 headers:
1491 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001492 - test/cpp/util/cli_credentials.h
1493 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001494 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001495 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001496 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001497 src:
1498 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001499 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001500 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001501 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001502 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001503 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001504 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001505 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001506 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001507 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001508 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001509 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001510- name: grpc_plugin_support
1511 build: protoc
1512 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001513 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001514 - src/compiler/config.h
1515 - src/compiler/cpp_generator.h
1516 - src/compiler/cpp_generator_helpers.h
1517 - src/compiler/csharp_generator.h
1518 - src/compiler/csharp_generator_helpers.h
1519 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001520 - src/compiler/node_generator.h
1521 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001522 - src/compiler/objective_c_generator.h
1523 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001524 - src/compiler/php_generator.h
1525 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301526 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001527 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301528 - src/compiler/python_generator_helpers.h
1529 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001530 - src/compiler/ruby_generator.h
1531 - src/compiler/ruby_generator_helpers-inl.h
1532 - src/compiler/ruby_generator_map-inl.h
1533 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301534 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001535 src:
1536 - src/compiler/cpp_generator.cc
1537 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001538 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001539 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001540 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001541 - src/compiler/python_generator.cc
1542 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001543 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001544 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001545 secure: false
1546 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001547 vs_props:
1548 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001549- name: http2_client_main
1550 build: private
1551 language: c++
1552 headers:
1553 - test/cpp/interop/http2_client.h
1554 src:
1555 - src/proto/grpc/testing/empty.proto
1556 - src/proto/grpc/testing/messages.proto
1557 - src/proto/grpc/testing/test.proto
1558 - test/cpp/interop/http2_client.cc
1559 deps:
1560 - grpc++_test_util
1561 - grpc_test_util
1562 - grpc++
1563 - grpc
1564 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: interop_client_helper
1566 build: private
1567 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001568 headers:
1569 - test/cpp/interop/client_helper.h
1570 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001571 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001572 - test/cpp/interop/client_helper.cc
1573 deps:
1574 - grpc++_test_util
1575 - grpc_test_util
1576 - grpc++
1577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: interop_client_main
1580 build: private
1581 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001582 headers:
1583 - test/cpp/interop/interop_client.h
1584 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001585 - src/proto/grpc/testing/empty.proto
1586 - src/proto/grpc/testing/messages.proto
1587 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001588 - test/cpp/interop/client.cc
1589 - test/cpp/interop/interop_client.cc
1590 deps:
1591 - interop_client_helper
1592 - grpc++_test_util
1593 - grpc_test_util
1594 - grpc++
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr_test_util
1597 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001598 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001599- name: interop_server_helper
1600 build: private
1601 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001602 headers:
1603 - test/cpp/interop/server_helper.h
1604 src:
1605 - test/cpp/interop/server_helper.cc
1606 deps:
yang-gcc591022017-01-11 11:10:43 -08001607 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001608 - grpc_test_util
1609 - grpc++
1610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001612- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001613 build: private
1614 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001615 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001616 - src/proto/grpc/testing/empty.proto
1617 - src/proto/grpc/testing/messages.proto
1618 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001619 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001620 deps:
1621 - interop_server_helper
1622 - grpc++_test_util
1623 - grpc_test_util
1624 - grpc++
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001628 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001629- name: interop_server_main
1630 build: private
1631 language: c++
1632 src:
1633 - test/cpp/interop/interop_server_bootstrap.cc
1634 deps:
1635 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001636- name: qps
1637 build: private
1638 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001639 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001640 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001641 - test/cpp/qps/client.h
1642 - test/cpp/qps/driver.h
1643 - test/cpp/qps/histogram.h
1644 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001645 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001646 - test/cpp/qps/qps_worker.h
1647 - test/cpp/qps/report.h
1648 - test/cpp/qps/server.h
1649 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001650 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001651 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001652 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001653 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001654 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001655 - src/proto/grpc/testing/control.proto
1656 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001657 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001658 - test/cpp/qps/client_async.cc
1659 - test/cpp/qps/client_sync.cc
1660 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001661 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001662 - test/cpp/qps/qps_worker.cc
1663 - test/cpp/qps/report.cc
1664 - test/cpp/qps/server_async.cc
1665 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001666 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001667 deps:
1668 - grpc_test_util
1669 - grpc++_test_util
1670 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001671 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672- name: grpc_csharp_ext
1673 build: all
1674 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001675 src:
1676 - src/csharp/ext/grpc_csharp_ext.c
1677 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001679 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001680 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001681 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682 dll: only
1683 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001684 vs_packages:
1685 - grpc.dependencies.openssl
1686 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001688 vs_props:
1689 - zlib
1690 - openssl
1691 - winsock
1692 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001694- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001695 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001696 build: test
1697 language: c
1698 src:
1699 - test/core/surface/alarm_test.c
1700 deps:
1701 - grpc_test_util
1702 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001703 - gpr_test_util
1704 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001705- name: algorithm_test
1706 build: test
1707 language: c
1708 src:
1709 - test/core/compression/algorithm_test.c
1710 deps:
1711 - grpc_test_util
1712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001713 - gpr_test_util
1714 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001715- name: alloc_test
1716 build: test
1717 language: c
1718 src:
1719 - test/core/support/alloc_test.c
1720 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001721 - gpr_test_util
1722 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001723- name: alpn_test
1724 build: test
1725 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001726 src:
1727 - test/core/transport/chttp2/alpn_test.c
1728 deps:
1729 - grpc_test_util
1730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001731 - gpr_test_util
1732 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001733- name: api_fuzzer
1734 build: fuzzer
1735 language: c
1736 src:
1737 - test/core/end2end/fuzzers/api_fuzzer.c
1738 deps:
1739 - grpc_test_util
1740 - grpc
1741 - gpr_test_util
1742 - gpr
1743 corpus_dirs:
1744 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001745 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001746 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001747- name: arena_test
1748 build: test
1749 language: c
1750 src:
1751 - test/core/support/arena_test.c
1752 deps:
1753 - gpr_test_util
1754 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001755- name: bad_server_response_test
1756 build: test
1757 language: c
1758 src:
1759 - test/core/end2end/bad_server_response_test.c
1760 deps:
1761 - test_tcp_server
1762 - grpc_test_util
1763 - grpc
1764 - gpr_test_util
1765 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001766 exclude_iomgrs:
1767 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001768- name: bdp_estimator_test
1769 build: test
1770 language: c
1771 src:
1772 - test/core/transport/bdp_estimator_test.c
1773 deps:
1774 - grpc_test_util
1775 - grpc
1776 - gpr_test_util
1777 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001778- name: bin_decoder_test
1779 build: test
1780 language: c
1781 src:
1782 - test/core/transport/chttp2/bin_decoder_test.c
1783 deps:
1784 - grpc_test_util
1785 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001786- name: bin_encoder_test
1787 build: test
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - test/core/transport/chttp2/bin_encoder_test.c
1791 deps:
1792 - grpc_test_util
1793 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001794- name: byte_stream_test
1795 build: test
1796 language: c
1797 src:
1798 - test/core/transport/byte_stream_test.c
1799 deps:
1800 - grpc_test_util
1801 - grpc
1802 - gpr_test_util
1803 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001804- name: census_context_test
1805 build: test
1806 language: c
1807 src:
1808 - test/core/census/context_test.c
1809 deps:
1810 - grpc_test_util
1811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001812 - gpr_test_util
1813 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001814- name: census_intrusive_hash_map_test
1815 build: test
1816 language: c
1817 src:
1818 - test/core/census/intrusive_hash_map_test.c
1819 deps:
1820 - grpc_test_util
1821 - grpc
1822 - gpr_test_util
1823 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001824- name: census_resource_test
1825 build: test
1826 language: c
1827 src:
1828 - test/core/census/resource_test.c
1829 deps:
1830 - grpc_test_util
1831 - grpc
1832 - gpr_test_util
1833 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001834- name: census_trace_context_test
1835 build: test
1836 language: c
1837 src:
1838 - test/core/census/trace_context_test.c
1839 deps:
1840 - grpc_test_util
1841 - grpc
1842 - gpr_test_util
1843 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001844- name: channel_create_test
1845 build: test
1846 language: c
1847 src:
1848 - test/core/surface/channel_create_test.c
1849 deps:
1850 - grpc_test_util
1851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001852 - gpr_test_util
1853 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001854- name: check_epollexclusive
1855 build: tool
1856 language: c
1857 src:
1858 - test/build/check_epollexclusive.c
1859 deps:
1860 - grpc
1861 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001862- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863 build: test
1864 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001865 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001866 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001867 deps:
1868 - grpc_test_util
1869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872- name: chttp2_stream_map_test
1873 build: test
1874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001875 src:
1876 - test/core/transport/chttp2/stream_map_test.c
1877 deps:
1878 - grpc_test_util
1879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001882- name: chttp2_varint_test
1883 build: test
1884 language: c
1885 src:
1886 - test/core/transport/chttp2/varint_test.c
1887 deps:
1888 - grpc_test_util
1889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001890 - gpr_test_util
1891 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001892- name: client_fuzzer
1893 build: fuzzer
1894 language: c
1895 src:
1896 - test/core/end2end/fuzzers/client_fuzzer.c
1897 deps:
1898 - grpc_test_util
1899 - grpc
1900 - gpr_test_util
1901 - gpr
1902 corpus_dirs:
1903 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001904 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001905 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001906- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001907 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001908 build: test
1909 language: c
1910 src:
1911 - test/core/iomgr/combiner_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
1915 - gpr_test_util
1916 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917- name: compression_test
1918 build: test
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - test/core/compression/compression_test.c
1922 deps:
1923 - grpc_test_util
1924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001927- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001928 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001929 build: test
1930 language: c
1931 src:
1932 - test/core/surface/concurrent_connectivity_test.c
1933 deps:
1934 - grpc_test_util
1935 - grpc
1936 - gpr_test_util
1937 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001938 exclude_iomgrs:
1939 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001940- name: connection_refused_test
1941 cpu_cost: 0.1
1942 build: test
1943 language: c
1944 src:
1945 - test/core/end2end/connection_refused_test.c
1946 deps:
1947 - grpc_test_util
1948 - grpc
1949 - gpr_test_util
1950 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001951- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001952 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001953 build: test
1954 language: c
1955 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001956 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001957 deps:
1958 - grpc_test_util
1959 - grpc
1960 - gpr_test_util
1961 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001962 exclude_iomgrs:
1963 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001964- name: dns_resolver_test
1965 build: test
1966 language: c
1967 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001968 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001969 deps:
1970 - grpc_test_util
1971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001972 - gpr_test_util
1973 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001974- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001975 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001976 build: test
1977 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001978 src:
1979 - test/core/end2end/dualstack_socket_test.c
1980 deps:
1981 - grpc_test_util
1982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001985 exclude_iomgrs:
1986 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001987 platforms:
1988 - mac
1989 - linux
1990 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001991- name: endpoint_pair_test
1992 build: test
1993 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001994 src:
1995 - test/core/iomgr/endpoint_pair_test.c
1996 deps:
1997 - grpc_test_util
1998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001999 - gpr_test_util
2000 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002001 exclude_iomgrs:
2002 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002003- name: error_test
2004 cpu_cost: 30
2005 build: test
2006 language: c
2007 src:
2008 - test/core/iomgr/error_test.c
2009 deps:
2010 - grpc_test_util
2011 - grpc
2012 - gpr_test_util
2013 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002014- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002015 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002016 build: test
2017 language: c
2018 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002019 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002020 deps:
2021 - grpc_test_util
2022 - grpc
2023 - gpr_test_util
2024 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002025 exclude_iomgrs:
2026 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002027 platforms:
2028 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002029- name: fake_resolver_test
2030 build: test
2031 language: c
2032 src:
2033 - test/core/client_channel/resolvers/fake_resolver_test.c
2034 deps:
2035 - grpc_test_util
2036 - grpc
2037 - gpr_test_util
2038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: fd_conservation_posix_test
2040 build: test
2041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
2043 - test/core/iomgr/fd_conservation_posix_test.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002049 exclude_iomgrs:
2050 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002051 platforms:
2052 - mac
2053 - linux
2054 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002055- name: fd_posix_test
2056 build: test
2057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002058 src:
2059 - test/core/iomgr/fd_posix_test.c
2060 deps:
2061 - grpc_test_util
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002065 exclude_iomgrs:
2066 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002067 platforms:
2068 - mac
2069 - linux
2070 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: fling_client
2072 build: test
2073 run: false
2074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
2076 - test/core/fling/client.c
2077 deps:
2078 - grpc_test_util
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: fling_server
2083 build: test
2084 run: false
2085 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002086 src:
2087 - test/core/fling/server.c
2088 deps:
2089 - grpc_test_util
2090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr_test_util
2092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002094 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002095 build: test
2096 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002097 src:
2098 - test/core/fling/fling_stream_test.c
2099 deps:
2100 - grpc_test_util
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002104 platforms:
2105 - mac
2106 - linux
2107 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002108- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002109 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002110 build: test
2111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002112 src:
2113 - test/core/fling/fling_test.c
2114 deps:
2115 - grpc_test_util
2116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002117 - gpr_test_util
2118 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002119 platforms:
2120 - mac
2121 - linux
2122 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123- name: gen_hpack_tables
2124 build: tool
2125 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002126 src:
2127 - tools/codegen/core/gen_hpack_tables.c
2128 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002130 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002131- name: gen_legal_metadata_characters
2132 build: tool
2133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002134 src:
2135 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002136 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002137- name: gen_percent_encoding_tables
2138 build: tool
2139 language: c
2140 src:
2141 - tools/codegen/core/gen_percent_encoding_tables.c
2142 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002143- name: goaway_server_test
2144 cpu_cost: 0.1
2145 build: test
2146 language: c
2147 src:
2148 - test/core/end2end/goaway_server_test.c
2149 deps:
2150 - grpc_test_util
2151 - grpc
2152 - gpr_test_util
2153 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002154 exclude_iomgrs:
2155 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002156 platforms:
2157 - mac
2158 - linux
2159 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002160- name: gpr_avl_test
2161 build: test
2162 language: c
2163 src:
2164 - test/core/support/avl_test.c
2165 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002166 - gpr_test_util
2167 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002168- name: gpr_backoff_test
2169 build: test
2170 language: c
2171 src:
2172 - test/core/support/backoff_test.c
2173 deps:
2174 - gpr_test_util
2175 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176- name: gpr_cmdline_test
2177 build: test
2178 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002179 src:
2180 - test/core/support/cmdline_test.c
2181 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr_test_util
2183 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002184- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002185 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002186 build: test
2187 language: c
2188 src:
2189 - test/core/support/cpu_test.c
2190 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002191 - gpr_test_util
2192 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002193- name: gpr_env_test
2194 build: test
2195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002196 src:
2197 - test/core/support/env_test.c
2198 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201- name: gpr_histogram_test
2202 build: test
2203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002204 src:
2205 - test/core/support/histogram_test.c
2206 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209- name: gpr_host_port_test
2210 build: test
2211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002212 src:
2213 - test/core/support/host_port_test.c
2214 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002215 - gpr_test_util
2216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002217- name: gpr_log_test
2218 build: test
2219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002220 src:
2221 - test/core/support/log_test.c
2222 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002223 - gpr_test_util
2224 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002225- name: gpr_mpscq_test
2226 cpu_cost: 30
2227 build: test
2228 language: c
2229 src:
2230 - test/core/support/mpscq_test.c
2231 deps:
2232 - gpr_test_util
2233 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002234- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002235 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002236 build: test
2237 language: c
2238 src:
2239 - test/core/support/spinlock_test.c
2240 deps:
2241 - gpr_test_util
2242 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002243- name: gpr_stack_lockfree_test
2244 cpu_cost: 7
2245 build: test
2246 language: c
2247 src:
2248 - test/core/support/stack_lockfree_test.c
2249 deps:
2250 - gpr_test_util
2251 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002252- name: gpr_string_test
2253 build: test
2254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002255 src:
2256 - test/core/support/string_test.c
2257 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002258 - gpr_test_util
2259 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002260- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002261 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262 build: test
2263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002264 src:
2265 - test/core/support/sync_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_thd_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/thd_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_time_test
2279 build: test
2280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002281 src:
2282 - test/core/support/time_test.c
2283 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002284 - gpr_test_util
2285 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002286- name: gpr_tls_test
2287 build: test
2288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002289 src:
2290 - test/core/support/tls_test.c
2291 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294- name: gpr_useful_test
2295 build: test
2296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - test/core/support/useful_test.c
2299 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302- name: grpc_auth_context_test
2303 build: test
2304 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002305 src:
2306 - test/core/security/auth_context_test.c
2307 deps:
2308 - grpc_test_util
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002312- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002313 build: test
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002316 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002317 deps:
2318 - grpc_test_util
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322- name: grpc_byte_buffer_reader_test
2323 build: test
2324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
2326 - test/core/surface/byte_buffer_reader_test.c
2327 deps:
2328 - grpc_test_util
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332- name: grpc_channel_args_test
2333 build: test
2334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002335 src:
2336 - test/core/channel/channel_args_test.c
2337 deps:
2338 - grpc_test_util
2339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002340 - gpr_test_util
2341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342- name: grpc_channel_stack_test
2343 build: test
2344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002345 src:
2346 - test/core/channel/channel_stack_test.c
2347 deps:
2348 - grpc_test_util
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002352- name: grpc_completion_queue_test
2353 build: test
2354 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002355 src:
2356 - test/core/surface/completion_queue_test.c
2357 deps:
2358 - grpc_test_util
2359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002360 - gpr_test_util
2361 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002362- name: grpc_completion_queue_threading_test
2363 build: test
2364 language: c
2365 src:
2366 - test/core/surface/completion_queue_threading_test.c
2367 deps:
2368 - grpc_test_util
2369 - grpc
2370 - gpr_test_util
2371 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002372 exclude_iomgrs:
2373 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002374- name: grpc_create_jwt
2375 build: tool
2376 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002377 src:
2378 - test/core/security/create_jwt.c
2379 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002381 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002382 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: grpc_credentials_test
2384 build: test
2385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002386 src:
2387 - test/core/security/credentials_test.c
2388 deps:
2389 - grpc_test_util
2390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 - gpr_test_util
2392 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002393- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002394 build: test
2395 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002396 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002397 src:
2398 - test/core/security/fetch_oauth2.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002404- name: grpc_invalid_channel_args_test
2405 build: test
2406 language: c
2407 src:
2408 - test/core/surface/invalid_channel_args_test.c
2409 deps:
2410 - grpc_test_util
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414- name: grpc_json_token_test
2415 build: test
2416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002417 src:
2418 - test/core/security/json_token_test.c
2419 deps:
2420 - grpc_test_util
2421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr_test_util
2423 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002424 platforms:
2425 - linux
2426 - posix
2427 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002428- name: grpc_jwt_verifier_test
2429 build: test
2430 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002431 src:
2432 - test/core/security/jwt_verifier_test.c
2433 deps:
2434 - grpc_test_util
2435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002436 - gpr_test_util
2437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002438- name: grpc_print_google_default_creds_token
2439 build: tool
2440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002441 src:
2442 - test/core/security/print_google_default_creds_token.c
2443 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: grpc_security_connector_test
2447 build: test
2448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
2450 - test/core/security/security_connector_test.c
2451 deps:
2452 - grpc_test_util
2453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr_test_util
2455 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002456- name: grpc_verify_jwt
2457 build: tool
2458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
2460 - test/core/security/verify_jwt.c
2461 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002463 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002464- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002465 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002466 language: c
2467 src:
2468 - test/core/handshake/client_ssl.c
2469 deps:
2470 - grpc_test_util
2471 - grpc
2472 - gpr_test_util
2473 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002474 exclude_iomgrs:
2475 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002476 platforms:
2477 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002478 secure: true
2479- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002480 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002481 language: c
2482 src:
2483 - test/core/handshake/server_ssl.c
2484 deps:
2485 - grpc_test_util
2486 - grpc
2487 - gpr_test_util
2488 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002489 exclude_iomgrs:
2490 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002491 platforms:
2492 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002493 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002494- name: hpack_parser_fuzzer_test
2495 build: fuzzer
2496 language: c
2497 src:
2498 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2499 deps:
2500 - grpc_test_util
2501 - grpc
2502 - gpr_test_util
2503 - gpr
2504 corpus_dirs:
2505 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002506 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002507 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002508- name: hpack_parser_test
2509 build: test
2510 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002511 src:
2512 - test/core/transport/chttp2/hpack_parser_test.c
2513 deps:
2514 - grpc_test_util
2515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002516 - gpr_test_util
2517 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002518- name: hpack_table_test
2519 build: test
2520 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002521 src:
2522 - test/core/transport/chttp2/hpack_table_test.c
2523 deps:
2524 - grpc_test_util
2525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002526 - gpr_test_util
2527 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002528- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529 build: test
2530 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002531 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002532 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002533 deps:
2534 - grpc_test_util
2535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002536 - gpr_test_util
2537 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002538- name: http_request_fuzzer_test
2539 build: fuzzer
2540 language: c
2541 src:
2542 - test/core/http/request_fuzzer.c
2543 deps:
2544 - grpc_test_util
2545 - grpc
2546 - gpr_test_util
2547 - gpr
2548 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002549 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002550 maxlen: 2048
2551- name: http_response_fuzzer_test
2552 build: fuzzer
2553 language: c
2554 src:
2555 - test/core/http/response_fuzzer.c
2556 deps:
2557 - grpc_test_util
2558 - grpc
2559 - gpr_test_util
2560 - gpr
2561 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002562 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002563 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002564- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002565 build: test
2566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002567 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002568 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002569 deps:
2570 - grpc_test_util
2571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002572 - gpr_test_util
2573 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002575 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002576 build: test
2577 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002578 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002579 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002580 deps:
2581 - grpc_test_util
2582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002583 - gpr_test_util
2584 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002585 platforms:
2586 - mac
2587 - linux
2588 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002589- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002590 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002591 build: test
2592 language: c
2593 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002594 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002595 deps:
2596 - grpc_test_util
2597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002598 - gpr_test_util
2599 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002600 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002601 - linux
yang-gf1183302015-12-07 16:02:05 -08002602- name: init_test
2603 build: test
2604 language: c
2605 src:
2606 - test/core/surface/init_test.c
2607 deps:
2608 - grpc_test_util
2609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002610 - gpr_test_util
2611 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002612- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002613 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002614 build: test
2615 language: c
2616 src:
2617 - test/core/end2end/invalid_call_argument_test.c
2618 deps:
2619 - grpc_test_util
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr_test_util
2622 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002623- name: json_fuzzer_test
2624 build: fuzzer
2625 language: c
2626 src:
2627 - test/core/json/fuzzer.c
2628 deps:
2629 - grpc_test_util
2630 - grpc
2631 - gpr_test_util
2632 - gpr
2633 corpus_dirs:
2634 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002635 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002636- name: json_rewrite
2637 build: test
2638 run: false
2639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002640 src:
2641 - test/core/json/json_rewrite.c
2642 deps:
2643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002644 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002645- name: json_rewrite_test
2646 build: test
2647 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002648 src:
2649 - test/core/json/json_rewrite_test.c
2650 deps:
2651 - grpc_test_util
2652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002653 - gpr_test_util
2654 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002655- name: json_stream_error_test
2656 build: test
2657 language: c
2658 src:
2659 - test/core/json/json_stream_error_test.c
2660 deps:
2661 - grpc_test_util
2662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002663 - gpr_test_util
2664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002665- name: json_test
2666 build: test
2667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002668 src:
2669 - test/core/json/json_test.c
2670 deps:
2671 - grpc_test_util
2672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002673 - gpr_test_util
2674 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002675- name: lame_client_test
2676 build: test
2677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002678 src:
2679 - test/core/surface/lame_client_test.c
2680 deps:
2681 - grpc_test_util
2682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002683 - gpr_test_util
2684 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002685- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002686 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002687 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002688 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002690 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002691 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002692 deps:
2693 - grpc_test_util
2694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002695 - gpr_test_util
2696 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002697- name: load_file_test
2698 build: test
2699 language: c
2700 src:
2701 - test/core/iomgr/load_file_test.c
2702 deps:
2703 - grpc_test_util
2704 - grpc
2705 - gpr_test_util
2706 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002707- name: low_level_ping_pong_benchmark
2708 build: benchmark
2709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002710 src:
2711 - test/core/network_benchmarks/low_level_ping_pong.c
2712 deps:
2713 - grpc_test_util
2714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002715 - gpr_test_util
2716 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002717 platforms:
2718 - mac
2719 - linux
2720 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002721- name: memory_profile_client
2722 build: test
2723 run: false
2724 language: c
2725 src:
2726 - test/core/memory_usage/client.c
2727 deps:
2728 - grpc_test_util
2729 - grpc
2730 - gpr_test_util
2731 - gpr
2732- name: memory_profile_server
2733 build: test
2734 run: false
2735 language: c
2736 src:
2737 - test/core/memory_usage/server.c
2738 deps:
2739 - grpc_test_util
2740 - grpc
2741 - gpr_test_util
2742 - gpr
2743- name: memory_profile_test
2744 cpu_cost: 1.5
2745 build: test
2746 language: c
2747 src:
2748 - test/core/memory_usage/memory_usage_test.c
2749 deps:
2750 - grpc_test_util
2751 - grpc
2752 - gpr_test_util
2753 - gpr
2754 platforms:
2755 - mac
2756 - linux
2757 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002758- name: message_compress_test
2759 build: test
2760 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002761 src:
2762 - test/core/compression/message_compress_test.c
2763 deps:
2764 - grpc_test_util
2765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002766 - gpr_test_util
2767 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002768- name: minimal_stack_is_minimal_test
2769 build: test
2770 language: c
2771 src:
2772 - test/core/channel/minimal_stack_is_minimal_test.c
2773 deps:
2774 - grpc_test_util
2775 - grpc
2776 - gpr_test_util
2777 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002778- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002779 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002780 build: test
2781 language: c
2782 src:
2783 - test/core/census/mlog_test.c
2784 deps:
2785 - grpc_test_util
2786 - grpc
2787 - gpr_test_util
2788 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002789- name: multiple_server_queues_test
2790 build: test
2791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002792 src:
2793 - test/core/end2end/multiple_server_queues_test.c
2794 deps:
2795 - grpc_test_util
2796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002797 - gpr_test_util
2798 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002799- name: murmur_hash_test
2800 build: test
2801 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002802 src:
2803 - test/core/support/murmur_hash_test.c
2804 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002805 - gpr_test_util
2806 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002807- name: nanopb_fuzzer_response_test
2808 build: fuzzer
2809 language: c
2810 src:
2811 - test/core/nanopb/fuzzer_response.c
2812 deps:
2813 - grpc_test_util
2814 - grpc
2815 - gpr_test_util
2816 - gpr
2817 corpus_dirs:
2818 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002819 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002820- name: nanopb_fuzzer_serverlist_test
2821 build: fuzzer
2822 language: c
2823 src:
2824 - test/core/nanopb/fuzzer_serverlist.c
2825 deps:
2826 - grpc_test_util
2827 - grpc
2828 - gpr_test_util
2829 - gpr
2830 corpus_dirs:
2831 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002832 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002834 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002835 build: test
2836 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002837 src:
2838 - test/core/end2end/no_server_test.c
2839 deps:
2840 - grpc_test_util
2841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002842 - gpr_test_util
2843 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002844- name: num_external_connectivity_watchers_test
2845 build: test
2846 language: c
2847 src:
2848 - test/core/surface/num_external_connectivity_watchers_test.c
2849 deps:
2850 - grpc_test_util
2851 - grpc
2852 - gpr_test_util
2853 - gpr
2854 exclude_iomgrs:
2855 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002856- name: parse_address_test
2857 build: test
2858 language: c
2859 src:
2860 - test/core/client_channel/parse_address_test.c
2861 deps:
2862 - grpc_test_util
2863 - grpc
2864 - gpr_test_util
2865 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002866- name: percent_decode_fuzzer
2867 build: fuzzer
2868 language: c
2869 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002870 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002871 deps:
2872 - grpc_test_util
2873 - grpc
2874 - gpr_test_util
2875 - gpr
2876 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002877 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002878 maxlen: 32
2879- name: percent_encode_fuzzer
2880 build: fuzzer
2881 language: c
2882 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002883 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002884 deps:
2885 - grpc_test_util
2886 - grpc
2887 - gpr_test_util
2888 - gpr
2889 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002890 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002891 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002892- name: percent_encoding_test
2893 build: test
2894 language: c
2895 src:
2896 - test/core/slice/percent_encoding_test.c
2897 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002898 - grpc_test_util
2899 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002900 - gpr_test_util
2901 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002902- name: pollset_set_test
2903 build: test
2904 language: c
2905 src:
2906 - test/core/iomgr/pollset_set_test.c
2907 deps:
2908 - grpc_test_util
2909 - grpc
2910 - gpr_test_util
2911 - gpr
2912 exclude_iomgrs:
2913 - uv
2914 platforms:
2915 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002916- name: resolve_address_posix_test
2917 build: test
2918 language: c
2919 src:
2920 - test/core/iomgr/resolve_address_posix_test.c
2921 deps:
2922 - grpc_test_util
2923 - grpc
2924 - gpr_test_util
2925 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002926 exclude_iomgrs:
2927 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002928 platforms:
2929 - mac
2930 - linux
2931 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002932- name: resolve_address_test
2933 build: test
2934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002935 src:
2936 - test/core/iomgr/resolve_address_test.c
2937 deps:
2938 - grpc_test_util
2939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002940 - gpr_test_util
2941 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002942- name: resource_quota_test
2943 cpu_cost: 30
2944 build: test
2945 language: c
2946 src:
2947 - test/core/iomgr/resource_quota_test.c
2948 deps:
2949 - grpc_test_util
2950 - grpc
2951 - gpr_test_util
2952 - gpr
yang-gd482e592015-12-10 14:04:00 -08002953- name: secure_channel_create_test
2954 build: test
2955 language: c
2956 src:
2957 - test/core/surface/secure_channel_create_test.c
2958 deps:
2959 - grpc_test_util
2960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002961 - gpr_test_util
2962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002963- name: secure_endpoint_test
2964 build: test
2965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002966 src:
2967 - test/core/security/secure_endpoint_test.c
2968 deps:
2969 - grpc_test_util
2970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002971 - gpr_test_util
2972 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002973 exclude_iomgrs:
2974 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002975- name: sequential_connectivity_test
2976 build: test
2977 language: c
2978 src:
2979 - test/core/surface/sequential_connectivity_test.c
2980 deps:
2981 - grpc_test_util
2982 - grpc
2983 - gpr_test_util
2984 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002985 exclude_iomgrs:
2986 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002987- name: server_chttp2_test
2988 build: test
2989 language: c
2990 src:
2991 - test/core/surface/server_chttp2_test.c
2992 deps:
2993 - grpc_test_util
2994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002995 - gpr_test_util
2996 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002997- name: server_fuzzer
2998 build: fuzzer
2999 language: c
3000 src:
3001 - test/core/end2end/fuzzers/server_fuzzer.c
3002 deps:
3003 - grpc_test_util
3004 - grpc
3005 - gpr_test_util
3006 - gpr
3007 corpus_dirs:
3008 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003009 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003010 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003011- name: server_test
3012 build: test
3013 language: c
3014 src:
3015 - test/core/surface/server_test.c
3016 deps:
3017 - grpc_test_util
3018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003019 - gpr_test_util
3020 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003021- name: slice_buffer_test
3022 build: test
3023 language: c
3024 src:
3025 - test/core/slice/slice_buffer_test.c
3026 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003027 - grpc_test_util
3028 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003029 - gpr_test_util
3030 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003031- name: slice_hash_table_test
3032 build: test
3033 language: c
3034 src:
3035 - test/core/slice/slice_hash_table_test.c
3036 deps:
3037 - grpc_test_util
3038 - grpc
3039 - gpr_test_util
3040 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003041- name: slice_string_helpers_test
3042 build: test
3043 language: c
3044 src:
3045 - test/core/slice/slice_string_helpers_test.c
3046 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003047 - grpc_test_util
3048 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003049 - gpr_test_util
3050 - gpr
3051- name: slice_test
3052 build: test
3053 language: c
3054 src:
3055 - test/core/slice/slice_test.c
3056 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003057 - grpc_test_util
3058 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003059 - gpr_test_util
3060 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003061- name: sockaddr_resolver_test
3062 build: test
3063 language: c
3064 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003065 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003066 deps:
3067 - grpc_test_util
3068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003069 - gpr_test_util
3070 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003071- name: sockaddr_utils_test
3072 build: test
3073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003074 src:
3075 - test/core/iomgr/sockaddr_utils_test.c
3076 deps:
3077 - grpc_test_util
3078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003079 - gpr_test_util
3080 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003081- name: socket_utils_test
3082 build: test
3083 language: c
3084 src:
3085 - test/core/iomgr/socket_utils_test.c
3086 deps:
3087 - grpc_test_util
3088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003089 - gpr_test_util
3090 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003091 exclude_iomgrs:
3092 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003093 platforms:
3094 - mac
3095 - linux
3096 - posix
yang-g31e21282016-11-04 15:10:03 -07003097- name: ssl_server_fuzzer
3098 build: fuzzer
3099 language: c
3100 src:
3101 - test/core/security/ssl_server_fuzzer.c
3102 deps:
3103 - grpc_test_util
3104 - grpc
3105 - gpr_test_util
3106 - gpr
3107 corpus_dirs:
3108 - test/core/security/corpus/ssl_server_corpus
3109 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003110- name: status_conversion_test
3111 build: test
3112 language: c
3113 src:
3114 - test/core/transport/status_conversion_test.c
3115 deps:
3116 - grpc_test_util
3117 - grpc
3118 - gpr_test_util
3119 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003120- name: stream_compression_test
3121 build: test
3122 language: c
3123 src:
3124 - test/core/compression/stream_compression_test.c
3125 deps:
3126 - grpc_test_util
3127 - grpc
3128 - gpr_test_util
3129 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003130- name: stream_owned_slice_test
3131 build: test
3132 language: c
3133 src:
3134 - test/core/transport/stream_owned_slice_test.c
3135 deps:
3136 - grpc_test_util
3137 - grpc
3138 - gpr_test_util
3139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003140- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003141 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003142 build: test
3143 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003144 src:
3145 - test/core/iomgr/tcp_client_posix_test.c
3146 deps:
3147 - grpc_test_util
3148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003149 - gpr_test_util
3150 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003151 exclude_iomgrs:
3152 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003153 platforms:
3154 - mac
3155 - linux
3156 - posix
murgatroid991191b722017-02-08 11:56:52 -08003157- name: tcp_client_uv_test
3158 cpu_cost: 0.5
3159 build: test
3160 language: c
3161 src:
3162 - test/core/iomgr/tcp_client_uv_test.c
3163 deps:
3164 - grpc_test_util
3165 - grpc
3166 - gpr_test_util
3167 - gpr
3168 exclude_iomgrs:
3169 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003170- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003171 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003172 build: test
3173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003174 src:
3175 - test/core/iomgr/tcp_posix_test.c
3176 deps:
3177 - grpc_test_util
3178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003179 - gpr_test_util
3180 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003181 exclude_iomgrs:
3182 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003183 platforms:
3184 - mac
3185 - linux
3186 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003187- name: tcp_server_posix_test
3188 build: test
3189 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003190 src:
3191 - test/core/iomgr/tcp_server_posix_test.c
3192 deps:
3193 - grpc_test_util
3194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003195 - gpr_test_util
3196 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003197 exclude_iomgrs:
3198 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003199 platforms:
3200 - mac
3201 - linux
3202 - posix
murgatroid991191b722017-02-08 11:56:52 -08003203- name: tcp_server_uv_test
3204 build: test
3205 language: c
3206 src:
3207 - test/core/iomgr/tcp_server_uv_test.c
3208 deps:
3209 - grpc_test_util
3210 - grpc
3211 - gpr_test_util
3212 - gpr
3213 exclude_iomgrs:
3214 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003215- name: time_averaged_stats_test
3216 build: test
3217 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003218 src:
3219 - test/core/iomgr/time_averaged_stats_test.c
3220 deps:
3221 - grpc_test_util
3222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003223 - gpr_test_util
3224 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003225- name: timeout_encoding_test
3226 build: test
3227 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003228 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003229 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003230 deps:
3231 - grpc_test_util
3232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003233 - gpr_test_util
3234 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003235- name: timer_heap_test
3236 build: test
3237 language: c
3238 src:
3239 - test/core/iomgr/timer_heap_test.c
3240 deps:
3241 - grpc_test_util
3242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003243 - gpr_test_util
3244 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003245 exclude_iomgrs:
3246 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003247- name: timer_list_test
3248 build: test
3249 language: c
3250 src:
3251 - test/core/iomgr/timer_list_test.c
3252 deps:
3253 - grpc_test_util
3254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003255 - gpr_test_util
3256 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003257 exclude_iomgrs:
3258 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003259- name: transport_connectivity_state_test
3260 build: test
3261 language: c
3262 src:
3263 - test/core/transport/connectivity_state_test.c
3264 deps:
3265 - grpc_test_util
3266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003267 - gpr_test_util
3268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003269- name: transport_metadata_test
3270 build: test
3271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003272 src:
3273 - test/core/transport/metadata_test.c
3274 deps:
3275 - grpc_test_util
3276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003277 - gpr_test_util
3278 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003279- name: transport_pid_controller_test
3280 build: test
3281 language: c
3282 src:
3283 - test/core/transport/pid_controller_test.c
3284 deps:
3285 - grpc_test_util
3286 - grpc
3287 - gpr_test_util
3288 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003289- name: transport_security_test
3290 build: test
3291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003292 src:
3293 - test/core/tsi/transport_security_test.c
3294 deps:
3295 - grpc_test_util
3296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003297 - gpr_test_util
3298 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003299 platforms:
3300 - linux
3301 - posix
3302 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003303- name: udp_server_test
3304 build: test
3305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003306 src:
3307 - test/core/iomgr/udp_server_test.c
3308 deps:
3309 - grpc_test_util
3310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003311 - gpr_test_util
3312 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003313 exclude_iomgrs:
3314 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003315 platforms:
3316 - mac
3317 - linux
3318 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003319- name: uri_fuzzer_test
3320 build: fuzzer
3321 language: c
3322 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003323 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003324 deps:
3325 - grpc_test_util
3326 - grpc
3327 - gpr_test_util
3328 - gpr
3329 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003330 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003331 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003332- name: uri_parser_test
3333 build: test
3334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003335 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003336 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003337 deps:
3338 - grpc_test_util
3339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003340 - gpr_test_util
3341 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003342- name: wakeup_fd_cv_test
3343 build: test
3344 language: c
3345 src:
3346 - test/core/iomgr/wakeup_fd_cv_test.c
3347 deps:
3348 - grpc_test_util
3349 - grpc
3350 - gpr_test_util
3351 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003352 exclude_iomgrs:
3353 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003354 platforms:
3355 - mac
3356 - linux
3357 - posix
vjpai04e992a2016-02-10 16:58:38 -08003358- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003359 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003360 build: test
3361 language: c++
3362 src:
3363 - test/cpp/common/alarm_cpp_test.cc
3364 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003365 - grpc++_test_util_unsecure
3366 - grpc_test_util_unsecure
3367 - grpc++_unsecure
3368 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003369 - gpr_test_util
3370 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003371- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003372 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003373 build: test
3374 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003375 src:
3376 - test/cpp/end2end/async_end2end_test.cc
3377 deps:
3378 - grpc++_test_util
3379 - grpc_test_util
3380 - grpc++
3381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003382 - gpr_test_util
3383 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003384- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003385 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003386 build: test
3387 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003388 src:
3389 - test/cpp/common/auth_property_iterator_test.cc
3390 deps:
3391 - grpc++_test_util
3392 - grpc_test_util
3393 - grpc++
3394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003395 - gpr_test_util
3396 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003397- name: bm_arena
3398 build: test
3399 language: c++
3400 src:
3401 - test/cpp/microbenchmarks/bm_arena.cc
3402 deps:
3403 - grpc_benchmark
3404 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003405 - grpc++_test_util_unsecure
3406 - grpc_test_util_unsecure
3407 - grpc++_unsecure
3408 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003409 - gpr_test_util
3410 - gpr
3411 args:
3412 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003413 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003414 platforms:
3415 - mac
3416 - linux
3417 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003418- name: bm_call_create
3419 build: test
3420 language: c++
3421 src:
3422 - test/cpp/microbenchmarks/bm_call_create.cc
3423 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003424 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003425 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003426 - grpc++_test_util_unsecure
3427 - grpc_test_util_unsecure
3428 - grpc++_unsecure
3429 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003430 - gpr_test_util
3431 - gpr
3432 args:
3433 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003434 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003435 platforms:
3436 - mac
3437 - linux
3438 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003439- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003440 build: test
3441 language: c++
3442 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003443 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003444 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003445 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003446 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003447 - grpc++_test_util_unsecure
3448 - grpc_test_util_unsecure
3449 - grpc++_unsecure
3450 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003451 - gpr_test_util
3452 - gpr
3453 args:
3454 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003455 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003456 platforms:
3457 - mac
3458 - linux
3459 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003460- name: bm_chttp2_transport
3461 build: test
3462 language: c++
3463 src:
3464 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3465 deps:
3466 - grpc_benchmark
3467 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003468 - grpc++_test_util_unsecure
3469 - grpc_test_util_unsecure
3470 - grpc++_unsecure
3471 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003472 - gpr_test_util
3473 - gpr
3474 args:
3475 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003476 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003477 platforms:
3478 - mac
3479 - linux
3480 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003481- name: bm_closure
3482 build: test
3483 language: c++
3484 src:
3485 - test/cpp/microbenchmarks/bm_closure.cc
3486 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003487 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003488 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003489 - grpc++_test_util_unsecure
3490 - grpc_test_util_unsecure
3491 - grpc++_unsecure
3492 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003493 - gpr_test_util
3494 - gpr
3495 args:
3496 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003497 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003498 platforms:
3499 - mac
3500 - linux
3501 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003502- name: bm_cq
3503 build: test
3504 language: c++
3505 src:
3506 - test/cpp/microbenchmarks/bm_cq.cc
3507 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003508 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003509 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003510 - grpc++_test_util_unsecure
3511 - grpc_test_util_unsecure
3512 - grpc++_unsecure
3513 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003514 - gpr_test_util
3515 - gpr
3516 args:
3517 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003518 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003519 platforms:
3520 - mac
3521 - linux
3522 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003523- name: bm_cq_multiple_threads
3524 build: test
3525 language: c++
3526 src:
3527 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3528 deps:
3529 - grpc_benchmark
3530 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003531 - grpc++_test_util_unsecure
3532 - grpc_test_util_unsecure
3533 - grpc++_unsecure
3534 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003535 - gpr_test_util
3536 - gpr
3537 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003538 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003539 defaults: benchmark
3540 platforms:
3541 - mac
3542 - linux
3543 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003544- name: bm_error
3545 build: test
3546 language: c++
3547 src:
3548 - test/cpp/microbenchmarks/bm_error.cc
3549 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003550 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003551 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003552 - grpc++_test_util_unsecure
3553 - grpc_test_util_unsecure
3554 - grpc++_unsecure
3555 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003556 - gpr_test_util
3557 - gpr
3558 args:
3559 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003560 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003561 platforms:
3562 - mac
3563 - linux
3564 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003565- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003566 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003567 language: c++
3568 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003569 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003570 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003571 - grpc_benchmark
3572 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003573 - grpc++_test_util_unsecure
3574 - grpc_test_util_unsecure
3575 - grpc++_unsecure
3576 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003577 - gpr_test_util
3578 - gpr
3579 args:
3580 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003581 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003582 excluded_poll_engines:
3583 - poll
3584 - poll-cv
3585 platforms:
3586 - mac
3587 - linux
3588 - posix
3589 timeout_seconds: 1200
3590- name: bm_fullstack_streaming_pump
3591 build: test
3592 language: c++
3593 src:
3594 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003595 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003596 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003597 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003598 - grpc++_test_util_unsecure
3599 - grpc_test_util_unsecure
3600 - grpc++_unsecure
3601 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003602 - gpr_test_util
3603 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003604 args:
3605 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003606 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003607 excluded_poll_engines:
3608 - poll
3609 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003610 platforms:
3611 - mac
3612 - linux
3613 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003614 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003615- name: bm_fullstack_trickle
3616 build: test
3617 language: c++
3618 src:
3619 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3620 deps:
3621 - grpc_benchmark
3622 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003623 - grpc++_test_util_unsecure
3624 - grpc_test_util_unsecure
3625 - grpc++_unsecure
3626 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003627 - gpr_test_util
3628 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003629 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003630 args:
3631 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003632 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003633 excluded_poll_engines:
3634 - poll
3635 - poll-cv
3636 platforms:
3637 - mac
3638 - linux
3639 - posix
3640 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003641- name: bm_fullstack_unary_ping_pong
3642 build: test
3643 language: c++
3644 src:
3645 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3646 deps:
3647 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003648 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003649 - grpc++_test_util_unsecure
3650 - grpc_test_util_unsecure
3651 - grpc++_unsecure
3652 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003653 - gpr_test_util
3654 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003655 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003656 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003657 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003658 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003659 - poll
3660 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003661 platforms:
3662 - mac
3663 - linux
3664 - posix
3665 timeout_seconds: 1200
3666- name: bm_metadata
3667 build: test
3668 language: c++
3669 src:
3670 - test/cpp/microbenchmarks/bm_metadata.cc
3671 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003672 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003673 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003674 - grpc++_test_util_unsecure
3675 - grpc_test_util_unsecure
3676 - grpc++_unsecure
3677 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003678 - gpr_test_util
3679 - gpr
3680 args:
3681 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003682 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003683 platforms:
3684 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003685 - linux
3686 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003687- name: bm_pollset
3688 build: test
3689 language: c++
3690 src:
3691 - test/cpp/microbenchmarks/bm_pollset.cc
3692 deps:
3693 - grpc_benchmark
3694 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003695 - grpc++_test_util_unsecure
3696 - grpc_test_util_unsecure
3697 - grpc++_unsecure
3698 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003699 - gpr_test_util
3700 - gpr
3701 args:
3702 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003703 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003704 platforms:
3705 - mac
3706 - linux
3707 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003708- name: channel_arguments_test
3709 gtest: true
3710 build: test
3711 language: c++
3712 src:
3713 - test/cpp/common/channel_arguments_test.cc
3714 deps:
3715 - grpc++
3716 - grpc
3717 - gpr
3718- name: channel_filter_test
3719 gtest: true
3720 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003721 language: c++
3722 src:
3723 - test/cpp/common/channel_filter_test.cc
3724 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003725 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003726 - grpc
3727 - gpr
3728- name: cli_call_test
3729 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003730 build: test
3731 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003732 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003733 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003734 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003735 - grpc_cli_libs
3736 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003737 - grpc_test_util
3738 - grpc++
3739 - grpc
3740 - gpr_test_util
3741 - gpr
3742- name: client_crash_test
3743 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003744 cpu_cost: 0.1
3745 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003746 language: c++
3747 src:
3748 - test/cpp/end2end/client_crash_test.cc
3749 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003750 - grpc++_test_util
3751 - grpc_test_util
3752 - grpc++
3753 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003754 - gpr_test_util
3755 - gpr
3756 platforms:
3757 - mac
3758 - linux
3759 - posix
3760- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003761 build: test
3762 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003763 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003764 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003765 - test/cpp/end2end/client_crash_test_server.cc
3766 deps:
3767 - grpc++_test_util
3768 - grpc_test_util
3769 - grpc++
3770 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003771 - gpr_test_util
3772 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003773- name: client_lb_end2end_test
3774 gtest: true
3775 build: test
3776 language: c++
3777 src:
3778 - test/cpp/end2end/client_lb_end2end_test.cc
3779 deps:
3780 - grpc++_test_util
3781 - grpc_test_util
3782 - grpc++
3783 - grpc
3784 - gpr_test_util
3785 - gpr
3786 excluded_poll_engines:
3787 - poll
3788 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003789- name: codegen_test_full
3790 gtest: true
3791 build: test
3792 language: c++
3793 src:
3794 - src/proto/grpc/testing/control.proto
3795 - src/proto/grpc/testing/messages.proto
3796 - src/proto/grpc/testing/payloads.proto
3797 - src/proto/grpc/testing/services.proto
3798 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003799 - test/cpp/codegen/codegen_test_full.cc
3800 deps:
3801 - grpc++
3802 - grpc
3803 - gpr
3804 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003805 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003806- name: codegen_test_minimal
3807 gtest: true
3808 build: test
3809 language: c++
3810 src:
3811 - src/proto/grpc/testing/control.proto
3812 - src/proto/grpc/testing/messages.proto
3813 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003814 - src/proto/grpc/testing/services.proto
3815 - src/proto/grpc/testing/stats.proto
3816 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003817 deps:
3818 - grpc
3819 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003820 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003821 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003822 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003823- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003824 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003825 build: test
3826 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003827 src:
3828 - test/cpp/client/credentials_test.cc
3829 deps:
3830 - grpc++
3831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003833- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003834 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003835 build: test
3836 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003837 src:
3838 - test/cpp/util/byte_buffer_test.cc
3839 deps:
3840 - grpc_test_util
3841 - grpc++
3842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003843 - gpr_test_util
3844 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003845- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003846 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003847 build: test
3848 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003849 src:
3850 - test/cpp/util/slice_test.cc
3851 deps:
3852 - grpc_test_util
3853 - grpc++
3854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003855 - gpr_test_util
3856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003857- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003858 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003859 build: test
3860 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003861 src:
3862 - test/cpp/util/string_ref_test.cc
3863 deps:
3864 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003865 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003866- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003867 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003868 build: test
3869 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003870 src:
3871 - test/cpp/util/time_test.cc
3872 deps:
3873 - grpc_test_util
3874 - grpc++
3875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003876 - gpr_test_util
3877 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003878- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003879 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003880 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003881 build: test
3882 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003883 src:
3884 - test/cpp/end2end/end2end_test.cc
3885 deps:
3886 - grpc++_test_util
3887 - grpc_test_util
3888 - grpc++
3889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003890 - gpr_test_util
3891 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003892- name: error_details_test
3893 gtest: true
3894 build: test
3895 language: c++
3896 src:
3897 - src/proto/grpc/testing/echo_messages.proto
3898 - test/cpp/util/error_details_test.cc
3899 deps:
3900 - grpc++_error_details
3901 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003902- name: filter_end2end_test
3903 gtest: true
3904 build: test
3905 language: c++
3906 src:
3907 - test/cpp/end2end/filter_end2end_test.cc
3908 deps:
3909 - grpc++_test_util
3910 - grpc_test_util
3911 - grpc++
3912 - grpc
3913 - gpr_test_util
3914 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003915- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003916 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003917 build: test
3918 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003919 src:
3920 - test/cpp/end2end/generic_end2end_test.cc
3921 deps:
3922 - grpc++_test_util
3923 - grpc_test_util
3924 - grpc++
3925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003926 - gpr_test_util
3927 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003928- name: golden_file_test
3929 gtest: true
3930 build: test
3931 language: c++
3932 src:
3933 - src/proto/grpc/testing/compiler_test.proto
3934 - test/cpp/codegen/golden_file_test.cc
3935 deps:
3936 - grpc++
3937 - grpc
3938 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003939 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003940 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003941- name: grpc_cli
3942 build: test
3943 run: false
3944 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003945 src:
3946 - test/cpp/util/grpc_cli.cc
3947 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003948 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003949 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003950 - grpc++
3951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003952 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003953 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003954- name: grpc_cpp_plugin
3955 build: protoc
3956 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003957 src:
3958 - src/compiler/cpp_plugin.cc
3959 deps:
3960 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003961 secure: false
3962 vs_config_type: Application
3963 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3964- name: grpc_csharp_plugin
3965 build: protoc
3966 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003967 src:
3968 - src/compiler/csharp_plugin.cc
3969 deps:
3970 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003971 secure: false
3972 vs_config_type: Application
3973 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003974- name: grpc_node_plugin
3975 build: protoc
3976 language: c++
3977 src:
3978 - src/compiler/node_plugin.cc
3979 deps:
3980 - grpc_plugin_support
3981 secure: false
3982 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003983- name: grpc_objective_c_plugin
3984 build: protoc
3985 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003986 src:
3987 - src/compiler/objective_c_plugin.cc
3988 deps:
3989 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003990 secure: false
3991 vs_config_type: Application
3992 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003993- name: grpc_php_plugin
3994 build: protoc
3995 language: c++
3996 src:
3997 - src/compiler/php_plugin.cc
3998 deps:
3999 - grpc_plugin_support
4000 secure: false
4001 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004002- name: grpc_python_plugin
4003 build: protoc
4004 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004005 src:
4006 - src/compiler/python_plugin.cc
4007 deps:
4008 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004009 secure: false
4010 vs_config_type: Application
4011 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4012- name: grpc_ruby_plugin
4013 build: protoc
4014 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004015 src:
4016 - src/compiler/ruby_plugin.cc
4017 deps:
4018 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004019 secure: false
4020 vs_config_type: Application
4021 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004022- name: grpc_tool_test
4023 gtest: true
4024 build: test
4025 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004026 src:
4027 - src/proto/grpc/testing/echo.proto
4028 - src/proto/grpc/testing/echo_messages.proto
4029 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004030 deps:
4031 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004032 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004033 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004034 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004035 - grpc_test_util
4036 - grpc++
4037 - grpc
4038 - gpr_test_util
4039 - gpr
4040 filegroups:
4041 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004042- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004043 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004044 build: test
4045 language: c++
4046 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004047 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004048 - test/cpp/grpclb/grpclb_api_test.cc
4049 deps:
4050 - grpc++_test_util
4051 - grpc_test_util
4052 - grpc++
4053 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004054- name: grpclb_end2end_test
4055 gtest: true
4056 build: test
4057 language: c++
4058 src:
4059 - src/proto/grpc/lb/v1/load_balancer.proto
4060 - test/cpp/end2end/grpclb_end2end_test.cc
4061 deps:
4062 - grpc++_test_util
4063 - grpc_test_util
4064 - grpc++
4065 - grpc
4066 - gpr_test_util
4067 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004068 excluded_poll_engines:
4069 - poll
4070 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004071- name: grpclb_test
4072 gtest: false
4073 build: test
4074 language: c++
4075 src:
4076 - src/proto/grpc/lb/v1/load_balancer.proto
4077 - test/cpp/grpclb/grpclb_test.cc
4078 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004079 - grpc++_test_util
4080 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004081 - grpc++
4082 - grpc
4083 - gpr_test_util
4084 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004085 excluded_poll_engines:
4086 - poll
4087 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004088- name: health_service_end2end_test
4089 gtest: true
4090 build: test
4091 language: c++
4092 src:
4093 - test/cpp/end2end/health_service_end2end_test.cc
4094 deps:
4095 - grpc++_test_util
4096 - grpc_test_util
4097 - grpc++
4098 - grpc
4099 - gpr_test_util
4100 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004101- name: http2_client
4102 build: test
4103 run: false
4104 language: c++
4105 src: []
4106 deps:
4107 - http2_client_main
4108 - grpc++_test_util
4109 - grpc_test_util
4110 - grpc++
4111 - grpc
4112 - grpc++_test_config
4113 platforms:
4114 - mac
4115 - linux
4116 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004117- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004118 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004119 build: test
4120 language: c++
4121 src:
4122 - test/cpp/end2end/hybrid_end2end_test.cc
4123 deps:
4124 - grpc++_test_util
4125 - grpc_test_util
4126 - grpc++
4127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004128 - gpr_test_util
4129 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004130- name: interop_client
4131 build: test
4132 run: false
4133 language: c++
4134 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004135 deps:
4136 - interop_client_main
4137 - interop_client_helper
4138 - grpc++_test_util
4139 - grpc_test_util
4140 - grpc++
4141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004142 - gpr_test_util
4143 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004144 - grpc++_test_config
4145 platforms:
4146 - mac
4147 - linux
4148 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004149- name: interop_server
4150 build: test
4151 run: false
4152 language: c++
4153 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004154 deps:
4155 - interop_server_main
4156 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004157 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004158 - grpc++_test_util
4159 - grpc_test_util
4160 - grpc++
4161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004162 - gpr_test_util
4163 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004164 - grpc++_test_config
4165 platforms:
4166 - mac
4167 - linux
4168 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004169- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004170 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004171 build: test
4172 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004173 src:
4174 - test/cpp/interop/interop_test.cc
4175 deps:
4176 - grpc_test_util
4177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004178 - gpr_test_util
4179 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004180 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004181 platforms:
4182 - mac
4183 - linux
4184 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004185- name: json_run_localhost
4186 build: test
4187 run: false
4188 language: c++
4189 src:
4190 - test/cpp/qps/json_run_localhost.cc
4191 deps:
4192 - grpc++_test_util
4193 - grpc_test_util
4194 - grpc++
4195 - grpc
4196 - gpr_test_util
4197 - gpr
4198 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004199 platforms:
4200 - mac
4201 - linux
4202 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004203- name: memory_test
4204 gtest: true
4205 build: test
4206 language: c++
4207 src:
4208 - test/core/support/memory_test.cc
4209 deps:
4210 - grpc_test_util
4211 - grpc++
4212 - grpc
4213 - gpr_test_util
4214 - gpr
4215 uses:
4216 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004217- name: metrics_client
4218 build: test
4219 run: false
4220 language: c++
4221 headers:
4222 - test/cpp/util/metrics_server.h
4223 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004224 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004225 - test/cpp/interop/metrics_client.cc
4226 deps:
4227 - grpc++
4228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004229 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004230 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004231- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004232 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004233 build: test
4234 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004235 headers:
4236 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004237 src:
4238 - test/cpp/end2end/mock_test.cc
4239 deps:
4240 - grpc++_test_util
4241 - grpc_test_util
4242 - grpc++
4243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004244 - gpr_test_util
4245 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004246- name: noop-benchmark
4247 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004248 language: c++
4249 src:
4250 - test/cpp/microbenchmarks/noop-benchmark.cc
4251 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004252 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004253 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004254- name: proto_server_reflection_test
4255 gtest: true
4256 build: test
4257 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004258 src:
4259 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004260 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004261 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004262 - grpc++_reflection
4263 - grpc++_test_util
4264 - grpc_test_util
4265 - grpc++
4266 - grpc
4267 - gpr_test_util
4268 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004269- name: proto_utils_test
4270 gtest: true
4271 build: test
4272 language: c++
4273 src:
4274 - test/cpp/codegen/proto_utils_test.cc
4275 deps:
4276 - grpc++
4277 - grpc
4278 filegroups:
4279 - grpc++_codegen_base
4280 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004281- name: qps_interarrival_test
4282 build: test
4283 run: false
4284 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004285 src:
4286 - test/cpp/qps/qps_interarrival_test.cc
4287 deps:
4288 - qps
4289 - grpc++_test_util
4290 - grpc_test_util
4291 - grpc++
4292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004293 - gpr_test_util
4294 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004295 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004296 platforms:
4297 - mac
4298 - linux
4299 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004300- name: qps_json_driver
4301 build: test
4302 run: false
4303 language: c++
4304 src:
4305 - test/cpp/qps/qps_json_driver.cc
4306 deps:
4307 - qps
4308 - grpc++_test_util
4309 - grpc_test_util
4310 - grpc++
4311 - grpc
4312 - gpr_test_util
4313 - gpr
4314 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004315- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004316 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004317 build: test
4318 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004319 src:
4320 - test/cpp/qps/qps_openloop_test.cc
4321 deps:
4322 - qps
4323 - grpc++_test_util
4324 - grpc_test_util
4325 - grpc++
4326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004327 - gpr_test_util
4328 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004329 - grpc++_test_config
4330 platforms:
4331 - mac
4332 - linux
4333 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004334- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004335 build: test
4336 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004337 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004338 headers:
4339 - test/cpp/qps/client.h
4340 - test/cpp/qps/server.h
4341 src:
4342 - test/cpp/qps/worker.cc
4343 deps:
4344 - qps
4345 - grpc++_test_util
4346 - grpc_test_util
4347 - grpc++
4348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004349 - gpr_test_util
4350 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004351 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004352- name: reconnect_interop_client
4353 build: test
4354 run: false
4355 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004356 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004357 - src/proto/grpc/testing/empty.proto
4358 - src/proto/grpc/testing/messages.proto
4359 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004360 - test/cpp/interop/reconnect_interop_client.cc
4361 deps:
4362 - grpc++_test_util
4363 - grpc_test_util
4364 - grpc++
4365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004366 - gpr_test_util
4367 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004368 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004369- name: reconnect_interop_server
4370 build: test
4371 run: false
4372 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004373 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004374 - src/proto/grpc/testing/empty.proto
4375 - src/proto/grpc/testing/messages.proto
4376 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004377 - test/cpp/interop/reconnect_interop_server.cc
4378 deps:
4379 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004380 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004381 - grpc++_test_util
4382 - grpc_test_util
4383 - grpc++
4384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004385 - gpr_test_util
4386 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004387 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004388- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004389 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004390 build: test
4391 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004392 src:
4393 - test/cpp/common/secure_auth_context_test.cc
4394 deps:
4395 - grpc++_test_util
4396 - grpc_test_util
4397 - grpc++
4398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004399 - gpr_test_util
4400 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004401- name: secure_sync_unary_ping_pong_test
4402 build: test
4403 language: c++
4404 src:
4405 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4406 deps:
4407 - qps
4408 - grpc++_test_util
4409 - grpc_test_util
4410 - grpc++
4411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004412 - gpr_test_util
4413 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004414 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004415 platforms:
4416 - mac
4417 - linux
4418 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004419- name: server_builder_plugin_test
4420 gtest: true
4421 build: test
4422 language: c++
4423 src:
4424 - test/cpp/end2end/server_builder_plugin_test.cc
4425 deps:
4426 - grpc++_test_util
4427 - grpc_test_util
4428 - grpc++
4429 - grpc
4430 - gpr_test_util
4431 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004432- name: server_builder_test
4433 gtest: true
4434 build: test
4435 language: c++
4436 src:
4437 - src/proto/grpc/testing/echo_messages.proto
4438 - src/proto/grpc/testing/echo.proto
4439 - test/cpp/server/server_builder_test.cc
4440 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004441 - grpc++_test_util_unsecure
4442 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004443 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004444 - grpc++_unsecure
4445 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004446 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004447- name: server_context_test_spouse_test
4448 gtest: true
4449 build: test
4450 language: c++
4451 src:
4452 - test/cpp/test/server_context_test_spouse_test.cc
4453 deps:
4454 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004455 - grpc++
4456 - grpc
4457 - gpr_test_util
4458 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004459 uses:
4460 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004461- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004462 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004463 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004464 build: test
4465 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004466 src:
4467 - test/cpp/end2end/server_crash_test.cc
4468 deps:
4469 - grpc++_test_util
4470 - grpc_test_util
4471 - grpc++
4472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004473 - gpr_test_util
4474 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004475 platforms:
4476 - mac
4477 - linux
4478 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004479- name: server_crash_test_client
4480 build: test
4481 run: false
4482 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004483 src:
4484 - test/cpp/end2end/server_crash_test_client.cc
4485 deps:
4486 - grpc++_test_util
4487 - grpc_test_util
4488 - grpc++
4489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004490 - gpr_test_util
4491 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004492- name: server_request_call_test
4493 gtest: true
4494 build: test
4495 language: c++
4496 src:
4497 - src/proto/grpc/testing/echo_messages.proto
4498 - src/proto/grpc/testing/echo.proto
4499 - test/cpp/server/server_request_call_test.cc
4500 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004501 - grpc++_test_util_unsecure
4502 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004503 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004504 - grpc++_unsecure
4505 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004506 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004507- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004508 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004509 build: test
4510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004511 src:
4512 - test/cpp/end2end/shutdown_test.cc
4513 deps:
4514 - grpc++_test_util
4515 - grpc_test_util
4516 - grpc++
4517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004518 - gpr_test_util
4519 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004520- name: status_test
4521 build: test
4522 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004523 src:
4524 - test/cpp/util/status_test.cc
4525 deps:
4526 - grpc_test_util
4527 - grpc++
4528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004529 - gpr_test_util
4530 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004531- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004532 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004533 build: test
4534 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004535 src:
4536 - test/cpp/end2end/streaming_throughput_test.cc
4537 deps:
4538 - grpc++_test_util
4539 - grpc_test_util
4540 - grpc++
4541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004542 - gpr_test_util
4543 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004544 platforms:
4545 - mac
4546 - linux
4547 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004548- name: stress_test
4549 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004550 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004551 language: c++
4552 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004553 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004554 - test/cpp/interop/interop_client.h
4555 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004556 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004557 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004558 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004559 - src/proto/grpc/testing/empty.proto
4560 - src/proto/grpc/testing/messages.proto
4561 - src/proto/grpc/testing/metrics.proto
4562 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004563 - test/cpp/interop/interop_client.cc
4564 - test/cpp/interop/stress_interop_client.cc
4565 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004566 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004567 deps:
4568 - grpc++_test_util
4569 - grpc_test_util
4570 - grpc++
4571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004572 - gpr_test_util
4573 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004574 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004575- name: thread_manager_test
4576 build: test
4577 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004578 src:
4579 - test/cpp/thread_manager/thread_manager_test.cc
4580 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004581 - grpc++_unsecure
4582 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004583 - gpr
4584 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004585- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004586 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004587 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004588 build: test
4589 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004590 src:
4591 - test/cpp/end2end/thread_stress_test.cc
4592 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004593 - grpc++_test_util_unsecure
4594 - grpc_test_util_unsecure
4595 - grpc++_unsecure
4596 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004597 - gpr_test_util
4598 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004599 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004600- name: writes_per_rpc_test
4601 gtest: true
4602 cpu_cost: 0.5
4603 build: test
4604 language: c++
4605 src:
4606 - test/cpp/performance/writes_per_rpc_test.cc
4607 deps:
4608 - grpc++_test_util
4609 - grpc_test_util
4610 - grpc++
4611 - grpc
4612 - gpr_test_util
4613 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004614 platforms:
4615 - mac
4616 - linux
4617 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004618- name: public_headers_must_be_c89
4619 build: test
4620 language: c89
4621 src:
4622 - test/core/surface/public_headers_must_be_c89.c
4623 deps:
4624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004626vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004627- linkage: static
4628 name: grpc.dependencies.zlib
4629 props: false
4630 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004631 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004632- linkage: static
4633 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004634 props: true
4635 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004636 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004637- name: gflags
4638 props: false
4639 redist: false
4640 version: 2.1.2.1
4641- name: gtest
4642 props: false
4643 redist: false
4644 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004645configs:
4646 asan:
4647 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004648 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4649 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004650 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004651 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004652 LDFLAGS: -fsanitize=address
4653 LDXX: clang++
4654 compile_the_world: true
4655 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004656 ASAN_OPTIONS: detect_leaks=1:color=always
4657 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004658 asan-noleaks:
4659 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004660 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4661 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004662 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004663 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004664 LDFLAGS: -fsanitize=address
4665 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004666 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004667 test_environ:
4668 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004669 asan-trace-cmp:
4670 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004671 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4672 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004673 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004674 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004675 LDFLAGS: -fsanitize=address
4676 LDXX: clang++
4677 compile_the_world: true
4678 test_environ:
4679 ASAN_OPTIONS: detect_leaks=1:color=always
4680 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004681 basicprof:
4682 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4683 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004684 c++-compat:
4685 CFLAGS: -Wc++-compat
4686 CPPFLAGS: -O0
4687 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004688 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004689 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004690 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004691 dbg:
4692 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004693 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004694 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004695 gcov:
4696 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004697 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004698 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004699 DEFINES: _DEBUG DEBUG GPR_GCOV
4700 LD: gcc
4701 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4702 LDXX: g++
4703 helgrind:
4704 CPPFLAGS: -O0
4705 DEFINES: _DEBUG DEBUG
4706 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004707 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004708 lto:
4709 CPPFLAGS: -O2
4710 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004711 memcheck:
4712 CPPFLAGS: -O0
4713 DEFINES: _DEBUG DEBUG
4714 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004715 valgrind: --tool=memcheck --leak-check=full
4716 msan:
4717 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004718 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4719 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4720 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004721 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004722 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004723 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004724 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4725 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4726 LDXX: clang++
4727 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004728 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004729 CPPFLAGS: -O3 -fno-omit-frame-pointer
4730 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004731 LDFLAGS: -rdynamic
4732 opt:
4733 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004734 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004735 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004736 stapprof:
4737 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4738 DEFINES: NDEBUG
4739 tsan:
4740 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004741 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004742 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004743 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004744 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004745 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004746 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004747 LDXX: clang++
4748 compile_the_world: true
4749 test_environ:
4750 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004751 ubsan:
4752 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004753 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4754 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004755 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004756 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004757 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004758 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004759 LDXX: clang++
4760 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004761 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004762 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004763defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004764 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004765 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004766 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4767 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004768 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4769 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004770 benchmark:
4771 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004772 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004773 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004774 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004775 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004776 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004777 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004778 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004779 LDFLAGS: -g
4780 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004781 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004782 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004783node_modules:
4784- deps:
4785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004786 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004787 - boringssl
4788 - z
murgatroid9994a75412015-11-19 14:04:53 -08004789 headers:
4790 - src/node/ext/byte_buffer.h
4791 - src/node/ext/call.h
4792 - src/node/ext/call_credentials.h
4793 - src/node/ext/channel.h
4794 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004795 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004796 - src/node/ext/server.h
4797 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004798 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004799 - src/node/ext/timeval.h
4800 js:
4801 - src/node/index.js
4802 - src/node/src/client.js
4803 - src/node/src/common.js
4804 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004805 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004806 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004807 - src/node/src/metadata.js
4808 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004809 name: grpc_node
4810 src:
4811 - src/node/ext/byte_buffer.cc
4812 - src/node/ext/call.cc
4813 - src/node/ext/call_credentials.cc
4814 - src/node/ext/channel.cc
4815 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004816 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004817 - src/node/ext/node_grpc.cc
4818 - src/node/ext/server.cc
4819 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004820 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004821 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004822openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004823 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004824 extraction_dir: openssl-1.0.2f
4825 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004826php_config_m4:
4827 deps:
4828 - grpc
4829 - gpr
4830 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004831 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004832 headers:
4833 - src/php/ext/grpc/byte_buffer.h
4834 - src/php/ext/grpc/call.h
4835 - src/php/ext/grpc/call_credentials.h
4836 - src/php/ext/grpc/channel.h
4837 - src/php/ext/grpc/channel_credentials.h
4838 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004839 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004840 - src/php/ext/grpc/php_grpc.h
4841 - src/php/ext/grpc/server.h
4842 - src/php/ext/grpc/server_credentials.h
4843 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004844 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004845 src:
4846 - src/php/ext/grpc/byte_buffer.c
4847 - src/php/ext/grpc/call.c
4848 - src/php/ext/grpc/call_credentials.c
4849 - src/php/ext/grpc/channel.c
4850 - src/php/ext/grpc/channel_credentials.c
4851 - src/php/ext/grpc/completion_queue.c
4852 - src/php/ext/grpc/php_grpc.c
4853 - src/php/ext/grpc/server.c
4854 - src/php/ext/grpc/server_credentials.c
4855 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004856python_dependencies:
4857 deps:
4858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004859 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004860 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004861 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004862 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004863ruby_gem:
4864 deps:
4865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004866 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004867 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004868 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004869 - z