blob: 8a2fbe19077d8c544fc8e2e8a48a62b41b34bd61 [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
Muxi Yan29ff4662017-05-15 10:27:55 -0700846- name: grpc_workaround_cronet_compression_filter
847 headers:
848 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
849 src:
850 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
851 plugin: grpc_workaround_cronet_compression_filter
852 uses:
853 - grpc_base
854 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800855- name: nanopb
856 headers:
857 - third_party/nanopb/pb.h
858 - third_party/nanopb/pb_common.h
859 - third_party/nanopb/pb_decode.h
860 - third_party/nanopb/pb_encode.h
861 src:
862 - third_party/nanopb/pb_common.c
863 - third_party/nanopb/pb_decode.c
864 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700865- name: tsi
866 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700867 - src/core/tsi/fake_transport_security.h
868 - src/core/tsi/ssl_transport_security.h
869 - src/core/tsi/ssl_types.h
870 - src/core/tsi/transport_security.h
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700871 - src/core/tsi/transport_security_adapter.h
Craig Tiller134fed32017-03-28 14:27:18 -0700872 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700873 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700874 - src/core/tsi/fake_transport_security.c
875 - src/core/tsi/ssl_transport_security.c
876 - src/core/tsi/transport_security.c
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700877 - src/core/tsi/transport_security_adapter.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700878 deps:
879 - gpr
880 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700881 uses:
882 - grpc_trace
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883- name: grpc++_base
884 language: c++
885 public_headers:
886 - include/grpc++/alarm.h
887 - include/grpc++/channel.h
888 - include/grpc++/client_context.h
889 - include/grpc++/completion_queue.h
890 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700891 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800892 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700893 - include/grpc++/generic/async_generic_service.h
894 - include/grpc++/generic/generic_stub.h
895 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800896 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800898 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700900 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700901 - include/grpc++/impl/grpc_library.h
902 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700903 - include/grpc++/impl/rpc_method.h
904 - include/grpc++/impl/rpc_service_method.h
905 - include/grpc++/impl/serialization_traits.h
906 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700907 - include/grpc++/impl/server_builder_plugin.h
908 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700909 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700910 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700911 - include/grpc++/security/auth_context.h
912 - include/grpc++/security/auth_metadata_processor.h
913 - include/grpc++/security/credentials.h
914 - include/grpc++/security/server_credentials.h
915 - include/grpc++/server.h
916 - include/grpc++/server_builder.h
917 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700918 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700919 - include/grpc++/support/async_stream.h
920 - include/grpc++/support/async_unary_call.h
921 - include/grpc++/support/byte_buffer.h
922 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700923 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700924 - include/grpc++/support/slice.h
925 - include/grpc++/support/status.h
926 - include/grpc++/support/status_code_enum.h
927 - include/grpc++/support/string_ref.h
928 - include/grpc++/support/stub_options.h
929 - include/grpc++/support/sync_stream.h
930 - include/grpc++/support/time.h
931 headers:
932 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700933 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800935 - src/cpp/server/health/default_health_check_service.h
936 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700938 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700940 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700941 - src/cpp/client/client_context.cc
942 - src/cpp/client/create_channel.cc
943 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700944 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700945 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700946 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700947 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700948 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700949 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700950 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700951 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700953 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700954 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800955 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700956 - src/cpp/server/create_default_thread_pool.cc
957 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800958 - src/cpp/server/health/default_health_check_service.cc
959 - src/cpp/server/health/health.pb.c
960 - src/cpp/server/health/health_check_service.cc
961 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700962 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700963 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700964 - src/cpp/server/server_context.cc
965 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700966 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700967 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700968 - src/cpp/util/byte_buffer_cc.cc
969 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700970 - src/cpp/util/status.cc
971 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700972 - src/cpp/util/time_cc.cc
yang-gc97d0932017-05-19 13:04:34 -0700973 deps:
974 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700975 uses:
yang-g17487f92016-06-03 15:21:15 -0700976 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700977 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700978- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700979 language: c++
980 public_headers:
981 - include/grpc++/impl/codegen/async_stream.h
982 - include/grpc++/impl/codegen/async_unary_call.h
983 - include/grpc++/impl/codegen/call.h
984 - include/grpc++/impl/codegen/call_hook.h
985 - include/grpc++/impl/codegen/channel_interface.h
986 - include/grpc++/impl/codegen/client_context.h
987 - include/grpc++/impl/codegen/client_unary_call.h
988 - include/grpc++/impl/codegen/completion_queue.h
989 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700990 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700991 - include/grpc++/impl/codegen/core_codegen_interface.h
992 - include/grpc++/impl/codegen/create_auth_context.h
993 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800994 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700995 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700996 - include/grpc++/impl/codegen/rpc_method.h
997 - include/grpc++/impl/codegen/rpc_service_method.h
998 - include/grpc++/impl/codegen/security/auth_context.h
999 - include/grpc++/impl/codegen/serialization_traits.h
1000 - include/grpc++/impl/codegen/server_context.h
1001 - include/grpc++/impl/codegen/server_interface.h
1002 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08001003 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001004 - include/grpc++/impl/codegen/status.h
1005 - include/grpc++/impl/codegen/status_code_enum.h
1006 - include/grpc++/impl/codegen/string_ref.h
1007 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001008 - include/grpc++/impl/codegen/sync_stream.h
1009 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001010 uses:
1011 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -07001012- name: grpc++_codegen_base_src
1013 language: c++
1014 src:
1015 - src/cpp/codegen/codegen_init.cc
1016 uses:
1017 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -07001018- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001019 language: c++
1020 public_headers:
yang-g17487f92016-06-03 15:21:15 -07001021 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001022 uses:
yang-g17487f92016-06-03 15:21:15 -07001023 - grpc++_codegen_base
1024 - grpc++_config_proto
1025- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001026 language: c++
1027 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001028 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001029- name: grpc++_reflection_proto
1030 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001031 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001032 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001033- name: grpc++_test
1034 language: c++
1035 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001036 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001037 - include/grpc++/test/server_context_test_spouse.h
1038 deps:
1039 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001040 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001041libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001042- name: gpr
1043 build: all
1044 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001045 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001046 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001047 secure: false
1048 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1049- name: gpr_test_util
1050 build: private
1051 language: c
1052 headers:
1053 - test/core/util/test_config.h
1054 src:
1055 - test/core/util/test_config.c
1056 deps:
1057 - gpr
1058 secure: false
1059 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001060- name: grpc
1061 build: all
1062 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001063 src:
1064 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001066 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001068 filegroups:
1069 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001070 - grpc_transport_chttp2_server_secure
1071 - grpc_transport_chttp2_client_secure
1072 - grpc_transport_chttp2_server_insecure
1073 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -08001074 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001075 - grpc_lb_policy_pick_first
1076 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001077 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001078 - grpc_resolver_dns_native
1079 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001080 - grpc_resolver_fake
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001081 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001082 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001083 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001084 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001085 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001086 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001087 - grpc_workaround_cronet_compression_filter
1088 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001089 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001091 vs_packages:
1092 - grpc.dependencies.openssl
1093 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001094 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001095- name: grpc_cronet
1096 build: all
1097 language: c
1098 src:
1099 - src/core/lib/surface/init.c
1100 baselib: true
1101 deps_linkage: static
1102 dll: true
1103 filegroups:
1104 - grpc_base
1105 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001106 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001107 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001108 generate_plugin_registry: true
1109 platforms:
1110 - linux
1111 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001112- name: grpc_dll
1113 build: private
1114 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001115 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001116 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001117 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001118 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001119 build_system:
1120 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001121 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001122 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001123 vs_config_type: DynamicLibrary
1124 vs_packages:
1125 - grpc.dependencies.openssl
1126 - grpc.dependencies.zlib
1127 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1128 vs_props:
1129 - zlib
1130 - openssl
1131 - winsock
1132 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: grpc_test_util
1134 build: private
1135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001136 headers:
1137 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001138 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001139 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001140 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001141 - test/core/end2end/data/server1_cert.c
1142 - test/core/end2end/data/server1_key.c
1143 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001144 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001145 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001146 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001147 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001148 - grpc
1149 filegroups:
1150 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001151 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1153- name: grpc_test_util_unsecure
1154 build: private
1155 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001156 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001157 - gpr
1158 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001159 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001160 filegroups:
1161 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001162 secure: false
1163 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1164- name: grpc_unsecure
1165 build: all
1166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001167 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001168 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001169 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001170 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001171 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001172 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001173 filegroups:
1174 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001175 - grpc_transport_chttp2_server_insecure
1176 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001177 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001178 - grpc_resolver_dns_native
1179 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001180 - grpc_resolver_fake
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001181 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001182 - grpc_lb_policy_grpclb
1183 - grpc_lb_policy_pick_first
1184 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001185 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001186 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001187 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001188 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001189 - grpc_workaround_cronet_compression_filter
1190 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001191 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192 secure: false
1193 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001194- name: reconnect_server
1195 build: private
1196 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001197 headers:
1198 - test/core/util/reconnect_server.h
1199 src:
1200 - test/core/util/reconnect_server.c
1201 deps:
yang-gc9fca182015-11-06 16:41:33 -08001202 - test_tcp_server
1203 - grpc_test_util
1204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001205 - gpr_test_util
1206 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001207- name: test_tcp_server
1208 build: private
1209 language: c
1210 headers:
1211 - test/core/util/test_tcp_server.h
1212 src:
1213 - test/core/util/test_tcp_server.c
1214 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001215 - grpc_test_util
1216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001217 - gpr_test_util
1218 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001219- name: grpc++
1220 build: all
1221 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001222 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001223 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001224 - src/cpp/client/secure_credentials.h
1225 - src/cpp/common/secure_auth_context.h
1226 - src/cpp/server/secure_server_credentials.h
1227 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001228 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001229 - src/cpp/client/secure_credentials.cc
1230 - src/cpp/common/auth_property_iterator.cc
1231 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001232 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001233 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001234 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001235 - src/cpp/server/secure_server_credentials.cc
1236 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001237 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001238 baselib: true
1239 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001240 filegroups:
1241 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001242 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001243 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001244 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245 secure: check
1246 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001247- name: grpc++_cronet
1248 build: all
1249 language: c++
1250 src:
1251 - src/cpp/client/cronet_credentials.cc
1252 - src/cpp/client/insecure_credentials.cc
1253 - src/cpp/common/insecure_create_auth_context.cc
1254 - src/cpp/server/insecure_server_credentials.cc
1255 deps:
1256 - gpr
1257 - grpc_cronet
1258 baselib: true
1259 dll: true
1260 filegroups:
1261 - grpc++_base
1262 - grpc++_codegen_base
1263 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001264 - grpc_transport_chttp2_client_insecure
1265 - grpc_transport_chttp2_server_insecure
1266 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001267 platforms:
1268 - linux
1269 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001270- name: grpc++_error_details
1271 build: all
1272 language: c++
1273 public_headers:
1274 - include/grpc++/support/error_details.h
1275 src:
1276 - src/proto/grpc/status/status.proto
1277 - src/cpp/util/error_details.cc
1278 deps:
1279 - grpc++
1280 baselib: true
1281 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001282- name: grpc++_proto_reflection_desc_db
1283 build: private
1284 language: c++
1285 headers:
1286 - test/cpp/util/proto_reflection_descriptor_database.h
1287 src:
1288 - test/cpp/util/proto_reflection_descriptor_database.cc
1289 deps:
1290 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001291 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001292 filegroups:
1293 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001294 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001295- name: grpc++_reflection
1296 build: all
1297 language: c++
1298 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001299 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001300 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001301 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001302 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001303 - src/cpp/ext/proto_server_reflection.cc
1304 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001305 deps:
1306 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001307 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001308 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001309 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310- name: grpc++_test_config
1311 build: private
1312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001313 headers:
1314 - test/cpp/util/test_config.h
1315 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001316 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001317- name: grpc++_test_util
1318 build: private
1319 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001320 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001321 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001322 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001323 - test/cpp/util/create_test_channel.h
1324 - test/cpp/util/string_ref_helper.h
1325 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001326 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001327 src:
yang-gc8a49d22016-12-12 11:18:49 -08001328 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001329 - src/proto/grpc/testing/echo_messages.proto
1330 - src/proto/grpc/testing/echo.proto
1331 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001332 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001333 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001334 - test/cpp/util/create_test_channel.cc
1335 - test/cpp/util/string_ref_helper.cc
1336 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001337 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001338 deps:
1339 - grpc++
1340 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001341 - grpc
yang-g17487f92016-06-03 15:21:15 -07001342 filegroups:
1343 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001344 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001345 - grpc++_codegen_proto
1346 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001347- name: grpc++_unsecure
1348 build: all
1349 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001350 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001351 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001352 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001353 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001354 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001355 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001356 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001357 baselib: true
1358 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001359 filegroups:
1360 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001361 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001362 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001363 secure: false
1364 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001365- name: grpc_benchmark
1366 build: test
1367 language: c++
1368 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001369 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1370 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001371 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001372 src:
1373 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001374 deps:
1375 - benchmark
1376 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001377 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001378 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001379 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001380- name: grpc_cli_libs
1381 build: private
1382 language: c++
1383 headers:
1384 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001385 - test/cpp/util/cli_credentials.h
1386 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001387 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001388 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001389 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001390 src:
1391 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001392 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001393 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001394 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001395 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001396 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001397 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001398 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001399 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001400 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001401 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001402 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001403- name: grpc_plugin_support
1404 build: protoc
1405 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001406 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001407 - src/compiler/config.h
1408 - src/compiler/cpp_generator.h
1409 - src/compiler/cpp_generator_helpers.h
1410 - src/compiler/csharp_generator.h
1411 - src/compiler/csharp_generator_helpers.h
1412 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001413 - src/compiler/node_generator.h
1414 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001415 - src/compiler/objective_c_generator.h
1416 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001417 - src/compiler/php_generator.h
1418 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301419 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001420 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301421 - src/compiler/python_generator_helpers.h
1422 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001423 - src/compiler/ruby_generator.h
1424 - src/compiler/ruby_generator_helpers-inl.h
1425 - src/compiler/ruby_generator_map-inl.h
1426 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301427 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001428 src:
1429 - src/compiler/cpp_generator.cc
1430 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001431 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001432 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001433 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001434 - src/compiler/python_generator.cc
1435 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001436 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001437 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001438 secure: false
1439 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001440 vs_props:
1441 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001442- name: http2_client_main
1443 build: private
1444 language: c++
1445 headers:
1446 - test/cpp/interop/http2_client.h
1447 src:
1448 - src/proto/grpc/testing/empty.proto
1449 - src/proto/grpc/testing/messages.proto
1450 - src/proto/grpc/testing/test.proto
1451 - test/cpp/interop/http2_client.cc
1452 deps:
1453 - grpc++_test_util
1454 - grpc_test_util
1455 - grpc++
1456 - grpc
1457 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001458- name: interop_client_helper
1459 build: private
1460 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001461 headers:
1462 - test/cpp/interop/client_helper.h
1463 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001464 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001465 - test/cpp/interop/client_helper.cc
1466 deps:
1467 - grpc++_test_util
1468 - grpc_test_util
1469 - grpc++
1470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472- name: interop_client_main
1473 build: private
1474 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001475 headers:
1476 - test/cpp/interop/interop_client.h
1477 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001478 - src/proto/grpc/testing/empty.proto
1479 - src/proto/grpc/testing/messages.proto
1480 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001481 - test/cpp/interop/client.cc
1482 - test/cpp/interop/interop_client.cc
1483 deps:
1484 - interop_client_helper
1485 - grpc++_test_util
1486 - grpc_test_util
1487 - grpc++
1488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001489 - gpr_test_util
1490 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001491 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492- name: interop_server_helper
1493 build: private
1494 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001495 headers:
1496 - test/cpp/interop/server_helper.h
1497 src:
1498 - test/cpp/interop/server_helper.cc
1499 deps:
yang-gcc591022017-01-11 11:10:43 -08001500 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001501 - grpc_test_util
1502 - grpc++
1503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001505- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506 build: private
1507 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001508 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001509 - src/proto/grpc/testing/empty.proto
1510 - src/proto/grpc/testing/messages.proto
1511 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001512 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001513 deps:
1514 - interop_server_helper
1515 - grpc++_test_util
1516 - grpc_test_util
1517 - grpc++
1518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001519 - gpr_test_util
1520 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001521 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001522- name: interop_server_main
1523 build: private
1524 language: c++
1525 src:
1526 - test/cpp/interop/interop_server_bootstrap.cc
1527 deps:
1528 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001529- name: qps
1530 build: private
1531 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001532 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001533 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001534 - test/cpp/qps/client.h
1535 - test/cpp/qps/driver.h
1536 - test/cpp/qps/histogram.h
1537 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001538 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001539 - test/cpp/qps/qps_worker.h
1540 - test/cpp/qps/report.h
1541 - test/cpp/qps/server.h
1542 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001543 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001544 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001545 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001546 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001547 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001548 - src/proto/grpc/testing/control.proto
1549 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001550 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001551 - test/cpp/qps/client_async.cc
1552 - test/cpp/qps/client_sync.cc
1553 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001554 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001555 - test/cpp/qps/qps_worker.cc
1556 - test/cpp/qps/report.cc
1557 - test/cpp/qps/server_async.cc
1558 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001559 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001560 deps:
1561 - grpc_test_util
1562 - grpc++_test_util
1563 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001564 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: grpc_csharp_ext
1566 build: all
1567 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001568 src:
1569 - src/csharp/ext/grpc_csharp_ext.c
1570 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001572 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001573 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001574 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001575 dll: only
1576 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001577 vs_packages:
1578 - grpc.dependencies.openssl
1579 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001580 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001581 vs_props:
1582 - zlib
1583 - openssl
1584 - winsock
1585 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001586targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001587- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001588 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001589 build: test
1590 language: c
1591 src:
1592 - test/core/surface/alarm_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001596 - gpr_test_util
1597 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001598- name: algorithm_test
1599 build: test
1600 language: c
1601 src:
1602 - test/core/compression/algorithm_test.c
1603 deps:
1604 - grpc_test_util
1605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001606 - gpr_test_util
1607 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001608- name: alloc_test
1609 build: test
1610 language: c
1611 src:
1612 - test/core/support/alloc_test.c
1613 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr_test_util
1615 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001616- name: alpn_test
1617 build: test
1618 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001619 src:
1620 - test/core/transport/chttp2/alpn_test.c
1621 deps:
1622 - grpc_test_util
1623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001624 - gpr_test_util
1625 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001626- name: api_fuzzer
1627 build: fuzzer
1628 language: c
1629 src:
1630 - test/core/end2end/fuzzers/api_fuzzer.c
1631 deps:
1632 - grpc_test_util
1633 - grpc
1634 - gpr_test_util
1635 - gpr
1636 corpus_dirs:
1637 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001638 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001639 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001640- name: arena_test
1641 build: test
1642 language: c
1643 src:
1644 - test/core/support/arena_test.c
1645 deps:
1646 - gpr_test_util
1647 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001648- name: bad_server_response_test
1649 build: test
1650 language: c
1651 src:
1652 - test/core/end2end/bad_server_response_test.c
1653 deps:
1654 - test_tcp_server
1655 - grpc_test_util
1656 - grpc
1657 - gpr_test_util
1658 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001659 exclude_iomgrs:
1660 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001661- name: bdp_estimator_test
1662 build: test
1663 language: c
1664 src:
1665 - test/core/transport/bdp_estimator_test.c
1666 deps:
1667 - grpc_test_util
1668 - grpc
1669 - gpr_test_util
1670 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001671- name: bin_decoder_test
1672 build: test
1673 language: c
1674 src:
1675 - test/core/transport/chttp2/bin_decoder_test.c
1676 deps:
1677 - grpc_test_util
1678 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679- name: bin_encoder_test
1680 build: test
1681 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001682 src:
1683 - test/core/transport/chttp2/bin_encoder_test.c
1684 deps:
1685 - grpc_test_util
1686 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001687- name: census_context_test
1688 build: test
1689 language: c
1690 src:
1691 - test/core/census/context_test.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr_test_util
1696 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001697- name: census_intrusive_hash_map_test
1698 build: test
1699 language: c
1700 src:
1701 - test/core/census/intrusive_hash_map_test.c
1702 deps:
1703 - grpc_test_util
1704 - grpc
1705 - gpr_test_util
1706 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001707- name: census_resource_test
1708 build: test
1709 language: c
1710 src:
1711 - test/core/census/resource_test.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
1715 - gpr_test_util
1716 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001717- name: census_trace_context_test
1718 build: test
1719 language: c
1720 src:
1721 - test/core/census/trace_context_test.c
1722 deps:
1723 - grpc_test_util
1724 - grpc
1725 - gpr_test_util
1726 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001727- name: channel_create_test
1728 build: test
1729 language: c
1730 src:
1731 - test/core/surface/channel_create_test.c
1732 deps:
1733 - grpc_test_util
1734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001737- name: check_epollexclusive
1738 build: tool
1739 language: c
1740 src:
1741 - test/build/check_epollexclusive.c
1742 deps:
1743 - grpc
1744 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001745- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746 build: test
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001749 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001750 deps:
1751 - grpc_test_util
1752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001755- name: chttp2_stream_map_test
1756 build: test
1757 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001758 src:
1759 - test/core/transport/chttp2/stream_map_test.c
1760 deps:
1761 - grpc_test_util
1762 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001763 - gpr_test_util
1764 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001765- name: chttp2_varint_test
1766 build: test
1767 language: c
1768 src:
1769 - test/core/transport/chttp2/varint_test.c
1770 deps:
1771 - grpc_test_util
1772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001773 - gpr_test_util
1774 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001775- name: client_fuzzer
1776 build: fuzzer
1777 language: c
1778 src:
1779 - test/core/end2end/fuzzers/client_fuzzer.c
1780 deps:
1781 - grpc_test_util
1782 - grpc
1783 - gpr_test_util
1784 - gpr
1785 corpus_dirs:
1786 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001787 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001788 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001789- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001790 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001791 build: test
1792 language: c
1793 src:
1794 - test/core/iomgr/combiner_test.c
1795 deps:
1796 - grpc_test_util
1797 - grpc
1798 - gpr_test_util
1799 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800- name: compression_test
1801 build: test
1802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001803 src:
1804 - test/core/compression/compression_test.c
1805 deps:
1806 - grpc_test_util
1807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001808 - gpr_test_util
1809 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001810- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001811 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001812 build: test
1813 language: c
1814 src:
1815 - test/core/surface/concurrent_connectivity_test.c
1816 deps:
1817 - grpc_test_util
1818 - grpc
1819 - gpr_test_util
1820 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001821 exclude_iomgrs:
1822 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001823- name: connection_refused_test
1824 cpu_cost: 0.1
1825 build: test
1826 language: c
1827 src:
1828 - test/core/end2end/connection_refused_test.c
1829 deps:
1830 - grpc_test_util
1831 - grpc
1832 - gpr_test_util
1833 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001834- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001835 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001836 build: test
1837 language: c
1838 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001839 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001840 deps:
1841 - grpc_test_util
1842 - grpc
1843 - gpr_test_util
1844 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001845 exclude_iomgrs:
1846 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001847- name: dns_resolver_test
1848 build: test
1849 language: c
1850 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001851 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001852 deps:
1853 - grpc_test_util
1854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001855 - gpr_test_util
1856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001858 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001859 build: test
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
1862 - test/core/end2end/dualstack_socket_test.c
1863 deps:
1864 - grpc_test_util
1865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001866 - gpr_test_util
1867 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001868 exclude_iomgrs:
1869 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001870 platforms:
1871 - mac
1872 - linux
1873 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001874- name: endpoint_pair_test
1875 build: test
1876 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001877 src:
1878 - test/core/iomgr/endpoint_pair_test.c
1879 deps:
1880 - grpc_test_util
1881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001882 - gpr_test_util
1883 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001884 exclude_iomgrs:
1885 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001886- name: error_test
1887 cpu_cost: 30
1888 build: test
1889 language: c
1890 src:
1891 - test/core/iomgr/error_test.c
1892 deps:
1893 - grpc_test_util
1894 - grpc
1895 - gpr_test_util
1896 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00001897- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001898 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001899 build: test
1900 language: c
1901 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00001902 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001903 deps:
1904 - grpc_test_util
1905 - grpc
1906 - gpr_test_util
1907 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001908 exclude_iomgrs:
1909 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001910 platforms:
1911 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001912- name: fake_resolver_test
1913 build: test
1914 language: c
1915 src:
1916 - test/core/client_channel/resolvers/fake_resolver_test.c
1917 deps:
1918 - grpc_test_util
1919 - grpc
1920 - gpr_test_util
1921 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001922- name: fd_conservation_posix_test
1923 build: test
1924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001925 src:
1926 - test/core/iomgr/fd_conservation_posix_test.c
1927 deps:
1928 - grpc_test_util
1929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001932 exclude_iomgrs:
1933 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001934 platforms:
1935 - mac
1936 - linux
1937 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001938- name: fd_posix_test
1939 build: test
1940 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001941 src:
1942 - test/core/iomgr/fd_posix_test.c
1943 deps:
1944 - grpc_test_util
1945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr_test_util
1947 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001948 exclude_iomgrs:
1949 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001950 platforms:
1951 - mac
1952 - linux
1953 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954- name: fling_client
1955 build: test
1956 run: false
1957 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001958 src:
1959 - test/core/fling/client.c
1960 deps:
1961 - grpc_test_util
1962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001965- name: fling_server
1966 build: test
1967 run: false
1968 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001969 src:
1970 - test/core/fling/server.c
1971 deps:
1972 - grpc_test_util
1973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr_test_util
1975 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001976- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001977 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001978 build: test
1979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001980 src:
1981 - test/core/fling/fling_stream_test.c
1982 deps:
1983 - grpc_test_util
1984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 - gpr_test_util
1986 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001987 platforms:
1988 - mac
1989 - linux
1990 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001991- name: fling_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_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: gen_hpack_tables
2007 build: tool
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - tools/codegen/core/gen_hpack_tables.c
2011 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002012 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002013 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014- name: gen_legal_metadata_characters
2015 build: tool
2016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002017 src:
2018 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002020- name: gen_percent_encoding_tables
2021 build: tool
2022 language: c
2023 src:
2024 - tools/codegen/core/gen_percent_encoding_tables.c
2025 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002026- name: goaway_server_test
2027 cpu_cost: 0.1
2028 build: test
2029 language: c
2030 src:
2031 - test/core/end2end/goaway_server_test.c
2032 deps:
2033 - grpc_test_util
2034 - grpc
2035 - gpr_test_util
2036 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002037 exclude_iomgrs:
2038 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002039 platforms:
2040 - mac
2041 - linux
2042 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002043- name: gpr_avl_test
2044 build: test
2045 language: c
2046 src:
2047 - test/core/support/avl_test.c
2048 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002049 - gpr_test_util
2050 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002051- name: gpr_backoff_test
2052 build: test
2053 language: c
2054 src:
2055 - test/core/support/backoff_test.c
2056 deps:
2057 - gpr_test_util
2058 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002059- name: gpr_cmdline_test
2060 build: test
2061 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002062 src:
2063 - test/core/support/cmdline_test.c
2064 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002065 - gpr_test_util
2066 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002067- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002068 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002069 build: test
2070 language: c
2071 src:
2072 - test/core/support/cpu_test.c
2073 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002074 - gpr_test_util
2075 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002076- name: gpr_env_test
2077 build: test
2078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002079 src:
2080 - test/core/support/env_test.c
2081 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: gpr_histogram_test
2085 build: test
2086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
2088 - test/core/support/histogram_test.c
2089 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002090 - gpr_test_util
2091 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002092- name: gpr_host_port_test
2093 build: test
2094 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002095 src:
2096 - test/core/support/host_port_test.c
2097 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002098 - gpr_test_util
2099 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100- name: gpr_log_test
2101 build: test
2102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002103 src:
2104 - test/core/support/log_test.c
2105 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr_test_util
2107 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002108- name: gpr_mpscq_test
2109 cpu_cost: 30
2110 build: test
2111 language: c
2112 src:
2113 - test/core/support/mpscq_test.c
2114 deps:
2115 - gpr_test_util
2116 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002117- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002118 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002119 build: test
2120 language: c
2121 src:
2122 - test/core/support/spinlock_test.c
2123 deps:
2124 - gpr_test_util
2125 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002126- name: gpr_stack_lockfree_test
2127 cpu_cost: 7
2128 build: test
2129 language: c
2130 src:
2131 - test/core/support/stack_lockfree_test.c
2132 deps:
2133 - gpr_test_util
2134 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135- name: gpr_string_test
2136 build: test
2137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002138 src:
2139 - test/core/support/string_test.c
2140 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002141 - gpr_test_util
2142 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002144 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002145 build: test
2146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002147 src:
2148 - test/core/support/sync_test.c
2149 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002150 - gpr_test_util
2151 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002152- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002153 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002154 build: test
2155 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002156 src:
2157 - test/core/support/thd_test.c
2158 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002161- name: gpr_time_test
2162 build: test
2163 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
2165 - test/core/support/time_test.c
2166 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: gpr_tls_test
2170 build: test
2171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002172 src:
2173 - test/core/support/tls_test.c
2174 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002175 - gpr_test_util
2176 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002177- name: gpr_useful_test
2178 build: test
2179 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002180 src:
2181 - test/core/support/useful_test.c
2182 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002183 - gpr_test_util
2184 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002185- name: grpc_auth_context_test
2186 build: test
2187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002188 src:
2189 - test/core/security/auth_context_test.c
2190 deps:
2191 - grpc_test_util
2192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002193 - gpr_test_util
2194 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002195- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196 build: test
2197 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002198 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002199 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002200 deps:
2201 - grpc_test_util
2202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002203 - gpr_test_util
2204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205- name: grpc_byte_buffer_reader_test
2206 build: test
2207 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002208 src:
2209 - test/core/surface/byte_buffer_reader_test.c
2210 deps:
2211 - grpc_test_util
2212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002215- name: grpc_channel_args_test
2216 build: test
2217 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002218 src:
2219 - test/core/channel/channel_args_test.c
2220 deps:
2221 - grpc_test_util
2222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002223 - gpr_test_util
2224 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002225- name: grpc_channel_stack_test
2226 build: test
2227 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002228 src:
2229 - test/core/channel/channel_stack_test.c
2230 deps:
2231 - grpc_test_util
2232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002233 - gpr_test_util
2234 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235- name: grpc_completion_queue_test
2236 build: test
2237 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002238 src:
2239 - test/core/surface/completion_queue_test.c
2240 deps:
2241 - grpc_test_util
2242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002243 - gpr_test_util
2244 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002245- name: grpc_completion_queue_threading_test
2246 build: test
2247 language: c
2248 src:
2249 - test/core/surface/completion_queue_threading_test.c
2250 deps:
2251 - grpc_test_util
2252 - grpc
2253 - gpr_test_util
2254 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002255 exclude_iomgrs:
2256 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: grpc_create_jwt
2258 build: tool
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
2261 - test/core/security/create_jwt.c
2262 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002264 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002265 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002266- name: grpc_credentials_test
2267 build: test
2268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002269 src:
2270 - test/core/security/credentials_test.c
2271 deps:
2272 - grpc_test_util
2273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 - gpr_test_util
2275 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002276- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002277 build: test
2278 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002280 src:
2281 - test/core/security/fetch_oauth2.c
2282 deps:
2283 - grpc_test_util
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002287- name: grpc_invalid_channel_args_test
2288 build: test
2289 language: c
2290 src:
2291 - test/core/surface/invalid_channel_args_test.c
2292 deps:
2293 - grpc_test_util
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002297- name: grpc_json_token_test
2298 build: test
2299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
2301 - test/core/security/json_token_test.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002307 platforms:
2308 - linux
2309 - posix
2310 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: grpc_jwt_verifier_test
2312 build: test
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
2315 - test/core/security/jwt_verifier_test.c
2316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321- name: grpc_print_google_default_creds_token
2322 build: tool
2323 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002324 src:
2325 - test/core/security/print_google_default_creds_token.c
2326 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002329- name: grpc_security_connector_test
2330 build: test
2331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
2333 - test/core/security/security_connector_test.c
2334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: grpc_verify_jwt
2340 build: tool
2341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/core/security/verify_jwt.c
2344 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002347- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002348 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002349 language: c
2350 src:
2351 - test/core/handshake/client_ssl.c
2352 deps:
2353 - grpc_test_util
2354 - grpc
2355 - gpr_test_util
2356 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002357 exclude_iomgrs:
2358 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002359 platforms:
2360 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002361 secure: true
2362- name: handshake_server
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/server_ssl.c
2367 deps:
2368 - grpc_test_util
2369 - grpc
2370 - gpr_test_util
2371 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002372 platforms:
2373 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002374 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002375- name: hpack_parser_fuzzer_test
2376 build: fuzzer
2377 language: c
2378 src:
2379 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2380 deps:
2381 - grpc_test_util
2382 - grpc
2383 - gpr_test_util
2384 - gpr
2385 corpus_dirs:
2386 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002387 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002388 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002389- name: hpack_parser_test
2390 build: test
2391 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002392 src:
2393 - test/core/transport/chttp2/hpack_parser_test.c
2394 deps:
2395 - grpc_test_util
2396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr_test_util
2398 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002399- name: hpack_table_test
2400 build: test
2401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002402 src:
2403 - test/core/transport/chttp2/hpack_table_test.c
2404 deps:
2405 - grpc_test_util
2406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002407 - gpr_test_util
2408 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002409- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410 build: test
2411 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002412 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002413 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002414 deps:
2415 - grpc_test_util
2416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002417 - gpr_test_util
2418 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002419- name: http_request_fuzzer_test
2420 build: fuzzer
2421 language: c
2422 src:
2423 - test/core/http/request_fuzzer.c
2424 deps:
2425 - grpc_test_util
2426 - grpc
2427 - gpr_test_util
2428 - gpr
2429 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002430 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002431 maxlen: 2048
2432- name: http_response_fuzzer_test
2433 build: fuzzer
2434 language: c
2435 src:
2436 - test/core/http/response_fuzzer.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
2440 - gpr_test_util
2441 - gpr
2442 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002443 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002444 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002445- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446 build: test
2447 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002448 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002449 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002450 deps:
2451 - grpc_test_util
2452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002453 - gpr_test_util
2454 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002456 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002457 build: test
2458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002460 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002461 deps:
2462 - grpc_test_util
2463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr_test_util
2465 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002466 platforms:
2467 - mac
2468 - linux
2469 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002470- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002471 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002472 build: test
2473 language: c
2474 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002475 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002476 deps:
2477 - grpc_test_util
2478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002479 - gpr_test_util
2480 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002481 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002482 - linux
yang-gf1183302015-12-07 16:02:05 -08002483- name: init_test
2484 build: test
2485 language: c
2486 src:
2487 - test/core/surface/init_test.c
2488 deps:
2489 - grpc_test_util
2490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002491 - gpr_test_util
2492 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002493- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002494 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002495 build: test
2496 language: c
2497 src:
2498 - test/core/end2end/invalid_call_argument_test.c
2499 deps:
2500 - grpc_test_util
2501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002502 - gpr_test_util
2503 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002504- name: json_fuzzer_test
2505 build: fuzzer
2506 language: c
2507 src:
2508 - test/core/json/fuzzer.c
2509 deps:
2510 - grpc_test_util
2511 - grpc
2512 - gpr_test_util
2513 - gpr
2514 corpus_dirs:
2515 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002516 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517- name: json_rewrite
2518 build: test
2519 run: false
2520 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002521 src:
2522 - test/core/json/json_rewrite.c
2523 deps:
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002526- name: json_rewrite_test
2527 build: test
2528 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002529 src:
2530 - test/core/json/json_rewrite_test.c
2531 deps:
2532 - grpc_test_util
2533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002534 - gpr_test_util
2535 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002536- name: json_stream_error_test
2537 build: test
2538 language: c
2539 src:
2540 - test/core/json/json_stream_error_test.c
2541 deps:
2542 - grpc_test_util
2543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002544 - gpr_test_util
2545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002546- name: json_test
2547 build: test
2548 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002549 src:
2550 - test/core/json/json_test.c
2551 deps:
2552 - grpc_test_util
2553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002554 - gpr_test_util
2555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556- name: lame_client_test
2557 build: test
2558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002559 src:
2560 - test/core/surface/lame_client_test.c
2561 deps:
2562 - grpc_test_util
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002566- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002567 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002568 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002569 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002571 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002572 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002573 deps:
2574 - grpc_test_util
2575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002576 - gpr_test_util
2577 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002578- name: load_file_test
2579 build: test
2580 language: c
2581 src:
2582 - test/core/iomgr/load_file_test.c
2583 deps:
2584 - grpc_test_util
2585 - grpc
2586 - gpr_test_util
2587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002588- name: low_level_ping_pong_benchmark
2589 build: benchmark
2590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002591 src:
2592 - test/core/network_benchmarks/low_level_ping_pong.c
2593 deps:
2594 - grpc_test_util
2595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002598 platforms:
2599 - mac
2600 - linux
2601 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002602- name: memory_profile_client
2603 build: test
2604 run: false
2605 language: c
2606 src:
2607 - test/core/memory_usage/client.c
2608 deps:
2609 - grpc_test_util
2610 - grpc
2611 - gpr_test_util
2612 - gpr
2613- name: memory_profile_server
2614 build: test
2615 run: false
2616 language: c
2617 src:
2618 - test/core/memory_usage/server.c
2619 deps:
2620 - grpc_test_util
2621 - grpc
2622 - gpr_test_util
2623 - gpr
2624- name: memory_profile_test
2625 cpu_cost: 1.5
2626 build: test
2627 language: c
2628 src:
2629 - test/core/memory_usage/memory_usage_test.c
2630 deps:
2631 - grpc_test_util
2632 - grpc
2633 - gpr_test_util
2634 - gpr
2635 platforms:
2636 - mac
2637 - linux
2638 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002639- name: message_compress_test
2640 build: test
2641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002642 src:
2643 - test/core/compression/message_compress_test.c
2644 deps:
2645 - grpc_test_util
2646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002647 - gpr_test_util
2648 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002649- name: minimal_stack_is_minimal_test
2650 build: test
2651 language: c
2652 src:
2653 - test/core/channel/minimal_stack_is_minimal_test.c
2654 deps:
2655 - grpc_test_util
2656 - grpc
2657 - gpr_test_util
2658 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002659- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002660 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002661 build: test
2662 language: c
2663 src:
2664 - test/core/census/mlog_test.c
2665 deps:
2666 - grpc_test_util
2667 - grpc
2668 - gpr_test_util
2669 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002670- name: multiple_server_queues_test
2671 build: test
2672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002673 src:
2674 - test/core/end2end/multiple_server_queues_test.c
2675 deps:
2676 - grpc_test_util
2677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002678 - gpr_test_util
2679 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002680- name: murmur_hash_test
2681 build: test
2682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002683 src:
2684 - test/core/support/murmur_hash_test.c
2685 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002686 - gpr_test_util
2687 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002688- name: nanopb_fuzzer_response_test
2689 build: fuzzer
2690 language: c
2691 src:
2692 - test/core/nanopb/fuzzer_response.c
2693 deps:
2694 - grpc_test_util
2695 - grpc
2696 - gpr_test_util
2697 - gpr
2698 corpus_dirs:
2699 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002700 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002701- name: nanopb_fuzzer_serverlist_test
2702 build: fuzzer
2703 language: c
2704 src:
2705 - test/core/nanopb/fuzzer_serverlist.c
2706 deps:
2707 - grpc_test_util
2708 - grpc
2709 - gpr_test_util
2710 - gpr
2711 corpus_dirs:
2712 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002713 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002714- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002715 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002716 build: test
2717 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002718 src:
2719 - test/core/end2end/no_server_test.c
2720 deps:
2721 - grpc_test_util
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002725- name: num_external_connectivity_watchers_test
2726 build: test
2727 language: c
2728 src:
2729 - test/core/surface/num_external_connectivity_watchers_test.c
2730 deps:
2731 - grpc_test_util
2732 - grpc
2733 - gpr_test_util
2734 - gpr
2735 exclude_iomgrs:
2736 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002737- name: parse_address_test
2738 build: test
2739 language: c
2740 src:
2741 - test/core/client_channel/parse_address_test.c
2742 deps:
2743 - grpc_test_util
2744 - grpc
2745 - gpr_test_util
2746 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002747- name: percent_decode_fuzzer
2748 build: fuzzer
2749 language: c
2750 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002751 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002752 deps:
2753 - grpc_test_util
2754 - grpc
2755 - gpr_test_util
2756 - gpr
2757 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002758 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002759 maxlen: 32
2760- name: percent_encode_fuzzer
2761 build: fuzzer
2762 language: c
2763 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002764 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002765 deps:
2766 - grpc_test_util
2767 - grpc
2768 - gpr_test_util
2769 - gpr
2770 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002771 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002772 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002773- name: percent_encoding_test
2774 build: test
2775 language: c
2776 src:
2777 - test/core/slice/percent_encoding_test.c
2778 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002779 - grpc_test_util
2780 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002781 - gpr_test_util
2782 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002783- name: pollset_set_test
2784 build: test
2785 language: c
2786 src:
2787 - test/core/iomgr/pollset_set_test.c
2788 deps:
2789 - grpc_test_util
2790 - grpc
2791 - gpr_test_util
2792 - gpr
2793 exclude_iomgrs:
2794 - uv
2795 platforms:
2796 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002797- name: resolve_address_posix_test
2798 build: test
2799 language: c
2800 src:
2801 - test/core/iomgr/resolve_address_posix_test.c
2802 deps:
2803 - grpc_test_util
2804 - grpc
2805 - gpr_test_util
2806 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002807 exclude_iomgrs:
2808 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002809 platforms:
2810 - mac
2811 - linux
2812 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002813- name: resolve_address_test
2814 build: test
2815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002816 src:
2817 - test/core/iomgr/resolve_address_test.c
2818 deps:
2819 - grpc_test_util
2820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002821 - gpr_test_util
2822 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002823- name: resource_quota_test
2824 cpu_cost: 30
2825 build: test
2826 language: c
2827 src:
2828 - test/core/iomgr/resource_quota_test.c
2829 deps:
2830 - grpc_test_util
2831 - grpc
2832 - gpr_test_util
2833 - gpr
yang-gd482e592015-12-10 14:04:00 -08002834- name: secure_channel_create_test
2835 build: test
2836 language: c
2837 src:
2838 - test/core/surface/secure_channel_create_test.c
2839 deps:
2840 - grpc_test_util
2841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002842 - gpr_test_util
2843 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002844- name: secure_endpoint_test
2845 build: test
2846 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002847 src:
2848 - test/core/security/secure_endpoint_test.c
2849 deps:
2850 - grpc_test_util
2851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002852 - gpr_test_util
2853 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002854 exclude_iomgrs:
2855 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002856- name: sequential_connectivity_test
2857 build: test
2858 language: c
2859 src:
2860 - test/core/surface/sequential_connectivity_test.c
2861 deps:
2862 - grpc_test_util
2863 - grpc
2864 - gpr_test_util
2865 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002866 exclude_iomgrs:
2867 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002868- name: server_chttp2_test
2869 build: test
2870 language: c
2871 src:
2872 - test/core/surface/server_chttp2_test.c
2873 deps:
2874 - grpc_test_util
2875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002876 - gpr_test_util
2877 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002878- name: server_fuzzer
2879 build: fuzzer
2880 language: c
2881 src:
2882 - test/core/end2end/fuzzers/server_fuzzer.c
2883 deps:
2884 - grpc_test_util
2885 - grpc
2886 - gpr_test_util
2887 - gpr
2888 corpus_dirs:
2889 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002890 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002891 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002892- name: server_test
2893 build: test
2894 language: c
2895 src:
2896 - test/core/surface/server_test.c
2897 deps:
2898 - grpc_test_util
2899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002900 - gpr_test_util
2901 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002902- name: slice_buffer_test
2903 build: test
2904 language: c
2905 src:
2906 - test/core/slice/slice_buffer_test.c
2907 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002908 - grpc_test_util
2909 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002910 - gpr_test_util
2911 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002912- name: slice_hash_table_test
2913 build: test
2914 language: c
2915 src:
2916 - test/core/slice/slice_hash_table_test.c
2917 deps:
2918 - grpc_test_util
2919 - grpc
2920 - gpr_test_util
2921 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002922- name: slice_string_helpers_test
2923 build: test
2924 language: c
2925 src:
2926 - test/core/slice/slice_string_helpers_test.c
2927 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002928 - grpc_test_util
2929 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002930 - gpr_test_util
2931 - gpr
2932- name: slice_test
2933 build: test
2934 language: c
2935 src:
2936 - test/core/slice/slice_test.c
2937 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002938 - grpc_test_util
2939 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002940 - gpr_test_util
2941 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002942- name: sockaddr_resolver_test
2943 build: test
2944 language: c
2945 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002946 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002947 deps:
2948 - grpc_test_util
2949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002950 - gpr_test_util
2951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002952- name: sockaddr_utils_test
2953 build: test
2954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002955 src:
2956 - test/core/iomgr/sockaddr_utils_test.c
2957 deps:
2958 - grpc_test_util
2959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002960 - gpr_test_util
2961 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002962- name: socket_utils_test
2963 build: test
2964 language: c
2965 src:
2966 - test/core/iomgr/socket_utils_test.c
2967 deps:
2968 - grpc_test_util
2969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002970 - gpr_test_util
2971 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002972 exclude_iomgrs:
2973 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002974 platforms:
2975 - mac
2976 - linux
2977 - posix
yang-g31e21282016-11-04 15:10:03 -07002978- name: ssl_server_fuzzer
2979 build: fuzzer
2980 language: c
2981 src:
2982 - test/core/security/ssl_server_fuzzer.c
2983 deps:
2984 - grpc_test_util
2985 - grpc
2986 - gpr_test_util
2987 - gpr
2988 corpus_dirs:
2989 - test/core/security/corpus/ssl_server_corpus
2990 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002991- name: status_conversion_test
2992 build: test
2993 language: c
2994 src:
2995 - test/core/transport/status_conversion_test.c
2996 deps:
2997 - grpc_test_util
2998 - grpc
2999 - gpr_test_util
3000 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003001- name: stream_owned_slice_test
3002 build: test
3003 language: c
3004 src:
3005 - test/core/transport/stream_owned_slice_test.c
3006 deps:
3007 - grpc_test_util
3008 - grpc
3009 - gpr_test_util
3010 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003011- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003012 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003013 build: test
3014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003015 src:
3016 - test/core/iomgr/tcp_client_posix_test.c
3017 deps:
3018 - grpc_test_util
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003022 exclude_iomgrs:
3023 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003024 platforms:
3025 - mac
3026 - linux
3027 - posix
murgatroid991191b722017-02-08 11:56:52 -08003028- name: tcp_client_uv_test
3029 cpu_cost: 0.5
3030 build: test
3031 language: c
3032 src:
3033 - test/core/iomgr/tcp_client_uv_test.c
3034 deps:
3035 - grpc_test_util
3036 - grpc
3037 - gpr_test_util
3038 - gpr
3039 exclude_iomgrs:
3040 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003042 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003043 build: test
3044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003045 src:
3046 - test/core/iomgr/tcp_posix_test.c
3047 deps:
3048 - grpc_test_util
3049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003050 - gpr_test_util
3051 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003052 exclude_iomgrs:
3053 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003054 platforms:
3055 - mac
3056 - linux
3057 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003058- name: tcp_server_posix_test
3059 build: test
3060 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003061 src:
3062 - test/core/iomgr/tcp_server_posix_test.c
3063 deps:
3064 - grpc_test_util
3065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003066 - gpr_test_util
3067 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003068 exclude_iomgrs:
3069 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003070 platforms:
3071 - mac
3072 - linux
3073 - posix
murgatroid991191b722017-02-08 11:56:52 -08003074- name: tcp_server_uv_test
3075 build: test
3076 language: c
3077 src:
3078 - test/core/iomgr/tcp_server_uv_test.c
3079 deps:
3080 - grpc_test_util
3081 - grpc
3082 - gpr_test_util
3083 - gpr
3084 exclude_iomgrs:
3085 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003086- name: time_averaged_stats_test
3087 build: test
3088 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003089 src:
3090 - test/core/iomgr/time_averaged_stats_test.c
3091 deps:
3092 - grpc_test_util
3093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003094 - gpr_test_util
3095 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003096- name: timeout_encoding_test
3097 build: test
3098 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003099 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003100 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003101 deps:
3102 - grpc_test_util
3103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003104 - gpr_test_util
3105 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003106- name: timer_heap_test
3107 build: test
3108 language: c
3109 src:
3110 - test/core/iomgr/timer_heap_test.c
3111 deps:
3112 - grpc_test_util
3113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003114 - gpr_test_util
3115 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003116 exclude_iomgrs:
3117 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003118- name: timer_list_test
3119 build: test
3120 language: c
3121 src:
3122 - test/core/iomgr/timer_list_test.c
3123 deps:
3124 - grpc_test_util
3125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003126 - gpr_test_util
3127 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003128 exclude_iomgrs:
3129 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003130- name: transport_connectivity_state_test
3131 build: test
3132 language: c
3133 src:
3134 - test/core/transport/connectivity_state_test.c
3135 deps:
3136 - grpc_test_util
3137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003138 - gpr_test_util
3139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003140- name: transport_metadata_test
3141 build: test
3142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003143 src:
3144 - test/core/transport/metadata_test.c
3145 deps:
3146 - grpc_test_util
3147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003148 - gpr_test_util
3149 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003150- name: transport_pid_controller_test
3151 build: test
3152 language: c
3153 src:
3154 - test/core/transport/pid_controller_test.c
3155 deps:
3156 - grpc_test_util
3157 - grpc
3158 - gpr_test_util
3159 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003160- name: transport_security_test
3161 build: test
3162 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003163 src:
3164 - test/core/tsi/transport_security_test.c
3165 deps:
3166 - grpc_test_util
3167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003168 - gpr_test_util
3169 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003170 platforms:
3171 - linux
3172 - posix
3173 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003174- name: udp_server_test
3175 build: test
3176 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003177 src:
3178 - test/core/iomgr/udp_server_test.c
3179 deps:
3180 - grpc_test_util
3181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003182 - gpr_test_util
3183 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003184 exclude_iomgrs:
3185 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003186 platforms:
3187 - mac
3188 - linux
3189 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003190- name: uri_fuzzer_test
3191 build: fuzzer
3192 language: c
3193 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003194 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003195 deps:
3196 - grpc_test_util
3197 - grpc
3198 - gpr_test_util
3199 - gpr
3200 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003201 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003202 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003203- name: uri_parser_test
3204 build: test
3205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003206 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003207 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003208 deps:
3209 - grpc_test_util
3210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003211 - gpr_test_util
3212 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003213- name: wakeup_fd_cv_test
3214 build: test
3215 language: c
3216 src:
3217 - test/core/iomgr/wakeup_fd_cv_test.c
3218 deps:
3219 - grpc_test_util
3220 - grpc
3221 - gpr_test_util
3222 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003223 exclude_iomgrs:
3224 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003225 platforms:
3226 - mac
3227 - linux
3228 - posix
vjpai04e992a2016-02-10 16:58:38 -08003229- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003230 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003231 build: test
3232 language: c++
3233 src:
3234 - test/cpp/common/alarm_cpp_test.cc
3235 deps:
3236 - grpc++_test_util
3237 - grpc_test_util
3238 - grpc++
3239 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003240 - gpr_test_util
3241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003242- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003243 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003244 build: test
3245 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003246 src:
3247 - test/cpp/end2end/async_end2end_test.cc
3248 deps:
3249 - grpc++_test_util
3250 - grpc_test_util
3251 - grpc++
3252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003253 - gpr_test_util
3254 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003255- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003256 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003257 build: test
3258 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003259 src:
3260 - test/cpp/common/auth_property_iterator_test.cc
3261 deps:
3262 - grpc++_test_util
3263 - grpc_test_util
3264 - grpc++
3265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003266 - gpr_test_util
3267 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003268- name: bm_arena
3269 build: test
3270 language: c++
3271 src:
3272 - test/cpp/microbenchmarks/bm_arena.cc
3273 deps:
3274 - grpc_benchmark
3275 - benchmark
3276 - grpc++_test_util
3277 - grpc_test_util
3278 - grpc++
3279 - grpc
3280 - gpr_test_util
3281 - gpr
3282 args:
3283 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003284 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003285 platforms:
3286 - mac
3287 - linux
3288 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003289- name: bm_call_create
3290 build: test
3291 language: c++
3292 src:
3293 - test/cpp/microbenchmarks/bm_call_create.cc
3294 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003295 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003296 - benchmark
3297 - grpc++_test_util
3298 - grpc_test_util
3299 - grpc++
3300 - grpc
3301 - gpr_test_util
3302 - gpr
3303 args:
3304 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003305 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003306 platforms:
3307 - mac
3308 - linux
3309 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003310- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003311 build: test
3312 language: c++
3313 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003314 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003315 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003316 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003317 - benchmark
3318 - grpc++_test_util
3319 - grpc_test_util
3320 - grpc++
3321 - grpc
3322 - gpr_test_util
3323 - gpr
3324 args:
3325 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003326 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003327 platforms:
3328 - mac
3329 - linux
3330 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003331- name: bm_chttp2_transport
3332 build: test
3333 language: c++
3334 src:
3335 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3336 deps:
3337 - grpc_benchmark
3338 - benchmark
3339 - grpc++_test_util
3340 - grpc_test_util
3341 - grpc++
3342 - grpc
3343 - gpr_test_util
3344 - gpr
3345 args:
3346 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003347 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003348 platforms:
3349 - mac
3350 - linux
3351 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003352- name: bm_closure
3353 build: test
3354 language: c++
3355 src:
3356 - test/cpp/microbenchmarks/bm_closure.cc
3357 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003358 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003359 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003360 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003361 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003362 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003363 - grpc
3364 - gpr_test_util
3365 - gpr
3366 args:
3367 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003368 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003369 platforms:
3370 - mac
3371 - linux
3372 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003373- name: bm_cq
3374 build: test
3375 language: c++
3376 src:
3377 - test/cpp/microbenchmarks/bm_cq.cc
3378 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003379 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003380 - benchmark
3381 - grpc++_test_util
3382 - grpc_test_util
3383 - grpc++
3384 - grpc
3385 - gpr_test_util
3386 - gpr
3387 args:
3388 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003389 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003390 platforms:
3391 - mac
3392 - linux
3393 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003394- name: bm_cq_multiple_threads
3395 build: test
3396 language: c++
3397 src:
3398 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3399 deps:
3400 - grpc_benchmark
3401 - benchmark
3402 - grpc++_test_util
3403 - grpc_test_util
3404 - grpc++
3405 - grpc
3406 - gpr_test_util
3407 - gpr
3408 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003409 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003410 defaults: benchmark
3411 platforms:
3412 - mac
3413 - linux
3414 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003415- name: bm_error
3416 build: test
3417 language: c++
3418 src:
3419 - test/cpp/microbenchmarks/bm_error.cc
3420 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003421 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003422 - benchmark
3423 - grpc++_test_util
3424 - grpc_test_util
3425 - grpc++
3426 - grpc
3427 - gpr_test_util
3428 - gpr
3429 args:
3430 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003431 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003432 platforms:
3433 - mac
3434 - linux
3435 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003436- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003437 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003438 language: c++
3439 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003440 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003441 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003442 - grpc_benchmark
3443 - benchmark
3444 - grpc++_test_util
3445 - grpc_test_util
3446 - grpc++
3447 - grpc
3448 - gpr_test_util
3449 - gpr
3450 args:
3451 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003452 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003453 excluded_poll_engines:
3454 - poll
3455 - poll-cv
3456 platforms:
3457 - mac
3458 - linux
3459 - posix
3460 timeout_seconds: 1200
3461- name: bm_fullstack_streaming_pump
3462 build: test
3463 language: c++
3464 src:
3465 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003466 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003467 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003468 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003469 - grpc++_test_util
3470 - grpc_test_util
3471 - grpc++
3472 - grpc
3473 - gpr_test_util
3474 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003475 args:
3476 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003477 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003478 excluded_poll_engines:
3479 - poll
3480 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003481 platforms:
3482 - mac
3483 - linux
3484 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003485 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003486- name: bm_fullstack_trickle
3487 build: test
3488 language: c++
3489 src:
3490 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3491 deps:
3492 - grpc_benchmark
3493 - benchmark
3494 - grpc++_test_util
3495 - grpc_test_util
3496 - grpc++
3497 - grpc
3498 - gpr_test_util
3499 - gpr
3500 args:
3501 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003502 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003503 excluded_poll_engines:
3504 - poll
3505 - poll-cv
3506 platforms:
3507 - mac
3508 - linux
3509 - posix
3510 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003511- name: bm_fullstack_unary_ping_pong
3512 build: test
3513 language: c++
3514 src:
3515 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3516 deps:
3517 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003518 - benchmark
3519 - grpc++_test_util
3520 - grpc_test_util
3521 - grpc++
3522 - grpc
3523 - gpr_test_util
3524 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003525 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003526 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003527 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003528 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003529 - poll
3530 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003531 platforms:
3532 - mac
3533 - linux
3534 - posix
3535 timeout_seconds: 1200
3536- name: bm_metadata
3537 build: test
3538 language: c++
3539 src:
3540 - test/cpp/microbenchmarks/bm_metadata.cc
3541 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003542 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003543 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003544 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003545 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003546 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003547 - grpc
3548 - gpr_test_util
3549 - gpr
3550 args:
3551 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003552 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003553 platforms:
3554 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003555 - linux
3556 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003557- name: bm_pollset
3558 build: test
3559 language: c++
3560 src:
3561 - test/cpp/microbenchmarks/bm_pollset.cc
3562 deps:
3563 - grpc_benchmark
3564 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003565 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003566 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003567 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003568 - grpc
3569 - gpr_test_util
3570 - gpr
3571 args:
3572 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003573 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003574 platforms:
3575 - mac
3576 - linux
3577 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003578- name: channel_arguments_test
3579 gtest: true
3580 build: test
3581 language: c++
3582 src:
3583 - test/cpp/common/channel_arguments_test.cc
3584 deps:
3585 - grpc++
3586 - grpc
3587 - gpr
3588- name: channel_filter_test
3589 gtest: true
3590 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003591 language: c++
3592 src:
3593 - test/cpp/common/channel_filter_test.cc
3594 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003595 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003596 - grpc
3597 - gpr
3598- name: cli_call_test
3599 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003600 build: test
3601 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003602 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003603 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003604 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003605 - grpc_cli_libs
3606 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003607 - grpc_test_util
3608 - grpc++
3609 - grpc
3610 - gpr_test_util
3611 - gpr
3612- name: client_crash_test
3613 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003614 cpu_cost: 0.1
3615 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003616 language: c++
3617 src:
3618 - test/cpp/end2end/client_crash_test.cc
3619 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003620 - grpc++_test_util
3621 - grpc_test_util
3622 - grpc++
3623 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003624 - gpr_test_util
3625 - gpr
3626 platforms:
3627 - mac
3628 - linux
3629 - posix
3630- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003631 build: test
3632 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003633 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003634 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003635 - test/cpp/end2end/client_crash_test_server.cc
3636 deps:
3637 - grpc++_test_util
3638 - grpc_test_util
3639 - grpc++
3640 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003641 - gpr_test_util
3642 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003643- name: client_lb_end2end_test
3644 gtest: true
3645 build: test
3646 language: c++
3647 src:
3648 - test/cpp/end2end/client_lb_end2end_test.cc
3649 deps:
3650 - grpc++_test_util
3651 - grpc_test_util
3652 - grpc++
3653 - grpc
3654 - gpr_test_util
3655 - gpr
3656 excluded_poll_engines:
3657 - poll
3658 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003659- name: codegen_test_full
3660 gtest: true
3661 build: test
3662 language: c++
3663 src:
3664 - src/proto/grpc/testing/control.proto
3665 - src/proto/grpc/testing/messages.proto
3666 - src/proto/grpc/testing/payloads.proto
3667 - src/proto/grpc/testing/services.proto
3668 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003669 - test/cpp/codegen/codegen_test_full.cc
3670 deps:
3671 - grpc++
3672 - grpc
3673 - gpr
3674 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003675 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003676- name: codegen_test_minimal
3677 gtest: true
3678 build: test
3679 language: c++
3680 src:
3681 - src/proto/grpc/testing/control.proto
3682 - src/proto/grpc/testing/messages.proto
3683 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003684 - src/proto/grpc/testing/services.proto
3685 - src/proto/grpc/testing/stats.proto
3686 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003687 deps:
3688 - grpc
3689 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003690 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003691 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003692 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003693- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003694 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003695 build: test
3696 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003697 src:
3698 - test/cpp/client/credentials_test.cc
3699 deps:
3700 - grpc++
3701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003702 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003703- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003704 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003705 build: test
3706 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003707 src:
3708 - test/cpp/util/byte_buffer_test.cc
3709 deps:
3710 - grpc_test_util
3711 - grpc++
3712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003713 - gpr_test_util
3714 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003715- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003716 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003717 build: test
3718 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003719 src:
3720 - test/cpp/util/slice_test.cc
3721 deps:
3722 - grpc_test_util
3723 - grpc++
3724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003725 - gpr_test_util
3726 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003727- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003728 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003729 build: test
3730 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003731 src:
3732 - test/cpp/util/string_ref_test.cc
3733 deps:
3734 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003735 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003736- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003737 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003738 build: test
3739 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003740 src:
3741 - test/cpp/util/time_test.cc
3742 deps:
3743 - grpc_test_util
3744 - grpc++
3745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003746 - gpr_test_util
3747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003748- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003749 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003750 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003751 build: test
3752 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003753 src:
3754 - test/cpp/end2end/end2end_test.cc
3755 deps:
3756 - grpc++_test_util
3757 - grpc_test_util
3758 - grpc++
3759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003760 - gpr_test_util
3761 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003762- name: error_details_test
3763 gtest: true
3764 build: test
3765 language: c++
3766 src:
3767 - src/proto/grpc/testing/echo_messages.proto
3768 - test/cpp/util/error_details_test.cc
3769 deps:
3770 - grpc++_error_details
3771 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003772- name: filter_end2end_test
3773 gtest: true
3774 build: test
3775 language: c++
3776 src:
3777 - test/cpp/end2end/filter_end2end_test.cc
3778 deps:
3779 - grpc++_test_util
3780 - grpc_test_util
3781 - grpc++
3782 - grpc
3783 - gpr_test_util
3784 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003785- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003786 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003787 build: test
3788 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003789 src:
3790 - test/cpp/end2end/generic_end2end_test.cc
3791 deps:
3792 - grpc++_test_util
3793 - grpc_test_util
3794 - grpc++
3795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003796 - gpr_test_util
3797 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003798- name: golden_file_test
3799 gtest: true
3800 build: test
3801 language: c++
3802 src:
3803 - src/proto/grpc/testing/compiler_test.proto
3804 - test/cpp/codegen/golden_file_test.cc
3805 deps:
3806 - grpc++
3807 - grpc
3808 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003809 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003810 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003811- name: grpc_cli
3812 build: test
3813 run: false
3814 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003815 src:
3816 - test/cpp/util/grpc_cli.cc
3817 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003818 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003819 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003820 - grpc++
3821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003822 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003823 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003824- name: grpc_cpp_plugin
3825 build: protoc
3826 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003827 src:
3828 - src/compiler/cpp_plugin.cc
3829 deps:
3830 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003831 secure: false
3832 vs_config_type: Application
3833 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3834- name: grpc_csharp_plugin
3835 build: protoc
3836 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003837 src:
3838 - src/compiler/csharp_plugin.cc
3839 deps:
3840 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003841 secure: false
3842 vs_config_type: Application
3843 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003844- name: grpc_node_plugin
3845 build: protoc
3846 language: c++
3847 src:
3848 - src/compiler/node_plugin.cc
3849 deps:
3850 - grpc_plugin_support
3851 secure: false
3852 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003853- name: grpc_objective_c_plugin
3854 build: protoc
3855 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003856 src:
3857 - src/compiler/objective_c_plugin.cc
3858 deps:
3859 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003860 secure: false
3861 vs_config_type: Application
3862 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003863- name: grpc_php_plugin
3864 build: protoc
3865 language: c++
3866 src:
3867 - src/compiler/php_plugin.cc
3868 deps:
3869 - grpc_plugin_support
3870 secure: false
3871 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003872- name: grpc_python_plugin
3873 build: protoc
3874 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003875 src:
3876 - src/compiler/python_plugin.cc
3877 deps:
3878 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003879 secure: false
3880 vs_config_type: Application
3881 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3882- name: grpc_ruby_plugin
3883 build: protoc
3884 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003885 src:
3886 - src/compiler/ruby_plugin.cc
3887 deps:
3888 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003889 secure: false
3890 vs_config_type: Application
3891 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003892- name: grpc_tool_test
3893 gtest: true
3894 build: test
3895 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003896 src:
3897 - src/proto/grpc/testing/echo.proto
3898 - src/proto/grpc/testing/echo_messages.proto
3899 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003900 deps:
3901 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003902 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003903 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003904 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003905 - grpc_test_util
3906 - grpc++
3907 - grpc
3908 - gpr_test_util
3909 - gpr
3910 filegroups:
3911 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003912- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003913 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003914 build: test
3915 language: c++
3916 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003917 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003918 - test/cpp/grpclb/grpclb_api_test.cc
3919 deps:
3920 - grpc++_test_util
3921 - grpc_test_util
3922 - grpc++
3923 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07003924- name: grpclb_end2end_test
3925 gtest: true
3926 build: test
3927 language: c++
3928 src:
3929 - src/proto/grpc/lb/v1/load_balancer.proto
3930 - test/cpp/end2end/grpclb_end2end_test.cc
3931 deps:
3932 - grpc++_test_util
3933 - grpc_test_util
3934 - grpc++
3935 - grpc
3936 - gpr_test_util
3937 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003938 excluded_poll_engines:
3939 - poll
3940 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07003941- name: grpclb_test
3942 gtest: false
3943 build: test
3944 language: c++
3945 src:
3946 - src/proto/grpc/lb/v1/load_balancer.proto
3947 - test/cpp/grpclb/grpclb_test.cc
3948 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003949 - grpc++_test_util
3950 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003951 - grpc++
3952 - grpc
3953 - gpr_test_util
3954 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003955 excluded_poll_engines:
3956 - poll
3957 - poll-cv
yang-gad327642016-12-12 14:32:09 -08003958- name: health_service_end2end_test
3959 gtest: true
3960 build: test
3961 language: c++
3962 src:
3963 - test/cpp/end2end/health_service_end2end_test.cc
3964 deps:
3965 - grpc++_test_util
3966 - grpc_test_util
3967 - grpc++
3968 - grpc
3969 - gpr_test_util
3970 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003971- name: http2_client
3972 build: test
3973 run: false
3974 language: c++
3975 src: []
3976 deps:
3977 - http2_client_main
3978 - grpc++_test_util
3979 - grpc_test_util
3980 - grpc++
3981 - grpc
3982 - grpc++_test_config
3983 platforms:
3984 - mac
3985 - linux
3986 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003987- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003988 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003989 build: test
3990 language: c++
3991 src:
3992 - test/cpp/end2end/hybrid_end2end_test.cc
3993 deps:
3994 - grpc++_test_util
3995 - grpc_test_util
3996 - grpc++
3997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003998 - gpr_test_util
3999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004000- name: interop_client
4001 build: test
4002 run: false
4003 language: c++
4004 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004005 deps:
4006 - interop_client_main
4007 - interop_client_helper
4008 - grpc++_test_util
4009 - grpc_test_util
4010 - grpc++
4011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004012 - gpr_test_util
4013 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004014 - grpc++_test_config
4015 platforms:
4016 - mac
4017 - linux
4018 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004019- name: interop_server
4020 build: test
4021 run: false
4022 language: c++
4023 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004024 deps:
4025 - interop_server_main
4026 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004027 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004028 - grpc++_test_util
4029 - grpc_test_util
4030 - grpc++
4031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004032 - gpr_test_util
4033 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004034 - grpc++_test_config
4035 platforms:
4036 - mac
4037 - linux
4038 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004039- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004040 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004041 build: test
4042 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004043 src:
4044 - test/cpp/interop/interop_test.cc
4045 deps:
4046 - grpc_test_util
4047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004048 - gpr_test_util
4049 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004050 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004051 platforms:
4052 - mac
4053 - linux
4054 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004055- name: json_run_localhost
4056 build: test
4057 run: false
4058 language: c++
4059 src:
4060 - test/cpp/qps/json_run_localhost.cc
4061 deps:
4062 - grpc++_test_util
4063 - grpc_test_util
4064 - grpc++
4065 - grpc
4066 - gpr_test_util
4067 - gpr
4068 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004069 platforms:
4070 - mac
4071 - linux
4072 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004073- name: memory_test
4074 gtest: true
4075 build: test
4076 language: c++
4077 src:
4078 - test/core/support/memory_test.cc
4079 deps:
4080 - grpc_test_util
4081 - grpc++
4082 - grpc
4083 - gpr_test_util
4084 - gpr
4085 uses:
4086 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004087- name: metrics_client
4088 build: test
4089 run: false
4090 language: c++
4091 headers:
4092 - test/cpp/util/metrics_server.h
4093 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004094 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004095 - test/cpp/interop/metrics_client.cc
4096 deps:
4097 - grpc++
4098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004099 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004100 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004101- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004102 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004103 build: test
4104 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004105 headers:
4106 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004107 src:
4108 - test/cpp/end2end/mock_test.cc
4109 deps:
4110 - grpc++_test_util
4111 - grpc_test_util
4112 - grpc++
4113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004114 - gpr_test_util
4115 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004116- name: noop-benchmark
4117 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004118 language: c++
4119 src:
4120 - test/cpp/microbenchmarks/noop-benchmark.cc
4121 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004122 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004123 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004124- name: proto_server_reflection_test
4125 gtest: true
4126 build: test
4127 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004128 src:
4129 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004130 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004131 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004132 - grpc++_reflection
4133 - grpc++_test_util
4134 - grpc_test_util
4135 - grpc++
4136 - grpc
4137 - gpr_test_util
4138 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004139- name: proto_utils_test
4140 gtest: true
4141 build: test
4142 language: c++
4143 src:
4144 - test/cpp/codegen/proto_utils_test.cc
4145 deps:
4146 - grpc++
4147 - grpc
4148 filegroups:
4149 - grpc++_codegen_base
4150 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004151- name: qps_interarrival_test
4152 build: test
4153 run: false
4154 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004155 src:
4156 - test/cpp/qps/qps_interarrival_test.cc
4157 deps:
4158 - qps
4159 - grpc++_test_util
4160 - grpc_test_util
4161 - grpc++
4162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004163 - gpr_test_util
4164 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004165 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004166 platforms:
4167 - mac
4168 - linux
4169 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004170- name: qps_json_driver
4171 build: test
4172 run: false
4173 language: c++
4174 src:
4175 - test/cpp/qps/qps_json_driver.cc
4176 deps:
4177 - qps
4178 - grpc++_test_util
4179 - grpc_test_util
4180 - grpc++
4181 - grpc
4182 - gpr_test_util
4183 - gpr
4184 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004185- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004186 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004187 build: test
4188 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004189 src:
4190 - test/cpp/qps/qps_openloop_test.cc
4191 deps:
4192 - qps
4193 - grpc++_test_util
4194 - grpc_test_util
4195 - grpc++
4196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004197 - gpr_test_util
4198 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004199 - grpc++_test_config
4200 platforms:
4201 - mac
4202 - linux
4203 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004204- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004205 build: test
4206 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004207 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004208 headers:
4209 - test/cpp/qps/client.h
4210 - test/cpp/qps/server.h
4211 src:
4212 - test/cpp/qps/worker.cc
4213 deps:
4214 - qps
4215 - grpc++_test_util
4216 - grpc_test_util
4217 - grpc++
4218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004219 - gpr_test_util
4220 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004221 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004222- name: reconnect_interop_client
4223 build: test
4224 run: false
4225 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004226 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004227 - src/proto/grpc/testing/empty.proto
4228 - src/proto/grpc/testing/messages.proto
4229 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004230 - test/cpp/interop/reconnect_interop_client.cc
4231 deps:
4232 - grpc++_test_util
4233 - grpc_test_util
4234 - grpc++
4235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004236 - gpr_test_util
4237 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004238 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004239- name: reconnect_interop_server
4240 build: test
4241 run: false
4242 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004243 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004244 - src/proto/grpc/testing/empty.proto
4245 - src/proto/grpc/testing/messages.proto
4246 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004247 - test/cpp/interop/reconnect_interop_server.cc
4248 deps:
4249 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004250 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004251 - grpc++_test_util
4252 - grpc_test_util
4253 - grpc++
4254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004255 - gpr_test_util
4256 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004257 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004258- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004259 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004260 build: test
4261 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004262 src:
4263 - test/cpp/common/secure_auth_context_test.cc
4264 deps:
4265 - grpc++_test_util
4266 - grpc_test_util
4267 - grpc++
4268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004269 - gpr_test_util
4270 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004271- name: secure_sync_unary_ping_pong_test
4272 build: test
4273 language: c++
4274 src:
4275 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4276 deps:
4277 - qps
4278 - grpc++_test_util
4279 - grpc_test_util
4280 - grpc++
4281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004282 - gpr_test_util
4283 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004284 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004285 platforms:
4286 - mac
4287 - linux
4288 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004289- name: server_builder_plugin_test
4290 gtest: true
4291 build: test
4292 language: c++
4293 src:
4294 - test/cpp/end2end/server_builder_plugin_test.cc
4295 deps:
4296 - grpc++_test_util
4297 - grpc_test_util
4298 - grpc++
4299 - grpc
4300 - gpr_test_util
4301 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004302- name: server_builder_test
4303 gtest: true
4304 build: test
4305 language: c++
4306 src:
4307 - src/proto/grpc/testing/echo_messages.proto
4308 - src/proto/grpc/testing/echo.proto
4309 - test/cpp/server/server_builder_test.cc
4310 deps:
4311 - grpc++_test_util
4312 - grpc_test_util
4313 - gpr_test_util
4314 - grpc++
4315 - grpc
4316 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004317- name: server_context_test_spouse_test
4318 gtest: true
4319 build: test
4320 language: c++
4321 src:
4322 - test/cpp/test/server_context_test_spouse_test.cc
4323 deps:
4324 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004325 - grpc++
4326 - grpc
4327 - gpr_test_util
4328 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004329 uses:
4330 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004331- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004332 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004333 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004334 build: test
4335 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004336 src:
4337 - test/cpp/end2end/server_crash_test.cc
4338 deps:
4339 - grpc++_test_util
4340 - grpc_test_util
4341 - grpc++
4342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004343 - gpr_test_util
4344 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004345 platforms:
4346 - mac
4347 - linux
4348 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004349- name: server_crash_test_client
4350 build: test
4351 run: false
4352 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004353 src:
4354 - test/cpp/end2end/server_crash_test_client.cc
4355 deps:
4356 - grpc++_test_util
4357 - grpc_test_util
4358 - grpc++
4359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004360 - gpr_test_util
4361 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004362- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004363 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004364 build: test
4365 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004366 src:
4367 - test/cpp/end2end/shutdown_test.cc
4368 deps:
4369 - grpc++_test_util
4370 - grpc_test_util
4371 - grpc++
4372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004373 - gpr_test_util
4374 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004375- name: status_test
4376 build: test
4377 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004378 src:
4379 - test/cpp/util/status_test.cc
4380 deps:
4381 - grpc_test_util
4382 - grpc++
4383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004384 - gpr_test_util
4385 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004386- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004387 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004388 build: test
4389 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004390 src:
4391 - test/cpp/end2end/streaming_throughput_test.cc
4392 deps:
4393 - grpc++_test_util
4394 - grpc_test_util
4395 - grpc++
4396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004397 - gpr_test_util
4398 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004399 platforms:
4400 - mac
4401 - linux
4402 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004403- name: stress_test
4404 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004405 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004406 language: c++
4407 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004408 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004409 - test/cpp/interop/interop_client.h
4410 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004411 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004412 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004413 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004414 - src/proto/grpc/testing/empty.proto
4415 - src/proto/grpc/testing/messages.proto
4416 - src/proto/grpc/testing/metrics.proto
4417 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004418 - test/cpp/interop/interop_client.cc
4419 - test/cpp/interop/stress_interop_client.cc
4420 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004421 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004422 deps:
4423 - grpc++_test_util
4424 - grpc_test_util
4425 - grpc++
4426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004427 - gpr_test_util
4428 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004429 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004430- name: thread_manager_test
4431 build: test
4432 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004433 src:
4434 - test/cpp/thread_manager/thread_manager_test.cc
4435 deps:
4436 - grpc++
4437 - grpc
4438 - gpr
4439 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004440- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004441 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004442 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004443 build: test
4444 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004445 src:
4446 - test/cpp/end2end/thread_stress_test.cc
4447 deps:
4448 - grpc++_test_util
4449 - grpc_test_util
4450 - grpc++
4451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004452 - gpr_test_util
4453 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004454- name: writes_per_rpc_test
4455 gtest: true
4456 cpu_cost: 0.5
4457 build: test
4458 language: c++
4459 src:
4460 - test/cpp/performance/writes_per_rpc_test.cc
4461 deps:
4462 - grpc++_test_util
4463 - grpc_test_util
4464 - grpc++
4465 - grpc
4466 - gpr_test_util
4467 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004468 platforms:
4469 - mac
4470 - linux
4471 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004472- name: public_headers_must_be_c89
4473 build: test
4474 language: c89
4475 src:
4476 - test/core/surface/public_headers_must_be_c89.c
4477 deps:
4478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004479 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004480vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004481- linkage: static
4482 name: grpc.dependencies.zlib
4483 props: false
4484 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004485 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004486- linkage: static
4487 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004488 props: true
4489 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004490 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004491- name: gflags
4492 props: false
4493 redist: false
4494 version: 2.1.2.1
4495- name: gtest
4496 props: false
4497 redist: false
4498 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004499configs:
4500 asan:
4501 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004502 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4503 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004504 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004505 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004506 LDFLAGS: -fsanitize=address
4507 LDXX: clang++
4508 compile_the_world: true
4509 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004510 ASAN_OPTIONS: detect_leaks=1:color=always
4511 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004512 asan-noleaks:
4513 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004514 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4515 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004516 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004517 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004518 LDFLAGS: -fsanitize=address
4519 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004520 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004521 test_environ:
4522 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004523 asan-trace-cmp:
4524 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004525 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4526 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004527 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004528 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004529 LDFLAGS: -fsanitize=address
4530 LDXX: clang++
4531 compile_the_world: true
4532 test_environ:
4533 ASAN_OPTIONS: detect_leaks=1:color=always
4534 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004535 basicprof:
4536 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4537 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004538 c++-compat:
4539 CFLAGS: -Wc++-compat
4540 CPPFLAGS: -O0
4541 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004542 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004543 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004544 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004545 dbg:
4546 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004547 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004548 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004549 gcov:
4550 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004551 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004552 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004553 DEFINES: _DEBUG DEBUG GPR_GCOV
4554 LD: gcc
4555 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4556 LDXX: g++
4557 helgrind:
4558 CPPFLAGS: -O0
4559 DEFINES: _DEBUG DEBUG
4560 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004561 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004562 lto:
4563 CPPFLAGS: -O2
4564 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004565 memcheck:
4566 CPPFLAGS: -O0
4567 DEFINES: _DEBUG DEBUG
4568 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004569 valgrind: --tool=memcheck --leak-check=full
4570 msan:
4571 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004572 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4573 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4574 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004575 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004576 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004577 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004578 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4579 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4580 LDXX: clang++
4581 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004582 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004583 CPPFLAGS: -O3 -fno-omit-frame-pointer
4584 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004585 LDFLAGS: -rdynamic
4586 opt:
4587 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004588 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004589 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004590 stapprof:
4591 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4592 DEFINES: NDEBUG
4593 tsan:
4594 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004595 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004596 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004597 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004598 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004599 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004600 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004601 LDXX: clang++
4602 compile_the_world: true
4603 test_environ:
4604 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004605 ubsan:
4606 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004607 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4608 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004609 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004610 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004611 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004612 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004613 LDXX: clang++
4614 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004615 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004616 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004617defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004618 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004619 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004620 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4621 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004622 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4623 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004624 benchmark:
4625 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004626 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004627 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004628 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004629 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004630 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004631 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004632 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004633 LDFLAGS: -g
4634 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004635 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004636 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004637node_modules:
4638- deps:
4639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004640 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004641 - boringssl
4642 - z
murgatroid9994a75412015-11-19 14:04:53 -08004643 headers:
4644 - src/node/ext/byte_buffer.h
4645 - src/node/ext/call.h
4646 - src/node/ext/call_credentials.h
4647 - src/node/ext/channel.h
4648 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004649 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004650 - src/node/ext/server.h
4651 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004652 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004653 - src/node/ext/timeval.h
4654 js:
4655 - src/node/index.js
4656 - src/node/src/client.js
4657 - src/node/src/common.js
4658 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004659 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004660 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004661 - src/node/src/metadata.js
4662 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004663 name: grpc_node
4664 src:
4665 - src/node/ext/byte_buffer.cc
4666 - src/node/ext/call.cc
4667 - src/node/ext/call_credentials.cc
4668 - src/node/ext/channel.cc
4669 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004670 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004671 - src/node/ext/node_grpc.cc
4672 - src/node/ext/server.cc
4673 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004674 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004675 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004676openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004677 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004678 extraction_dir: openssl-1.0.2f
4679 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004680php_config_m4:
4681 deps:
4682 - grpc
4683 - gpr
4684 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004685 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004686 headers:
4687 - src/php/ext/grpc/byte_buffer.h
4688 - src/php/ext/grpc/call.h
4689 - src/php/ext/grpc/call_credentials.h
4690 - src/php/ext/grpc/channel.h
4691 - src/php/ext/grpc/channel_credentials.h
4692 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004693 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004694 - src/php/ext/grpc/php_grpc.h
4695 - src/php/ext/grpc/server.h
4696 - src/php/ext/grpc/server_credentials.h
4697 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004698 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004699 src:
4700 - src/php/ext/grpc/byte_buffer.c
4701 - src/php/ext/grpc/call.c
4702 - src/php/ext/grpc/call_credentials.c
4703 - src/php/ext/grpc/channel.c
4704 - src/php/ext/grpc/channel_credentials.c
4705 - src/php/ext/grpc/completion_queue.c
4706 - src/php/ext/grpc/php_grpc.c
4707 - src/php/ext/grpc/server.c
4708 - src/php/ext/grpc/server_credentials.c
4709 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004710python_dependencies:
4711 deps:
4712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004713 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004714 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004715 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004716 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004717ruby_gem:
4718 deps:
4719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004720 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004721 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004722 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004723 - z