blob: adb1e7b947c3f74b6bac41c557a3a59763a0e4c1 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Sree Kuchibhotla9a7bab52017-03-29 11:51:25 -070015 core_version: 4.0.0-dev
David Garcia Quintasae64b012017-04-21 16:12:39 -070016 g_stands_for: gregarious
David Garcia Quintasaebcdbd2017-05-30 14:14:27 -070017 version: 1.5.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Vizerai0359e122017-04-28 20:06:58 -070030 - src/core/ext/census/intrusive_hash_map.h
Vizeraic1947ef2017-05-23 16:13:25 -070031 - src/core/ext/census/intrusive_hash_map_internal.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070033 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070034 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070035 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080036 - src/core/ext/census/trace_label.h
37 - src/core/ext/census/trace_propagation.h
38 - src/core/ext/census/trace_status.h
39 - src/core/ext/census/trace_string.h
40 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070041 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070042 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070043 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070044 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070045 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070046 - src/core/ext/census/grpc_context.c
47 - src/core/ext/census/grpc_filter.c
48 - src/core/ext/census/grpc_plugin.c
49 - src/core/ext/census/initialize.c
Vizerai0359e122017-04-28 20:06:58 -070050 - src/core/ext/census/intrusive_hash_map.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070051 - src/core/ext/census/mlog.c
52 - src/core/ext/census/operation.c
53 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070054 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070055 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070056 - src/core/ext/census/tracing.c
57 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070058 uses:
59 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070060 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070061- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 public_headers:
63 - include/grpc/support/alloc.h
64 - include/grpc/support/atm.h
65 - include/grpc/support/atm_gcc_atomic.h
66 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070067 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 - include/grpc/support/avl.h
69 - include/grpc/support/cmdline.h
70 - include/grpc/support/cpu.h
71 - include/grpc/support/histogram.h
72 - include/grpc/support/host_port.h
73 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070074 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010075 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010076 - include/grpc/support/string_util.h
77 - include/grpc/support/subprocess.h
78 - include/grpc/support/sync.h
79 - include/grpc/support/sync_generic.h
80 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070081 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010082 - include/grpc/support/thd.h
83 - include/grpc/support/time.h
84 - include/grpc/support/tls.h
85 - include/grpc/support/tls_gcc.h
86 - include/grpc/support/tls_msvc.h
87 - include/grpc/support/tls_pthread.h
88 - include/grpc/support/useful.h
89 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070090 - src/core/lib/profiling/timers.h
Craig Tiller9202b3f2017-03-12 22:30:38 -070091 - src/core/lib/support/arena.h
Craig Tiller4d780a52017-04-12 13:47:18 -070092 - src/core/lib/support/atomic.h
93 - src/core/lib/support/atomic_with_atm.h
94 - src/core/lib/support/atomic_with_std.h
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/backoff.h
96 - src/core/lib/support/block_annotate.h
97 - src/core/lib/support/env.h
Craig Tillerb3d70102017-03-31 14:17:09 -070098 - src/core/lib/support/memory.h
Craig Tiller57726ca2016-09-12 11:59:45 -070099 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700100 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -0800101 - src/core/lib/support/spinlock.h
Ken Paysona4710a02017-07-10 16:49:59 -0700102 - src/core/lib/support/stack_lockfree.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700103 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700104 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700105 - src/core/lib/support/thd_internal.h
106 - src/core/lib/support/time_precise.h
107 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100108 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700109 - src/core/lib/profiling/basic_timers.c
110 - src/core/lib/profiling/stap_timers.c
111 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700112 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700113 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/avl.c
115 - src/core/lib/support/backoff.c
116 - src/core/lib/support/cmdline.c
117 - src/core/lib/support/cpu_iphone.c
118 - src/core/lib/support/cpu_linux.c
119 - src/core/lib/support/cpu_posix.c
120 - src/core/lib/support/cpu_windows.c
121 - src/core/lib/support/env_linux.c
122 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700123 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700124 - src/core/lib/support/histogram.c
125 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700126 - src/core/lib/support/log.c
127 - src/core/lib/support/log_android.c
128 - src/core/lib/support/log_linux.c
129 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700130 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700131 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700132 - src/core/lib/support/murmur_hash.c
Ken Paysona4710a02017-07-10 16:49:59 -0700133 - src/core/lib/support/stack_lockfree.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/string.c
135 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700136 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/subprocess_posix.c
139 - src/core/lib/support/subprocess_windows.c
140 - src/core/lib/support/sync.c
141 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/thd.c
144 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700145 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700146 - src/core/lib/support/time.c
147 - src/core/lib/support/time_posix.c
148 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700149 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700150 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200151 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700152 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700153 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700154 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700155 uses:
156 - 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
167 - include/grpc/impl/codegen/sync_generic.h
168 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700169 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700170- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700171 public_headers:
172 - include/grpc/byte_buffer.h
173 - include/grpc/byte_buffer_reader.h
174 - include/grpc/compression.h
175 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700176 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200177 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800178 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700179 - include/grpc/slice.h
180 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700181 - include/grpc/status.h
Muxi Yan1d3ce9a2017-05-15 16:01:17 -0700182 - include/grpc/support/workaround_list.h
Craig Tiller25834342015-09-25 08:08:24 -0700183 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/channel/channel_args.h
185 - src/core/lib/channel/channel_stack.h
186 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/channel/connected_channel.h
188 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700189 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800190 - src/core/lib/channel/handshaker_factory.h
191 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700192 - src/core/lib/compression/algorithm_metadata.h
193 - src/core/lib/compression/message_compress.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700194 - src/core/lib/http/format_request.h
195 - src/core/lib/http/httpcli.h
196 - src/core/lib/http/parser.h
197 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700198 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700199 - src/core/lib/iomgr/endpoint.h
200 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700201 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800202 - src/core/lib/iomgr/error_internal.h
Craig Tillerc67cc992017-04-27 10:15:51 -0700203 - src/core/lib/iomgr/ev_epoll1_linux.h
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700204 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700205 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
Craig Tillerf4360d72017-04-07 08:51:00 -0700206 - src/core/lib/iomgr/ev_epollex_linux.h
Craig Tillerc67cc992017-04-27 10:15:51 -0700207 - src/core/lib/iomgr/ev_epollsig_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700208 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700209 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/exec_ctx.h
211 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/iocp_windows.h
213 - src/core/lib/iomgr/iomgr.h
214 - src/core/lib/iomgr/iomgr_internal.h
215 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller819cd882017-04-25 13:18:22 -0700216 - src/core/lib/iomgr/is_epollexclusive_available.h
Craig Tiller85178862016-05-18 16:09:16 -0700217 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700218 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700219 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700220 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700224 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700226 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700228 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/sockaddr.h
230 - src/core/lib/iomgr/sockaddr_posix.h
231 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700232 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500233 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700234 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700235 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/socket_utils_posix.h
237 - src/core/lib/iomgr/socket_windows.h
Craig Tiller819cd882017-04-25 13:18:22 -0700238 - src/core/lib/iomgr/sys_epoll_wrapper.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700240 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/tcp_posix.h
242 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700243 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700244 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/tcp_windows.h
246 - src/core/lib/iomgr/time_averaged_stats.h
247 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700248 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/iomgr/timer_heap.h
Craig Tillerc3571792017-05-02 12:33:38 -0700250 - src/core/lib/iomgr/timer_manager.h
murgatroid999030c812016-09-16 13:25:08 -0700251 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/iomgr/udp_server.h
253 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700254 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/iomgr/wakeup_fd_pipe.h
256 - src/core/lib/iomgr/wakeup_fd_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/json/json.h
258 - src/core/lib/json/json_common.h
259 - src/core/lib/json/json_reader.h
260 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700261 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700262 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800263 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800264 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700265 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700266 - src/core/lib/surface/api_trace.h
267 - src/core/lib/surface/call.h
268 - src/core/lib/surface/call_test_only.h
269 - src/core/lib/surface/channel.h
270 - src/core/lib/surface/channel_init.h
271 - src/core/lib/surface/channel_stack_type.h
272 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700273 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/surface/event_string.h
275 - src/core/lib/surface/init.h
276 - src/core/lib/surface/lame_client.h
277 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800278 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700279 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800282 - src/core/lib/transport/error_utils.h
283 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/transport/metadata.h
285 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700286 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700287 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800289 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400290 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/transport/transport.h
292 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700293 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/channel/channel_args.c
295 - src/core/lib/channel/channel_stack.c
296 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700298 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800299 - src/core/lib/channel/handshaker_factory.c
300 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700301 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/compression/message_compress.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/http/format_request.c
304 - src/core/lib/http/httpcli.c
305 - src/core/lib/http/parser.c
306 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700307 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/endpoint.c
309 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700310 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700312 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700313 - src/core/lib/iomgr/ev_epoll1_linux.c
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700314 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700315 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700316 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700317 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700318 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700319 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200320 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/exec_ctx.c
322 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/iocp_windows.c
324 - src/core/lib/iomgr/iomgr.c
325 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700326 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700328 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700329 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700330 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700331 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700332 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700333 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700335 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/pollset_windows.c
337 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700338 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700340 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500342 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700343 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/socket_utils_common_posix.c
345 - src/core/lib/iomgr/socket_utils_linux.c
346 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700347 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700348 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/iomgr/socket_windows.c
350 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700351 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/iomgr/tcp_client_windows.c
353 - src/core/lib/iomgr/tcp_posix.c
354 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700355 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700356 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
357 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700358 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700360 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/iomgr/tcp_windows.c
362 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700363 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700365 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700366 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700367 - src/core/lib/iomgr/udp_server.c
368 - src/core/lib/iomgr/unix_sockets_posix.c
369 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700370 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700371 - src/core/lib/iomgr/wakeup_fd_eventfd.c
372 - src/core/lib/iomgr/wakeup_fd_nospecial.c
373 - src/core/lib/iomgr/wakeup_fd_pipe.c
374 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700375 - src/core/lib/json/json.c
376 - src/core/lib/json/json_reader.c
377 - src/core/lib/json/json_string.c
378 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700379 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700380 - src/core/lib/slice/percent_encoding.c
381 - src/core/lib/slice/slice.c
382 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800383 - src/core/lib/slice/slice_hash_table.c
384 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700385 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700386 - src/core/lib/surface/alarm.c
387 - src/core/lib/surface/api_trace.c
388 - src/core/lib/surface/byte_buffer.c
389 - src/core/lib/surface/byte_buffer_reader.c
390 - src/core/lib/surface/call.c
391 - src/core/lib/surface/call_details.c
392 - src/core/lib/surface/call_log_batch.c
393 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/surface/channel_init.c
395 - src/core/lib/surface/channel_ping.c
396 - src/core/lib/surface/channel_stack_type.c
397 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700398 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700399 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700400 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/surface/metadata_array.c
402 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700403 - src/core/lib/surface/validate_metadata.c
404 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700405 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700406 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700407 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800408 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700409 - src/core/lib/transport/metadata.c
410 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700411 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700412 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700413 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800414 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400415 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700416 - src/core/lib/transport/transport.c
417 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700418 deps:
419 - gpr
420 uses:
421 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700422 - grpc_trace
Mark D. Roth2137cd82016-09-14 09:04:00 -0700423- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700424 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700425 - src/core/ext/filters/client_channel/client_channel.h
426 - src/core/ext/filters/client_channel/client_channel_factory.h
427 - src/core/ext/filters/client_channel/connector.h
428 - src/core/ext/filters/client_channel/http_connect_handshaker.h
429 - src/core/ext/filters/client_channel/http_proxy.h
430 - src/core/ext/filters/client_channel/lb_policy.h
431 - src/core/ext/filters/client_channel/lb_policy_factory.h
432 - src/core/ext/filters/client_channel/lb_policy_registry.h
433 - src/core/ext/filters/client_channel/parse_address.h
434 - src/core/ext/filters/client_channel/proxy_mapper.h
435 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
436 - src/core/ext/filters/client_channel/resolver.h
437 - src/core/ext/filters/client_channel/resolver_factory.h
438 - src/core/ext/filters/client_channel/resolver_registry.h
439 - src/core/ext/filters/client_channel/retry_throttle.h
440 - src/core/ext/filters/client_channel/subchannel.h
441 - src/core/ext/filters/client_channel/subchannel_index.h
442 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700443 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700444 - src/core/ext/filters/client_channel/channel_connectivity.c
445 - src/core/ext/filters/client_channel/client_channel.c
446 - src/core/ext/filters/client_channel/client_channel_factory.c
447 - src/core/ext/filters/client_channel/client_channel_plugin.c
448 - src/core/ext/filters/client_channel/connector.c
449 - src/core/ext/filters/client_channel/http_connect_handshaker.c
450 - src/core/ext/filters/client_channel/http_proxy.c
451 - src/core/ext/filters/client_channel/lb_policy.c
452 - src/core/ext/filters/client_channel/lb_policy_factory.c
453 - src/core/ext/filters/client_channel/lb_policy_registry.c
454 - src/core/ext/filters/client_channel/parse_address.c
455 - src/core/ext/filters/client_channel/proxy_mapper.c
456 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
457 - src/core/ext/filters/client_channel/resolver.c
458 - src/core/ext/filters/client_channel/resolver_factory.c
459 - src/core/ext/filters/client_channel/resolver_registry.c
460 - src/core/ext/filters/client_channel/retry_throttle.c
461 - src/core/ext/filters/client_channel/subchannel.c
462 - src/core/ext/filters/client_channel/subchannel_index.c
463 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700464 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700465 uses:
466 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700467 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800468- name: grpc_codegen
469 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700470 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800471 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800472 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800473 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800474 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800475 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700476 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800477 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700478 uses:
479 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700480- name: grpc_deadline_filter
481 headers:
482 - src/core/ext/filters/deadline/deadline_filter.h
483 src:
484 - src/core/ext/filters/deadline/deadline_filter.c
485 plugin: grpc_deadline_filter
486 uses:
487 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700488- name: grpc_http_filters
489 headers:
490 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700491 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700492 - src/core/ext/filters/http/server/http_server_filter.h
493 src:
494 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700495 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700496 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700497 - src/core/ext/filters/http/server/http_server_filter.c
498 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700499 uses:
500 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700501- name: grpc_lb_policy_grpclb
502 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700503 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700504 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
505 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700506 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700507 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
508 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700509 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700510 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700511 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
512 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700513 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700514 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
515 - 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 -0800516 plugin: grpc_lb_policy_grpclb
517 uses:
518 - grpc_base
519 - grpc_client_channel
520 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700521 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800522- name: grpc_lb_policy_grpclb_secure
523 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700524 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700525 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
526 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700527 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700528 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
529 - 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 -0800530 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700531 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700532 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
533 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700534 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700535 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
536 - 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 -0700537 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700538 uses:
539 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700540 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700541 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700542 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700543 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700544- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700545 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700546 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700547 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700548 uses:
549 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700550 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700551- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700552 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700553 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700554 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700555 uses:
556 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700557 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700558- name: grpc_load_reporting
559 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700560 - src/core/ext/filters/load_reporting/load_reporting.h
561 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700562 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700563 - src/core/ext/filters/load_reporting/load_reporting.c
564 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700565 plugin: grpc_load_reporting_plugin
566 uses:
567 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700568- name: grpc_max_age_filter
569 headers:
570 - src/core/ext/filters/max_age/max_age_filter.h
571 src:
572 - src/core/ext/filters/max_age/max_age_filter.c
573 plugin: grpc_max_age_filter
574 uses:
575 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700576- name: grpc_message_size_filter
577 headers:
578 - src/core/ext/filters/message_size/message_size_filter.h
579 src:
580 - src/core/ext/filters/message_size/message_size_filter.c
581 plugin: grpc_message_size_filter
582 uses:
583 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700584- name: grpc_resolver_dns_ares
585 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700586 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
587 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700588 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700589 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
590 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
591 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700592 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700593 plugin: grpc_resolver_dns_ares
594 uses:
595 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700596 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700597- name: grpc_resolver_dns_native
598 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700599 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700600 plugin: grpc_resolver_dns_native
601 uses:
602 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700603 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700604- name: grpc_resolver_fake
605 headers:
606 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
607 src:
608 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
609 plugin: grpc_resolver_fake
610 uses:
611 - grpc_base
612 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700613- name: grpc_resolver_sockaddr
614 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700615 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700616 plugin: grpc_resolver_sockaddr
617 uses:
618 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700619 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100620- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700621 public_headers:
622 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100623 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700624 - src/core/lib/security/context/security_context.h
625 - src/core/lib/security/credentials/composite/composite_credentials.h
626 - src/core/lib/security/credentials/credentials.h
627 - src/core/lib/security/credentials/fake/fake_credentials.h
628 - src/core/lib/security/credentials/google_default/google_default_credentials.h
629 - src/core/lib/security/credentials/iam/iam_credentials.h
630 - src/core/lib/security/credentials/jwt/json_token.h
631 - src/core/lib/security/credentials/jwt/jwt_credentials.h
632 - src/core/lib/security/credentials/jwt/jwt_verifier.h
633 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
634 - src/core/lib/security/credentials/plugin/plugin_credentials.h
635 - src/core/lib/security/credentials/ssl/ssl_credentials.h
636 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800637 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700638 - src/core/lib/security/transport/secure_endpoint.h
639 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800640 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700641 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700642 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100643 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700644 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700645 - src/core/lib/security/context/security_context.c
646 - src/core/lib/security/credentials/composite/composite_credentials.c
647 - src/core/lib/security/credentials/credentials.c
648 - src/core/lib/security/credentials/credentials_metadata.c
649 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700650 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700651 - src/core/lib/security/credentials/google_default/google_default_credentials.c
652 - src/core/lib/security/credentials/iam/iam_credentials.c
653 - src/core/lib/security/credentials/jwt/json_token.c
654 - src/core/lib/security/credentials/jwt/jwt_credentials.c
655 - src/core/lib/security/credentials/jwt/jwt_verifier.c
656 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
657 - src/core/lib/security/credentials/plugin/plugin_credentials.c
658 - src/core/lib/security/credentials/ssl/ssl_credentials.c
659 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800660 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700661 - src/core/lib/security/transport/secure_endpoint.c
662 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800663 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700664 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700665 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700666 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700667 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700668 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700669 uses:
670 - grpc_base
671 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700672 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700673- name: grpc_server_backward_compatibility
674 headers:
675 - src/core/ext/filters/workarounds/workaround_utils.h
676 src:
677 - src/core/ext/filters/workarounds/workaround_utils.c
678 uses:
679 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700680- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700681 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700682 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700683 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700684 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800685 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700686 - test/core/end2end/fixtures/proxy.h
687 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800688 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700689 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200690 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700691 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700692 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700693 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700694 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700695 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700696 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800697 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700698 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700699 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700700 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800701 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700702 - test/core/end2end/fixtures/proxy.c
703 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800704 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700705 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200706 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700707 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700708 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700709 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800710 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700711 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700712 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800713 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700714 deps:
715 - grpc
716 - gpr_test_util
Craig Tiller1f477302017-05-05 11:01:25 -0700717- name: grpc_trace
718 headers:
719 - src/core/lib/debug/trace.h
720 src:
721 - src/core/lib/debug/trace.c
722 deps:
723 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700724- name: grpc_transport_chttp2
725 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700726 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700727 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700728 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
729 - src/core/ext/transport/chttp2/transport/frame.h
730 - src/core/ext/transport/chttp2/transport/frame_data.h
731 - src/core/ext/transport/chttp2/transport/frame_goaway.h
732 - src/core/ext/transport/chttp2/transport/frame_ping.h
733 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
734 - src/core/ext/transport/chttp2/transport/frame_settings.h
735 - src/core/ext/transport/chttp2/transport/frame_window_update.h
736 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
737 - src/core/ext/transport/chttp2/transport/hpack_parser.h
738 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700739 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700740 - src/core/ext/transport/chttp2/transport/huffsyms.h
741 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
742 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700743 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700744 - src/core/ext/transport/chttp2/transport/varint.h
745 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700746 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700747 - src/core/ext/transport/chttp2/transport/bin_encoder.c
748 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700749 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
750 - src/core/ext/transport/chttp2/transport/frame_data.c
751 - src/core/ext/transport/chttp2/transport/frame_goaway.c
752 - src/core/ext/transport/chttp2/transport/frame_ping.c
753 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
754 - src/core/ext/transport/chttp2/transport/frame_settings.c
755 - src/core/ext/transport/chttp2/transport/frame_window_update.c
756 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
757 - src/core/ext/transport/chttp2/transport/hpack_parser.c
758 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700759 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700760 - src/core/ext/transport/chttp2/transport/huffsyms.c
761 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
762 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700763 - src/core/ext/transport/chttp2/transport/stream_lists.c
764 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700765 - src/core/ext/transport/chttp2/transport/varint.c
766 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700767 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700768 uses:
769 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700770 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700771 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700772- name: grpc_transport_chttp2_alpn
773 headers:
774 - src/core/ext/transport/chttp2/alpn/alpn.h
775 src:
776 - src/core/ext/transport/chttp2/alpn/alpn.c
777 deps:
778 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800779- name: grpc_transport_chttp2_client_connector
780 headers:
781 - src/core/ext/transport/chttp2/client/chttp2_connector.h
782 src:
783 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800784 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800785 - grpc_transport_chttp2
786 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700787 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700788- name: grpc_transport_chttp2_client_insecure
789 src:
790 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700791 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700792 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800793 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700794 - grpc_transport_chttp2
795 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700796 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700797- name: grpc_transport_chttp2_client_secure
798 src:
799 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700800 uses:
801 - grpc_transport_chttp2
802 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700803 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700804 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800805 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800806- name: grpc_transport_chttp2_server
807 headers:
808 - src/core/ext/transport/chttp2/server/chttp2_server.h
809 src:
810 - src/core/ext/transport/chttp2/server/chttp2_server.c
811 uses:
812 - grpc_transport_chttp2
813 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700814- name: grpc_transport_chttp2_server_insecure
815 src:
816 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700817 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700818 uses:
819 - grpc_transport_chttp2
820 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800821 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700822- name: grpc_transport_chttp2_server_secure
823 src:
824 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700825 uses:
826 - grpc_transport_chttp2
827 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700828 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800829 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700830- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700831 public_headers:
832 - include/grpc/grpc_cronet.h
833 - include/grpc/grpc_security.h
834 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700835 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800836 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800837 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700838 src:
839 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
840 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
841 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700842 filegroups:
843 - grpc_base
844 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700845 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700846- name: grpc_transport_inproc
847 headers:
848 - src/core/ext/transport/inproc/inproc_transport.h
849 src:
850 - src/core/ext/transport/inproc/inproc_plugin.c
851 - src/core/ext/transport/inproc/inproc_transport.c
852 plugin: grpc_inproc_plugin
853 uses:
854 - grpc_base
Muxi Yan29ff4662017-05-15 10:27:55 -0700855- name: grpc_workaround_cronet_compression_filter
856 headers:
857 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
858 src:
859 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
860 plugin: grpc_workaround_cronet_compression_filter
861 uses:
862 - grpc_base
863 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800864- name: nanopb
865 headers:
866 - third_party/nanopb/pb.h
867 - third_party/nanopb/pb_common.h
868 - third_party/nanopb/pb_decode.h
869 - third_party/nanopb/pb_encode.h
870 src:
871 - third_party/nanopb/pb_common.c
872 - third_party/nanopb/pb_decode.c
873 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874- name: tsi
875 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700876 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700877 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700878 - src/core/tsi/ssl_transport_security.h
879 - src/core/tsi/ssl_types.h
880 - src/core/tsi/transport_security.h
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700881 - src/core/tsi/transport_security_adapter.h
Craig Tiller134fed32017-03-28 14:27:18 -0700882 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700884 - src/core/tsi/fake_transport_security.c
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700885 - src/core/tsi/gts_transport_security.c
Craig Tiller134fed32017-03-28 14:27:18 -0700886 - src/core/tsi/ssl_transport_security.c
887 - src/core/tsi/transport_security.c
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700888 - src/core/tsi/transport_security_adapter.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 deps:
890 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700891 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700892 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700893 uses:
894 - grpc_trace
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700895 - grpc_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700896- name: grpc++_base
897 language: c++
898 public_headers:
899 - include/grpc++/alarm.h
900 - include/grpc++/channel.h
901 - include/grpc++/client_context.h
902 - include/grpc++/completion_queue.h
903 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700904 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800905 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700906 - include/grpc++/generic/async_generic_service.h
907 - include/grpc++/generic/generic_stub.h
908 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800909 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700910 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800911 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700912 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700913 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700914 - include/grpc++/impl/grpc_library.h
915 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700916 - include/grpc++/impl/rpc_method.h
917 - include/grpc++/impl/rpc_service_method.h
918 - include/grpc++/impl/serialization_traits.h
919 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700920 - include/grpc++/impl/server_builder_plugin.h
921 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700922 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700923 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700924 - include/grpc++/security/auth_context.h
925 - include/grpc++/security/auth_metadata_processor.h
926 - include/grpc++/security/credentials.h
927 - include/grpc++/security/server_credentials.h
928 - include/grpc++/server.h
929 - include/grpc++/server_builder.h
930 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700931 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700932 - include/grpc++/support/async_stream.h
933 - include/grpc++/support/async_unary_call.h
934 - include/grpc++/support/byte_buffer.h
935 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700936 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 - include/grpc++/support/slice.h
938 - include/grpc++/support/status.h
939 - include/grpc++/support/status_code_enum.h
940 - include/grpc++/support/string_ref.h
941 - include/grpc++/support/stub_options.h
942 - include/grpc++/support/sync_stream.h
943 - include/grpc++/support/time.h
944 headers:
945 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700946 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700947 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800948 - src/cpp/server/health/default_health_check_service.h
949 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700950 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700951 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700953 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700954 - src/cpp/client/client_context.cc
955 - src/cpp/client/create_channel.cc
956 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700957 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700958 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700959 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700960 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700961 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700962 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700963 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700964 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700965 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700966 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700967 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800968 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700969 - src/cpp/server/create_default_thread_pool.cc
970 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800971 - src/cpp/server/health/default_health_check_service.cc
972 - src/cpp/server/health/health.pb.c
973 - src/cpp/server/health/health_check_service.cc
974 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700975 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700976 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700977 - src/cpp/server/server_context.cc
978 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700979 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700980 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700981 - src/cpp/util/byte_buffer_cc.cc
982 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700983 - src/cpp/util/status.cc
984 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700985 - src/cpp/util/time_cc.cc
yang-gc97d0932017-05-19 13:04:34 -0700986 deps:
987 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700988 uses:
yang-g17487f92016-06-03 15:21:15 -0700989 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700990 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700991- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700992 language: c++
993 public_headers:
994 - include/grpc++/impl/codegen/async_stream.h
995 - include/grpc++/impl/codegen/async_unary_call.h
996 - include/grpc++/impl/codegen/call.h
997 - include/grpc++/impl/codegen/call_hook.h
998 - include/grpc++/impl/codegen/channel_interface.h
999 - include/grpc++/impl/codegen/client_context.h
1000 - include/grpc++/impl/codegen/client_unary_call.h
1001 - include/grpc++/impl/codegen/completion_queue.h
1002 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -07001003 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001004 - include/grpc++/impl/codegen/core_codegen_interface.h
1005 - include/grpc++/impl/codegen/create_auth_context.h
1006 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -08001007 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001008 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001009 - include/grpc++/impl/codegen/rpc_method.h
1010 - include/grpc++/impl/codegen/rpc_service_method.h
1011 - include/grpc++/impl/codegen/security/auth_context.h
1012 - include/grpc++/impl/codegen/serialization_traits.h
1013 - include/grpc++/impl/codegen/server_context.h
1014 - include/grpc++/impl/codegen/server_interface.h
1015 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08001016 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001017 - include/grpc++/impl/codegen/status.h
1018 - include/grpc++/impl/codegen/status_code_enum.h
1019 - include/grpc++/impl/codegen/string_ref.h
1020 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001021 - include/grpc++/impl/codegen/sync_stream.h
1022 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001023 uses:
1024 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -07001025- name: grpc++_codegen_base_src
1026 language: c++
1027 src:
1028 - src/cpp/codegen/codegen_init.cc
1029 uses:
1030 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -07001031- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001032 language: c++
1033 public_headers:
yang-g17487f92016-06-03 15:21:15 -07001034 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001035 uses:
yang-g17487f92016-06-03 15:21:15 -07001036 - grpc++_codegen_base
1037 - grpc++_config_proto
1038- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001039 language: c++
1040 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001041 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001042- name: grpc++_reflection_proto
1043 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001044 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001045 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001046- name: grpc++_test
1047 language: c++
1048 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001049 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001050 - include/grpc++/test/server_context_test_spouse.h
1051 deps:
1052 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001053 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001054libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001055- name: gpr
1056 build: all
1057 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001058 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001059 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001060 secure: false
1061 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1062- name: gpr_test_util
1063 build: private
1064 language: c
1065 headers:
1066 - test/core/util/test_config.h
1067 src:
1068 - test/core/util/test_config.c
1069 deps:
1070 - gpr
1071 secure: false
1072 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001073- name: grpc
1074 build: all
1075 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076 src:
1077 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001078 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001079 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001080 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001081 filegroups:
1082 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001083 - grpc_transport_chttp2_server_secure
1084 - grpc_transport_chttp2_client_secure
1085 - grpc_transport_chttp2_server_insecure
1086 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001087 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001088 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001089 - grpc_lb_policy_pick_first
1090 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001091 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001092 - grpc_resolver_dns_native
1093 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001094 - grpc_resolver_fake
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001095 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001096 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001097 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001098 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001099 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001100 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001101 - grpc_workaround_cronet_compression_filter
1102 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001103 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001104 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001105 vs_packages:
1106 - grpc.dependencies.openssl
1107 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001108 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001109- name: grpc_cronet
1110 build: all
1111 language: c
1112 src:
1113 - src/core/lib/surface/init.c
1114 baselib: true
1115 deps_linkage: static
1116 dll: true
1117 filegroups:
1118 - grpc_base
1119 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001120 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001121 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001122 generate_plugin_registry: true
1123 platforms:
1124 - linux
1125 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001126- name: grpc_dll
1127 build: private
1128 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001129 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001130 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001131 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001132 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001133 build_system:
1134 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001135 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001136 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001137 vs_config_type: DynamicLibrary
1138 vs_packages:
1139 - grpc.dependencies.openssl
1140 - grpc.dependencies.zlib
1141 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1142 vs_props:
1143 - zlib
1144 - openssl
1145 - winsock
1146 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147- name: grpc_test_util
1148 build: private
1149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001150 headers:
1151 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001152 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001153 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001154 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001155 - test/core/end2end/data/server1_cert.c
1156 - test/core/end2end/data/server1_key.c
1157 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001158 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001159 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001160 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001161 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001162 - grpc
1163 filegroups:
1164 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001165 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001166 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1167- name: grpc_test_util_unsecure
1168 build: private
1169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001170 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001171 - gpr
1172 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001173 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001174 filegroups:
1175 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001176 secure: false
1177 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1178- name: grpc_unsecure
1179 build: all
1180 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001181 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001182 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001183 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001184 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001185 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001186 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001187 filegroups:
1188 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001189 - grpc_transport_chttp2_server_insecure
1190 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001191 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001192 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001193 - grpc_resolver_dns_native
1194 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001195 - grpc_resolver_fake
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001196 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001197 - grpc_lb_policy_grpclb
1198 - grpc_lb_policy_pick_first
1199 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001200 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001201 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001202 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001203 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001204 - grpc_workaround_cronet_compression_filter
1205 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001206 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207 secure: false
1208 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209- name: reconnect_server
1210 build: private
1211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001212 headers:
1213 - test/core/util/reconnect_server.h
1214 src:
1215 - test/core/util/reconnect_server.c
1216 deps:
yang-gc9fca182015-11-06 16:41:33 -08001217 - test_tcp_server
1218 - grpc_test_util
1219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001220 - gpr_test_util
1221 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001222- name: test_tcp_server
1223 build: private
1224 language: c
1225 headers:
1226 - test/core/util/test_tcp_server.h
1227 src:
1228 - test/core/util/test_tcp_server.c
1229 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001230 - grpc_test_util
1231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001232 - gpr_test_util
1233 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001234- name: grpc++
1235 build: all
1236 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001237 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001238 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001239 - src/cpp/client/secure_credentials.h
1240 - src/cpp/common/secure_auth_context.h
1241 - src/cpp/server/secure_server_credentials.h
1242 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001243 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001244 - src/cpp/client/secure_credentials.cc
1245 - src/cpp/common/auth_property_iterator.cc
1246 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001247 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001248 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001249 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001250 - src/cpp/server/secure_server_credentials.cc
1251 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001252 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253 baselib: true
1254 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001255 filegroups:
1256 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001257 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001258 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001259 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260 secure: check
1261 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001262- name: grpc++_cronet
1263 build: all
1264 language: c++
1265 src:
1266 - src/cpp/client/cronet_credentials.cc
1267 - src/cpp/client/insecure_credentials.cc
1268 - src/cpp/common/insecure_create_auth_context.cc
1269 - src/cpp/server/insecure_server_credentials.cc
1270 deps:
1271 - gpr
1272 - grpc_cronet
1273 baselib: true
1274 dll: true
1275 filegroups:
1276 - grpc++_base
1277 - grpc++_codegen_base
1278 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001279 - grpc_transport_chttp2_client_insecure
1280 - grpc_transport_chttp2_server_insecure
1281 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001282 platforms:
1283 - linux
1284 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001285- name: grpc++_error_details
1286 build: all
1287 language: c++
1288 public_headers:
1289 - include/grpc++/support/error_details.h
1290 src:
1291 - src/proto/grpc/status/status.proto
1292 - src/cpp/util/error_details.cc
1293 deps:
1294 - grpc++
1295 baselib: true
1296 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001297- name: grpc++_proto_reflection_desc_db
1298 build: private
1299 language: c++
1300 headers:
1301 - test/cpp/util/proto_reflection_descriptor_database.h
1302 src:
1303 - test/cpp/util/proto_reflection_descriptor_database.cc
1304 deps:
1305 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001306 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001307 filegroups:
1308 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001309 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001310- name: grpc++_reflection
1311 build: all
1312 language: c++
1313 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001314 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001315 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001316 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001317 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001318 - src/cpp/ext/proto_server_reflection.cc
1319 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001320 deps:
1321 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001322 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001323 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001324 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001325- name: grpc++_test_config
1326 build: private
1327 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001328 headers:
1329 - test/cpp/util/test_config.h
1330 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001331 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001332- name: grpc++_test_util
1333 build: private
1334 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001335 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001336 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001337 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001338 - test/cpp/util/create_test_channel.h
1339 - test/cpp/util/string_ref_helper.h
1340 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001341 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001342 src:
yang-gc8a49d22016-12-12 11:18:49 -08001343 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001344 - src/proto/grpc/testing/echo_messages.proto
1345 - src/proto/grpc/testing/echo.proto
1346 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001347 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001348 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001349 - test/cpp/util/create_test_channel.cc
1350 - test/cpp/util/string_ref_helper.cc
1351 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001352 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001353 deps:
1354 - grpc++
1355 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001356 - grpc
yang-g17487f92016-06-03 15:21:15 -07001357 filegroups:
1358 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001359 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001360 - grpc++_codegen_proto
1361 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001362- name: grpc++_unsecure
1363 build: all
1364 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001365 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001366 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001367 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001368 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001369 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001371 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001372 baselib: true
1373 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001374 filegroups:
1375 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001376 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001377 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001378 secure: false
1379 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001380- name: grpc_benchmark
1381 build: test
1382 language: c++
1383 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001384 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1385 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001386 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001387 src:
1388 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001389 deps:
1390 - benchmark
1391 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001392 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001393 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001394 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001395- name: grpc_cli_libs
1396 build: private
1397 language: c++
1398 headers:
1399 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001400 - test/cpp/util/cli_credentials.h
1401 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001402 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001403 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001404 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001405 src:
1406 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001407 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001408 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001409 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001410 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001411 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001412 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001413 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001414 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001415 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001416 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001417 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001418- name: grpc_plugin_support
1419 build: protoc
1420 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001421 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001422 - src/compiler/config.h
1423 - src/compiler/cpp_generator.h
1424 - src/compiler/cpp_generator_helpers.h
1425 - src/compiler/csharp_generator.h
1426 - src/compiler/csharp_generator_helpers.h
1427 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001428 - src/compiler/node_generator.h
1429 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001430 - src/compiler/objective_c_generator.h
1431 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001432 - src/compiler/php_generator.h
1433 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301434 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001435 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301436 - src/compiler/python_generator_helpers.h
1437 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001438 - src/compiler/ruby_generator.h
1439 - src/compiler/ruby_generator_helpers-inl.h
1440 - src/compiler/ruby_generator_map-inl.h
1441 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301442 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001443 src:
1444 - src/compiler/cpp_generator.cc
1445 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001446 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001447 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001448 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001449 - src/compiler/python_generator.cc
1450 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001451 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001452 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001453 secure: false
1454 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001455 vs_props:
1456 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001457- name: http2_client_main
1458 build: private
1459 language: c++
1460 headers:
1461 - test/cpp/interop/http2_client.h
1462 src:
1463 - src/proto/grpc/testing/empty.proto
1464 - src/proto/grpc/testing/messages.proto
1465 - src/proto/grpc/testing/test.proto
1466 - test/cpp/interop/http2_client.cc
1467 deps:
1468 - grpc++_test_util
1469 - grpc_test_util
1470 - grpc++
1471 - grpc
1472 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473- name: interop_client_helper
1474 build: private
1475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001476 headers:
1477 - test/cpp/interop/client_helper.h
1478 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001479 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001480 - test/cpp/interop/client_helper.cc
1481 deps:
1482 - grpc++_test_util
1483 - grpc_test_util
1484 - grpc++
1485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001486 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487- name: interop_client_main
1488 build: private
1489 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001490 headers:
1491 - test/cpp/interop/interop_client.h
1492 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001493 - src/proto/grpc/testing/empty.proto
1494 - src/proto/grpc/testing/messages.proto
1495 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001496 - test/cpp/interop/client.cc
1497 - test/cpp/interop/interop_client.cc
1498 deps:
1499 - interop_client_helper
1500 - grpc++_test_util
1501 - grpc_test_util
1502 - grpc++
1503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr_test_util
1505 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001506 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507- name: interop_server_helper
1508 build: private
1509 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001510 headers:
1511 - test/cpp/interop/server_helper.h
1512 src:
1513 - test/cpp/interop/server_helper.cc
1514 deps:
yang-gcc591022017-01-11 11:10:43 -08001515 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001516 - grpc_test_util
1517 - grpc++
1518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001519 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001520- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001521 build: private
1522 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001523 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001524 - src/proto/grpc/testing/empty.proto
1525 - src/proto/grpc/testing/messages.proto
1526 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001527 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001528 deps:
1529 - interop_server_helper
1530 - grpc++_test_util
1531 - grpc_test_util
1532 - grpc++
1533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001534 - gpr_test_util
1535 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001536 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001537- name: interop_server_main
1538 build: private
1539 language: c++
1540 src:
1541 - test/cpp/interop/interop_server_bootstrap.cc
1542 deps:
1543 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001544- name: qps
1545 build: private
1546 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001547 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001548 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001549 - test/cpp/qps/client.h
1550 - test/cpp/qps/driver.h
1551 - test/cpp/qps/histogram.h
1552 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001553 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001554 - test/cpp/qps/qps_worker.h
1555 - test/cpp/qps/report.h
1556 - test/cpp/qps/server.h
1557 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001558 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001559 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001560 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001561 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001562 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001563 - src/proto/grpc/testing/control.proto
1564 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001565 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001566 - test/cpp/qps/client_async.cc
1567 - test/cpp/qps/client_sync.cc
1568 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001569 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001570 - test/cpp/qps/qps_worker.cc
1571 - test/cpp/qps/report.cc
1572 - test/cpp/qps/server_async.cc
1573 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001574 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001575 deps:
1576 - grpc_test_util
1577 - grpc++_test_util
1578 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001579 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001580- name: grpc_csharp_ext
1581 build: all
1582 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001583 src:
1584 - src/csharp/ext/grpc_csharp_ext.c
1585 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001588 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001589 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001590 dll: only
1591 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001592 vs_packages:
1593 - grpc.dependencies.openssl
1594 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001595 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001596 vs_props:
1597 - zlib
1598 - openssl
1599 - winsock
1600 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001601targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001602- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001603 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001604 build: test
1605 language: c
1606 src:
1607 - test/core/surface/alarm_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001611 - gpr_test_util
1612 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001613- name: algorithm_test
1614 build: test
1615 language: c
1616 src:
1617 - test/core/compression/algorithm_test.c
1618 deps:
1619 - grpc_test_util
1620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001623- name: alloc_test
1624 build: test
1625 language: c
1626 src:
1627 - test/core/support/alloc_test.c
1628 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001631- name: alpn_test
1632 build: test
1633 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001634 src:
1635 - test/core/transport/chttp2/alpn_test.c
1636 deps:
1637 - grpc_test_util
1638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001639 - gpr_test_util
1640 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001641- name: api_fuzzer
1642 build: fuzzer
1643 language: c
1644 src:
1645 - test/core/end2end/fuzzers/api_fuzzer.c
1646 deps:
1647 - grpc_test_util
1648 - grpc
1649 - gpr_test_util
1650 - gpr
1651 corpus_dirs:
1652 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001653 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001654 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001655- name: arena_test
1656 build: test
1657 language: c
1658 src:
1659 - test/core/support/arena_test.c
1660 deps:
1661 - gpr_test_util
1662 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001663- name: bad_server_response_test
1664 build: test
1665 language: c
1666 src:
1667 - test/core/end2end/bad_server_response_test.c
1668 deps:
1669 - test_tcp_server
1670 - grpc_test_util
1671 - grpc
1672 - gpr_test_util
1673 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001674 exclude_iomgrs:
1675 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001676- name: bdp_estimator_test
1677 build: test
1678 language: c
1679 src:
1680 - test/core/transport/bdp_estimator_test.c
1681 deps:
1682 - grpc_test_util
1683 - grpc
1684 - gpr_test_util
1685 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001686- name: bin_decoder_test
1687 build: test
1688 language: c
1689 src:
1690 - test/core/transport/chttp2/bin_decoder_test.c
1691 deps:
1692 - grpc_test_util
1693 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694- name: bin_encoder_test
1695 build: test
1696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001697 src:
1698 - test/core/transport/chttp2/bin_encoder_test.c
1699 deps:
1700 - grpc_test_util
1701 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001702- name: census_context_test
1703 build: test
1704 language: c
1705 src:
1706 - test/core/census/context_test.c
1707 deps:
1708 - grpc_test_util
1709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001710 - gpr_test_util
1711 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001712- name: census_intrusive_hash_map_test
1713 build: test
1714 language: c
1715 src:
1716 - test/core/census/intrusive_hash_map_test.c
1717 deps:
1718 - grpc_test_util
1719 - grpc
1720 - gpr_test_util
1721 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001722- name: census_resource_test
1723 build: test
1724 language: c
1725 src:
1726 - test/core/census/resource_test.c
1727 deps:
1728 - grpc_test_util
1729 - grpc
1730 - gpr_test_util
1731 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001732- name: census_trace_context_test
1733 build: test
1734 language: c
1735 src:
1736 - test/core/census/trace_context_test.c
1737 deps:
1738 - grpc_test_util
1739 - grpc
1740 - gpr_test_util
1741 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001742- name: channel_create_test
1743 build: test
1744 language: c
1745 src:
1746 - test/core/surface/channel_create_test.c
1747 deps:
1748 - grpc_test_util
1749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001750 - gpr_test_util
1751 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001752- name: check_epollexclusive
1753 build: tool
1754 language: c
1755 src:
1756 - test/build/check_epollexclusive.c
1757 deps:
1758 - grpc
1759 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001760- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761 build: test
1762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001763 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001764 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770- name: chttp2_stream_map_test
1771 build: test
1772 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001773 src:
1774 - test/core/transport/chttp2/stream_map_test.c
1775 deps:
1776 - grpc_test_util
1777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001780- name: chttp2_varint_test
1781 build: test
1782 language: c
1783 src:
1784 - test/core/transport/chttp2/varint_test.c
1785 deps:
1786 - grpc_test_util
1787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001788 - gpr_test_util
1789 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001790- name: client_fuzzer
1791 build: fuzzer
1792 language: c
1793 src:
1794 - test/core/end2end/fuzzers/client_fuzzer.c
1795 deps:
1796 - grpc_test_util
1797 - grpc
1798 - gpr_test_util
1799 - gpr
1800 corpus_dirs:
1801 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001802 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001803 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001804- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001805 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001806 build: test
1807 language: c
1808 src:
1809 - test/core/iomgr/combiner_test.c
1810 deps:
1811 - grpc_test_util
1812 - grpc
1813 - gpr_test_util
1814 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815- name: compression_test
1816 build: test
1817 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001818 src:
1819 - test/core/compression/compression_test.c
1820 deps:
1821 - grpc_test_util
1822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001825- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001826 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001827 build: test
1828 language: c
1829 src:
1830 - test/core/surface/concurrent_connectivity_test.c
1831 deps:
1832 - grpc_test_util
1833 - grpc
1834 - gpr_test_util
1835 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001836 exclude_iomgrs:
1837 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001838- name: connection_refused_test
1839 cpu_cost: 0.1
1840 build: test
1841 language: c
1842 src:
1843 - test/core/end2end/connection_refused_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
1847 - gpr_test_util
1848 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001849- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001850 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001851 build: test
1852 language: c
1853 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001854 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001855 deps:
1856 - grpc_test_util
1857 - grpc
1858 - gpr_test_util
1859 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001860 exclude_iomgrs:
1861 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001862- name: dns_resolver_test
1863 build: test
1864 language: c
1865 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001866 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001867 deps:
1868 - grpc_test_util
1869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001873 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001874 build: test
1875 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001876 src:
1877 - test/core/end2end/dualstack_socket_test.c
1878 deps:
1879 - grpc_test_util
1880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001883 exclude_iomgrs:
1884 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001885 platforms:
1886 - mac
1887 - linux
1888 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001889- name: endpoint_pair_test
1890 build: test
1891 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001892 src:
1893 - test/core/iomgr/endpoint_pair_test.c
1894 deps:
1895 - grpc_test_util
1896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001899 exclude_iomgrs:
1900 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001901- name: error_test
1902 cpu_cost: 30
1903 build: test
1904 language: c
1905 src:
1906 - test/core/iomgr/error_test.c
1907 deps:
1908 - grpc_test_util
1909 - grpc
1910 - gpr_test_util
1911 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00001912- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001913 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001914 build: test
1915 language: c
1916 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00001917 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001918 deps:
1919 - grpc_test_util
1920 - grpc
1921 - gpr_test_util
1922 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001923 exclude_iomgrs:
1924 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001925 platforms:
1926 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001927- name: fake_resolver_test
1928 build: test
1929 language: c
1930 src:
1931 - test/core/client_channel/resolvers/fake_resolver_test.c
1932 deps:
1933 - grpc_test_util
1934 - grpc
1935 - gpr_test_util
1936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: fd_conservation_posix_test
1938 build: test
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/core/iomgr/fd_conservation_posix_test.c
1942 deps:
1943 - grpc_test_util
1944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001945 - gpr_test_util
1946 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001947 exclude_iomgrs:
1948 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001949 platforms:
1950 - mac
1951 - linux
1952 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953- name: fd_posix_test
1954 build: test
1955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001956 src:
1957 - test/core/iomgr/fd_posix_test.c
1958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001963 exclude_iomgrs:
1964 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001965 platforms:
1966 - mac
1967 - linux
1968 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969- name: fling_client
1970 build: test
1971 run: false
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/fling/client.c
1975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001980- name: fling_server
1981 build: test
1982 run: false
1983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001984 src:
1985 - test/core/fling/server.c
1986 deps:
1987 - grpc_test_util
1988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001989 - gpr_test_util
1990 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001991- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001992 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001993 build: test
1994 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001995 src:
1996 - test/core/fling/fling_stream_test.c
1997 deps:
1998 - grpc_test_util
1999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002000 - gpr_test_util
2001 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002002 platforms:
2003 - mac
2004 - linux
2005 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002007 cpu_cost: 1.5
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/fling/fling_test.c
2012 deps:
2013 - grpc_test_util
2014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 - gpr_test_util
2016 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002017 platforms:
2018 - mac
2019 - linux
2020 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: gen_hpack_tables
2022 build: tool
2023 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002024 src:
2025 - tools/codegen/core/gen_hpack_tables.c
2026 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002028 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: gen_legal_metadata_characters
2030 build: tool
2031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
2033 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002035- name: gen_percent_encoding_tables
2036 build: tool
2037 language: c
2038 src:
2039 - tools/codegen/core/gen_percent_encoding_tables.c
2040 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002041- name: goaway_server_test
2042 cpu_cost: 0.1
2043 build: test
2044 language: c
2045 src:
2046 - test/core/end2end/goaway_server_test.c
2047 deps:
2048 - grpc_test_util
2049 - grpc
2050 - gpr_test_util
2051 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002052 exclude_iomgrs:
2053 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002054 platforms:
2055 - mac
2056 - linux
2057 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002058- name: gpr_avl_test
2059 build: test
2060 language: c
2061 src:
2062 - test/core/support/avl_test.c
2063 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002064 - gpr_test_util
2065 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002066- name: gpr_backoff_test
2067 build: test
2068 language: c
2069 src:
2070 - test/core/support/backoff_test.c
2071 deps:
2072 - gpr_test_util
2073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: gpr_cmdline_test
2075 build: test
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/support/cmdline_test.c
2079 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002082- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002083 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002084 build: test
2085 language: c
2086 src:
2087 - test/core/support/cpu_test.c
2088 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: gpr_env_test
2092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/support/env_test.c
2096 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: gpr_histogram_test
2100 build: test
2101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002102 src:
2103 - test/core/support/histogram_test.c
2104 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr_test_util
2106 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002107- name: gpr_host_port_test
2108 build: test
2109 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002110 src:
2111 - test/core/support/host_port_test.c
2112 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115- name: gpr_log_test
2116 build: test
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
2119 - test/core/support/log_test.c
2120 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002121 - gpr_test_util
2122 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002123- name: gpr_mpscq_test
2124 cpu_cost: 30
2125 build: test
2126 language: c
2127 src:
2128 - test/core/support/mpscq_test.c
2129 deps:
2130 - gpr_test_util
2131 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002132- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002133 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002134 build: test
2135 language: c
2136 src:
2137 - test/core/support/spinlock_test.c
2138 deps:
2139 - gpr_test_util
2140 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002141- name: gpr_stack_lockfree_test
2142 cpu_cost: 7
2143 build: test
2144 language: c
2145 src:
2146 - test/core/support/stack_lockfree_test.c
2147 deps:
2148 - gpr_test_util
2149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150- name: gpr_string_test
2151 build: test
2152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002153 src:
2154 - test/core/support/string_test.c
2155 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002159 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160 build: test
2161 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002162 src:
2163 - test/core/support/sync_test.c
2164 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002168 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169 build: test
2170 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002171 src:
2172 - test/core/support/thd_test.c
2173 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176- name: gpr_time_test
2177 build: test
2178 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002179 src:
2180 - test/core/support/time_test.c
2181 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr_test_util
2183 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002184- name: gpr_tls_test
2185 build: test
2186 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002187 src:
2188 - test/core/support/tls_test.c
2189 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002190 - gpr_test_util
2191 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002192- name: gpr_useful_test
2193 build: test
2194 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002195 src:
2196 - test/core/support/useful_test.c
2197 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002198 - gpr_test_util
2199 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002200- name: grpc_auth_context_test
2201 build: test
2202 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002203 src:
2204 - test/core/security/auth_context_test.c
2205 deps:
2206 - grpc_test_util
2207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002208 - gpr_test_util
2209 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002210- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002211 build: test
2212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002213 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002214 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002215 deps:
2216 - grpc_test_util
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002220- name: grpc_byte_buffer_reader_test
2221 build: test
2222 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002223 src:
2224 - test/core/surface/byte_buffer_reader_test.c
2225 deps:
2226 - grpc_test_util
2227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr_test_util
2229 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002230- name: grpc_channel_args_test
2231 build: test
2232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002233 src:
2234 - test/core/channel/channel_args_test.c
2235 deps:
2236 - grpc_test_util
2237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002238 - gpr_test_util
2239 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002240- name: grpc_channel_stack_test
2241 build: test
2242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002243 src:
2244 - test/core/channel/channel_stack_test.c
2245 deps:
2246 - grpc_test_util
2247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 - gpr_test_util
2249 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250- name: grpc_completion_queue_test
2251 build: test
2252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002253 src:
2254 - test/core/surface/completion_queue_test.c
2255 deps:
2256 - grpc_test_util
2257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002258 - gpr_test_util
2259 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002260- name: grpc_completion_queue_threading_test
2261 build: test
2262 language: c
2263 src:
2264 - test/core/surface/completion_queue_threading_test.c
2265 deps:
2266 - grpc_test_util
2267 - grpc
2268 - gpr_test_util
2269 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002270 exclude_iomgrs:
2271 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272- name: grpc_create_jwt
2273 build: tool
2274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002275 src:
2276 - test/core/security/create_jwt.c
2277 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002279 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002280 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002281- name: grpc_credentials_test
2282 build: test
2283 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002284 src:
2285 - test/core/security/credentials_test.c
2286 deps:
2287 - grpc_test_util
2288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002289 - gpr_test_util
2290 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002291- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002292 build: test
2293 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002295 src:
2296 - test/core/security/fetch_oauth2.c
2297 deps:
2298 - grpc_test_util
2299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002302- name: grpc_invalid_channel_args_test
2303 build: test
2304 language: c
2305 src:
2306 - test/core/surface/invalid_channel_args_test.c
2307 deps:
2308 - grpc_test_util
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312- name: grpc_json_token_test
2313 build: test
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
2316 - test/core/security/json_token_test.c
2317 deps:
2318 - grpc_test_util
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002322 platforms:
2323 - linux
2324 - posix
2325 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: grpc_jwt_verifier_test
2327 build: test
2328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
2330 - test/core/security/jwt_verifier_test.c
2331 deps:
2332 - grpc_test_util
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: grpc_print_google_default_creds_token
2337 build: tool
2338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002339 src:
2340 - test/core/security/print_google_default_creds_token.c
2341 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002344- name: grpc_security_connector_test
2345 build: test
2346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002347 src:
2348 - test/core/security/security_connector_test.c
2349 deps:
2350 - grpc_test_util
2351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002352 - gpr_test_util
2353 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002354- name: grpc_verify_jwt
2355 build: tool
2356 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002357 src:
2358 - test/core/security/verify_jwt.c
2359 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002361 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002362- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002363 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002364 language: c
2365 src:
2366 - test/core/handshake/client_ssl.c
2367 deps:
2368 - grpc_test_util
2369 - grpc
2370 - gpr_test_util
2371 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002372 exclude_iomgrs:
2373 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002374 platforms:
2375 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002376 secure: true
2377- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002378 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002379 language: c
2380 src:
2381 - test/core/handshake/server_ssl.c
2382 deps:
2383 - grpc_test_util
2384 - grpc
2385 - gpr_test_util
2386 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002387 platforms:
2388 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002389 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002390- name: hpack_parser_fuzzer_test
2391 build: fuzzer
2392 language: c
2393 src:
2394 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2395 deps:
2396 - grpc_test_util
2397 - grpc
2398 - gpr_test_util
2399 - gpr
2400 corpus_dirs:
2401 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002402 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002403 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: hpack_parser_test
2405 build: test
2406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002407 src:
2408 - test/core/transport/chttp2/hpack_parser_test.c
2409 deps:
2410 - grpc_test_util
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414- name: hpack_table_test
2415 build: test
2416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002417 src:
2418 - test/core/transport/chttp2/hpack_table_test.c
2419 deps:
2420 - grpc_test_util
2421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr_test_util
2423 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002424- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002425 build: test
2426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002427 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002428 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002429 deps:
2430 - grpc_test_util
2431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002432 - gpr_test_util
2433 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002434- name: http_request_fuzzer_test
2435 build: fuzzer
2436 language: c
2437 src:
2438 - test/core/http/request_fuzzer.c
2439 deps:
2440 - grpc_test_util
2441 - grpc
2442 - gpr_test_util
2443 - gpr
2444 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002445 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002446 maxlen: 2048
2447- name: http_response_fuzzer_test
2448 build: fuzzer
2449 language: c
2450 src:
2451 - test/core/http/response_fuzzer.c
2452 deps:
2453 - grpc_test_util
2454 - grpc
2455 - gpr_test_util
2456 - gpr
2457 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002458 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002459 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002460- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461 build: test
2462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002464 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002465 deps:
2466 - grpc_test_util
2467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002468 - gpr_test_util
2469 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002471 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472 build: test
2473 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002474 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002475 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002476 deps:
2477 - grpc_test_util
2478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002479 - gpr_test_util
2480 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002481 platforms:
2482 - mac
2483 - linux
2484 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002485- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002486 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002487 build: test
2488 language: c
2489 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002490 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002491 deps:
2492 - grpc_test_util
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002496 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002497 - linux
yang-gf1183302015-12-07 16:02:05 -08002498- name: init_test
2499 build: test
2500 language: c
2501 src:
2502 - test/core/surface/init_test.c
2503 deps:
2504 - grpc_test_util
2505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002506 - gpr_test_util
2507 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002508- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002509 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002510 build: test
2511 language: c
2512 src:
2513 - test/core/end2end/invalid_call_argument_test.c
2514 deps:
2515 - grpc_test_util
2516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002517 - gpr_test_util
2518 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002519- name: json_fuzzer_test
2520 build: fuzzer
2521 language: c
2522 src:
2523 - test/core/json/fuzzer.c
2524 deps:
2525 - grpc_test_util
2526 - grpc
2527 - gpr_test_util
2528 - gpr
2529 corpus_dirs:
2530 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002531 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002532- name: json_rewrite
2533 build: test
2534 run: false
2535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002536 src:
2537 - test/core/json/json_rewrite.c
2538 deps:
2539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002540 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002541- name: json_rewrite_test
2542 build: test
2543 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002544 src:
2545 - test/core/json/json_rewrite_test.c
2546 deps:
2547 - grpc_test_util
2548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002549 - gpr_test_util
2550 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002551- name: json_stream_error_test
2552 build: test
2553 language: c
2554 src:
2555 - test/core/json/json_stream_error_test.c
2556 deps:
2557 - grpc_test_util
2558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002559 - gpr_test_util
2560 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561- name: json_test
2562 build: test
2563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002564 src:
2565 - test/core/json/json_test.c
2566 deps:
2567 - grpc_test_util
2568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002569 - gpr_test_util
2570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002571- name: lame_client_test
2572 build: test
2573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
2575 - test/core/surface/lame_client_test.c
2576 deps:
2577 - grpc_test_util
2578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002579 - gpr_test_util
2580 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002581- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002582 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002583 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002584 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002585 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002586 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002587 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002588 deps:
2589 - grpc_test_util
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002593- name: load_file_test
2594 build: test
2595 language: c
2596 src:
2597 - test/core/iomgr/load_file_test.c
2598 deps:
2599 - grpc_test_util
2600 - grpc
2601 - gpr_test_util
2602 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002603- name: low_level_ping_pong_benchmark
2604 build: benchmark
2605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002606 src:
2607 - test/core/network_benchmarks/low_level_ping_pong.c
2608 deps:
2609 - grpc_test_util
2610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002611 - gpr_test_util
2612 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002613 platforms:
2614 - mac
2615 - linux
2616 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002617- name: memory_profile_client
2618 build: test
2619 run: false
2620 language: c
2621 src:
2622 - test/core/memory_usage/client.c
2623 deps:
2624 - grpc_test_util
2625 - grpc
2626 - gpr_test_util
2627 - gpr
2628- name: memory_profile_server
2629 build: test
2630 run: false
2631 language: c
2632 src:
2633 - test/core/memory_usage/server.c
2634 deps:
2635 - grpc_test_util
2636 - grpc
2637 - gpr_test_util
2638 - gpr
2639- name: memory_profile_test
2640 cpu_cost: 1.5
2641 build: test
2642 language: c
2643 src:
2644 - test/core/memory_usage/memory_usage_test.c
2645 deps:
2646 - grpc_test_util
2647 - grpc
2648 - gpr_test_util
2649 - gpr
2650 platforms:
2651 - mac
2652 - linux
2653 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002654- name: message_compress_test
2655 build: test
2656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002657 src:
2658 - test/core/compression/message_compress_test.c
2659 deps:
2660 - grpc_test_util
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002664- name: minimal_stack_is_minimal_test
2665 build: test
2666 language: c
2667 src:
2668 - test/core/channel/minimal_stack_is_minimal_test.c
2669 deps:
2670 - grpc_test_util
2671 - grpc
2672 - gpr_test_util
2673 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002674- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002675 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002676 build: test
2677 language: c
2678 src:
2679 - test/core/census/mlog_test.c
2680 deps:
2681 - grpc_test_util
2682 - grpc
2683 - gpr_test_util
2684 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002685- name: multiple_server_queues_test
2686 build: test
2687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002688 src:
2689 - test/core/end2end/multiple_server_queues_test.c
2690 deps:
2691 - grpc_test_util
2692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 - gpr_test_util
2694 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002695- name: murmur_hash_test
2696 build: test
2697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002698 src:
2699 - test/core/support/murmur_hash_test.c
2700 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002701 - gpr_test_util
2702 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002703- name: nanopb_fuzzer_response_test
2704 build: fuzzer
2705 language: c
2706 src:
2707 - test/core/nanopb/fuzzer_response.c
2708 deps:
2709 - grpc_test_util
2710 - grpc
2711 - gpr_test_util
2712 - gpr
2713 corpus_dirs:
2714 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002715 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002716- name: nanopb_fuzzer_serverlist_test
2717 build: fuzzer
2718 language: c
2719 src:
2720 - test/core/nanopb/fuzzer_serverlist.c
2721 deps:
2722 - grpc_test_util
2723 - grpc
2724 - gpr_test_util
2725 - gpr
2726 corpus_dirs:
2727 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002728 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002729- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002730 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002731 build: test
2732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002733 src:
2734 - test/core/end2end/no_server_test.c
2735 deps:
2736 - grpc_test_util
2737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002738 - gpr_test_util
2739 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002740- name: num_external_connectivity_watchers_test
2741 build: test
2742 language: c
2743 src:
2744 - test/core/surface/num_external_connectivity_watchers_test.c
2745 deps:
2746 - grpc_test_util
2747 - grpc
2748 - gpr_test_util
2749 - gpr
2750 exclude_iomgrs:
2751 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002752- name: parse_address_test
2753 build: test
2754 language: c
2755 src:
2756 - test/core/client_channel/parse_address_test.c
2757 deps:
2758 - grpc_test_util
2759 - grpc
2760 - gpr_test_util
2761 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002762- name: percent_decode_fuzzer
2763 build: fuzzer
2764 language: c
2765 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002766 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002767 deps:
2768 - grpc_test_util
2769 - grpc
2770 - gpr_test_util
2771 - gpr
2772 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002773 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002774 maxlen: 32
2775- name: percent_encode_fuzzer
2776 build: fuzzer
2777 language: c
2778 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002779 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002780 deps:
2781 - grpc_test_util
2782 - grpc
2783 - gpr_test_util
2784 - gpr
2785 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002786 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002787 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002788- name: percent_encoding_test
2789 build: test
2790 language: c
2791 src:
2792 - test/core/slice/percent_encoding_test.c
2793 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002794 - grpc_test_util
2795 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002796 - gpr_test_util
2797 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002798- name: pollset_set_test
2799 build: test
2800 language: c
2801 src:
2802 - test/core/iomgr/pollset_set_test.c
2803 deps:
2804 - grpc_test_util
2805 - grpc
2806 - gpr_test_util
2807 - gpr
2808 exclude_iomgrs:
2809 - uv
2810 platforms:
2811 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002812- name: resolve_address_posix_test
2813 build: test
2814 language: c
2815 src:
2816 - test/core/iomgr/resolve_address_posix_test.c
2817 deps:
2818 - grpc_test_util
2819 - grpc
2820 - gpr_test_util
2821 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002822 exclude_iomgrs:
2823 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002824 platforms:
2825 - mac
2826 - linux
2827 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002828- name: resolve_address_test
2829 build: test
2830 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002831 src:
2832 - test/core/iomgr/resolve_address_test.c
2833 deps:
2834 - grpc_test_util
2835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002836 - gpr_test_util
2837 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002838- name: resource_quota_test
2839 cpu_cost: 30
2840 build: test
2841 language: c
2842 src:
2843 - test/core/iomgr/resource_quota_test.c
2844 deps:
2845 - grpc_test_util
2846 - grpc
2847 - gpr_test_util
2848 - gpr
yang-gd482e592015-12-10 14:04:00 -08002849- name: secure_channel_create_test
2850 build: test
2851 language: c
2852 src:
2853 - test/core/surface/secure_channel_create_test.c
2854 deps:
2855 - grpc_test_util
2856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002857 - gpr_test_util
2858 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002859- name: secure_endpoint_test
2860 build: test
2861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002862 src:
2863 - test/core/security/secure_endpoint_test.c
2864 deps:
2865 - grpc_test_util
2866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002867 - gpr_test_util
2868 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002869 exclude_iomgrs:
2870 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002871- name: sequential_connectivity_test
2872 build: test
2873 language: c
2874 src:
2875 - test/core/surface/sequential_connectivity_test.c
2876 deps:
2877 - grpc_test_util
2878 - grpc
2879 - gpr_test_util
2880 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002881 exclude_iomgrs:
2882 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002883- name: server_chttp2_test
2884 build: test
2885 language: c
2886 src:
2887 - test/core/surface/server_chttp2_test.c
2888 deps:
2889 - grpc_test_util
2890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002891 - gpr_test_util
2892 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002893- name: server_fuzzer
2894 build: fuzzer
2895 language: c
2896 src:
2897 - test/core/end2end/fuzzers/server_fuzzer.c
2898 deps:
2899 - grpc_test_util
2900 - grpc
2901 - gpr_test_util
2902 - gpr
2903 corpus_dirs:
2904 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002905 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002906 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002907- name: server_test
2908 build: test
2909 language: c
2910 src:
2911 - test/core/surface/server_test.c
2912 deps:
2913 - grpc_test_util
2914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002915 - gpr_test_util
2916 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002917- name: slice_buffer_test
2918 build: test
2919 language: c
2920 src:
2921 - test/core/slice/slice_buffer_test.c
2922 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002923 - grpc_test_util
2924 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002925 - gpr_test_util
2926 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002927- name: slice_hash_table_test
2928 build: test
2929 language: c
2930 src:
2931 - test/core/slice/slice_hash_table_test.c
2932 deps:
2933 - grpc_test_util
2934 - grpc
2935 - gpr_test_util
2936 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002937- name: slice_string_helpers_test
2938 build: test
2939 language: c
2940 src:
2941 - test/core/slice/slice_string_helpers_test.c
2942 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002943 - grpc_test_util
2944 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002945 - gpr_test_util
2946 - gpr
2947- name: slice_test
2948 build: test
2949 language: c
2950 src:
2951 - test/core/slice/slice_test.c
2952 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002953 - grpc_test_util
2954 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002955 - gpr_test_util
2956 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002957- name: sockaddr_resolver_test
2958 build: test
2959 language: c
2960 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002961 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002962 deps:
2963 - grpc_test_util
2964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002965 - gpr_test_util
2966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002967- name: sockaddr_utils_test
2968 build: test
2969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002970 src:
2971 - test/core/iomgr/sockaddr_utils_test.c
2972 deps:
2973 - grpc_test_util
2974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002975 - gpr_test_util
2976 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002977- name: socket_utils_test
2978 build: test
2979 language: c
2980 src:
2981 - test/core/iomgr/socket_utils_test.c
2982 deps:
2983 - grpc_test_util
2984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002985 - gpr_test_util
2986 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002987 exclude_iomgrs:
2988 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002989 platforms:
2990 - mac
2991 - linux
2992 - posix
yang-g31e21282016-11-04 15:10:03 -07002993- name: ssl_server_fuzzer
2994 build: fuzzer
2995 language: c
2996 src:
2997 - test/core/security/ssl_server_fuzzer.c
2998 deps:
2999 - grpc_test_util
3000 - grpc
3001 - gpr_test_util
3002 - gpr
3003 corpus_dirs:
3004 - test/core/security/corpus/ssl_server_corpus
3005 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003006- name: status_conversion_test
3007 build: test
3008 language: c
3009 src:
3010 - test/core/transport/status_conversion_test.c
3011 deps:
3012 - grpc_test_util
3013 - grpc
3014 - gpr_test_util
3015 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003016- name: stream_owned_slice_test
3017 build: test
3018 language: c
3019 src:
3020 - test/core/transport/stream_owned_slice_test.c
3021 deps:
3022 - grpc_test_util
3023 - grpc
3024 - gpr_test_util
3025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003026- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003027 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003028 build: test
3029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003030 src:
3031 - test/core/iomgr/tcp_client_posix_test.c
3032 deps:
3033 - grpc_test_util
3034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003035 - gpr_test_util
3036 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003037 exclude_iomgrs:
3038 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003039 platforms:
3040 - mac
3041 - linux
3042 - posix
murgatroid991191b722017-02-08 11:56:52 -08003043- name: tcp_client_uv_test
3044 cpu_cost: 0.5
3045 build: test
3046 language: c
3047 src:
3048 - test/core/iomgr/tcp_client_uv_test.c
3049 deps:
3050 - grpc_test_util
3051 - grpc
3052 - gpr_test_util
3053 - gpr
3054 exclude_iomgrs:
3055 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003056- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003057 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003058 build: test
3059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003060 src:
3061 - test/core/iomgr/tcp_posix_test.c
3062 deps:
3063 - grpc_test_util
3064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003065 - gpr_test_util
3066 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003067 exclude_iomgrs:
3068 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003069 platforms:
3070 - mac
3071 - linux
3072 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003073- name: tcp_server_posix_test
3074 build: test
3075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003076 src:
3077 - test/core/iomgr/tcp_server_posix_test.c
3078 deps:
3079 - grpc_test_util
3080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003081 - gpr_test_util
3082 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003083 exclude_iomgrs:
3084 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003085 platforms:
3086 - mac
3087 - linux
3088 - posix
murgatroid991191b722017-02-08 11:56:52 -08003089- name: tcp_server_uv_test
3090 build: test
3091 language: c
3092 src:
3093 - test/core/iomgr/tcp_server_uv_test.c
3094 deps:
3095 - grpc_test_util
3096 - grpc
3097 - gpr_test_util
3098 - gpr
3099 exclude_iomgrs:
3100 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003101- name: time_averaged_stats_test
3102 build: test
3103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003104 src:
3105 - test/core/iomgr/time_averaged_stats_test.c
3106 deps:
3107 - grpc_test_util
3108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003109 - gpr_test_util
3110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003111- name: timeout_encoding_test
3112 build: test
3113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003114 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003115 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003116 deps:
3117 - grpc_test_util
3118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003119 - gpr_test_util
3120 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003121- name: timer_heap_test
3122 build: test
3123 language: c
3124 src:
3125 - test/core/iomgr/timer_heap_test.c
3126 deps:
3127 - grpc_test_util
3128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003129 - gpr_test_util
3130 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003131 exclude_iomgrs:
3132 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003133- name: timer_list_test
3134 build: test
3135 language: c
3136 src:
3137 - test/core/iomgr/timer_list_test.c
3138 deps:
3139 - grpc_test_util
3140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003141 - gpr_test_util
3142 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003143 exclude_iomgrs:
3144 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003145- name: transport_connectivity_state_test
3146 build: test
3147 language: c
3148 src:
3149 - test/core/transport/connectivity_state_test.c
3150 deps:
3151 - grpc_test_util
3152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003153 - gpr_test_util
3154 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003155- name: transport_metadata_test
3156 build: test
3157 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003158 src:
3159 - test/core/transport/metadata_test.c
3160 deps:
3161 - grpc_test_util
3162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003163 - gpr_test_util
3164 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003165- name: transport_pid_controller_test
3166 build: test
3167 language: c
3168 src:
3169 - test/core/transport/pid_controller_test.c
3170 deps:
3171 - grpc_test_util
3172 - grpc
3173 - gpr_test_util
3174 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003175- name: transport_security_test
3176 build: test
3177 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003178 src:
3179 - test/core/tsi/transport_security_test.c
3180 deps:
3181 - grpc_test_util
3182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003183 - gpr_test_util
3184 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003185 platforms:
3186 - linux
3187 - posix
3188 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003189- name: udp_server_test
3190 build: test
3191 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003192 src:
3193 - test/core/iomgr/udp_server_test.c
3194 deps:
3195 - grpc_test_util
3196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003197 - gpr_test_util
3198 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003199 exclude_iomgrs:
3200 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003201 platforms:
3202 - mac
3203 - linux
3204 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003205- name: uri_fuzzer_test
3206 build: fuzzer
3207 language: c
3208 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003209 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003210 deps:
3211 - grpc_test_util
3212 - grpc
3213 - gpr_test_util
3214 - gpr
3215 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003216 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003217 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003218- name: uri_parser_test
3219 build: test
3220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003221 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003222 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003223 deps:
3224 - grpc_test_util
3225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003226 - gpr_test_util
3227 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003228- name: wakeup_fd_cv_test
3229 build: test
3230 language: c
3231 src:
3232 - test/core/iomgr/wakeup_fd_cv_test.c
3233 deps:
3234 - grpc_test_util
3235 - grpc
3236 - gpr_test_util
3237 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003238 exclude_iomgrs:
3239 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003240 platforms:
3241 - mac
3242 - linux
3243 - posix
vjpai04e992a2016-02-10 16:58:38 -08003244- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003245 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003246 build: test
3247 language: c++
3248 src:
3249 - test/cpp/common/alarm_cpp_test.cc
3250 deps:
3251 - grpc++_test_util
3252 - grpc_test_util
3253 - grpc++
3254 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003255 - gpr_test_util
3256 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003257- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003258 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003259 build: test
3260 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003261 src:
3262 - test/cpp/end2end/async_end2end_test.cc
3263 deps:
3264 - grpc++_test_util
3265 - grpc_test_util
3266 - grpc++
3267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003268 - gpr_test_util
3269 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003270- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003271 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003272 build: test
3273 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003274 src:
3275 - test/cpp/common/auth_property_iterator_test.cc
3276 deps:
3277 - grpc++_test_util
3278 - grpc_test_util
3279 - grpc++
3280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003281 - gpr_test_util
3282 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003283- name: bm_arena
3284 build: test
3285 language: c++
3286 src:
3287 - test/cpp/microbenchmarks/bm_arena.cc
3288 deps:
3289 - grpc_benchmark
3290 - benchmark
3291 - grpc++_test_util
3292 - grpc_test_util
3293 - grpc++
3294 - grpc
3295 - gpr_test_util
3296 - gpr
3297 args:
3298 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003299 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003300 platforms:
3301 - mac
3302 - linux
3303 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003304- name: bm_call_create
3305 build: test
3306 language: c++
3307 src:
3308 - test/cpp/microbenchmarks/bm_call_create.cc
3309 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003310 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003311 - benchmark
3312 - grpc++_test_util
3313 - grpc_test_util
3314 - grpc++
3315 - grpc
3316 - gpr_test_util
3317 - gpr
3318 args:
3319 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003320 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003321 platforms:
3322 - mac
3323 - linux
3324 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003325- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003326 build: test
3327 language: c++
3328 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003329 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003330 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003331 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003332 - benchmark
3333 - grpc++_test_util
3334 - grpc_test_util
3335 - grpc++
3336 - grpc
3337 - gpr_test_util
3338 - gpr
3339 args:
3340 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003341 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003342 platforms:
3343 - mac
3344 - linux
3345 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003346- name: bm_chttp2_transport
3347 build: test
3348 language: c++
3349 src:
3350 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3351 deps:
3352 - grpc_benchmark
3353 - benchmark
3354 - grpc++_test_util
3355 - grpc_test_util
3356 - grpc++
3357 - grpc
3358 - gpr_test_util
3359 - gpr
3360 args:
3361 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003362 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003363 platforms:
3364 - mac
3365 - linux
3366 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003367- name: bm_closure
3368 build: test
3369 language: c++
3370 src:
3371 - test/cpp/microbenchmarks/bm_closure.cc
3372 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003373 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003374 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003375 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003376 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003377 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003378 - grpc
3379 - gpr_test_util
3380 - gpr
3381 args:
3382 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003383 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003384 platforms:
3385 - mac
3386 - linux
3387 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003388- name: bm_cq
3389 build: test
3390 language: c++
3391 src:
3392 - test/cpp/microbenchmarks/bm_cq.cc
3393 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003394 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003395 - benchmark
3396 - grpc++_test_util
3397 - grpc_test_util
3398 - grpc++
3399 - grpc
3400 - gpr_test_util
3401 - gpr
3402 args:
3403 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003404 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003405 platforms:
3406 - mac
3407 - linux
3408 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003409- name: bm_cq_multiple_threads
3410 build: test
3411 language: c++
3412 src:
3413 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3414 deps:
3415 - grpc_benchmark
3416 - benchmark
3417 - grpc++_test_util
3418 - grpc_test_util
3419 - grpc++
3420 - grpc
3421 - gpr_test_util
3422 - gpr
3423 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003424 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003425 defaults: benchmark
3426 platforms:
3427 - mac
3428 - linux
3429 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003430- name: bm_error
3431 build: test
3432 language: c++
3433 src:
3434 - test/cpp/microbenchmarks/bm_error.cc
3435 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003436 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003437 - benchmark
3438 - grpc++_test_util
3439 - grpc_test_util
3440 - grpc++
3441 - grpc
3442 - gpr_test_util
3443 - gpr
3444 args:
3445 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003446 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003447 platforms:
3448 - mac
3449 - linux
3450 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003451- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003452 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003453 language: c++
3454 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003455 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003456 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003457 - grpc_benchmark
3458 - benchmark
3459 - grpc++_test_util
3460 - grpc_test_util
3461 - grpc++
3462 - grpc
3463 - gpr_test_util
3464 - gpr
3465 args:
3466 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003467 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003468 excluded_poll_engines:
3469 - poll
3470 - poll-cv
3471 platforms:
3472 - mac
3473 - linux
3474 - posix
3475 timeout_seconds: 1200
3476- name: bm_fullstack_streaming_pump
3477 build: test
3478 language: c++
3479 src:
3480 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003481 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003482 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003483 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003484 - grpc++_test_util
3485 - grpc_test_util
3486 - grpc++
3487 - grpc
3488 - gpr_test_util
3489 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003490 args:
3491 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003492 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003493 excluded_poll_engines:
3494 - poll
3495 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003496 platforms:
3497 - mac
3498 - linux
3499 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003500 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003501- name: bm_fullstack_trickle
3502 build: test
3503 language: c++
3504 src:
3505 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3506 deps:
3507 - grpc_benchmark
3508 - benchmark
3509 - grpc++_test_util
3510 - grpc_test_util
3511 - grpc++
3512 - grpc
3513 - gpr_test_util
3514 - gpr
3515 args:
3516 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003517 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003518 excluded_poll_engines:
3519 - poll
3520 - poll-cv
3521 platforms:
3522 - mac
3523 - linux
3524 - posix
3525 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003526- name: bm_fullstack_unary_ping_pong
3527 build: test
3528 language: c++
3529 src:
3530 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3531 deps:
3532 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003533 - benchmark
3534 - grpc++_test_util
3535 - grpc_test_util
3536 - grpc++
3537 - grpc
3538 - gpr_test_util
3539 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003540 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003541 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003542 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003543 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003544 - poll
3545 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003546 platforms:
3547 - mac
3548 - linux
3549 - posix
3550 timeout_seconds: 1200
3551- name: bm_metadata
3552 build: test
3553 language: c++
3554 src:
3555 - test/cpp/microbenchmarks/bm_metadata.cc
3556 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003557 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003558 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003559 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003560 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003561 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003562 - grpc
3563 - gpr_test_util
3564 - gpr
3565 args:
3566 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003567 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003568 platforms:
3569 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003570 - linux
3571 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003572- name: bm_pollset
3573 build: test
3574 language: c++
3575 src:
3576 - test/cpp/microbenchmarks/bm_pollset.cc
3577 deps:
3578 - grpc_benchmark
3579 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003580 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003581 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003582 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003583 - grpc
3584 - gpr_test_util
3585 - gpr
3586 args:
3587 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003588 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003589 platforms:
3590 - mac
3591 - linux
3592 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003593- name: channel_arguments_test
3594 gtest: true
3595 build: test
3596 language: c++
3597 src:
3598 - test/cpp/common/channel_arguments_test.cc
3599 deps:
3600 - grpc++
3601 - grpc
3602 - gpr
3603- name: channel_filter_test
3604 gtest: true
3605 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003606 language: c++
3607 src:
3608 - test/cpp/common/channel_filter_test.cc
3609 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003610 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003611 - grpc
3612 - gpr
3613- name: cli_call_test
3614 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003615 build: test
3616 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003617 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003618 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003619 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003620 - grpc_cli_libs
3621 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003622 - grpc_test_util
3623 - grpc++
3624 - grpc
3625 - gpr_test_util
3626 - gpr
3627- name: client_crash_test
3628 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003629 cpu_cost: 0.1
3630 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003631 language: c++
3632 src:
3633 - test/cpp/end2end/client_crash_test.cc
3634 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003635 - grpc++_test_util
3636 - grpc_test_util
3637 - grpc++
3638 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003639 - gpr_test_util
3640 - gpr
3641 platforms:
3642 - mac
3643 - linux
3644 - posix
3645- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003646 build: test
3647 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003648 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003649 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003650 - test/cpp/end2end/client_crash_test_server.cc
3651 deps:
3652 - grpc++_test_util
3653 - grpc_test_util
3654 - grpc++
3655 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003656 - gpr_test_util
3657 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003658- name: client_lb_end2end_test
3659 gtest: true
3660 build: test
3661 language: c++
3662 src:
3663 - test/cpp/end2end/client_lb_end2end_test.cc
3664 deps:
3665 - grpc++_test_util
3666 - grpc_test_util
3667 - grpc++
3668 - grpc
3669 - gpr_test_util
3670 - gpr
3671 excluded_poll_engines:
3672 - poll
3673 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003674- name: codegen_test_full
3675 gtest: true
3676 build: test
3677 language: c++
3678 src:
3679 - src/proto/grpc/testing/control.proto
3680 - src/proto/grpc/testing/messages.proto
3681 - src/proto/grpc/testing/payloads.proto
3682 - src/proto/grpc/testing/services.proto
3683 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003684 - test/cpp/codegen/codegen_test_full.cc
3685 deps:
3686 - grpc++
3687 - grpc
3688 - gpr
3689 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003690 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003691- name: codegen_test_minimal
3692 gtest: true
3693 build: test
3694 language: c++
3695 src:
3696 - src/proto/grpc/testing/control.proto
3697 - src/proto/grpc/testing/messages.proto
3698 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003699 - src/proto/grpc/testing/services.proto
3700 - src/proto/grpc/testing/stats.proto
3701 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003702 deps:
3703 - grpc
3704 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003705 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003706 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003707 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003708- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003709 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003710 build: test
3711 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003712 src:
3713 - test/cpp/client/credentials_test.cc
3714 deps:
3715 - grpc++
3716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003718- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003719 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003720 build: test
3721 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003722 src:
3723 - test/cpp/util/byte_buffer_test.cc
3724 deps:
3725 - grpc_test_util
3726 - grpc++
3727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003728 - gpr_test_util
3729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003730- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003731 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003732 build: test
3733 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003734 src:
3735 - test/cpp/util/slice_test.cc
3736 deps:
3737 - grpc_test_util
3738 - grpc++
3739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003740 - gpr_test_util
3741 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003742- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003743 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003744 build: test
3745 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003746 src:
3747 - test/cpp/util/string_ref_test.cc
3748 deps:
3749 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003750 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003751- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003752 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003753 build: test
3754 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003755 src:
3756 - test/cpp/util/time_test.cc
3757 deps:
3758 - grpc_test_util
3759 - grpc++
3760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003761 - gpr_test_util
3762 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003763- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003764 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003765 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003766 build: test
3767 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003768 src:
3769 - test/cpp/end2end/end2end_test.cc
3770 deps:
3771 - grpc++_test_util
3772 - grpc_test_util
3773 - grpc++
3774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003775 - gpr_test_util
3776 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003777- name: error_details_test
3778 gtest: true
3779 build: test
3780 language: c++
3781 src:
3782 - src/proto/grpc/testing/echo_messages.proto
3783 - test/cpp/util/error_details_test.cc
3784 deps:
3785 - grpc++_error_details
3786 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003787- name: filter_end2end_test
3788 gtest: true
3789 build: test
3790 language: c++
3791 src:
3792 - test/cpp/end2end/filter_end2end_test.cc
3793 deps:
3794 - grpc++_test_util
3795 - grpc_test_util
3796 - grpc++
3797 - grpc
3798 - gpr_test_util
3799 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003800- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003801 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003802 build: test
3803 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003804 src:
3805 - test/cpp/end2end/generic_end2end_test.cc
3806 deps:
3807 - grpc++_test_util
3808 - grpc_test_util
3809 - grpc++
3810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003811 - gpr_test_util
3812 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003813- name: golden_file_test
3814 gtest: true
3815 build: test
3816 language: c++
3817 src:
3818 - src/proto/grpc/testing/compiler_test.proto
3819 - test/cpp/codegen/golden_file_test.cc
3820 deps:
3821 - grpc++
3822 - grpc
3823 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003824 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003825 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003826- name: grpc_cli
3827 build: test
3828 run: false
3829 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003830 src:
3831 - test/cpp/util/grpc_cli.cc
3832 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003833 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003834 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003835 - grpc++
3836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003837 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003838 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003839- name: grpc_cpp_plugin
3840 build: protoc
3841 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003842 src:
3843 - src/compiler/cpp_plugin.cc
3844 deps:
3845 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003846 secure: false
3847 vs_config_type: Application
3848 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3849- name: grpc_csharp_plugin
3850 build: protoc
3851 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003852 src:
3853 - src/compiler/csharp_plugin.cc
3854 deps:
3855 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003856 secure: false
3857 vs_config_type: Application
3858 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003859- name: grpc_node_plugin
3860 build: protoc
3861 language: c++
3862 src:
3863 - src/compiler/node_plugin.cc
3864 deps:
3865 - grpc_plugin_support
3866 secure: false
3867 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003868- name: grpc_objective_c_plugin
3869 build: protoc
3870 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003871 src:
3872 - src/compiler/objective_c_plugin.cc
3873 deps:
3874 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003875 secure: false
3876 vs_config_type: Application
3877 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003878- name: grpc_php_plugin
3879 build: protoc
3880 language: c++
3881 src:
3882 - src/compiler/php_plugin.cc
3883 deps:
3884 - grpc_plugin_support
3885 secure: false
3886 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003887- name: grpc_python_plugin
3888 build: protoc
3889 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003890 src:
3891 - src/compiler/python_plugin.cc
3892 deps:
3893 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003894 secure: false
3895 vs_config_type: Application
3896 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3897- name: grpc_ruby_plugin
3898 build: protoc
3899 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003900 src:
3901 - src/compiler/ruby_plugin.cc
3902 deps:
3903 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003904 secure: false
3905 vs_config_type: Application
3906 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003907- name: grpc_tool_test
3908 gtest: true
3909 build: test
3910 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003911 src:
3912 - src/proto/grpc/testing/echo.proto
3913 - src/proto/grpc/testing/echo_messages.proto
3914 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003915 deps:
3916 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003917 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003918 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003919 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003920 - grpc_test_util
3921 - grpc++
3922 - grpc
3923 - gpr_test_util
3924 - gpr
3925 filegroups:
3926 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003927- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003928 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003929 build: test
3930 language: c++
3931 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003932 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003933 - test/cpp/grpclb/grpclb_api_test.cc
3934 deps:
3935 - grpc++_test_util
3936 - grpc_test_util
3937 - grpc++
3938 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07003939- name: grpclb_end2end_test
3940 gtest: true
3941 build: test
3942 language: c++
3943 src:
3944 - src/proto/grpc/lb/v1/load_balancer.proto
3945 - test/cpp/end2end/grpclb_end2end_test.cc
3946 deps:
3947 - grpc++_test_util
3948 - grpc_test_util
3949 - grpc++
3950 - grpc
3951 - gpr_test_util
3952 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003953 excluded_poll_engines:
3954 - poll
3955 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07003956- name: grpclb_test
3957 gtest: false
3958 build: test
3959 language: c++
3960 src:
3961 - src/proto/grpc/lb/v1/load_balancer.proto
3962 - test/cpp/grpclb/grpclb_test.cc
3963 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003964 - grpc++_test_util
3965 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003966 - grpc++
3967 - grpc
3968 - gpr_test_util
3969 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003970 excluded_poll_engines:
3971 - poll
3972 - poll-cv
yang-gad327642016-12-12 14:32:09 -08003973- name: health_service_end2end_test
3974 gtest: true
3975 build: test
3976 language: c++
3977 src:
3978 - test/cpp/end2end/health_service_end2end_test.cc
3979 deps:
3980 - grpc++_test_util
3981 - grpc_test_util
3982 - grpc++
3983 - grpc
3984 - gpr_test_util
3985 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003986- name: http2_client
3987 build: test
3988 run: false
3989 language: c++
3990 src: []
3991 deps:
3992 - http2_client_main
3993 - grpc++_test_util
3994 - grpc_test_util
3995 - grpc++
3996 - grpc
3997 - grpc++_test_config
3998 platforms:
3999 - mac
4000 - linux
4001 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004002- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004003 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004004 build: test
4005 language: c++
4006 src:
4007 - test/cpp/end2end/hybrid_end2end_test.cc
4008 deps:
4009 - grpc++_test_util
4010 - grpc_test_util
4011 - grpc++
4012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004013 - gpr_test_util
4014 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004015- name: interop_client
4016 build: test
4017 run: false
4018 language: c++
4019 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004020 deps:
4021 - interop_client_main
4022 - interop_client_helper
4023 - grpc++_test_util
4024 - grpc_test_util
4025 - grpc++
4026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004027 - gpr_test_util
4028 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004029 - grpc++_test_config
4030 platforms:
4031 - mac
4032 - linux
4033 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004034- name: interop_server
4035 build: test
4036 run: false
4037 language: c++
4038 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004039 deps:
4040 - interop_server_main
4041 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004042 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004043 - grpc++_test_util
4044 - grpc_test_util
4045 - grpc++
4046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004047 - gpr_test_util
4048 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004049 - grpc++_test_config
4050 platforms:
4051 - mac
4052 - linux
4053 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004054- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004055 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004056 build: test
4057 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004058 src:
4059 - test/cpp/interop/interop_test.cc
4060 deps:
4061 - grpc_test_util
4062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004063 - gpr_test_util
4064 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004065 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004066 platforms:
4067 - mac
4068 - linux
4069 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004070- name: json_run_localhost
4071 build: test
4072 run: false
4073 language: c++
4074 src:
4075 - test/cpp/qps/json_run_localhost.cc
4076 deps:
4077 - grpc++_test_util
4078 - grpc_test_util
4079 - grpc++
4080 - grpc
4081 - gpr_test_util
4082 - gpr
4083 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004084 platforms:
4085 - mac
4086 - linux
4087 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004088- name: memory_test
4089 gtest: true
4090 build: test
4091 language: c++
4092 src:
4093 - test/core/support/memory_test.cc
4094 deps:
4095 - grpc_test_util
4096 - grpc++
4097 - grpc
4098 - gpr_test_util
4099 - gpr
4100 uses:
4101 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004102- name: metrics_client
4103 build: test
4104 run: false
4105 language: c++
4106 headers:
4107 - test/cpp/util/metrics_server.h
4108 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004109 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004110 - test/cpp/interop/metrics_client.cc
4111 deps:
4112 - grpc++
4113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004114 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004115 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004116- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004117 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004118 build: test
4119 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004120 headers:
4121 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004122 src:
4123 - test/cpp/end2end/mock_test.cc
4124 deps:
4125 - grpc++_test_util
4126 - grpc_test_util
4127 - grpc++
4128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004129 - gpr_test_util
4130 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004131- name: noop-benchmark
4132 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004133 language: c++
4134 src:
4135 - test/cpp/microbenchmarks/noop-benchmark.cc
4136 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004137 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004138 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004139- name: proto_server_reflection_test
4140 gtest: true
4141 build: test
4142 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004143 src:
4144 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004145 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004146 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004147 - grpc++_reflection
4148 - grpc++_test_util
4149 - grpc_test_util
4150 - grpc++
4151 - grpc
4152 - gpr_test_util
4153 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004154- name: proto_utils_test
4155 gtest: true
4156 build: test
4157 language: c++
4158 src:
4159 - test/cpp/codegen/proto_utils_test.cc
4160 deps:
4161 - grpc++
4162 - grpc
4163 filegroups:
4164 - grpc++_codegen_base
4165 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004166- name: qps_interarrival_test
4167 build: test
4168 run: false
4169 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004170 src:
4171 - test/cpp/qps/qps_interarrival_test.cc
4172 deps:
4173 - qps
4174 - grpc++_test_util
4175 - grpc_test_util
4176 - grpc++
4177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004178 - gpr_test_util
4179 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004180 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004181 platforms:
4182 - mac
4183 - linux
4184 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004185- name: qps_json_driver
4186 build: test
4187 run: false
4188 language: c++
4189 src:
4190 - test/cpp/qps/qps_json_driver.cc
4191 deps:
4192 - qps
4193 - grpc++_test_util
4194 - grpc_test_util
4195 - grpc++
4196 - grpc
4197 - gpr_test_util
4198 - gpr
4199 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004200- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004201 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004202 build: test
4203 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004204 src:
4205 - test/cpp/qps/qps_openloop_test.cc
4206 deps:
4207 - qps
4208 - grpc++_test_util
4209 - grpc_test_util
4210 - grpc++
4211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004212 - gpr_test_util
4213 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004214 - grpc++_test_config
4215 platforms:
4216 - mac
4217 - linux
4218 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004219- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004220 build: test
4221 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004222 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004223 headers:
4224 - test/cpp/qps/client.h
4225 - test/cpp/qps/server.h
4226 src:
4227 - test/cpp/qps/worker.cc
4228 deps:
4229 - qps
4230 - 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
Craig Tillerbf4b2242015-08-31 15:53:53 -07004237- name: reconnect_interop_client
4238 build: test
4239 run: false
4240 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004241 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004242 - src/proto/grpc/testing/empty.proto
4243 - src/proto/grpc/testing/messages.proto
4244 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004245 - test/cpp/interop/reconnect_interop_client.cc
4246 deps:
4247 - grpc++_test_util
4248 - grpc_test_util
4249 - grpc++
4250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004251 - gpr_test_util
4252 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004253 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004254- name: reconnect_interop_server
4255 build: test
4256 run: false
4257 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004258 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004259 - src/proto/grpc/testing/empty.proto
4260 - src/proto/grpc/testing/messages.proto
4261 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004262 - test/cpp/interop/reconnect_interop_server.cc
4263 deps:
4264 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004265 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004266 - grpc++_test_util
4267 - grpc_test_util
4268 - grpc++
4269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004270 - gpr_test_util
4271 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004272 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004273- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004274 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004275 build: test
4276 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004277 src:
4278 - test/cpp/common/secure_auth_context_test.cc
4279 deps:
4280 - grpc++_test_util
4281 - grpc_test_util
4282 - grpc++
4283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004284 - gpr_test_util
4285 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004286- name: secure_sync_unary_ping_pong_test
4287 build: test
4288 language: c++
4289 src:
4290 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4291 deps:
4292 - qps
4293 - grpc++_test_util
4294 - grpc_test_util
4295 - grpc++
4296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004297 - gpr_test_util
4298 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004299 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004300 platforms:
4301 - mac
4302 - linux
4303 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004304- name: server_builder_plugin_test
4305 gtest: true
4306 build: test
4307 language: c++
4308 src:
4309 - test/cpp/end2end/server_builder_plugin_test.cc
4310 deps:
4311 - grpc++_test_util
4312 - grpc_test_util
4313 - grpc++
4314 - grpc
4315 - gpr_test_util
4316 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004317- name: server_builder_test
4318 gtest: true
4319 build: test
4320 language: c++
4321 src:
4322 - src/proto/grpc/testing/echo_messages.proto
4323 - src/proto/grpc/testing/echo.proto
4324 - test/cpp/server/server_builder_test.cc
4325 deps:
4326 - grpc++_test_util
4327 - grpc_test_util
4328 - gpr_test_util
4329 - grpc++
4330 - grpc
4331 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004332- name: server_context_test_spouse_test
4333 gtest: true
4334 build: test
4335 language: c++
4336 src:
4337 - test/cpp/test/server_context_test_spouse_test.cc
4338 deps:
4339 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004340 - grpc++
4341 - grpc
4342 - gpr_test_util
4343 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004344 uses:
4345 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004346- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004347 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004348 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004349 build: test
4350 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004351 src:
4352 - test/cpp/end2end/server_crash_test.cc
4353 deps:
4354 - grpc++_test_util
4355 - grpc_test_util
4356 - grpc++
4357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004358 - gpr_test_util
4359 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004360 platforms:
4361 - mac
4362 - linux
4363 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004364- name: server_crash_test_client
4365 build: test
4366 run: false
4367 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004368 src:
4369 - test/cpp/end2end/server_crash_test_client.cc
4370 deps:
4371 - grpc++_test_util
4372 - grpc_test_util
4373 - grpc++
4374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004375 - gpr_test_util
4376 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004377- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004378 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004379 build: test
4380 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004381 src:
4382 - test/cpp/end2end/shutdown_test.cc
4383 deps:
4384 - grpc++_test_util
4385 - grpc_test_util
4386 - grpc++
4387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004388 - gpr_test_util
4389 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004390- name: status_test
4391 build: test
4392 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004393 src:
4394 - test/cpp/util/status_test.cc
4395 deps:
4396 - grpc_test_util
4397 - grpc++
4398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004399 - gpr_test_util
4400 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004401- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004402 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004403 build: test
4404 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004405 src:
4406 - test/cpp/end2end/streaming_throughput_test.cc
4407 deps:
4408 - grpc++_test_util
4409 - grpc_test_util
4410 - grpc++
4411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004412 - gpr_test_util
4413 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004414 platforms:
4415 - mac
4416 - linux
4417 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004418- name: stress_test
4419 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004420 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004421 language: c++
4422 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004423 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004424 - test/cpp/interop/interop_client.h
4425 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004426 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004427 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004428 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004429 - src/proto/grpc/testing/empty.proto
4430 - src/proto/grpc/testing/messages.proto
4431 - src/proto/grpc/testing/metrics.proto
4432 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004433 - test/cpp/interop/interop_client.cc
4434 - test/cpp/interop/stress_interop_client.cc
4435 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004436 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004437 deps:
4438 - grpc++_test_util
4439 - grpc_test_util
4440 - grpc++
4441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004442 - gpr_test_util
4443 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004444 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004445- name: thread_manager_test
4446 build: test
4447 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004448 src:
4449 - test/cpp/thread_manager/thread_manager_test.cc
4450 deps:
4451 - grpc++
4452 - grpc
4453 - gpr
4454 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004455- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004456 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004457 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004458 build: test
4459 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004460 src:
4461 - test/cpp/end2end/thread_stress_test.cc
4462 deps:
4463 - grpc++_test_util
4464 - grpc_test_util
4465 - grpc++
4466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004467 - gpr_test_util
4468 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004469- name: writes_per_rpc_test
4470 gtest: true
4471 cpu_cost: 0.5
4472 build: test
4473 language: c++
4474 src:
4475 - test/cpp/performance/writes_per_rpc_test.cc
4476 deps:
4477 - grpc++_test_util
4478 - grpc_test_util
4479 - grpc++
4480 - grpc
4481 - gpr_test_util
4482 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004483 platforms:
4484 - mac
4485 - linux
4486 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004487- name: public_headers_must_be_c89
4488 build: test
4489 language: c89
4490 src:
4491 - test/core/surface/public_headers_must_be_c89.c
4492 deps:
4493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004495vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004496- linkage: static
4497 name: grpc.dependencies.zlib
4498 props: false
4499 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004500 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004501- linkage: static
4502 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004503 props: true
4504 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004505 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004506- name: gflags
4507 props: false
4508 redist: false
4509 version: 2.1.2.1
4510- name: gtest
4511 props: false
4512 redist: false
4513 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004514configs:
4515 asan:
4516 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004517 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4518 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004519 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004520 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004521 LDFLAGS: -fsanitize=address
4522 LDXX: clang++
4523 compile_the_world: true
4524 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004525 ASAN_OPTIONS: detect_leaks=1:color=always
4526 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004527 asan-noleaks:
4528 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004529 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4530 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004531 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004532 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004533 LDFLAGS: -fsanitize=address
4534 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004535 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004536 test_environ:
4537 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004538 asan-trace-cmp:
4539 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004540 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4541 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004542 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004543 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004544 LDFLAGS: -fsanitize=address
4545 LDXX: clang++
4546 compile_the_world: true
4547 test_environ:
4548 ASAN_OPTIONS: detect_leaks=1:color=always
4549 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004550 basicprof:
4551 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4552 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004553 c++-compat:
4554 CFLAGS: -Wc++-compat
4555 CPPFLAGS: -O0
4556 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004557 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004558 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004559 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004560 dbg:
4561 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004562 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004563 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004564 gcov:
4565 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004566 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004567 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004568 DEFINES: _DEBUG DEBUG GPR_GCOV
4569 LD: gcc
4570 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4571 LDXX: g++
4572 helgrind:
4573 CPPFLAGS: -O0
4574 DEFINES: _DEBUG DEBUG
4575 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004576 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004577 lto:
4578 CPPFLAGS: -O2
4579 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004580 memcheck:
4581 CPPFLAGS: -O0
4582 DEFINES: _DEBUG DEBUG
4583 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004584 valgrind: --tool=memcheck --leak-check=full
4585 msan:
4586 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004587 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4588 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4589 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004590 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004591 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004592 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004593 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4594 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4595 LDXX: clang++
4596 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004597 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004598 CPPFLAGS: -O3 -fno-omit-frame-pointer
4599 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004600 LDFLAGS: -rdynamic
4601 opt:
4602 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004603 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004604 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004605 stapprof:
4606 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4607 DEFINES: NDEBUG
4608 tsan:
4609 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004610 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004611 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004612 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004613 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004614 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004615 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004616 LDXX: clang++
4617 compile_the_world: true
4618 test_environ:
4619 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004620 ubsan:
4621 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004622 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4623 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004624 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004625 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004626 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004627 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004628 LDXX: clang++
4629 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004630 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004631 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004632defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004633 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004634 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004635 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4636 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004637 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4638 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004639 benchmark:
4640 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004641 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004642 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004643 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004644 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004645 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004646 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004647 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004648 LDFLAGS: -g
4649 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004650 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004651 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004652node_modules:
4653- deps:
4654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004655 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004656 - boringssl
4657 - z
murgatroid9994a75412015-11-19 14:04:53 -08004658 headers:
4659 - src/node/ext/byte_buffer.h
4660 - src/node/ext/call.h
4661 - src/node/ext/call_credentials.h
4662 - src/node/ext/channel.h
4663 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004664 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004665 - src/node/ext/server.h
4666 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004667 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004668 - src/node/ext/timeval.h
4669 js:
4670 - src/node/index.js
4671 - src/node/src/client.js
4672 - src/node/src/common.js
4673 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004674 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004675 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004676 - src/node/src/metadata.js
4677 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004678 name: grpc_node
4679 src:
4680 - src/node/ext/byte_buffer.cc
4681 - src/node/ext/call.cc
4682 - src/node/ext/call_credentials.cc
4683 - src/node/ext/channel.cc
4684 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004685 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004686 - src/node/ext/node_grpc.cc
4687 - src/node/ext/server.cc
4688 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004689 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004690 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004691openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004692 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004693 extraction_dir: openssl-1.0.2f
4694 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004695php_config_m4:
4696 deps:
4697 - grpc
4698 - gpr
4699 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004700 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004701 headers:
4702 - src/php/ext/grpc/byte_buffer.h
4703 - src/php/ext/grpc/call.h
4704 - src/php/ext/grpc/call_credentials.h
4705 - src/php/ext/grpc/channel.h
4706 - src/php/ext/grpc/channel_credentials.h
4707 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004708 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004709 - src/php/ext/grpc/php_grpc.h
4710 - src/php/ext/grpc/server.h
4711 - src/php/ext/grpc/server_credentials.h
4712 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004713 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004714 src:
4715 - src/php/ext/grpc/byte_buffer.c
4716 - src/php/ext/grpc/call.c
4717 - src/php/ext/grpc/call_credentials.c
4718 - src/php/ext/grpc/channel.c
4719 - src/php/ext/grpc/channel_credentials.c
4720 - src/php/ext/grpc/completion_queue.c
4721 - src/php/ext/grpc/php_grpc.c
4722 - src/php/ext/grpc/server.c
4723 - src/php/ext/grpc/server_credentials.c
4724 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004725python_dependencies:
4726 deps:
4727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004728 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004729 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004730 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004731 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004732ruby_gem:
4733 deps:
4734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004735 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004736 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004737 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004738 - z