blob: 5843be28188890ab362531b89a4c1c8c2b5af949 [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
Vijay Pai58c33ba2017-09-01 14:08:42 -070015 core_version: 5.0.0-dev
David Garcia Quintas713597f2017-08-16 20:59:05 -070016 g_stands_for: gambit
17 version: 1.7.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Vizerai0359e122017-04-28 20:06:58 -070030 - src/core/ext/census/intrusive_hash_map.h
Vizeraic1947ef2017-05-23 16:13:25 -070031 - src/core/ext/census/intrusive_hash_map_internal.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070033 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070034 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070035 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080036 - src/core/ext/census/trace_label.h
37 - src/core/ext/census/trace_propagation.h
38 - src/core/ext/census/trace_status.h
39 - src/core/ext/census/trace_string.h
40 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070041 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070042 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070043 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070044 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070045 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070046 - src/core/ext/census/grpc_context.c
47 - src/core/ext/census/grpc_filter.c
48 - src/core/ext/census/grpc_plugin.c
49 - src/core/ext/census/initialize.c
Vizerai0359e122017-04-28 20:06:58 -070050 - src/core/ext/census/intrusive_hash_map.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070051 - src/core/ext/census/mlog.c
52 - src/core/ext/census/operation.c
53 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070054 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070055 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070056 - src/core/ext/census/tracing.c
57 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070058 uses:
59 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070060 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070061- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070063 - src/core/lib/profiling/basic_timers.c
64 - src/core/lib/profiling/stap_timers.c
65 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -070066 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -070067 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -070068 - src/core/lib/support/avl.c
Craig Tillerf23078c2016-03-25 17:07:29 -070069 - src/core/lib/support/cmdline.c
70 - src/core/lib/support/cpu_iphone.c
71 - src/core/lib/support/cpu_linux.c
72 - src/core/lib/support/cpu_posix.c
73 - src/core/lib/support/cpu_windows.c
74 - src/core/lib/support/env_linux.c
75 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070076 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/support/histogram.c
78 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -070079 - src/core/lib/support/log.c
80 - src/core/lib/support/log_android.c
81 - src/core/lib/support/log_linux.c
82 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070083 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -070084 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -070085 - src/core/lib/support/murmur_hash.c
Ken Paysona4710a02017-07-10 16:49:59 -070086 - src/core/lib/support/stack_lockfree.c
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/string.c
88 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -070089 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/subprocess_posix.c
92 - src/core/lib/support/subprocess_windows.c
93 - src/core/lib/support/sync.c
94 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070095 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070096 - src/core/lib/support/thd.c
97 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070098 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070099 - src/core/lib/support/time.c
100 - src/core/lib/support/time_posix.c
101 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700102 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700103 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200104 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700105 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700106 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700108 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700109 - gpr_base_headers
110- name: gpr_base_headers
111 public_headers:
112 - include/grpc/support/alloc.h
113 - include/grpc/support/atm.h
114 - include/grpc/support/atm_gcc_atomic.h
115 - include/grpc/support/atm_gcc_sync.h
116 - include/grpc/support/atm_windows.h
117 - include/grpc/support/avl.h
118 - include/grpc/support/cmdline.h
119 - include/grpc/support/cpu.h
120 - include/grpc/support/histogram.h
121 - include/grpc/support/host_port.h
122 - include/grpc/support/log.h
123 - include/grpc/support/log_windows.h
124 - include/grpc/support/port_platform.h
125 - include/grpc/support/string_util.h
126 - include/grpc/support/subprocess.h
127 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700128 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700129 - include/grpc/support/sync_generic.h
130 - include/grpc/support/sync_posix.h
131 - include/grpc/support/sync_windows.h
132 - include/grpc/support/thd.h
133 - include/grpc/support/time.h
134 - include/grpc/support/tls.h
135 - include/grpc/support/tls_gcc.h
136 - include/grpc/support/tls_msvc.h
137 - include/grpc/support/tls_pthread.h
138 - include/grpc/support/useful.h
139 headers:
140 - src/core/lib/profiling/timers.h
141 - src/core/lib/support/arena.h
142 - src/core/lib/support/atomic.h
143 - src/core/lib/support/atomic_with_atm.h
144 - src/core/lib/support/atomic_with_std.h
Vijay Pai42807252017-07-28 15:08:24 -0700145 - src/core/lib/support/env.h
146 - src/core/lib/support/memory.h
147 - src/core/lib/support/mpscq.h
148 - src/core/lib/support/murmur_hash.h
149 - src/core/lib/support/spinlock.h
150 - src/core/lib/support/stack_lockfree.h
151 - src/core/lib/support/string.h
152 - src/core/lib/support/string_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700153 - src/core/lib/support/time_precise.h
154 - src/core/lib/support/tmpfile.h
155 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700156 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800157- name: gpr_codegen
158 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/atm.h
160 - include/grpc/impl/codegen/atm_gcc_atomic.h
161 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700162 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800163 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700164 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800165 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800166 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700167 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800168 - include/grpc/impl/codegen/sync_generic.h
169 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700170 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700171- name: grpc++_base
172 deps:
173 - grpc
174 uses:
175 - grpc++_common
176 - grpc++_codegen_base
177- name: grpc++_base_unsecure
178 deps:
179 - grpc_unsecure
180 uses:
181 - grpc++_common
182 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700183- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700184 src:
Craig Tiller2014a372017-07-21 15:36:11 -0700185 - src/core/lib/backoff/backoff.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/channel/channel_args.c
187 - src/core/lib/channel/channel_stack.c
188 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700190 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800191 - src/core/lib/channel/handshaker_factory.c
192 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700193 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700194 - src/core/lib/compression/message_compress.c
Muxi Yane87a7e12017-06-29 16:53:24 -0700195 - src/core/lib/compression/stream_compression.c
Muxi Yanbf5484e2017-09-01 18:03:03 -0700196 - src/core/lib/compression/stream_compression_gzip.c
197 - src/core/lib/compression/stream_compression_identity.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. Roth76e264b2017-08-25 09:03:33 -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
Craig Tillerf4360d72017-04-07 08:51:00 -0700212 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700213 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700214 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700215 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200216 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/exec_ctx.c
218 - src/core/lib/iomgr/executor.c
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700219 - src/core/lib/iomgr/gethostname_fallback.c
220 - src/core/lib/iomgr/gethostname_host_name_max.c
221 - src/core/lib/iomgr/gethostname_sysconf.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/iocp_windows.c
223 - src/core/lib/iomgr/iomgr.c
224 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700225 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700227 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700228 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700229 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700230 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700231 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700232 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700234 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/iomgr/pollset_windows.c
236 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700239 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500241 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700242 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/socket_utils_common_posix.c
244 - src/core/lib/iomgr/socket_utils_linux.c
245 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700246 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700247 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700248 - src/core/lib/iomgr/socket_windows.c
249 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700250 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700251 - src/core/lib/iomgr/tcp_client_windows.c
252 - src/core/lib/iomgr/tcp_posix.c
253 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700254 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700255 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
256 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700257 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700259 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/iomgr/tcp_windows.c
261 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700262 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700264 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700265 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700266 - src/core/lib/iomgr/udp_server.c
267 - src/core/lib/iomgr/unix_sockets_posix.c
268 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700269 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/iomgr/wakeup_fd_eventfd.c
271 - src/core/lib/iomgr/wakeup_fd_nospecial.c
272 - src/core/lib/iomgr/wakeup_fd_pipe.c
273 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/json/json.c
275 - src/core/lib/json/json_reader.c
276 - src/core/lib/json/json_string.c
277 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700278 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700279 - src/core/lib/slice/percent_encoding.c
280 - src/core/lib/slice/slice.c
281 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800282 - src/core/lib/slice/slice_hash_table.c
283 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700284 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/surface/alarm.c
286 - src/core/lib/surface/api_trace.c
287 - src/core/lib/surface/byte_buffer.c
288 - src/core/lib/surface/byte_buffer_reader.c
289 - src/core/lib/surface/call.c
290 - src/core/lib/surface/call_details.c
291 - src/core/lib/surface/call_log_batch.c
292 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/surface/channel_init.c
294 - src/core/lib/surface/channel_ping.c
295 - src/core/lib/surface/channel_stack_type.c
296 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700297 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700299 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/surface/metadata_array.c
301 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/surface/validate_metadata.c
303 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700304 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800307 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/transport/metadata.c
309 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700310 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700311 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800313 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400314 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/transport/transport.c
316 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700317 deps:
318 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700319 filegroups:
320 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700321 uses:
322 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700323 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700324- name: grpc_base_headers
325 public_headers:
326 - include/grpc/byte_buffer.h
327 - include/grpc/byte_buffer_reader.h
328 - include/grpc/compression.h
329 - include/grpc/grpc.h
330 - include/grpc/grpc_posix.h
331 - include/grpc/grpc_security_constants.h
332 - include/grpc/load_reporting.h
333 - include/grpc/slice.h
334 - include/grpc/slice_buffer.h
335 - include/grpc/status.h
336 - include/grpc/support/workaround_list.h
337 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700338 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700339 - src/core/lib/channel/channel_args.h
340 - src/core/lib/channel/channel_stack.h
341 - src/core/lib/channel/channel_stack_builder.h
342 - src/core/lib/channel/connected_channel.h
343 - src/core/lib/channel/context.h
344 - src/core/lib/channel/handshaker.h
345 - src/core/lib/channel/handshaker_factory.h
346 - src/core/lib/channel/handshaker_registry.h
347 - src/core/lib/compression/algorithm_metadata.h
348 - src/core/lib/compression/message_compress.h
349 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700350 - src/core/lib/compression/stream_compression_gzip.h
351 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700352 - src/core/lib/debug/stats.h
353 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700354 - src/core/lib/http/format_request.h
355 - src/core/lib/http/httpcli.h
356 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700357 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700358 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700359 - src/core/lib/iomgr/closure.h
360 - src/core/lib/iomgr/combiner.h
361 - src/core/lib/iomgr/endpoint.h
362 - src/core/lib/iomgr/endpoint_pair.h
363 - src/core/lib/iomgr/error.h
364 - src/core/lib/iomgr/error_internal.h
365 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700366 - 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:
Vijay Paiefce6e12017-09-14 09:07:50 -0700509 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700510 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800511 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800512 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800513 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800514 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800515 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700516 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800517 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700518 uses:
519 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700520- name: grpc_deadline_filter
521 headers:
522 - src/core/ext/filters/deadline/deadline_filter.h
523 src:
524 - src/core/ext/filters/deadline/deadline_filter.c
525 plugin: grpc_deadline_filter
526 uses:
527 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700528- name: grpc_http_filters
529 headers:
530 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700531 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700532 - src/core/ext/filters/http/server/http_server_filter.h
533 src:
534 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700535 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700536 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700537 - src/core/ext/filters/http/server/http_server_filter.c
538 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700539 uses:
540 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700541- name: grpc_lb_policy_grpclb
542 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700544 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
545 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700547 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
548 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700549 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700550 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700551 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
552 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700553 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700554 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
555 - 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 -0800556 plugin: grpc_lb_policy_grpclb
557 uses:
558 - grpc_base
559 - grpc_client_channel
560 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700561 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800562- name: grpc_lb_policy_grpclb_secure
563 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700564 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700565 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
566 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700567 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700568 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
569 - 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 -0800570 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700571 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700572 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
573 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700574 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700575 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
576 - 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 -0700577 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700578 uses:
579 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700580 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700581 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700582 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700583 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700584- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700585 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700586 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700587 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700588 uses:
589 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700590 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700591- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700592 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700593 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700594 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700595 uses:
596 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700597 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700598- name: grpc_max_age_filter
599 headers:
600 - src/core/ext/filters/max_age/max_age_filter.h
601 src:
602 - src/core/ext/filters/max_age/max_age_filter.c
603 plugin: grpc_max_age_filter
604 uses:
605 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700606- name: grpc_message_size_filter
607 headers:
608 - src/core/ext/filters/message_size/message_size_filter.h
609 src:
610 - src/core/ext/filters/message_size/message_size_filter.c
611 plugin: grpc_message_size_filter
612 uses:
613 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700614- name: grpc_resolver_dns_ares
615 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700616 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
617 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700618 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700619 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
620 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
621 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700622 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700623 plugin: grpc_resolver_dns_ares
624 uses:
625 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700626 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700627- name: grpc_resolver_dns_native
628 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700629 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700630 plugin: grpc_resolver_dns_native
631 uses:
632 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700633 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700634- name: grpc_resolver_fake
635 headers:
636 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
637 src:
638 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
639 plugin: grpc_resolver_fake
640 uses:
641 - grpc_base
642 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700643- name: grpc_resolver_sockaddr
644 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700645 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700646 plugin: grpc_resolver_sockaddr
647 uses:
648 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700649 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100650- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700651 public_headers:
652 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100653 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700654 - src/core/lib/security/context/security_context.h
655 - src/core/lib/security/credentials/composite/composite_credentials.h
656 - src/core/lib/security/credentials/credentials.h
657 - src/core/lib/security/credentials/fake/fake_credentials.h
658 - src/core/lib/security/credentials/google_default/google_default_credentials.h
659 - src/core/lib/security/credentials/iam/iam_credentials.h
660 - src/core/lib/security/credentials/jwt/json_token.h
661 - src/core/lib/security/credentials/jwt/jwt_credentials.h
662 - src/core/lib/security/credentials/jwt/jwt_verifier.h
663 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
664 - src/core/lib/security/credentials/plugin/plugin_credentials.h
665 - src/core/lib/security/credentials/ssl/ssl_credentials.h
666 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800667 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700668 - src/core/lib/security/transport/secure_endpoint.h
669 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800670 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700671 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700672 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100673 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700674 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700675 - src/core/lib/security/context/security_context.c
676 - src/core/lib/security/credentials/composite/composite_credentials.c
677 - src/core/lib/security/credentials/credentials.c
678 - src/core/lib/security/credentials/credentials_metadata.c
679 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700680 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700681 - src/core/lib/security/credentials/google_default/google_default_credentials.c
682 - src/core/lib/security/credentials/iam/iam_credentials.c
683 - src/core/lib/security/credentials/jwt/json_token.c
684 - src/core/lib/security/credentials/jwt/jwt_credentials.c
685 - src/core/lib/security/credentials/jwt/jwt_verifier.c
686 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
687 - src/core/lib/security/credentials/plugin/plugin_credentials.c
688 - src/core/lib/security/credentials/ssl/ssl_credentials.c
689 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800690 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700691 - src/core/lib/security/transport/secure_endpoint.c
692 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800693 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700694 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700695 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700696 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700697 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700698 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700699 uses:
700 - grpc_base
701 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700702 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700703- name: grpc_server_backward_compatibility
704 headers:
705 - src/core/ext/filters/workarounds/workaround_utils.h
706 src:
707 - src/core/ext/filters/workarounds/workaround_utils.c
708 uses:
709 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700710- name: grpc_server_load_reporting
711 headers:
712 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
713 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
714 src:
715 - src/core/ext/filters/load_reporting/server_load_reporting_filter.c
716 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.c
717 plugin: grpc_server_load_reporting_plugin
718 uses:
719 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700720- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700721 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700722 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700723 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700724 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800725 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700726 - test/core/end2end/fixtures/proxy.h
727 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800728 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700729 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200730 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700731 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700732 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700733 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700734 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700735 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700736 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800737 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700738 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700739 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700740 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800741 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700742 - test/core/end2end/fixtures/proxy.c
743 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800744 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700745 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200746 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700747 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700748 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700749 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800750 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700751 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700752 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800753 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700754 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700755 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700756 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700757 uses:
758 - grpc_base
759 - grpc_client_channel
760 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700761- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700762 src:
763 - src/core/lib/debug/trace.c
764 deps:
765 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700766 filegroups:
767 - grpc_trace_headers
768- name: grpc_trace_headers
769 headers:
770 - src/core/lib/debug/trace.h
771 deps:
772 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700773- name: grpc_transport_chttp2
774 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700775 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700776 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700777 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
778 - src/core/ext/transport/chttp2/transport/frame.h
779 - src/core/ext/transport/chttp2/transport/frame_data.h
780 - src/core/ext/transport/chttp2/transport/frame_goaway.h
781 - src/core/ext/transport/chttp2/transport/frame_ping.h
782 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
783 - src/core/ext/transport/chttp2/transport/frame_settings.h
784 - src/core/ext/transport/chttp2/transport/frame_window_update.h
785 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
786 - src/core/ext/transport/chttp2/transport/hpack_parser.h
787 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700788 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700789 - src/core/ext/transport/chttp2/transport/huffsyms.h
790 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
791 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700792 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700793 - src/core/ext/transport/chttp2/transport/varint.h
794 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700795 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700796 - src/core/ext/transport/chttp2/transport/bin_encoder.c
797 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700798 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700799 - src/core/ext/transport/chttp2/transport/flow_control.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700800 - src/core/ext/transport/chttp2/transport/frame_data.c
801 - src/core/ext/transport/chttp2/transport/frame_goaway.c
802 - src/core/ext/transport/chttp2/transport/frame_ping.c
803 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
804 - src/core/ext/transport/chttp2/transport/frame_settings.c
805 - src/core/ext/transport/chttp2/transport/frame_window_update.c
806 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
807 - src/core/ext/transport/chttp2/transport/hpack_parser.c
808 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700809 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700810 - src/core/ext/transport/chttp2/transport/huffsyms.c
811 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
812 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700813 - src/core/ext/transport/chttp2/transport/stream_lists.c
814 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700815 - src/core/ext/transport/chttp2/transport/varint.c
816 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700817 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700818 uses:
819 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700820 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700821 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700822- name: grpc_transport_chttp2_alpn
823 headers:
824 - src/core/ext/transport/chttp2/alpn/alpn.h
825 src:
826 - src/core/ext/transport/chttp2/alpn/alpn.c
827 deps:
828 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800829- name: grpc_transport_chttp2_client_connector
830 headers:
831 - src/core/ext/transport/chttp2/client/chttp2_connector.h
832 src:
833 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800834 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800835 - grpc_transport_chttp2
836 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700837 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700838- name: grpc_transport_chttp2_client_insecure
839 src:
840 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700841 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700842 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800843 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700844 - grpc_transport_chttp2
845 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700846 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700847- name: grpc_transport_chttp2_client_secure
848 src:
849 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700850 uses:
851 - grpc_transport_chttp2
852 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700853 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700854 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800855 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800856- name: grpc_transport_chttp2_server
857 headers:
858 - src/core/ext/transport/chttp2/server/chttp2_server.h
859 src:
860 - src/core/ext/transport/chttp2/server/chttp2_server.c
861 uses:
862 - grpc_transport_chttp2
863 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700864- name: grpc_transport_chttp2_server_insecure
865 src:
866 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700867 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700868 uses:
869 - grpc_transport_chttp2
870 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800871 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700872- name: grpc_transport_chttp2_server_secure
873 src:
874 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700875 uses:
876 - grpc_transport_chttp2
877 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700878 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800879 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700880- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700881 public_headers:
882 - include/grpc/grpc_cronet.h
883 - include/grpc/grpc_security.h
884 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700885 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800886 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800887 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700888 src:
889 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
890 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
891 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700892 filegroups:
893 - grpc_base
894 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700895 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700896- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700897 src:
898 - src/core/ext/transport/inproc/inproc_plugin.c
899 - src/core/ext/transport/inproc/inproc_transport.c
900 plugin: grpc_inproc_plugin
901 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700902 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700903 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700904- name: grpc_transport_inproc_headers
905 headers:
906 - src/core/ext/transport/inproc/inproc_transport.h
907 uses:
908 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700909- name: grpc_workaround_cronet_compression_filter
910 headers:
911 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
912 src:
913 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
914 plugin: grpc_workaround_cronet_compression_filter
915 uses:
916 - grpc_base
917 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800918- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700919 src:
920 - third_party/nanopb/pb_common.c
921 - third_party/nanopb/pb_decode.c
922 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700923 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700924 - nanopb_headers
925- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800926 headers:
927 - third_party/nanopb/pb.h
928 - third_party/nanopb/pb_common.h
929 - third_party/nanopb/pb_decode.h
930 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700931- name: transport_security_test_lib
932 build: test
933 headers:
934 - test/core/tsi/transport_security_test_lib.h
935 src:
936 - test/core/tsi/transport_security_test_lib.c
937 deps:
938 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939- name: tsi
940 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700941 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700942 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700943 - src/core/tsi/ssl_transport_security.h
944 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700945 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700946 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700947 - src/core/tsi/fake_transport_security.c
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700948 - src/core/tsi/gts_transport_security.c
Craig Tiller134fed32017-03-28 14:27:18 -0700949 - src/core/tsi/ssl_transport_security.c
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700950 - src/core/tsi/transport_security_grpc.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700951 deps:
952 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700953 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700954 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700955 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700956 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700957 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700958 - grpc_trace
959- name: tsi_interface
960 headers:
961 - src/core/tsi/transport_security.h
962 - src/core/tsi/transport_security_adapter.h
963 - src/core/tsi/transport_security_interface.h
964 src:
965 - src/core/tsi/transport_security.c
966 - src/core/tsi/transport_security_adapter.c
967 deps:
968 - gpr
969 secure: true
970 uses:
971 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700972- name: grpc++_codegen_base
973 language: c++
974 public_headers:
975 - include/grpc++/impl/codegen/async_stream.h
976 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700977 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700978 - include/grpc++/impl/codegen/call.h
979 - include/grpc++/impl/codegen/call_hook.h
980 - include/grpc++/impl/codegen/channel_interface.h
981 - include/grpc++/impl/codegen/client_context.h
982 - include/grpc++/impl/codegen/client_unary_call.h
983 - include/grpc++/impl/codegen/completion_queue.h
984 - include/grpc++/impl/codegen/completion_queue_tag.h
985 - include/grpc++/impl/codegen/config.h
986 - include/grpc++/impl/codegen/core_codegen_interface.h
987 - include/grpc++/impl/codegen/create_auth_context.h
988 - include/grpc++/impl/codegen/grpc_library.h
989 - include/grpc++/impl/codegen/metadata_map.h
990 - include/grpc++/impl/codegen/method_handler_impl.h
991 - include/grpc++/impl/codegen/rpc_method.h
992 - include/grpc++/impl/codegen/rpc_service_method.h
993 - include/grpc++/impl/codegen/security/auth_context.h
994 - include/grpc++/impl/codegen/serialization_traits.h
995 - include/grpc++/impl/codegen/server_context.h
996 - include/grpc++/impl/codegen/server_interface.h
997 - include/grpc++/impl/codegen/service_type.h
998 - include/grpc++/impl/codegen/slice.h
999 - include/grpc++/impl/codegen/status.h
1000 - include/grpc++/impl/codegen/status_code_enum.h
1001 - include/grpc++/impl/codegen/string_ref.h
1002 - include/grpc++/impl/codegen/stub_options.h
1003 - include/grpc++/impl/codegen/sync_stream.h
1004 - include/grpc++/impl/codegen/time.h
1005 uses:
1006 - grpc_codegen
1007- name: grpc++_codegen_base_src
1008 language: c++
1009 src:
1010 - src/cpp/codegen/codegen_init.cc
1011 uses:
1012 - grpc++_codegen_base
1013- name: grpc++_codegen_proto
1014 language: c++
1015 public_headers:
1016 - include/grpc++/impl/codegen/proto_utils.h
1017 uses:
1018 - grpc++_codegen_base
1019 - grpc++_config_proto
1020- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001021 language: c++
1022 public_headers:
1023 - include/grpc++/alarm.h
1024 - include/grpc++/channel.h
1025 - include/grpc++/client_context.h
1026 - include/grpc++/completion_queue.h
1027 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001028 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001029 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001030 - include/grpc++/generic/async_generic_service.h
1031 - include/grpc++/generic/generic_stub.h
1032 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001033 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001034 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001035 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001036 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001037 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001038 - include/grpc++/impl/grpc_library.h
1039 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001040 - include/grpc++/impl/rpc_method.h
1041 - include/grpc++/impl/rpc_service_method.h
1042 - include/grpc++/impl/serialization_traits.h
1043 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001044 - include/grpc++/impl/server_builder_plugin.h
1045 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001046 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001047 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001048 - include/grpc++/security/auth_context.h
1049 - include/grpc++/security/auth_metadata_processor.h
1050 - include/grpc++/security/credentials.h
1051 - include/grpc++/security/server_credentials.h
1052 - include/grpc++/server.h
1053 - include/grpc++/server_builder.h
1054 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001055 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001056 - include/grpc++/support/async_stream.h
1057 - include/grpc++/support/async_unary_call.h
1058 - include/grpc++/support/byte_buffer.h
1059 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001060 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001061 - include/grpc++/support/slice.h
1062 - include/grpc++/support/status.h
1063 - include/grpc++/support/status_code_enum.h
1064 - include/grpc++/support/string_ref.h
1065 - include/grpc++/support/stub_options.h
1066 - include/grpc++/support/sync_stream.h
1067 - include/grpc++/support/time.h
1068 headers:
1069 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001070 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001072 - src/cpp/server/health/default_health_check_service.h
1073 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001074 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001075 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001077 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001078 - src/cpp/client/client_context.cc
1079 - src/cpp/client/create_channel.cc
1080 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001081 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001082 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001084 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001085 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001086 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001087 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001088 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001089 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001090 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001091 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001092 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001093 - src/cpp/server/create_default_thread_pool.cc
1094 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001095 - src/cpp/server/health/default_health_check_service.cc
1096 - src/cpp/server/health/health.pb.c
1097 - src/cpp/server/health/health_check_service.cc
1098 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001099 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001100 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001101 - src/cpp/server/server_context.cc
1102 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001103 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001104 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001105 - src/cpp/util/byte_buffer_cc.cc
1106 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001107 - src/cpp/util/status.cc
1108 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001109 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001110 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001111 - gpr_base_headers
1112 - grpc_base_headers
1113 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001114 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001115 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001116- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001117 language: c++
1118 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001119 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001120- name: grpc++_reflection_proto
1121 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001122 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001123 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001124- name: grpc++_test
1125 language: c++
1126 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001127 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001128 - include/grpc++/test/server_context_test_spouse.h
1129 deps:
1130 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001131 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001132libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001133- name: gpr
1134 build: all
1135 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001136 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001137 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001138 secure: false
1139 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1140- name: gpr_test_util
1141 build: private
1142 language: c
1143 headers:
1144 - test/core/util/test_config.h
1145 src:
1146 - test/core/util/test_config.c
1147 deps:
1148 - gpr
1149 secure: false
1150 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151- name: grpc
1152 build: all
1153 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001154 src:
1155 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001156 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001157 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001158 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001159 filegroups:
1160 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001161 - grpc_transport_chttp2_server_secure
1162 - grpc_transport_chttp2_client_secure
1163 - grpc_transport_chttp2_server_insecure
1164 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001165 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001166 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001167 - grpc_lb_policy_pick_first
1168 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001169 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001170 - grpc_resolver_dns_native
1171 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001172 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001173 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001174 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001175 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001176 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001177 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001178 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001179 - grpc_workaround_cronet_compression_filter
1180 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001181 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001183 vs_packages:
1184 - grpc.dependencies.openssl
1185 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001186 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001187- name: grpc_cronet
1188 build: all
1189 language: c
1190 src:
1191 - src/core/lib/surface/init.c
1192 baselib: true
1193 deps_linkage: static
1194 dll: true
1195 filegroups:
1196 - grpc_base
1197 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001198 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001199 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001200 generate_plugin_registry: true
1201 platforms:
1202 - linux
1203 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001204- name: grpc_dll
1205 build: private
1206 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001207 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001208 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001209 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001210 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001211 build_system:
1212 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001213 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001214 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001215 vs_config_type: DynamicLibrary
1216 vs_packages:
1217 - grpc.dependencies.openssl
1218 - grpc.dependencies.zlib
1219 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1220 vs_props:
1221 - zlib
1222 - openssl
1223 - winsock
1224 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001225- name: grpc_test_util
1226 build: private
1227 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001228 headers:
1229 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001230 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001231 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001232 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001233 - test/core/end2end/data/server1_cert.c
1234 - test/core/end2end/data/server1_key.c
1235 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001236 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001237 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001238 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001239 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001240 - grpc
1241 filegroups:
1242 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1244- name: grpc_test_util_unsecure
1245 build: private
1246 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001247 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001248 - gpr
1249 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001250 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001251 filegroups:
1252 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253 secure: false
1254 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1255- name: grpc_unsecure
1256 build: all
1257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001258 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001259 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001260 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001261 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001262 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001263 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001264 filegroups:
1265 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001266 - grpc_transport_chttp2_server_insecure
1267 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001268 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001269 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001270 - grpc_resolver_dns_native
1271 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001272 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001273 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001274 - grpc_lb_policy_grpclb
1275 - grpc_lb_policy_pick_first
1276 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001277 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001278 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001279 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001280 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001281 - grpc_workaround_cronet_compression_filter
1282 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001283 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001284 secure: false
1285 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001286- name: reconnect_server
1287 build: private
1288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001289 headers:
1290 - test/core/util/reconnect_server.h
1291 src:
1292 - test/core/util/reconnect_server.c
1293 deps:
yang-gc9fca182015-11-06 16:41:33 -08001294 - test_tcp_server
1295 - grpc_test_util
1296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001297 - gpr_test_util
1298 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001299- name: test_tcp_server
1300 build: private
1301 language: c
1302 headers:
1303 - test/core/util/test_tcp_server.h
1304 src:
1305 - test/core/util/test_tcp_server.c
1306 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001307 - grpc_test_util
1308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001309 - gpr_test_util
1310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001311- name: grpc++
1312 build: all
1313 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001314 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001315 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001316 - src/cpp/client/secure_credentials.h
1317 - src/cpp/common/secure_auth_context.h
1318 - src/cpp/server/secure_server_credentials.h
1319 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001320 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001321 - src/cpp/client/secure_credentials.cc
1322 - src/cpp/common/auth_property_iterator.cc
1323 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001324 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001325 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001326 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001327 - src/cpp/server/secure_server_credentials.cc
1328 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001329 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001330 baselib: true
1331 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001332 filegroups:
1333 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001334 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001335 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001336 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001337 secure: check
1338 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001339- name: grpc++_core_stats
1340 build: private
1341 language: c++
1342 public_headers:
1343 - src/cpp/util/core_stats.h
1344 src:
1345 - src/proto/grpc/core/stats.proto
1346 - src/cpp/util/core_stats.cc
1347 deps:
1348 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001349- name: grpc++_cronet
1350 build: all
1351 language: c++
1352 src:
1353 - src/cpp/client/cronet_credentials.cc
1354 - src/cpp/client/insecure_credentials.cc
1355 - src/cpp/common/insecure_create_auth_context.cc
1356 - src/cpp/server/insecure_server_credentials.cc
1357 deps:
1358 - gpr
1359 - grpc_cronet
1360 baselib: true
1361 dll: true
1362 filegroups:
1363 - grpc++_base
1364 - grpc++_codegen_base
1365 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001366 - grpc_transport_chttp2_client_insecure
1367 - grpc_transport_chttp2_server_insecure
1368 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001369 platforms:
1370 - linux
1371 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001372- name: grpc++_error_details
1373 build: all
1374 language: c++
1375 public_headers:
1376 - include/grpc++/support/error_details.h
1377 src:
1378 - src/proto/grpc/status/status.proto
1379 - src/cpp/util/error_details.cc
1380 deps:
1381 - grpc++
1382 baselib: true
1383 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001384- name: grpc++_proto_reflection_desc_db
1385 build: private
1386 language: c++
1387 headers:
1388 - test/cpp/util/proto_reflection_descriptor_database.h
1389 src:
1390 - test/cpp/util/proto_reflection_descriptor_database.cc
1391 deps:
1392 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001393 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001394 filegroups:
1395 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001396 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001397- name: grpc++_reflection
1398 build: all
1399 language: c++
1400 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001401 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001402 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001403 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001404 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001405 - src/cpp/ext/proto_server_reflection.cc
1406 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001407 deps:
1408 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001409 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001410 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001411 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412- name: grpc++_test_config
1413 build: private
1414 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001415 headers:
1416 - test/cpp/util/test_config.h
1417 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001418 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001419- name: grpc++_test_util
1420 build: private
1421 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001422 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001423 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001424 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001425 - test/cpp/util/create_test_channel.h
1426 - test/cpp/util/string_ref_helper.h
1427 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001428 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001429 src:
yang-gc8a49d22016-12-12 11:18:49 -08001430 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001431 - src/proto/grpc/testing/echo_messages.proto
1432 - src/proto/grpc/testing/echo.proto
1433 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001434 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001435 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001436 - test/cpp/util/create_test_channel.cc
1437 - test/cpp/util/string_ref_helper.cc
1438 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001439 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001440 deps:
1441 - grpc++
1442 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001443 - grpc
yang-g17487f92016-06-03 15:21:15 -07001444 filegroups:
1445 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001446 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001447 - grpc++_codegen_proto
1448 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001449- name: grpc++_test_util_unsecure
1450 build: private
1451 language: c++
1452 headers:
1453 - test/cpp/end2end/test_service_impl.h
1454 - test/cpp/util/byte_buffer_proto_helper.h
1455 - test/cpp/util/string_ref_helper.h
1456 - test/cpp/util/subprocess.h
1457 src:
1458 - src/proto/grpc/health/v1/health.proto
1459 - src/proto/grpc/testing/echo_messages.proto
1460 - src/proto/grpc/testing/echo.proto
1461 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1462 - test/cpp/end2end/test_service_impl.cc
1463 - test/cpp/util/byte_buffer_proto_helper.cc
1464 - test/cpp/util/string_ref_helper.cc
1465 - test/cpp/util/subprocess.cc
1466 deps:
1467 - grpc++_unsecure
1468 - grpc_test_util_unsecure
1469 - grpc_unsecure
1470 filegroups:
1471 - grpc++_codegen_base
1472 - grpc++_codegen_base_src
1473 - grpc++_codegen_proto
1474 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001475- name: grpc++_unsecure
1476 build: all
1477 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001478 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001479 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001480 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001481 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001482 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001483 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001484 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485 baselib: true
1486 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001487 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001488 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001489 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001490 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001491 secure: false
1492 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001493- name: grpc_benchmark
1494 build: test
1495 language: c++
1496 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001497 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1498 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001499 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001500 src:
1501 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001502 deps:
1503 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001504 - grpc++_unsecure
1505 - grpc_test_util_unsecure
1506 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001507 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001508- name: grpc_cli_libs
1509 build: private
1510 language: c++
1511 headers:
1512 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001513 - test/cpp/util/cli_credentials.h
1514 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001515 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001516 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001517 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001518 src:
1519 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001520 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001521 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001522 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001523 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001524 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001525 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001526 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001527 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001528 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001529 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001530 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001531- name: grpc_plugin_support
1532 build: protoc
1533 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001534 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001535 - src/compiler/config.h
1536 - src/compiler/cpp_generator.h
1537 - src/compiler/cpp_generator_helpers.h
1538 - src/compiler/csharp_generator.h
1539 - src/compiler/csharp_generator_helpers.h
1540 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001541 - src/compiler/node_generator.h
1542 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001543 - src/compiler/objective_c_generator.h
1544 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001545 - src/compiler/php_generator.h
1546 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301547 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001548 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301549 - src/compiler/python_generator_helpers.h
1550 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001551 - src/compiler/ruby_generator.h
1552 - src/compiler/ruby_generator_helpers-inl.h
1553 - src/compiler/ruby_generator_map-inl.h
1554 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301555 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001556 src:
1557 - src/compiler/cpp_generator.cc
1558 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001559 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001560 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001561 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001562 - src/compiler/python_generator.cc
1563 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001564 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001565 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001566 secure: false
1567 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001568 vs_props:
1569 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001570- name: http2_client_main
1571 build: private
1572 language: c++
1573 headers:
1574 - test/cpp/interop/http2_client.h
1575 src:
1576 - src/proto/grpc/testing/empty.proto
1577 - src/proto/grpc/testing/messages.proto
1578 - src/proto/grpc/testing/test.proto
1579 - test/cpp/interop/http2_client.cc
1580 deps:
1581 - grpc++_test_util
1582 - grpc_test_util
1583 - grpc++
1584 - grpc
1585 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001586- name: interop_client_helper
1587 build: private
1588 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001589 headers:
1590 - test/cpp/interop/client_helper.h
1591 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001592 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001593 - test/cpp/interop/client_helper.cc
1594 deps:
1595 - grpc++_test_util
1596 - grpc_test_util
1597 - grpc++
1598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001599 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001600- name: interop_client_main
1601 build: private
1602 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001603 headers:
1604 - test/cpp/interop/interop_client.h
1605 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001606 - src/proto/grpc/testing/empty.proto
1607 - src/proto/grpc/testing/messages.proto
1608 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001609 - test/cpp/interop/client.cc
1610 - test/cpp/interop/interop_client.cc
1611 deps:
1612 - interop_client_helper
1613 - grpc++_test_util
1614 - grpc_test_util
1615 - grpc++
1616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001617 - gpr_test_util
1618 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001619 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001620- name: interop_server_helper
1621 build: private
1622 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001623 headers:
1624 - test/cpp/interop/server_helper.h
1625 src:
1626 - test/cpp/interop/server_helper.cc
1627 deps:
yang-gcc591022017-01-11 11:10:43 -08001628 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001629 - grpc_test_util
1630 - grpc++
1631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001633- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001634 build: private
1635 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001636 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001637 - src/proto/grpc/testing/empty.proto
1638 - src/proto/grpc/testing/messages.proto
1639 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001640 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001641 deps:
1642 - interop_server_helper
1643 - grpc++_test_util
1644 - grpc_test_util
1645 - grpc++
1646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 - gpr_test_util
1648 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001649 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001650- name: interop_server_main
1651 build: private
1652 language: c++
1653 src:
1654 - test/cpp/interop/interop_server_bootstrap.cc
1655 deps:
1656 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001657- name: qps
1658 build: private
1659 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001660 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001661 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001662 - test/cpp/qps/client.h
1663 - test/cpp/qps/driver.h
1664 - test/cpp/qps/histogram.h
1665 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001666 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001667 - test/cpp/qps/qps_worker.h
1668 - test/cpp/qps/report.h
1669 - test/cpp/qps/server.h
1670 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001671 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001672 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001673 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001674 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001675 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001676 - src/proto/grpc/testing/control.proto
1677 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001678 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001679 - test/cpp/qps/client_async.cc
1680 - test/cpp/qps/client_sync.cc
1681 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001682 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001683 - test/cpp/qps/qps_worker.cc
1684 - test/cpp/qps/report.cc
1685 - test/cpp/qps/server_async.cc
1686 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001687 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001688 deps:
1689 - grpc_test_util
1690 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001691 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001692 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001693 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694- name: grpc_csharp_ext
1695 build: all
1696 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001697 src:
1698 - src/csharp/ext/grpc_csharp_ext.c
1699 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001701 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001702 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001703 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001704 dll: only
1705 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001706 vs_packages:
1707 - grpc.dependencies.openssl
1708 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001710 vs_props:
1711 - zlib
1712 - openssl
1713 - winsock
1714 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001715targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001716- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001717 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001718 build: test
1719 language: c
1720 src:
1721 - test/core/surface/alarm_test.c
1722 deps:
1723 - grpc_test_util
1724 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001725 - gpr_test_util
1726 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001727- name: algorithm_test
1728 build: test
1729 language: c
1730 src:
1731 - test/core/compression/algorithm_test.c
1732 deps:
1733 - grpc_test_util
1734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001737- name: alloc_test
1738 build: test
1739 language: c
1740 src:
1741 - test/core/support/alloc_test.c
1742 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001743 - gpr_test_util
1744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001745- name: alpn_test
1746 build: test
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
1749 - test/core/transport/chttp2/alpn_test.c
1750 deps:
1751 - grpc_test_util
1752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001755- name: api_fuzzer
1756 build: fuzzer
1757 language: c
1758 src:
1759 - test/core/end2end/fuzzers/api_fuzzer.c
1760 deps:
1761 - grpc_test_util
1762 - grpc
1763 - gpr_test_util
1764 - gpr
1765 corpus_dirs:
1766 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001767 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001768 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001769- name: arena_test
1770 build: test
1771 language: c
1772 src:
1773 - test/core/support/arena_test.c
1774 deps:
1775 - gpr_test_util
1776 - gpr
Craig Tillerc0df1c02017-07-17 16:12:33 -07001777- name: backoff_test
1778 build: test
1779 language: c
1780 src:
1781 - test/core/backoff/backoff_test.c
1782 deps:
1783 - grpc_test_util
1784 - grpc
1785 - gpr_test_util
1786 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001787- name: bad_server_response_test
1788 build: test
1789 language: c
1790 src:
1791 - test/core/end2end/bad_server_response_test.c
1792 deps:
1793 - test_tcp_server
1794 - grpc_test_util
1795 - grpc
1796 - gpr_test_util
1797 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001798 exclude_iomgrs:
1799 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001800- name: bdp_estimator_test
1801 build: test
1802 language: c
1803 src:
1804 - test/core/transport/bdp_estimator_test.c
1805 deps:
1806 - grpc_test_util
1807 - grpc
1808 - gpr_test_util
1809 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001810- name: bin_decoder_test
1811 build: test
1812 language: c
1813 src:
1814 - test/core/transport/chttp2/bin_decoder_test.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001818- name: bin_encoder_test
1819 build: test
1820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001821 src:
1822 - test/core/transport/chttp2/bin_encoder_test.c
1823 deps:
1824 - grpc_test_util
1825 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001826- name: byte_stream_test
1827 build: test
1828 language: c
1829 src:
1830 - test/core/transport/byte_stream_test.c
1831 deps:
1832 - grpc_test_util
1833 - grpc
1834 - gpr_test_util
1835 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001836- name: census_context_test
1837 build: test
1838 language: c
1839 src:
1840 - test/core/census/context_test.c
1841 deps:
1842 - grpc_test_util
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001846- name: census_intrusive_hash_map_test
1847 build: test
1848 language: c
1849 src:
1850 - test/core/census/intrusive_hash_map_test.c
1851 deps:
1852 - grpc_test_util
1853 - grpc
1854 - gpr_test_util
1855 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001856- name: census_resource_test
1857 build: test
1858 language: c
1859 src:
1860 - test/core/census/resource_test.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
1864 - gpr_test_util
1865 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001866- name: census_trace_context_test
1867 build: test
1868 language: c
1869 src:
1870 - test/core/census/trace_context_test.c
1871 deps:
1872 - grpc_test_util
1873 - grpc
1874 - gpr_test_util
1875 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001876- name: channel_create_test
1877 build: test
1878 language: c
1879 src:
1880 - test/core/surface/channel_create_test.c
1881 deps:
1882 - grpc_test_util
1883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001886- name: check_epollexclusive
1887 build: tool
1888 language: c
1889 src:
1890 - test/build/check_epollexclusive.c
1891 deps:
1892 - grpc
1893 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001894- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001895 build: test
1896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001897 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001898 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001899 deps:
1900 - grpc_test_util
1901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001902 - gpr_test_util
1903 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904- name: chttp2_stream_map_test
1905 build: test
1906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001907 src:
1908 - test/core/transport/chttp2/stream_map_test.c
1909 deps:
1910 - grpc_test_util
1911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001912 - gpr_test_util
1913 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001914- name: chttp2_varint_test
1915 build: test
1916 language: c
1917 src:
1918 - test/core/transport/chttp2/varint_test.c
1919 deps:
1920 - grpc_test_util
1921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001922 - gpr_test_util
1923 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001924- name: client_fuzzer
1925 build: fuzzer
1926 language: c
1927 src:
1928 - test/core/end2end/fuzzers/client_fuzzer.c
1929 deps:
1930 - grpc_test_util
1931 - grpc
1932 - gpr_test_util
1933 - gpr
1934 corpus_dirs:
1935 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001936 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001937 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001938- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001939 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001940 build: test
1941 language: c
1942 src:
1943 - test/core/iomgr/combiner_test.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
1947 - gpr_test_util
1948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: compression_test
1950 build: test
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
1953 - test/core/compression/compression_test.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001959- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001960 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001961 build: test
1962 language: c
1963 src:
1964 - test/core/surface/concurrent_connectivity_test.c
1965 deps:
1966 - grpc_test_util
1967 - grpc
1968 - gpr_test_util
1969 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001970 exclude_iomgrs:
1971 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001972- name: connection_refused_test
1973 cpu_cost: 0.1
1974 build: test
1975 language: c
1976 src:
1977 - test/core/end2end/connection_refused_test.c
1978 deps:
1979 - grpc_test_util
1980 - grpc
1981 - gpr_test_util
1982 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001983- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001984 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001985 build: test
1986 language: c
1987 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001988 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001989 deps:
1990 - grpc_test_util
1991 - grpc
1992 - gpr_test_util
1993 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001994 exclude_iomgrs:
1995 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001996- name: dns_resolver_test
1997 build: test
1998 language: c
1999 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002000 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002001 deps:
2002 - grpc_test_util
2003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002007 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008 build: test
2009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002010 src:
2011 - test/core/end2end/dualstack_socket_test.c
2012 deps:
2013 - grpc_test_util
2014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 - gpr_test_util
2016 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002017 exclude_iomgrs:
2018 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002019 platforms:
2020 - mac
2021 - linux
2022 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002023- name: endpoint_pair_test
2024 build: test
2025 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002026 src:
2027 - test/core/iomgr/endpoint_pair_test.c
2028 deps:
2029 - grpc_test_util
2030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002031 - gpr_test_util
2032 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002033 exclude_iomgrs:
2034 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002035- name: error_test
2036 cpu_cost: 30
2037 build: test
2038 language: c
2039 src:
2040 - test/core/iomgr/error_test.c
2041 deps:
2042 - grpc_test_util
2043 - grpc
2044 - gpr_test_util
2045 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002046- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002047 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002048 build: test
2049 language: c
2050 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002051 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002052 deps:
2053 - grpc_test_util
2054 - grpc
2055 - gpr_test_util
2056 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002057 exclude_iomgrs:
2058 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002059 platforms:
2060 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002061- name: fake_resolver_test
2062 build: test
2063 language: c
2064 src:
2065 - test/core/client_channel/resolvers/fake_resolver_test.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
2069 - gpr_test_util
2070 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002071- name: fake_transport_security_test
2072 build: test
2073 language: c
2074 src:
2075 - test/core/tsi/fake_transport_security_test.c
2076 deps:
2077 - gpr_test_util
2078 - gpr
2079 - grpc
2080 filegroups:
2081 - transport_security_test_lib
2082 platforms:
2083 - linux
2084 - posix
2085 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086- name: fd_conservation_posix_test
2087 build: test
2088 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002089 src:
2090 - test/core/iomgr/fd_conservation_posix_test.c
2091 deps:
2092 - grpc_test_util
2093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002094 - gpr_test_util
2095 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002096 exclude_iomgrs:
2097 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002098 platforms:
2099 - mac
2100 - linux
2101 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102- name: fd_posix_test
2103 build: test
2104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
2106 - test/core/iomgr/fd_posix_test.c
2107 deps:
2108 - grpc_test_util
2109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr_test_util
2111 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002112 exclude_iomgrs:
2113 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002114 platforms:
2115 - mac
2116 - linux
2117 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118- name: fling_client
2119 build: test
2120 run: false
2121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002122 src:
2123 - test/core/fling/client.c
2124 deps:
2125 - grpc_test_util
2126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002127 - gpr_test_util
2128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: fling_server
2130 build: test
2131 run: false
2132 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002133 src:
2134 - test/core/fling/server.c
2135 deps:
2136 - grpc_test_util
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002141 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002142 build: test
2143 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002144 src:
2145 - test/core/fling/fling_stream_test.c
2146 deps:
2147 - grpc_test_util
2148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002149 - gpr_test_util
2150 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002151 platforms:
2152 - mac
2153 - linux
2154 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002155- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002156 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002157 build: test
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
2160 - test/core/fling/fling_test.c
2161 deps:
2162 - grpc_test_util
2163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002166 platforms:
2167 - mac
2168 - linux
2169 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: gen_hpack_tables
2171 build: tool
2172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
2174 - tools/codegen/core/gen_hpack_tables.c
2175 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002177 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002178- name: gen_legal_metadata_characters
2179 build: tool
2180 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002181 src:
2182 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002183 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002184- name: gen_percent_encoding_tables
2185 build: tool
2186 language: c
2187 src:
2188 - tools/codegen/core/gen_percent_encoding_tables.c
2189 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002190- name: goaway_server_test
2191 cpu_cost: 0.1
2192 build: test
2193 language: c
2194 src:
2195 - test/core/end2end/goaway_server_test.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
2199 - gpr_test_util
2200 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002201 exclude_iomgrs:
2202 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002203 platforms:
2204 - mac
2205 - linux
2206 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002207- name: gpr_avl_test
2208 build: test
2209 language: c
2210 src:
2211 - test/core/support/avl_test.c
2212 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002215- name: gpr_cmdline_test
2216 build: test
2217 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002218 src:
2219 - test/core/support/cmdline_test.c
2220 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002223- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002224 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002225 build: test
2226 language: c
2227 src:
2228 - test/core/support/cpu_test.c
2229 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002230 - gpr_test_util
2231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002232- name: gpr_env_test
2233 build: test
2234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002235 src:
2236 - test/core/support/env_test.c
2237 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002238 - gpr_test_util
2239 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002240- name: gpr_histogram_test
2241 build: test
2242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002243 src:
2244 - test/core/support/histogram_test.c
2245 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr_test_util
2247 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248- name: gpr_host_port_test
2249 build: test
2250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - test/core/support/host_port_test.c
2253 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002254 - gpr_test_util
2255 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256- name: gpr_log_test
2257 build: test
2258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002259 src:
2260 - test/core/support/log_test.c
2261 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002262 - gpr_test_util
2263 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002264- name: gpr_mpscq_test
2265 cpu_cost: 30
2266 build: test
2267 language: c
2268 src:
2269 - test/core/support/mpscq_test.c
2270 deps:
2271 - gpr_test_util
2272 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002273- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002274 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002275 build: test
2276 language: c
2277 src:
2278 - test/core/support/spinlock_test.c
2279 deps:
2280 - gpr_test_util
2281 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002282- name: gpr_stack_lockfree_test
2283 cpu_cost: 7
2284 build: test
2285 language: c
2286 src:
2287 - test/core/support/stack_lockfree_test.c
2288 deps:
2289 - gpr_test_util
2290 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002291- name: gpr_string_test
2292 build: test
2293 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002294 src:
2295 - test/core/support/string_test.c
2296 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002300 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002301 build: test
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
2304 - test/core/support/sync_test.c
2305 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr_test_util
2307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002309 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/core/support/thd_test.c
2314 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002317- name: gpr_time_test
2318 build: test
2319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002320 src:
2321 - test/core/support/time_test.c
2322 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: gpr_tls_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/core/support/tls_test.c
2330 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002331 - gpr_test_util
2332 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002333- name: gpr_useful_test
2334 build: test
2335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002336 src:
2337 - test/core/support/useful_test.c
2338 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002341- name: grpc_auth_context_test
2342 build: test
2343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002344 src:
2345 - test/core/security/auth_context_test.c
2346 deps:
2347 - grpc_test_util
2348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002349 - gpr_test_util
2350 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002351- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002352 build: test
2353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002354 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002355 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002356 deps:
2357 - grpc_test_util
2358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002359 - gpr_test_util
2360 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002361- name: grpc_byte_buffer_reader_test
2362 build: test
2363 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002364 src:
2365 - test/core/surface/byte_buffer_reader_test.c
2366 deps:
2367 - grpc_test_util
2368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002369 - gpr_test_util
2370 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002371- name: grpc_channel_args_test
2372 build: test
2373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
2375 - test/core/channel/channel_args_test.c
2376 deps:
2377 - grpc_test_util
2378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002379 - gpr_test_util
2380 - gpr
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002381- name: grpc_channel_stack_builder_test
2382 build: test
2383 language: c
2384 src:
2385 - test/core/channel/channel_stack_builder_test.c
2386 deps:
2387 - grpc_test_util
2388 - grpc
2389 - gpr_test_util
2390 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002391- name: grpc_channel_stack_test
2392 build: test
2393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
2395 - test/core/channel/channel_stack_test.c
2396 deps:
2397 - grpc_test_util
2398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002399 - gpr_test_util
2400 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002401- name: grpc_completion_queue_test
2402 build: test
2403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002404 src:
2405 - test/core/surface/completion_queue_test.c
2406 deps:
2407 - grpc_test_util
2408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002409 - gpr_test_util
2410 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002411- name: grpc_completion_queue_threading_test
2412 build: test
2413 language: c
2414 src:
2415 - test/core/surface/completion_queue_threading_test.c
2416 deps:
2417 - grpc_test_util
2418 - grpc
2419 - gpr_test_util
2420 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002421 exclude_iomgrs:
2422 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002423- name: grpc_create_jwt
2424 build: tool
2425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002426 src:
2427 - test/core/security/create_jwt.c
2428 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002431 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432- name: grpc_credentials_test
2433 build: test
2434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
2436 - test/core/security/credentials_test.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002442- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002443 build: test
2444 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002445 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002446 src:
2447 - test/core/security/fetch_oauth2.c
2448 deps:
2449 - grpc_test_util
2450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002451 - gpr_test_util
2452 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002453- name: grpc_invalid_channel_args_test
2454 build: test
2455 language: c
2456 src:
2457 - test/core/surface/invalid_channel_args_test.c
2458 deps:
2459 - grpc_test_util
2460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002461 - gpr_test_util
2462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002463- name: grpc_json_token_test
2464 build: test
2465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002466 src:
2467 - test/core/security/json_token_test.c
2468 deps:
2469 - grpc_test_util
2470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002471 - gpr_test_util
2472 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002473 platforms:
2474 - linux
2475 - posix
2476 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477- name: grpc_jwt_verifier_test
2478 build: test
2479 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002480 src:
2481 - test/core/security/jwt_verifier_test.c
2482 deps:
2483 - grpc_test_util
2484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002485 - gpr_test_util
2486 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487- name: grpc_print_google_default_creds_token
2488 build: tool
2489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002490 src:
2491 - test/core/security/print_google_default_creds_token.c
2492 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: grpc_security_connector_test
2496 build: test
2497 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002498 src:
2499 - test/core/security/security_connector_test.c
2500 deps:
2501 - grpc_test_util
2502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002503 - gpr_test_util
2504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002505- name: grpc_verify_jwt
2506 build: tool
2507 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002508 src:
2509 - test/core/security/verify_jwt.c
2510 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002512 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002513- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002514 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002515 language: c
2516 src:
2517 - test/core/handshake/client_ssl.c
2518 deps:
2519 - grpc_test_util
2520 - grpc
2521 - gpr_test_util
2522 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002523 exclude_iomgrs:
2524 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002525 platforms:
2526 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002527 secure: true
2528- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002529 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002530 language: c
2531 src:
2532 - test/core/handshake/server_ssl.c
2533 deps:
2534 - grpc_test_util
2535 - grpc
2536 - gpr_test_util
2537 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002538 exclude_iomgrs:
2539 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002540 platforms:
2541 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002542 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002543- name: hpack_parser_fuzzer_test
2544 build: fuzzer
2545 language: c
2546 src:
2547 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2548 deps:
2549 - grpc_test_util
2550 - grpc
2551 - gpr_test_util
2552 - gpr
2553 corpus_dirs:
2554 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002555 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002556 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002557- name: hpack_parser_test
2558 build: test
2559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002560 src:
2561 - test/core/transport/chttp2/hpack_parser_test.c
2562 deps:
2563 - grpc_test_util
2564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002565 - gpr_test_util
2566 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567- name: hpack_table_test
2568 build: test
2569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002570 src:
2571 - test/core/transport/chttp2/hpack_table_test.c
2572 deps:
2573 - grpc_test_util
2574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr_test_util
2576 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002577- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002578 build: test
2579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002580 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002581 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002582 deps:
2583 - grpc_test_util
2584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002585 - gpr_test_util
2586 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002587- name: http_request_fuzzer_test
2588 build: fuzzer
2589 language: c
2590 src:
2591 - test/core/http/request_fuzzer.c
2592 deps:
2593 - grpc_test_util
2594 - grpc
2595 - gpr_test_util
2596 - gpr
2597 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002598 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002599 maxlen: 2048
2600- name: http_response_fuzzer_test
2601 build: fuzzer
2602 language: c
2603 src:
2604 - test/core/http/response_fuzzer.c
2605 deps:
2606 - grpc_test_util
2607 - grpc
2608 - gpr_test_util
2609 - gpr
2610 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002611 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002612 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002613- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614 build: test
2615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002616 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002617 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002618 deps:
2619 - grpc_test_util
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr_test_util
2622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002624 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002625 build: test
2626 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002627 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002628 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002629 deps:
2630 - grpc_test_util
2631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002632 - gpr_test_util
2633 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002634 platforms:
2635 - mac
2636 - linux
2637 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002638- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002639 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002640 build: test
2641 language: c
2642 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002643 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002644 deps:
2645 - grpc_test_util
2646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002647 - gpr_test_util
2648 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002649 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002650 - linux
yang-gf1183302015-12-07 16:02:05 -08002651- name: init_test
2652 build: test
2653 language: c
2654 src:
2655 - test/core/surface/init_test.c
2656 deps:
2657 - grpc_test_util
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr_test_util
2660 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002661- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002662 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002663 build: test
2664 language: c
2665 src:
2666 - test/core/end2end/invalid_call_argument_test.c
2667 deps:
2668 - grpc_test_util
2669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002670 - gpr_test_util
2671 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002672- name: json_fuzzer_test
2673 build: fuzzer
2674 language: c
2675 src:
2676 - test/core/json/fuzzer.c
2677 deps:
2678 - grpc_test_util
2679 - grpc
2680 - gpr_test_util
2681 - gpr
2682 corpus_dirs:
2683 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002684 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002685- name: json_rewrite
2686 build: test
2687 run: false
2688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002689 src:
2690 - test/core/json/json_rewrite.c
2691 deps:
2692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694- name: json_rewrite_test
2695 build: test
2696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002697 src:
2698 - test/core/json/json_rewrite_test.c
2699 deps:
2700 - grpc_test_util
2701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002702 - gpr_test_util
2703 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002704- name: json_stream_error_test
2705 build: test
2706 language: c
2707 src:
2708 - test/core/json/json_stream_error_test.c
2709 deps:
2710 - grpc_test_util
2711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002712 - gpr_test_util
2713 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002714- name: json_test
2715 build: test
2716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002717 src:
2718 - test/core/json/json_test.c
2719 deps:
2720 - grpc_test_util
2721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002722 - gpr_test_util
2723 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002724- name: lame_client_test
2725 build: test
2726 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002727 src:
2728 - test/core/surface/lame_client_test.c
2729 deps:
2730 - grpc_test_util
2731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002732 - gpr_test_util
2733 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002734- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002735 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002736 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002737 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002739 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002740 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002741 deps:
2742 - grpc_test_util
2743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002744 - gpr_test_util
2745 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002746- name: load_file_test
2747 build: test
2748 language: c
2749 src:
2750 - test/core/iomgr/load_file_test.c
2751 deps:
2752 - grpc_test_util
2753 - grpc
2754 - gpr_test_util
2755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002756- name: low_level_ping_pong_benchmark
2757 build: benchmark
2758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002759 src:
2760 - test/core/network_benchmarks/low_level_ping_pong.c
2761 deps:
2762 - grpc_test_util
2763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002764 - gpr_test_util
2765 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002766 platforms:
2767 - mac
2768 - linux
2769 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002770- name: memory_profile_client
2771 build: test
2772 run: false
2773 language: c
2774 src:
2775 - test/core/memory_usage/client.c
2776 deps:
2777 - grpc_test_util
2778 - grpc
2779 - gpr_test_util
2780 - gpr
2781- name: memory_profile_server
2782 build: test
2783 run: false
2784 language: c
2785 src:
2786 - test/core/memory_usage/server.c
2787 deps:
2788 - grpc_test_util
2789 - grpc
2790 - gpr_test_util
2791 - gpr
2792- name: memory_profile_test
2793 cpu_cost: 1.5
2794 build: test
2795 language: c
2796 src:
2797 - test/core/memory_usage/memory_usage_test.c
2798 deps:
2799 - grpc_test_util
2800 - grpc
2801 - gpr_test_util
2802 - gpr
2803 platforms:
2804 - mac
2805 - linux
2806 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002807- name: message_compress_test
2808 build: test
2809 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002810 src:
2811 - test/core/compression/message_compress_test.c
2812 deps:
2813 - grpc_test_util
2814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002815 - gpr_test_util
2816 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002817- name: minimal_stack_is_minimal_test
2818 build: test
2819 language: c
2820 src:
2821 - test/core/channel/minimal_stack_is_minimal_test.c
2822 deps:
2823 - grpc_test_util
2824 - grpc
2825 - gpr_test_util
2826 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002827- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002828 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002829 build: test
2830 language: c
2831 src:
2832 - test/core/census/mlog_test.c
2833 deps:
2834 - grpc_test_util
2835 - grpc
2836 - gpr_test_util
2837 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002838- name: multiple_server_queues_test
2839 build: test
2840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002841 src:
2842 - test/core/end2end/multiple_server_queues_test.c
2843 deps:
2844 - grpc_test_util
2845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002846 - gpr_test_util
2847 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002848- name: murmur_hash_test
2849 build: test
2850 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002851 src:
2852 - test/core/support/murmur_hash_test.c
2853 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002854 - gpr_test_util
2855 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002856- name: nanopb_fuzzer_response_test
2857 build: fuzzer
2858 language: c
2859 src:
2860 - test/core/nanopb/fuzzer_response.c
2861 deps:
2862 - grpc_test_util
2863 - grpc
2864 - gpr_test_util
2865 - gpr
2866 corpus_dirs:
2867 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002868 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002869- name: nanopb_fuzzer_serverlist_test
2870 build: fuzzer
2871 language: c
2872 src:
2873 - test/core/nanopb/fuzzer_serverlist.c
2874 deps:
2875 - grpc_test_util
2876 - grpc
2877 - gpr_test_util
2878 - gpr
2879 corpus_dirs:
2880 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002881 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002882- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002883 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002884 build: test
2885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002886 src:
2887 - test/core/end2end/no_server_test.c
2888 deps:
2889 - grpc_test_util
2890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002891 - gpr_test_util
2892 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002893- name: num_external_connectivity_watchers_test
2894 build: test
2895 language: c
2896 src:
2897 - test/core/surface/num_external_connectivity_watchers_test.c
2898 deps:
2899 - grpc_test_util
2900 - grpc
2901 - gpr_test_util
2902 - gpr
2903 exclude_iomgrs:
2904 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002905- name: parse_address_test
2906 build: test
2907 language: c
2908 src:
2909 - test/core/client_channel/parse_address_test.c
2910 deps:
2911 - grpc_test_util
2912 - grpc
2913 - gpr_test_util
2914 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002915- name: percent_decode_fuzzer
2916 build: fuzzer
2917 language: c
2918 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002919 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002920 deps:
2921 - grpc_test_util
2922 - grpc
2923 - gpr_test_util
2924 - gpr
2925 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002926 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002927 maxlen: 32
2928- name: percent_encode_fuzzer
2929 build: fuzzer
2930 language: c
2931 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002932 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002933 deps:
2934 - grpc_test_util
2935 - grpc
2936 - gpr_test_util
2937 - gpr
2938 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002939 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002940 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002941- name: percent_encoding_test
2942 build: test
2943 language: c
2944 src:
2945 - test/core/slice/percent_encoding_test.c
2946 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002947 - grpc_test_util
2948 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002949 - gpr_test_util
2950 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002951- name: pollset_set_test
2952 build: test
2953 language: c
2954 src:
2955 - test/core/iomgr/pollset_set_test.c
2956 deps:
2957 - grpc_test_util
2958 - grpc
2959 - gpr_test_util
2960 - gpr
2961 exclude_iomgrs:
2962 - uv
2963 platforms:
2964 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002965- name: resolve_address_posix_test
2966 build: test
2967 language: c
2968 src:
2969 - test/core/iomgr/resolve_address_posix_test.c
2970 deps:
2971 - grpc_test_util
2972 - grpc
2973 - gpr_test_util
2974 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002975 exclude_iomgrs:
2976 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002977 platforms:
2978 - mac
2979 - linux
2980 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002981- name: resolve_address_test
2982 build: test
2983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002984 src:
2985 - test/core/iomgr/resolve_address_test.c
2986 deps:
2987 - grpc_test_util
2988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002989 - gpr_test_util
2990 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002991- name: resource_quota_test
2992 cpu_cost: 30
2993 build: test
2994 language: c
2995 src:
2996 - test/core/iomgr/resource_quota_test.c
2997 deps:
2998 - grpc_test_util
2999 - grpc
3000 - gpr_test_util
3001 - gpr
yang-gd482e592015-12-10 14:04:00 -08003002- name: secure_channel_create_test
3003 build: test
3004 language: c
3005 src:
3006 - test/core/surface/secure_channel_create_test.c
3007 deps:
3008 - grpc_test_util
3009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003010 - gpr_test_util
3011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003012- name: secure_endpoint_test
3013 build: test
3014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003015 src:
3016 - test/core/security/secure_endpoint_test.c
3017 deps:
3018 - grpc_test_util
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003022 exclude_iomgrs:
3023 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003024- name: sequential_connectivity_test
3025 build: test
3026 language: c
3027 src:
3028 - test/core/surface/sequential_connectivity_test.c
3029 deps:
3030 - grpc_test_util
3031 - grpc
3032 - gpr_test_util
3033 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003034 exclude_iomgrs:
3035 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003036- name: server_chttp2_test
3037 build: test
3038 language: c
3039 src:
3040 - test/core/surface/server_chttp2_test.c
3041 deps:
3042 - grpc_test_util
3043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003044 - gpr_test_util
3045 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003046- name: server_fuzzer
3047 build: fuzzer
3048 language: c
3049 src:
3050 - test/core/end2end/fuzzers/server_fuzzer.c
3051 deps:
3052 - grpc_test_util
3053 - grpc
3054 - gpr_test_util
3055 - gpr
3056 corpus_dirs:
3057 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003058 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003059 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003060- name: server_test
3061 build: test
3062 language: c
3063 src:
3064 - test/core/surface/server_test.c
3065 deps:
3066 - grpc_test_util
3067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003068 - gpr_test_util
3069 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003070- name: slice_buffer_test
3071 build: test
3072 language: c
3073 src:
3074 - test/core/slice/slice_buffer_test.c
3075 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003076 - grpc_test_util
3077 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003078 - gpr_test_util
3079 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003080- name: slice_hash_table_test
3081 build: test
3082 language: c
3083 src:
3084 - test/core/slice/slice_hash_table_test.c
3085 deps:
3086 - grpc_test_util
3087 - grpc
3088 - gpr_test_util
3089 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003090- name: slice_string_helpers_test
3091 build: test
3092 language: c
3093 src:
3094 - test/core/slice/slice_string_helpers_test.c
3095 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003096 - grpc_test_util
3097 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003098 - gpr_test_util
3099 - gpr
3100- name: slice_test
3101 build: test
3102 language: c
3103 src:
3104 - test/core/slice/slice_test.c
3105 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003106 - grpc_test_util
3107 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003108 - gpr_test_util
3109 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003110- name: sockaddr_resolver_test
3111 build: test
3112 language: c
3113 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003114 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003115 deps:
3116 - grpc_test_util
3117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003118 - gpr_test_util
3119 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003120- name: sockaddr_utils_test
3121 build: test
3122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003123 src:
3124 - test/core/iomgr/sockaddr_utils_test.c
3125 deps:
3126 - grpc_test_util
3127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003128 - gpr_test_util
3129 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003130- name: socket_utils_test
3131 build: test
3132 language: c
3133 src:
3134 - test/core/iomgr/socket_utils_test.c
3135 deps:
3136 - grpc_test_util
3137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003138 - gpr_test_util
3139 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003140 exclude_iomgrs:
3141 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003142 platforms:
3143 - mac
3144 - linux
3145 - posix
yang-g31e21282016-11-04 15:10:03 -07003146- name: ssl_server_fuzzer
3147 build: fuzzer
3148 language: c
3149 src:
3150 - test/core/security/ssl_server_fuzzer.c
3151 deps:
3152 - grpc_test_util
3153 - grpc
3154 - gpr_test_util
3155 - gpr
3156 corpus_dirs:
3157 - test/core/security/corpus/ssl_server_corpus
3158 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003159- name: ssl_transport_security_test
3160 build: test
3161 language: c
3162 src:
3163 - test/core/tsi/ssl_transport_security_test.c
3164 deps:
3165 - gpr_test_util
3166 - gpr
3167 - grpc
3168 filegroups:
3169 - transport_security_test_lib
3170 platforms:
3171 - linux
3172 - posix
3173 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003174- name: status_conversion_test
3175 build: test
3176 language: c
3177 src:
3178 - test/core/transport/status_conversion_test.c
3179 deps:
3180 - grpc_test_util
3181 - grpc
3182 - gpr_test_util
3183 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003184- name: stream_compression_test
3185 build: test
3186 language: c
3187 src:
3188 - test/core/compression/stream_compression_test.c
3189 deps:
3190 - grpc_test_util
3191 - grpc
3192 - gpr_test_util
3193 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003194- name: stream_owned_slice_test
3195 build: test
3196 language: c
3197 src:
3198 - test/core/transport/stream_owned_slice_test.c
3199 deps:
3200 - grpc_test_util
3201 - grpc
3202 - gpr_test_util
3203 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003204- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003205 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003206 build: test
3207 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003208 src:
3209 - test/core/iomgr/tcp_client_posix_test.c
3210 deps:
3211 - grpc_test_util
3212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003213 - gpr_test_util
3214 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003215 exclude_iomgrs:
3216 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003217 platforms:
3218 - mac
3219 - linux
3220 - posix
murgatroid991191b722017-02-08 11:56:52 -08003221- name: tcp_client_uv_test
3222 cpu_cost: 0.5
3223 build: test
3224 language: c
3225 src:
3226 - test/core/iomgr/tcp_client_uv_test.c
3227 deps:
3228 - grpc_test_util
3229 - grpc
3230 - gpr_test_util
3231 - gpr
3232 exclude_iomgrs:
3233 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003234- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003235 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003236 build: test
3237 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003238 src:
3239 - test/core/iomgr/tcp_posix_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
Craig Tiller25834342015-09-25 08:08:24 -07003247 platforms:
3248 - mac
3249 - linux
3250 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003251- name: tcp_server_posix_test
3252 build: test
3253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003254 src:
3255 - test/core/iomgr/tcp_server_posix_test.c
3256 deps:
3257 - grpc_test_util
3258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003259 - gpr_test_util
3260 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003261 exclude_iomgrs:
3262 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003263 platforms:
3264 - mac
3265 - linux
3266 - posix
murgatroid991191b722017-02-08 11:56:52 -08003267- name: tcp_server_uv_test
3268 build: test
3269 language: c
3270 src:
3271 - test/core/iomgr/tcp_server_uv_test.c
3272 deps:
3273 - grpc_test_util
3274 - grpc
3275 - gpr_test_util
3276 - gpr
3277 exclude_iomgrs:
3278 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003279- name: time_averaged_stats_test
3280 build: test
3281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003282 src:
3283 - test/core/iomgr/time_averaged_stats_test.c
3284 deps:
3285 - grpc_test_util
3286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003287 - gpr_test_util
3288 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003289- name: timeout_encoding_test
3290 build: test
3291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003292 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003293 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003294 deps:
3295 - grpc_test_util
3296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003297 - gpr_test_util
3298 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003299- name: timer_heap_test
3300 build: test
3301 language: c
3302 src:
3303 - test/core/iomgr/timer_heap_test.c
3304 deps:
3305 - grpc_test_util
3306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003307 - gpr_test_util
3308 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003309 exclude_iomgrs:
3310 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003311- name: timer_list_test
3312 build: test
3313 language: c
3314 src:
3315 - test/core/iomgr/timer_list_test.c
3316 deps:
3317 - grpc_test_util
3318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003319 - gpr_test_util
3320 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003321 exclude_iomgrs:
3322 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003323- name: transport_connectivity_state_test
3324 build: test
3325 language: c
3326 src:
3327 - test/core/transport/connectivity_state_test.c
3328 deps:
3329 - grpc_test_util
3330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003331 - gpr_test_util
3332 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003333- name: transport_metadata_test
3334 build: test
3335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003336 src:
3337 - test/core/transport/metadata_test.c
3338 deps:
3339 - grpc_test_util
3340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003341 - gpr_test_util
3342 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003343- name: transport_pid_controller_test
3344 build: test
3345 language: c
3346 src:
3347 - test/core/transport/pid_controller_test.c
3348 deps:
3349 - grpc_test_util
3350 - grpc
3351 - gpr_test_util
3352 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003353- name: transport_security_test
3354 build: test
3355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003356 src:
3357 - test/core/tsi/transport_security_test.c
3358 deps:
3359 - grpc_test_util
3360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003361 - gpr_test_util
3362 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003363 platforms:
3364 - linux
3365 - posix
3366 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003367- name: udp_server_test
3368 build: test
3369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003370 src:
3371 - test/core/iomgr/udp_server_test.c
3372 deps:
3373 - grpc_test_util
3374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003375 - gpr_test_util
3376 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003377 exclude_iomgrs:
3378 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003379 platforms:
3380 - mac
3381 - linux
3382 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003383- name: uri_fuzzer_test
3384 build: fuzzer
3385 language: c
3386 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003387 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003388 deps:
3389 - grpc_test_util
3390 - grpc
3391 - gpr_test_util
3392 - gpr
3393 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003394 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003395 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003396- name: uri_parser_test
3397 build: test
3398 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003399 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003400 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003401 deps:
3402 - grpc_test_util
3403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003404 - gpr_test_util
3405 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003406- name: wakeup_fd_cv_test
3407 build: test
3408 language: c
3409 src:
3410 - test/core/iomgr/wakeup_fd_cv_test.c
3411 deps:
3412 - grpc_test_util
3413 - grpc
3414 - gpr_test_util
3415 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003416 exclude_iomgrs:
3417 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003418 platforms:
3419 - mac
3420 - linux
3421 - posix
vjpai04e992a2016-02-10 16:58:38 -08003422- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003423 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003424 build: test
3425 language: c++
3426 src:
3427 - test/cpp/common/alarm_cpp_test.cc
3428 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003429 - grpc++_test_util_unsecure
3430 - grpc_test_util_unsecure
3431 - grpc++_unsecure
3432 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003433 - gpr_test_util
3434 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003435- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003436 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003437 build: test
3438 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003439 src:
3440 - test/cpp/end2end/async_end2end_test.cc
3441 deps:
3442 - grpc++_test_util
3443 - grpc_test_util
3444 - grpc++
3445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003446 - gpr_test_util
3447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003448- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003449 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003450 build: test
3451 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003452 src:
3453 - test/cpp/common/auth_property_iterator_test.cc
3454 deps:
3455 - grpc++_test_util
3456 - grpc_test_util
3457 - grpc++
3458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003459 - gpr_test_util
3460 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003461- name: bm_arena
3462 build: test
3463 language: c++
3464 src:
3465 - test/cpp/microbenchmarks/bm_arena.cc
3466 deps:
3467 - grpc_benchmark
3468 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003469 - grpc++_test_util_unsecure
3470 - grpc_test_util_unsecure
3471 - grpc++_unsecure
3472 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003473 - gpr_test_util
3474 - gpr
3475 args:
3476 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003477 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003478 platforms:
3479 - mac
3480 - linux
3481 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003482- name: bm_call_create
3483 build: test
3484 language: c++
3485 src:
3486 - test/cpp/microbenchmarks/bm_call_create.cc
3487 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003488 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003489 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003490 - grpc++_test_util_unsecure
3491 - grpc_test_util_unsecure
3492 - grpc++_unsecure
3493 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003494 - gpr_test_util
3495 - gpr
3496 args:
3497 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003498 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003499 platforms:
3500 - mac
3501 - linux
3502 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003503- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003504 build: test
3505 language: c++
3506 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003507 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003508 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003509 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003510 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003511 - grpc++_test_util_unsecure
3512 - grpc_test_util_unsecure
3513 - grpc++_unsecure
3514 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003515 - gpr_test_util
3516 - gpr
3517 args:
3518 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003519 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003520 platforms:
3521 - mac
3522 - linux
3523 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003524- name: bm_chttp2_transport
3525 build: test
3526 language: c++
3527 src:
3528 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3529 deps:
3530 - grpc_benchmark
3531 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003532 - grpc++_test_util_unsecure
3533 - grpc_test_util_unsecure
3534 - grpc++_unsecure
3535 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003536 - gpr_test_util
3537 - gpr
3538 args:
3539 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003540 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003541 platforms:
3542 - mac
3543 - linux
3544 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003545- name: bm_closure
3546 build: test
3547 language: c++
3548 src:
3549 - test/cpp/microbenchmarks/bm_closure.cc
3550 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003551 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003552 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003553 - grpc++_test_util_unsecure
3554 - grpc_test_util_unsecure
3555 - grpc++_unsecure
3556 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003557 - gpr_test_util
3558 - gpr
3559 args:
3560 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003561 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003562 platforms:
3563 - mac
3564 - linux
3565 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003566- name: bm_cq
3567 build: test
3568 language: c++
3569 src:
3570 - test/cpp/microbenchmarks/bm_cq.cc
3571 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003572 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003573 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003574 - grpc++_test_util_unsecure
3575 - grpc_test_util_unsecure
3576 - grpc++_unsecure
3577 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003578 - gpr_test_util
3579 - gpr
3580 args:
3581 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003582 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003583 platforms:
3584 - mac
3585 - linux
3586 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003587- name: bm_cq_multiple_threads
3588 build: test
3589 language: c++
3590 src:
3591 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3592 deps:
3593 - grpc_benchmark
3594 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003595 - grpc++_test_util_unsecure
3596 - grpc_test_util_unsecure
3597 - grpc++_unsecure
3598 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003599 - gpr_test_util
3600 - gpr
3601 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003602 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003603 defaults: benchmark
3604 platforms:
3605 - mac
3606 - linux
3607 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003608- name: bm_error
3609 build: test
3610 language: c++
3611 src:
3612 - test/cpp/microbenchmarks/bm_error.cc
3613 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003614 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003615 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003616 - grpc++_test_util_unsecure
3617 - grpc_test_util_unsecure
3618 - grpc++_unsecure
3619 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003620 - gpr_test_util
3621 - gpr
3622 args:
3623 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003624 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003625 platforms:
3626 - mac
3627 - linux
3628 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003629- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003630 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003631 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003632 headers:
3633 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003634 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003635 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003636 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003637 - grpc_benchmark
3638 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003639 - grpc++_test_util_unsecure
3640 - grpc_test_util_unsecure
3641 - grpc++_unsecure
3642 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003643 - gpr_test_util
3644 - gpr
3645 args:
3646 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003647 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003648 excluded_poll_engines:
3649 - poll
3650 - poll-cv
3651 platforms:
3652 - mac
3653 - linux
3654 - posix
3655 timeout_seconds: 1200
3656- name: bm_fullstack_streaming_pump
3657 build: test
3658 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003659 headers:
3660 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003661 src:
3662 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003663 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003664 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003665 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003666 - grpc++_test_util_unsecure
3667 - grpc_test_util_unsecure
3668 - grpc++_unsecure
3669 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003670 - gpr_test_util
3671 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003672 args:
3673 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003674 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003675 excluded_poll_engines:
3676 - poll
3677 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003678 platforms:
3679 - mac
3680 - linux
3681 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003682 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003683- name: bm_fullstack_trickle
3684 build: test
3685 language: c++
3686 src:
3687 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3688 deps:
3689 - grpc_benchmark
3690 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003691 - grpc++_test_util_unsecure
3692 - grpc_test_util_unsecure
3693 - grpc++_unsecure
3694 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003695 - gpr_test_util
3696 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003697 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003698 args:
3699 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003700 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003701 excluded_poll_engines:
3702 - poll
3703 - poll-cv
3704 platforms:
3705 - mac
3706 - linux
3707 - posix
3708 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003709- name: bm_fullstack_unary_ping_pong
3710 build: test
3711 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003712 headers:
3713 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003714 src:
3715 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3716 deps:
3717 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003718 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003719 - grpc++_test_util_unsecure
3720 - grpc_test_util_unsecure
3721 - grpc++_unsecure
3722 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003723 - gpr_test_util
3724 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003725 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003726 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003727 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003728 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003729 - poll
3730 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003731 platforms:
3732 - mac
3733 - linux
3734 - posix
3735 timeout_seconds: 1200
3736- name: bm_metadata
3737 build: test
3738 language: c++
3739 src:
3740 - test/cpp/microbenchmarks/bm_metadata.cc
3741 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003742 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003743 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003744 - grpc++_test_util_unsecure
3745 - grpc_test_util_unsecure
3746 - grpc++_unsecure
3747 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003748 - gpr_test_util
3749 - gpr
3750 args:
3751 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003752 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003753 platforms:
3754 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003755 - linux
3756 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003757- name: bm_pollset
3758 build: test
3759 language: c++
3760 src:
3761 - test/cpp/microbenchmarks/bm_pollset.cc
3762 deps:
3763 - grpc_benchmark
3764 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003765 - grpc++_test_util_unsecure
3766 - grpc_test_util_unsecure
3767 - grpc++_unsecure
3768 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003769 - gpr_test_util
3770 - gpr
3771 args:
3772 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003773 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003774 platforms:
3775 - mac
3776 - linux
3777 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003778- name: channel_arguments_test
3779 gtest: true
3780 build: test
3781 language: c++
3782 src:
3783 - test/cpp/common/channel_arguments_test.cc
3784 deps:
3785 - grpc++
3786 - grpc
3787 - gpr
3788- name: channel_filter_test
3789 gtest: true
3790 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003791 language: c++
3792 src:
3793 - test/cpp/common/channel_filter_test.cc
3794 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003795 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003796 - grpc
3797 - gpr
3798- name: cli_call_test
3799 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003800 build: test
3801 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003802 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003803 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003804 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003805 - grpc_cli_libs
3806 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003807 - grpc_test_util
3808 - grpc++
3809 - grpc
3810 - gpr_test_util
3811 - gpr
3812- name: client_crash_test
3813 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003814 cpu_cost: 0.1
3815 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003816 language: c++
3817 src:
3818 - test/cpp/end2end/client_crash_test.cc
3819 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003820 - grpc++_test_util
3821 - grpc_test_util
3822 - grpc++
3823 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003824 - gpr_test_util
3825 - gpr
3826 platforms:
3827 - mac
3828 - linux
3829 - posix
3830- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003831 build: test
3832 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003833 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003834 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003835 - test/cpp/end2end/client_crash_test_server.cc
3836 deps:
3837 - grpc++_test_util
3838 - grpc_test_util
3839 - grpc++
3840 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003841 - gpr_test_util
3842 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003843- name: client_lb_end2end_test
3844 gtest: true
3845 build: test
3846 language: c++
3847 src:
3848 - test/cpp/end2end/client_lb_end2end_test.cc
3849 deps:
3850 - grpc++_test_util
3851 - grpc_test_util
3852 - grpc++
3853 - grpc
3854 - gpr_test_util
3855 - gpr
3856 excluded_poll_engines:
3857 - poll
3858 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003859- name: codegen_test_full
3860 gtest: true
3861 build: test
3862 language: c++
3863 src:
3864 - src/proto/grpc/testing/control.proto
3865 - src/proto/grpc/testing/messages.proto
3866 - src/proto/grpc/testing/payloads.proto
3867 - src/proto/grpc/testing/services.proto
3868 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003869 - test/cpp/codegen/codegen_test_full.cc
3870 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003871 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003872 - grpc++
3873 - grpc
3874 - gpr
3875 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003876 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003877- name: codegen_test_minimal
3878 gtest: true
3879 build: test
3880 language: c++
3881 src:
3882 - src/proto/grpc/testing/control.proto
3883 - src/proto/grpc/testing/messages.proto
3884 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003885 - src/proto/grpc/testing/services.proto
3886 - src/proto/grpc/testing/stats.proto
3887 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003888 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003889 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003890 - grpc
3891 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003892 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003893 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003894 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003895- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003896 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003897 build: test
3898 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003899 src:
3900 - test/cpp/client/credentials_test.cc
3901 deps:
3902 - grpc++
3903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003904 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003905- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003906 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003907 build: test
3908 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003909 src:
3910 - test/cpp/util/byte_buffer_test.cc
3911 deps:
3912 - grpc_test_util
3913 - grpc++
3914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003915 - gpr_test_util
3916 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003917- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003918 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003919 build: test
3920 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003921 src:
3922 - test/cpp/util/slice_test.cc
3923 deps:
3924 - grpc_test_util
3925 - grpc++
3926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003927 - gpr_test_util
3928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003929- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003930 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003931 build: test
3932 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003933 src:
3934 - test/cpp/util/string_ref_test.cc
3935 deps:
3936 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003937 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003938- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003939 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003940 build: test
3941 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003942 src:
3943 - test/cpp/util/time_test.cc
3944 deps:
3945 - grpc_test_util
3946 - grpc++
3947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003948 - gpr_test_util
3949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003950- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003951 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003952 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003953 build: test
3954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003955 src:
3956 - test/cpp/end2end/end2end_test.cc
3957 deps:
3958 - grpc++_test_util
3959 - grpc_test_util
3960 - grpc++
3961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003962 - gpr_test_util
3963 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003964- name: error_details_test
3965 gtest: true
3966 build: test
3967 language: c++
3968 src:
3969 - src/proto/grpc/testing/echo_messages.proto
3970 - test/cpp/util/error_details_test.cc
3971 deps:
3972 - grpc++_error_details
3973 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003974- name: filter_end2end_test
3975 gtest: true
3976 build: test
3977 language: c++
3978 src:
3979 - test/cpp/end2end/filter_end2end_test.cc
3980 deps:
3981 - grpc++_test_util
3982 - grpc_test_util
3983 - grpc++
3984 - grpc
3985 - gpr_test_util
3986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003987- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003988 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003989 build: test
3990 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003991 src:
3992 - test/cpp/end2end/generic_end2end_test.cc
3993 deps:
3994 - grpc++_test_util
3995 - grpc_test_util
3996 - grpc++
3997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003998 - gpr_test_util
3999 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004000- name: golden_file_test
4001 gtest: true
4002 build: test
4003 language: c++
4004 src:
4005 - src/proto/grpc/testing/compiler_test.proto
4006 - test/cpp/codegen/golden_file_test.cc
4007 deps:
4008 - grpc++
4009 - grpc
4010 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004011 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004012 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07004013- name: grpc_cli
4014 build: test
4015 run: false
4016 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004017 src:
4018 - test/cpp/util/grpc_cli.cc
4019 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004020 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004021 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004022 - grpc++
4023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004024 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004025 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004026- name: grpc_cpp_plugin
4027 build: protoc
4028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004029 src:
4030 - src/compiler/cpp_plugin.cc
4031 deps:
4032 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004033 secure: false
4034 vs_config_type: Application
4035 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4036- name: grpc_csharp_plugin
4037 build: protoc
4038 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004039 src:
4040 - src/compiler/csharp_plugin.cc
4041 deps:
4042 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004043 secure: false
4044 vs_config_type: Application
4045 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004046- name: grpc_node_plugin
4047 build: protoc
4048 language: c++
4049 src:
4050 - src/compiler/node_plugin.cc
4051 deps:
4052 - grpc_plugin_support
4053 secure: false
4054 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004055- name: grpc_objective_c_plugin
4056 build: protoc
4057 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004058 src:
4059 - src/compiler/objective_c_plugin.cc
4060 deps:
4061 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004062 secure: false
4063 vs_config_type: Application
4064 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004065- name: grpc_php_plugin
4066 build: protoc
4067 language: c++
4068 src:
4069 - src/compiler/php_plugin.cc
4070 deps:
4071 - grpc_plugin_support
4072 secure: false
4073 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004074- name: grpc_python_plugin
4075 build: protoc
4076 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004077 src:
4078 - src/compiler/python_plugin.cc
4079 deps:
4080 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004081 secure: false
4082 vs_config_type: Application
4083 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4084- name: grpc_ruby_plugin
4085 build: protoc
4086 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004087 src:
4088 - src/compiler/ruby_plugin.cc
4089 deps:
4090 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004091 secure: false
4092 vs_config_type: Application
4093 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004094- name: grpc_tool_test
4095 gtest: true
4096 build: test
4097 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004098 src:
4099 - src/proto/grpc/testing/echo.proto
4100 - src/proto/grpc/testing/echo_messages.proto
4101 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004102 deps:
4103 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004104 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004105 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004106 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004107 - grpc_test_util
4108 - grpc++
4109 - grpc
4110 - gpr_test_util
4111 - gpr
4112 filegroups:
4113 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004114- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004115 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004116 build: test
4117 language: c++
4118 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004119 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004120 - test/cpp/grpclb/grpclb_api_test.cc
4121 deps:
4122 - grpc++_test_util
4123 - grpc_test_util
4124 - grpc++
4125 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004126- name: grpclb_end2end_test
4127 gtest: true
4128 build: test
4129 language: c++
4130 src:
4131 - src/proto/grpc/lb/v1/load_balancer.proto
4132 - test/cpp/end2end/grpclb_end2end_test.cc
4133 deps:
4134 - grpc++_test_util
4135 - grpc_test_util
4136 - grpc++
4137 - grpc
4138 - gpr_test_util
4139 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004140 excluded_poll_engines:
4141 - poll
4142 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004143- name: grpclb_test
4144 gtest: false
4145 build: test
4146 language: c++
4147 src:
4148 - src/proto/grpc/lb/v1/load_balancer.proto
4149 - test/cpp/grpclb/grpclb_test.cc
4150 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004151 - grpc++_test_util
4152 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004153 - grpc++
4154 - grpc
4155 - gpr_test_util
4156 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004157 excluded_poll_engines:
4158 - poll
4159 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004160- name: health_service_end2end_test
4161 gtest: true
4162 build: test
4163 language: c++
4164 src:
4165 - test/cpp/end2end/health_service_end2end_test.cc
4166 deps:
4167 - grpc++_test_util
4168 - grpc_test_util
4169 - grpc++
4170 - grpc
4171 - gpr_test_util
4172 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004173- name: http2_client
4174 build: test
4175 run: false
4176 language: c++
4177 src: []
4178 deps:
4179 - http2_client_main
4180 - grpc++_test_util
4181 - grpc_test_util
4182 - grpc++
4183 - grpc
4184 - grpc++_test_config
4185 platforms:
4186 - mac
4187 - linux
4188 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004189- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004190 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004191 build: test
4192 language: c++
4193 src:
4194 - test/cpp/end2end/hybrid_end2end_test.cc
4195 deps:
4196 - grpc++_test_util
4197 - grpc_test_util
4198 - grpc++
4199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004200 - gpr_test_util
4201 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004202- name: interop_client
4203 build: test
4204 run: false
4205 language: c++
4206 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004207 deps:
4208 - interop_client_main
4209 - interop_client_helper
4210 - grpc++_test_util
4211 - grpc_test_util
4212 - grpc++
4213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004214 - gpr_test_util
4215 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004216 - grpc++_test_config
4217 platforms:
4218 - mac
4219 - linux
4220 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004221- name: interop_server
4222 build: test
4223 run: false
4224 language: c++
4225 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004226 deps:
4227 - interop_server_main
4228 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004229 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004230 - grpc++_test_util
4231 - grpc_test_util
4232 - grpc++
4233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004234 - gpr_test_util
4235 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004236 - grpc++_test_config
4237 platforms:
4238 - mac
4239 - linux
4240 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004241- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004242 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004243 build: test
4244 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004245 src:
4246 - test/cpp/interop/interop_test.cc
4247 deps:
4248 - grpc_test_util
4249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004250 - gpr_test_util
4251 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004252 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004253 platforms:
4254 - mac
4255 - linux
4256 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004257- name: json_run_localhost
4258 build: test
4259 run: false
4260 language: c++
4261 src:
4262 - test/cpp/qps/json_run_localhost.cc
4263 deps:
4264 - grpc++_test_util
4265 - grpc_test_util
4266 - grpc++
4267 - grpc
4268 - gpr_test_util
4269 - gpr
4270 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004271 platforms:
4272 - mac
4273 - linux
4274 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004275- name: memory_test
4276 gtest: true
4277 build: test
4278 language: c++
4279 src:
4280 - test/core/support/memory_test.cc
4281 deps:
4282 - grpc_test_util
4283 - grpc++
4284 - grpc
4285 - gpr_test_util
4286 - gpr
4287 uses:
4288 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004289- name: metrics_client
4290 build: test
4291 run: false
4292 language: c++
4293 headers:
4294 - test/cpp/util/metrics_server.h
4295 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004296 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004297 - test/cpp/interop/metrics_client.cc
4298 deps:
4299 - grpc++
4300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004301 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004302 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004303- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004304 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004305 build: test
4306 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004307 headers:
4308 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004309 src:
4310 - test/cpp/end2end/mock_test.cc
4311 deps:
4312 - grpc++_test_util
4313 - grpc_test_util
4314 - grpc++
4315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004316 - gpr_test_util
4317 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004318- name: noop-benchmark
4319 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004320 language: c++
4321 src:
4322 - test/cpp/microbenchmarks/noop-benchmark.cc
4323 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004324 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004325 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004326- name: proto_server_reflection_test
4327 gtest: true
4328 build: test
4329 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004330 src:
4331 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004332 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004333 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004334 - grpc++_reflection
4335 - grpc++_test_util
4336 - grpc_test_util
4337 - grpc++
4338 - grpc
4339 - gpr_test_util
4340 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004341- name: proto_utils_test
4342 gtest: true
4343 build: test
4344 language: c++
4345 src:
4346 - test/cpp/codegen/proto_utils_test.cc
4347 deps:
4348 - grpc++
4349 - grpc
4350 filegroups:
4351 - grpc++_codegen_base
4352 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004353- name: qps_interarrival_test
4354 build: test
4355 run: false
4356 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004357 src:
4358 - test/cpp/qps/qps_interarrival_test.cc
4359 deps:
4360 - qps
4361 - grpc++_test_util
4362 - grpc_test_util
4363 - grpc++
4364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004365 - gpr_test_util
4366 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004367 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004368 platforms:
4369 - mac
4370 - linux
4371 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004372- name: qps_json_driver
4373 build: test
4374 run: false
4375 language: c++
4376 src:
4377 - test/cpp/qps/qps_json_driver.cc
4378 deps:
4379 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004380 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004381 - grpc++_test_util
4382 - grpc_test_util
4383 - grpc++
4384 - grpc
4385 - gpr_test_util
4386 - gpr
4387 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004388- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004389 cpu_cost: 0.5
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/qps/qps_openloop_test.cc
4394 deps:
4395 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004396 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004397 - grpc++_test_util
4398 - grpc_test_util
4399 - grpc++
4400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004401 - gpr_test_util
4402 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004403 - grpc++_test_config
4404 platforms:
4405 - mac
4406 - linux
4407 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004408- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004409 build: test
4410 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004411 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004412 headers:
4413 - test/cpp/qps/client.h
4414 - test/cpp/qps/server.h
4415 src:
4416 - test/cpp/qps/worker.cc
4417 deps:
4418 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004419 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004420 - grpc++_test_util
4421 - grpc_test_util
4422 - grpc++
4423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004424 - gpr_test_util
4425 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004426 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004427- name: reconnect_interop_client
4428 build: test
4429 run: false
4430 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004431 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004432 - src/proto/grpc/testing/empty.proto
4433 - src/proto/grpc/testing/messages.proto
4434 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004435 - test/cpp/interop/reconnect_interop_client.cc
4436 deps:
4437 - grpc++_test_util
4438 - grpc_test_util
4439 - grpc++
4440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004441 - gpr_test_util
4442 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004443 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004444- name: reconnect_interop_server
4445 build: test
4446 run: false
4447 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004448 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004449 - src/proto/grpc/testing/empty.proto
4450 - src/proto/grpc/testing/messages.proto
4451 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004452 - test/cpp/interop/reconnect_interop_server.cc
4453 deps:
4454 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004455 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004456 - grpc++_test_util
4457 - grpc_test_util
4458 - grpc++
4459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004460 - gpr_test_util
4461 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004462 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004463- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004464 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004465 build: test
4466 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004467 src:
4468 - test/cpp/common/secure_auth_context_test.cc
4469 deps:
4470 - grpc++_test_util
4471 - grpc_test_util
4472 - grpc++
4473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004474 - gpr_test_util
4475 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004476- name: secure_sync_unary_ping_pong_test
4477 build: test
4478 language: c++
4479 src:
4480 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4481 deps:
4482 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004483 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004484 - grpc++_test_util
4485 - grpc_test_util
4486 - grpc++
4487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004488 - gpr_test_util
4489 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004490 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004491 platforms:
4492 - mac
4493 - linux
4494 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004495- name: server_builder_plugin_test
4496 gtest: true
4497 build: test
4498 language: c++
4499 src:
4500 - test/cpp/end2end/server_builder_plugin_test.cc
4501 deps:
4502 - grpc++_test_util
4503 - grpc_test_util
4504 - grpc++
4505 - grpc
4506 - gpr_test_util
4507 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004508- name: server_builder_test
4509 gtest: true
4510 build: test
4511 language: c++
4512 src:
4513 - src/proto/grpc/testing/echo_messages.proto
4514 - src/proto/grpc/testing/echo.proto
4515 - test/cpp/server/server_builder_test.cc
4516 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004517 - grpc++_test_util_unsecure
4518 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004519 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004520 - grpc++_unsecure
4521 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004522 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004523- name: server_context_test_spouse_test
4524 gtest: true
4525 build: test
4526 language: c++
4527 src:
4528 - test/cpp/test/server_context_test_spouse_test.cc
4529 deps:
4530 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004531 - grpc++
4532 - grpc
4533 - gpr_test_util
4534 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004535 uses:
4536 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004537- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004538 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004539 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004540 build: test
4541 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004542 src:
4543 - test/cpp/end2end/server_crash_test.cc
4544 deps:
4545 - grpc++_test_util
4546 - grpc_test_util
4547 - grpc++
4548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004549 - gpr_test_util
4550 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004551 platforms:
4552 - mac
4553 - linux
4554 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004555- name: server_crash_test_client
4556 build: test
4557 run: false
4558 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004559 src:
4560 - test/cpp/end2end/server_crash_test_client.cc
4561 deps:
4562 - grpc++_test_util
4563 - grpc_test_util
4564 - grpc++
4565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004566 - gpr_test_util
4567 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004568- name: server_request_call_test
4569 gtest: true
4570 build: test
4571 language: c++
4572 src:
4573 - src/proto/grpc/testing/echo_messages.proto
4574 - src/proto/grpc/testing/echo.proto
4575 - test/cpp/server/server_request_call_test.cc
4576 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004577 - grpc++_test_util_unsecure
4578 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004579 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004580 - grpc++_unsecure
4581 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004582 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004583- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004584 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004585 build: test
4586 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004587 src:
4588 - test/cpp/end2end/shutdown_test.cc
4589 deps:
4590 - grpc++_test_util
4591 - grpc_test_util
4592 - grpc++
4593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004594 - gpr_test_util
4595 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004596- name: stats_test
4597 gtest: true
4598 build: test
4599 language: c++
4600 src:
4601 - test/core/debug/stats_test.cc
4602 deps:
4603 - grpc++_test_util
4604 - grpc_test_util
4605 - grpc
4606 - gpr_test_util
4607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004608- name: status_test
4609 build: test
4610 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004611 src:
4612 - test/cpp/util/status_test.cc
4613 deps:
4614 - grpc_test_util
4615 - grpc++
4616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004617 - gpr_test_util
4618 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004619- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004620 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004621 build: test
4622 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004623 src:
4624 - test/cpp/end2end/streaming_throughput_test.cc
4625 deps:
4626 - grpc++_test_util
4627 - grpc_test_util
4628 - grpc++
4629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004630 - gpr_test_util
4631 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004632 platforms:
4633 - mac
4634 - linux
4635 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004636- name: stress_test
4637 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004638 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004639 language: c++
4640 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004641 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004642 - test/cpp/interop/interop_client.h
4643 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004644 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004645 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004646 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004647 - src/proto/grpc/testing/empty.proto
4648 - src/proto/grpc/testing/messages.proto
4649 - src/proto/grpc/testing/metrics.proto
4650 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004651 - test/cpp/interop/interop_client.cc
4652 - test/cpp/interop/stress_interop_client.cc
4653 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004654 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004655 deps:
4656 - grpc++_test_util
4657 - grpc_test_util
4658 - grpc++
4659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004660 - gpr_test_util
4661 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004662 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004663- name: thread_manager_test
4664 build: test
4665 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004666 src:
4667 - test/cpp/thread_manager/thread_manager_test.cc
4668 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004669 - grpc++_unsecure
4670 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004671 - gpr
4672 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004673- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004674 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004675 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004676 build: test
4677 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004678 src:
4679 - test/cpp/end2end/thread_stress_test.cc
4680 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004681 - grpc++_test_util_unsecure
4682 - grpc_test_util_unsecure
4683 - grpc++_unsecure
4684 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004685 - gpr_test_util
4686 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004687 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004688- name: writes_per_rpc_test
4689 gtest: true
4690 cpu_cost: 0.5
4691 build: test
4692 language: c++
4693 src:
4694 - test/cpp/performance/writes_per_rpc_test.cc
4695 deps:
4696 - grpc++_test_util
4697 - grpc_test_util
4698 - grpc++
4699 - grpc
4700 - gpr_test_util
4701 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004702 platforms:
4703 - mac
4704 - linux
4705 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004706- name: public_headers_must_be_c89
4707 build: test
4708 language: c89
4709 src:
4710 - test/core/surface/public_headers_must_be_c89.c
4711 deps:
4712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004713 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004714vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004715- linkage: static
4716 name: grpc.dependencies.zlib
4717 props: false
4718 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004719 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004720- linkage: static
4721 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004722 props: true
4723 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004724 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004725- name: gflags
4726 props: false
4727 redist: false
4728 version: 2.1.2.1
4729- name: gtest
4730 props: false
4731 redist: false
4732 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004733configs:
4734 asan:
4735 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004736 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4737 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004738 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004739 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004740 LDFLAGS: -fsanitize=address
4741 LDXX: clang++
4742 compile_the_world: true
4743 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004744 ASAN_OPTIONS: detect_leaks=1:color=always
4745 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004746 asan-noleaks:
4747 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004748 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4749 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004750 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004751 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004752 LDFLAGS: -fsanitize=address
4753 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004754 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004755 test_environ:
4756 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004757 asan-trace-cmp:
4758 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004759 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4760 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004761 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004762 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004763 LDFLAGS: -fsanitize=address
4764 LDXX: clang++
4765 compile_the_world: true
4766 test_environ:
4767 ASAN_OPTIONS: detect_leaks=1:color=always
4768 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004769 basicprof:
4770 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4771 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004772 c++-compat:
4773 CFLAGS: -Wc++-compat
4774 CPPFLAGS: -O0
4775 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004776 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004777 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004778 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004779 dbg:
4780 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004781 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004782 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004783 gcov:
4784 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004785 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004786 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004787 DEFINES: _DEBUG DEBUG GPR_GCOV
4788 LD: gcc
4789 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4790 LDXX: g++
4791 helgrind:
4792 CPPFLAGS: -O0
4793 DEFINES: _DEBUG DEBUG
4794 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004795 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004796 lto:
4797 CPPFLAGS: -O2
4798 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004799 memcheck:
4800 CPPFLAGS: -O0
4801 DEFINES: _DEBUG DEBUG
4802 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004803 valgrind: --tool=memcheck --leak-check=full
4804 msan:
4805 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004806 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4807 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4808 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004809 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004810 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004811 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004812 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4813 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4814 LDXX: clang++
4815 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004816 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004817 CPPFLAGS: -O3 -fno-omit-frame-pointer
4818 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004819 LDFLAGS: -rdynamic
4820 opt:
4821 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004822 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004823 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004824 stapprof:
4825 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4826 DEFINES: NDEBUG
4827 tsan:
4828 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004829 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004830 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004831 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004832 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004833 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004834 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004835 LDXX: clang++
4836 compile_the_world: true
4837 test_environ:
4838 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004839 ubsan:
4840 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004841 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4842 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004843 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004844 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004845 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004846 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004847 LDXX: clang++
4848 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004849 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004850 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004851defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004852 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004853 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4854 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004855 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4856 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004857 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4858 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004859 benchmark:
4860 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004861 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004862 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004863 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004864 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004865 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004866 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004867 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004868 LDFLAGS: -g
4869 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004870 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004871 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004872node_modules:
4873- deps:
4874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004875 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004876 - boringssl
4877 - z
murgatroid9994a75412015-11-19 14:04:53 -08004878 headers:
4879 - src/node/ext/byte_buffer.h
4880 - src/node/ext/call.h
4881 - src/node/ext/call_credentials.h
4882 - src/node/ext/channel.h
4883 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004884 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004885 - src/node/ext/server.h
4886 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004887 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004888 - src/node/ext/timeval.h
4889 js:
4890 - src/node/index.js
4891 - src/node/src/client.js
4892 - src/node/src/common.js
4893 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004894 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004895 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004896 - src/node/src/metadata.js
4897 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004898 name: grpc_node
4899 src:
4900 - src/node/ext/byte_buffer.cc
4901 - src/node/ext/call.cc
4902 - src/node/ext/call_credentials.cc
4903 - src/node/ext/channel.cc
4904 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004905 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004906 - src/node/ext/node_grpc.cc
4907 - src/node/ext/server.cc
4908 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004909 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004910 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004911openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004912 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004913 extraction_dir: openssl-1.0.2f
4914 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004915php_config_m4:
4916 deps:
4917 - grpc
4918 - gpr
4919 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004920 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004921 headers:
4922 - src/php/ext/grpc/byte_buffer.h
4923 - src/php/ext/grpc/call.h
4924 - src/php/ext/grpc/call_credentials.h
4925 - src/php/ext/grpc/channel.h
4926 - src/php/ext/grpc/channel_credentials.h
4927 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004928 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004929 - src/php/ext/grpc/php_grpc.h
4930 - src/php/ext/grpc/server.h
4931 - src/php/ext/grpc/server_credentials.h
4932 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004933 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004934 src:
4935 - src/php/ext/grpc/byte_buffer.c
4936 - src/php/ext/grpc/call.c
4937 - src/php/ext/grpc/call_credentials.c
4938 - src/php/ext/grpc/channel.c
4939 - src/php/ext/grpc/channel_credentials.c
4940 - src/php/ext/grpc/completion_queue.c
4941 - src/php/ext/grpc/php_grpc.c
4942 - src/php/ext/grpc/server.c
4943 - src/php/ext/grpc/server_credentials.c
4944 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004945python_dependencies:
4946 deps:
4947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004948 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004949 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004950 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004951 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004952ruby_gem:
4953 deps:
4954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004955 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004956 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004957 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004958 - z