blob: 940ca8902dcd45333da951869c1f1863736045d5 [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
Craig Tillerf23078c2016-03-25 17:07:29 -0700102 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700103 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700104 - src/core/lib/support/thd_internal.h
105 - src/core/lib/support/time_precise.h
106 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100107 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/profiling/basic_timers.c
109 - src/core/lib/profiling/stap_timers.c
110 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700111 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700112 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700113 - src/core/lib/support/avl.c
114 - src/core/lib/support/backoff.c
115 - src/core/lib/support/cmdline.c
116 - src/core/lib/support/cpu_iphone.c
117 - src/core/lib/support/cpu_linux.c
118 - src/core/lib/support/cpu_posix.c
119 - src/core/lib/support/cpu_windows.c
120 - src/core/lib/support/env_linux.c
121 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700122 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/histogram.c
124 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/log.c
126 - src/core/lib/support/log_android.c
127 - src/core/lib/support/log_linux.c
128 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700130 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700131 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700132 - src/core/lib/support/string.c
133 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700134 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700135 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/subprocess_posix.c
137 - src/core/lib/support/subprocess_windows.c
138 - src/core/lib/support/sync.c
139 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700140 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700141 - src/core/lib/support/thd.c
142 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700143 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700144 - src/core/lib/support/time.c
145 - src/core/lib/support/time_posix.c
146 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700147 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700148 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200149 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700150 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700151 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700152 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700153 uses:
154 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800155- name: gpr_codegen
156 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800157 - include/grpc/impl/codegen/atm.h
158 - include/grpc/impl/codegen/atm_gcc_atomic.h
159 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700160 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800161 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700162 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800163 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800164 - include/grpc/impl/codegen/sync.h
165 - include/grpc/impl/codegen/sync_generic.h
166 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700167 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700168- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700169 public_headers:
170 - include/grpc/byte_buffer.h
171 - include/grpc/byte_buffer_reader.h
172 - include/grpc/compression.h
173 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700174 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200175 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800176 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700177 - include/grpc/slice.h
178 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700179 - include/grpc/status.h
Muxi Yan1d3ce9a2017-05-15 16:01:17 -0700180 - include/grpc/support/workaround_list.h
Craig Tiller25834342015-09-25 08:08:24 -0700181 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/channel/channel_args.h
183 - src/core/lib/channel/channel_stack.h
184 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700185 - src/core/lib/channel/connected_channel.h
186 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700187 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800188 - src/core/lib/channel/handshaker_factory.h
189 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/compression/algorithm_metadata.h
191 - src/core/lib/compression/message_compress.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700192 - src/core/lib/http/format_request.h
193 - src/core/lib/http/httpcli.h
194 - src/core/lib/http/parser.h
195 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700196 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/endpoint.h
198 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700199 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800200 - src/core/lib/iomgr/error_internal.h
Craig Tillerc67cc992017-04-27 10:15:51 -0700201 - src/core/lib/iomgr/ev_epoll1_linux.h
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700202 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700203 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
Craig Tillerf4360d72017-04-07 08:51:00 -0700204 - src/core/lib/iomgr/ev_epollex_linux.h
Craig Tillerc67cc992017-04-27 10:15:51 -0700205 - src/core/lib/iomgr/ev_epollsig_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700206 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700207 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/exec_ctx.h
209 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/iocp_windows.h
211 - src/core/lib/iomgr/iomgr.h
212 - src/core/lib/iomgr/iomgr_internal.h
213 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller819cd882017-04-25 13:18:22 -0700214 - src/core/lib/iomgr/is_epollexclusive_available.h
Craig Tiller85178862016-05-18 16:09:16 -0700215 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700216 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700217 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700218 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700222 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700224 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700226 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/sockaddr.h
228 - src/core/lib/iomgr/sockaddr_posix.h
229 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700230 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500231 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700232 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700233 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/socket_utils_posix.h
235 - src/core/lib/iomgr/socket_windows.h
Craig Tiller819cd882017-04-25 13:18:22 -0700236 - src/core/lib/iomgr/sys_epoll_wrapper.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700238 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/iomgr/tcp_posix.h
240 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700241 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700242 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/tcp_windows.h
244 - src/core/lib/iomgr/time_averaged_stats.h
245 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700246 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/iomgr/timer_heap.h
Craig Tillerc3571792017-05-02 12:33:38 -0700248 - src/core/lib/iomgr/timer_manager.h
murgatroid999030c812016-09-16 13:25:08 -0700249 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/udp_server.h
251 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700252 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/iomgr/wakeup_fd_pipe.h
254 - src/core/lib/iomgr/wakeup_fd_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/json/json.h
256 - src/core/lib/json/json_common.h
257 - src/core/lib/json/json_reader.h
258 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700259 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700260 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800261 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800262 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700263 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/surface/api_trace.h
265 - src/core/lib/surface/call.h
266 - src/core/lib/surface/call_test_only.h
267 - src/core/lib/surface/channel.h
268 - src/core/lib/surface/channel_init.h
269 - src/core/lib/surface/channel_stack_type.h
270 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700271 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/surface/event_string.h
273 - src/core/lib/surface/init.h
274 - src/core/lib/surface/lame_client.h
275 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800276 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700277 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800280 - src/core/lib/transport/error_utils.h
281 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/transport/metadata.h
283 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700284 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700285 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800287 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400288 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/transport/transport.h
290 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700291 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/channel/channel_args.c
293 - src/core/lib/channel/channel_stack.c
294 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700296 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800297 - src/core/lib/channel/handshaker_factory.c
298 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700299 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/compression/message_compress.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/http/format_request.c
302 - src/core/lib/http/httpcli.c
303 - src/core/lib/http/parser.c
304 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700305 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/iomgr/endpoint.c
307 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700308 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700310 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700311 - src/core/lib/iomgr/ev_epoll1_linux.c
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700312 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700313 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700314 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700315 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700316 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700317 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200318 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/iomgr/exec_ctx.c
320 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/iocp_windows.c
322 - src/core/lib/iomgr/iomgr.c
323 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700324 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700326 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700327 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700328 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700329 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700330 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700331 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700333 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/pollset_windows.c
335 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700336 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700337 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700338 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500340 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700341 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700342 - src/core/lib/iomgr/socket_utils_common_posix.c
343 - src/core/lib/iomgr/socket_utils_linux.c
344 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700345 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700346 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700347 - src/core/lib/iomgr/socket_windows.c
348 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/tcp_client_windows.c
351 - src/core/lib/iomgr/tcp_posix.c
352 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700353 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700354 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
355 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700356 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700357 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700358 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/iomgr/tcp_windows.c
360 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700361 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700362 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700363 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700364 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700365 - src/core/lib/iomgr/udp_server.c
366 - src/core/lib/iomgr/unix_sockets_posix.c
367 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700368 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/iomgr/wakeup_fd_eventfd.c
370 - src/core/lib/iomgr/wakeup_fd_nospecial.c
371 - src/core/lib/iomgr/wakeup_fd_pipe.c
372 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700373 - src/core/lib/json/json.c
374 - src/core/lib/json/json_reader.c
375 - src/core/lib/json/json_string.c
376 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700377 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700378 - src/core/lib/slice/percent_encoding.c
379 - src/core/lib/slice/slice.c
380 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800381 - src/core/lib/slice/slice_hash_table.c
382 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700383 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700384 - src/core/lib/surface/alarm.c
385 - src/core/lib/surface/api_trace.c
386 - src/core/lib/surface/byte_buffer.c
387 - src/core/lib/surface/byte_buffer_reader.c
388 - src/core/lib/surface/call.c
389 - src/core/lib/surface/call_details.c
390 - src/core/lib/surface/call_log_batch.c
391 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/surface/channel_init.c
393 - src/core/lib/surface/channel_ping.c
394 - src/core/lib/surface/channel_stack_type.c
395 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700396 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700398 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700399 - src/core/lib/surface/metadata_array.c
400 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/surface/validate_metadata.c
402 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700403 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700404 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700405 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800406 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700407 - src/core/lib/transport/metadata.c
408 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700409 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700410 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700411 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800412 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400413 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700414 - src/core/lib/transport/transport.c
415 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700416 deps:
417 - gpr
418 uses:
419 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700420 - grpc_trace
Mark D. Roth2137cd82016-09-14 09:04:00 -0700421- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700422 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700423 - src/core/ext/filters/client_channel/client_channel.h
424 - src/core/ext/filters/client_channel/client_channel_factory.h
425 - src/core/ext/filters/client_channel/connector.h
426 - src/core/ext/filters/client_channel/http_connect_handshaker.h
427 - src/core/ext/filters/client_channel/http_proxy.h
428 - src/core/ext/filters/client_channel/lb_policy.h
429 - src/core/ext/filters/client_channel/lb_policy_factory.h
430 - src/core/ext/filters/client_channel/lb_policy_registry.h
431 - src/core/ext/filters/client_channel/parse_address.h
432 - src/core/ext/filters/client_channel/proxy_mapper.h
433 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
434 - src/core/ext/filters/client_channel/resolver.h
435 - src/core/ext/filters/client_channel/resolver_factory.h
436 - src/core/ext/filters/client_channel/resolver_registry.h
437 - src/core/ext/filters/client_channel/retry_throttle.h
438 - src/core/ext/filters/client_channel/subchannel.h
439 - src/core/ext/filters/client_channel/subchannel_index.h
440 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700441 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700442 - src/core/ext/filters/client_channel/channel_connectivity.c
443 - src/core/ext/filters/client_channel/client_channel.c
444 - src/core/ext/filters/client_channel/client_channel_factory.c
445 - src/core/ext/filters/client_channel/client_channel_plugin.c
446 - src/core/ext/filters/client_channel/connector.c
447 - src/core/ext/filters/client_channel/http_connect_handshaker.c
448 - src/core/ext/filters/client_channel/http_proxy.c
449 - src/core/ext/filters/client_channel/lb_policy.c
450 - src/core/ext/filters/client_channel/lb_policy_factory.c
451 - src/core/ext/filters/client_channel/lb_policy_registry.c
452 - src/core/ext/filters/client_channel/parse_address.c
453 - src/core/ext/filters/client_channel/proxy_mapper.c
454 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
455 - src/core/ext/filters/client_channel/resolver.c
456 - src/core/ext/filters/client_channel/resolver_factory.c
457 - src/core/ext/filters/client_channel/resolver_registry.c
458 - src/core/ext/filters/client_channel/retry_throttle.c
459 - src/core/ext/filters/client_channel/subchannel.c
460 - src/core/ext/filters/client_channel/subchannel_index.c
461 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700462 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700463 uses:
464 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700465 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800466- name: grpc_codegen
467 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700468 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800469 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800470 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800471 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800472 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800473 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700474 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800475 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700476 uses:
477 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700478- name: grpc_deadline_filter
479 headers:
480 - src/core/ext/filters/deadline/deadline_filter.h
481 src:
482 - src/core/ext/filters/deadline/deadline_filter.c
483 plugin: grpc_deadline_filter
484 uses:
485 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700486- name: grpc_http_filters
487 headers:
488 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700489 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700490 - src/core/ext/filters/http/server/http_server_filter.h
491 src:
492 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700493 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700494 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700495 - src/core/ext/filters/http/server/http_server_filter.c
496 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700497 uses:
498 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700499- name: grpc_lb_policy_grpclb
500 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700501 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700502 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
503 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700504 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700505 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
506 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700507 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700508 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700509 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
510 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700511 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700512 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
513 - 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 -0800514 plugin: grpc_lb_policy_grpclb
515 uses:
516 - grpc_base
517 - grpc_client_channel
518 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700519 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800520- name: grpc_lb_policy_grpclb_secure
521 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700522 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700523 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
524 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700525 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700526 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
527 - 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 -0800528 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700529 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700530 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
531 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700532 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700533 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
534 - 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 -0700535 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700536 uses:
537 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700538 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700539 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700540 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700541 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700542- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700543 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700544 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700545 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700546 uses:
547 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700548 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700549- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700550 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700551 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700552 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700553 uses:
554 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700555 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700556- name: grpc_load_reporting
557 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700558 - src/core/ext/filters/load_reporting/load_reporting.h
559 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700560 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700561 - src/core/ext/filters/load_reporting/load_reporting.c
562 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700563 plugin: grpc_load_reporting_plugin
564 uses:
565 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700566- name: grpc_max_age_filter
567 headers:
568 - src/core/ext/filters/max_age/max_age_filter.h
569 src:
570 - src/core/ext/filters/max_age/max_age_filter.c
571 plugin: grpc_max_age_filter
572 uses:
573 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700574- name: grpc_message_size_filter
575 headers:
576 - src/core/ext/filters/message_size/message_size_filter.h
577 src:
578 - src/core/ext/filters/message_size/message_size_filter.c
579 plugin: grpc_message_size_filter
580 uses:
581 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700582- name: grpc_resolver_dns_ares
583 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700584 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
585 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700586 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700587 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
588 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
589 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700590 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700591 plugin: grpc_resolver_dns_ares
592 uses:
593 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700594 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700595- name: grpc_resolver_dns_native
596 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700597 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700598 plugin: grpc_resolver_dns_native
599 uses:
600 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700601 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700602- name: grpc_resolver_fake
603 headers:
604 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
605 src:
606 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
607 plugin: grpc_resolver_fake
608 uses:
609 - grpc_base
610 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700611- name: grpc_resolver_sockaddr
612 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700613 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700614 plugin: grpc_resolver_sockaddr
615 uses:
616 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700617 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100618- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700619 public_headers:
620 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100621 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700622 - src/core/lib/security/context/security_context.h
623 - src/core/lib/security/credentials/composite/composite_credentials.h
624 - src/core/lib/security/credentials/credentials.h
625 - src/core/lib/security/credentials/fake/fake_credentials.h
626 - src/core/lib/security/credentials/google_default/google_default_credentials.h
627 - src/core/lib/security/credentials/iam/iam_credentials.h
628 - src/core/lib/security/credentials/jwt/json_token.h
629 - src/core/lib/security/credentials/jwt/jwt_credentials.h
630 - src/core/lib/security/credentials/jwt/jwt_verifier.h
631 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
632 - src/core/lib/security/credentials/plugin/plugin_credentials.h
633 - src/core/lib/security/credentials/ssl/ssl_credentials.h
634 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800635 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700636 - src/core/lib/security/transport/secure_endpoint.h
637 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800638 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700639 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700640 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100641 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700642 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700643 - src/core/lib/security/context/security_context.c
644 - src/core/lib/security/credentials/composite/composite_credentials.c
645 - src/core/lib/security/credentials/credentials.c
646 - src/core/lib/security/credentials/credentials_metadata.c
647 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700648 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700649 - src/core/lib/security/credentials/google_default/google_default_credentials.c
650 - src/core/lib/security/credentials/iam/iam_credentials.c
651 - src/core/lib/security/credentials/jwt/json_token.c
652 - src/core/lib/security/credentials/jwt/jwt_credentials.c
653 - src/core/lib/security/credentials/jwt/jwt_verifier.c
654 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
655 - src/core/lib/security/credentials/plugin/plugin_credentials.c
656 - src/core/lib/security/credentials/ssl/ssl_credentials.c
657 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800658 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700659 - src/core/lib/security/transport/secure_endpoint.c
660 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800661 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700662 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700663 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700664 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700665 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700666 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700667 uses:
668 - grpc_base
669 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700670 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700671- name: grpc_server_backward_compatibility
672 headers:
673 - src/core/ext/filters/workarounds/workaround_utils.h
674 src:
675 - src/core/ext/filters/workarounds/workaround_utils.c
676 uses:
677 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700678- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700679 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700680 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700681 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700682 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800683 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700684 - test/core/end2end/fixtures/proxy.h
685 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800686 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700687 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200688 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700689 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700690 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700691 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700692 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700693 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700694 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800695 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700696 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700697 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700698 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800699 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700700 - test/core/end2end/fixtures/proxy.c
701 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800702 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700703 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200704 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700705 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700706 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700707 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800708 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700709 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700710 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800711 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700712 deps:
713 - grpc
714 - gpr_test_util
Craig Tiller1f477302017-05-05 11:01:25 -0700715- name: grpc_trace
716 headers:
717 - src/core/lib/debug/trace.h
718 src:
719 - src/core/lib/debug/trace.c
720 deps:
721 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700722- name: grpc_transport_chttp2
723 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700724 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700725 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700726 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
727 - src/core/ext/transport/chttp2/transport/frame.h
728 - src/core/ext/transport/chttp2/transport/frame_data.h
729 - src/core/ext/transport/chttp2/transport/frame_goaway.h
730 - src/core/ext/transport/chttp2/transport/frame_ping.h
731 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
732 - src/core/ext/transport/chttp2/transport/frame_settings.h
733 - src/core/ext/transport/chttp2/transport/frame_window_update.h
734 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
735 - src/core/ext/transport/chttp2/transport/hpack_parser.h
736 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700737 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700738 - src/core/ext/transport/chttp2/transport/huffsyms.h
739 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
740 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700741 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700742 - src/core/ext/transport/chttp2/transport/varint.h
743 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700744 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700745 - src/core/ext/transport/chttp2/transport/bin_encoder.c
746 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700747 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
748 - src/core/ext/transport/chttp2/transport/frame_data.c
749 - src/core/ext/transport/chttp2/transport/frame_goaway.c
750 - src/core/ext/transport/chttp2/transport/frame_ping.c
751 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
752 - src/core/ext/transport/chttp2/transport/frame_settings.c
753 - src/core/ext/transport/chttp2/transport/frame_window_update.c
754 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
755 - src/core/ext/transport/chttp2/transport/hpack_parser.c
756 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700757 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700758 - src/core/ext/transport/chttp2/transport/huffsyms.c
759 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
760 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700761 - src/core/ext/transport/chttp2/transport/stream_lists.c
762 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700763 - src/core/ext/transport/chttp2/transport/varint.c
764 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700765 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700766 uses:
767 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700768 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700769 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700770- name: grpc_transport_chttp2_alpn
771 headers:
772 - src/core/ext/transport/chttp2/alpn/alpn.h
773 src:
774 - src/core/ext/transport/chttp2/alpn/alpn.c
775 deps:
776 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800777- name: grpc_transport_chttp2_client_connector
778 headers:
779 - src/core/ext/transport/chttp2/client/chttp2_connector.h
780 src:
781 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800782 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800783 - grpc_transport_chttp2
784 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700785 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700786- name: grpc_transport_chttp2_client_insecure
787 src:
788 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700789 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700790 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800791 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700792 - grpc_transport_chttp2
793 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700794 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700795- name: grpc_transport_chttp2_client_secure
796 src:
797 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700798 uses:
799 - grpc_transport_chttp2
800 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700801 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700802 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800803 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800804- name: grpc_transport_chttp2_server
805 headers:
806 - src/core/ext/transport/chttp2/server/chttp2_server.h
807 src:
808 - src/core/ext/transport/chttp2/server/chttp2_server.c
809 uses:
810 - grpc_transport_chttp2
811 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700812- name: grpc_transport_chttp2_server_insecure
813 src:
814 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700815 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700816 uses:
817 - grpc_transport_chttp2
818 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800819 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700820- name: grpc_transport_chttp2_server_secure
821 src:
822 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700823 uses:
824 - grpc_transport_chttp2
825 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700826 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800827 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700828- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700829 public_headers:
830 - include/grpc/grpc_cronet.h
831 - include/grpc/grpc_security.h
832 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700833 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800834 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800835 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700836 src:
837 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
838 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
839 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700840 filegroups:
841 - grpc_base
842 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700843 - grpc_http_filters
Muxi Yan29ff4662017-05-15 10:27:55 -0700844- name: grpc_workaround_cronet_compression_filter
845 headers:
846 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
847 src:
848 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
849 plugin: grpc_workaround_cronet_compression_filter
850 uses:
851 - grpc_base
852 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800853- name: nanopb
854 headers:
855 - third_party/nanopb/pb.h
856 - third_party/nanopb/pb_common.h
857 - third_party/nanopb/pb_decode.h
858 - third_party/nanopb/pb_encode.h
859 src:
860 - third_party/nanopb/pb_common.c
861 - third_party/nanopb/pb_decode.c
862 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700863- name: tsi
864 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700865 - src/core/tsi/fake_transport_security.h
866 - src/core/tsi/ssl_transport_security.h
867 - src/core/tsi/ssl_types.h
868 - src/core/tsi/transport_security.h
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700869 - src/core/tsi/transport_security_adapter.h
Craig Tiller134fed32017-03-28 14:27:18 -0700870 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700871 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700872 - src/core/tsi/fake_transport_security.c
873 - src/core/tsi/ssl_transport_security.c
874 - src/core/tsi/transport_security.c
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700875 - src/core/tsi/transport_security_adapter.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700876 deps:
877 - gpr
878 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700879 uses:
880 - grpc_trace
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700881- name: grpc++_base
882 language: c++
883 public_headers:
884 - include/grpc++/alarm.h
885 - include/grpc++/channel.h
886 - include/grpc++/client_context.h
887 - include/grpc++/completion_queue.h
888 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700889 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800890 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 - include/grpc++/generic/async_generic_service.h
892 - include/grpc++/generic/generic_stub.h
893 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800894 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800896 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700898 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 - include/grpc++/impl/grpc_library.h
900 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700901 - include/grpc++/impl/rpc_method.h
902 - include/grpc++/impl/rpc_service_method.h
903 - include/grpc++/impl/serialization_traits.h
904 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700905 - include/grpc++/impl/server_builder_plugin.h
906 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700908 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700909 - include/grpc++/security/auth_context.h
910 - include/grpc++/security/auth_metadata_processor.h
911 - include/grpc++/security/credentials.h
912 - include/grpc++/security/server_credentials.h
913 - include/grpc++/server.h
914 - include/grpc++/server_builder.h
915 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700916 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700917 - include/grpc++/support/async_stream.h
918 - include/grpc++/support/async_unary_call.h
919 - include/grpc++/support/byte_buffer.h
920 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700921 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700922 - include/grpc++/support/slice.h
923 - include/grpc++/support/status.h
924 - include/grpc++/support/status_code_enum.h
925 - include/grpc++/support/string_ref.h
926 - include/grpc++/support/stub_options.h
927 - include/grpc++/support/sync_stream.h
928 - include/grpc++/support/time.h
929 headers:
930 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700931 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700932 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800933 - src/cpp/server/health/default_health_check_service.h
934 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700936 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700938 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 - src/cpp/client/client_context.cc
940 - src/cpp/client/create_channel.cc
941 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700942 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700943 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700944 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700945 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700946 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700947 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700948 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700949 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700950 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700951 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800953 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700954 - src/cpp/server/create_default_thread_pool.cc
955 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800956 - src/cpp/server/health/default_health_check_service.cc
957 - src/cpp/server/health/health.pb.c
958 - src/cpp/server/health/health_check_service.cc
959 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700960 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700961 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700962 - src/cpp/server/server_context.cc
963 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700964 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700965 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700966 - src/cpp/util/byte_buffer_cc.cc
967 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700968 - src/cpp/util/status.cc
969 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700970 - src/cpp/util/time_cc.cc
yang-gc97d0932017-05-19 13:04:34 -0700971 deps:
972 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700973 uses:
yang-g17487f92016-06-03 15:21:15 -0700974 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700975 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700976- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700977 language: c++
978 public_headers:
979 - include/grpc++/impl/codegen/async_stream.h
980 - include/grpc++/impl/codegen/async_unary_call.h
981 - include/grpc++/impl/codegen/call.h
982 - include/grpc++/impl/codegen/call_hook.h
983 - include/grpc++/impl/codegen/channel_interface.h
984 - include/grpc++/impl/codegen/client_context.h
985 - include/grpc++/impl/codegen/client_unary_call.h
986 - include/grpc++/impl/codegen/completion_queue.h
987 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700988 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700989 - include/grpc++/impl/codegen/core_codegen_interface.h
990 - include/grpc++/impl/codegen/create_auth_context.h
991 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800992 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700993 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700994 - include/grpc++/impl/codegen/rpc_method.h
995 - include/grpc++/impl/codegen/rpc_service_method.h
996 - include/grpc++/impl/codegen/security/auth_context.h
997 - include/grpc++/impl/codegen/serialization_traits.h
998 - include/grpc++/impl/codegen/server_context.h
999 - include/grpc++/impl/codegen/server_interface.h
1000 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08001001 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001002 - include/grpc++/impl/codegen/status.h
1003 - include/grpc++/impl/codegen/status_code_enum.h
1004 - include/grpc++/impl/codegen/string_ref.h
1005 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001006 - include/grpc++/impl/codegen/sync_stream.h
1007 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001008 uses:
1009 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -07001010- name: grpc++_codegen_base_src
1011 language: c++
1012 src:
1013 - src/cpp/codegen/codegen_init.cc
1014 uses:
1015 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -07001016- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001017 language: c++
1018 public_headers:
yang-g17487f92016-06-03 15:21:15 -07001019 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001020 uses:
yang-g17487f92016-06-03 15:21:15 -07001021 - grpc++_codegen_base
1022 - grpc++_config_proto
1023- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001024 language: c++
1025 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001026 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001027- name: grpc++_reflection_proto
1028 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001029 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001030 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001031- name: grpc++_test
1032 language: c++
1033 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001034 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001035 - include/grpc++/test/server_context_test_spouse.h
1036 deps:
1037 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001038 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001039libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001040- name: gpr
1041 build: all
1042 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001043 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001044 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001045 secure: false
1046 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1047- name: gpr_test_util
1048 build: private
1049 language: c
1050 headers:
1051 - test/core/util/test_config.h
1052 src:
1053 - test/core/util/test_config.c
1054 deps:
1055 - gpr
1056 secure: false
1057 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001058- name: grpc
1059 build: all
1060 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001061 src:
1062 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001064 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001066 filegroups:
1067 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001068 - grpc_transport_chttp2_server_secure
1069 - grpc_transport_chttp2_client_secure
1070 - grpc_transport_chttp2_server_insecure
1071 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -08001072 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001073 - grpc_lb_policy_pick_first
1074 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001075 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001076 - grpc_resolver_dns_native
1077 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001078 - grpc_resolver_fake
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001079 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001080 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001081 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001082 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001083 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001084 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001085 - grpc_workaround_cronet_compression_filter
1086 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001087 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001088 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001089 vs_packages:
1090 - grpc.dependencies.openssl
1091 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001092 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001093- name: grpc_cronet
1094 build: all
1095 language: c
1096 src:
1097 - src/core/lib/surface/init.c
1098 baselib: true
1099 deps_linkage: static
1100 dll: true
1101 filegroups:
1102 - grpc_base
1103 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001104 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001105 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001106 generate_plugin_registry: true
1107 platforms:
1108 - linux
1109 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001110- name: grpc_dll
1111 build: private
1112 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001113 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001114 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001115 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001116 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001117 build_system:
1118 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001119 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001120 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001121 vs_config_type: DynamicLibrary
1122 vs_packages:
1123 - grpc.dependencies.openssl
1124 - grpc.dependencies.zlib
1125 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1126 vs_props:
1127 - zlib
1128 - openssl
1129 - winsock
1130 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001131- name: grpc_test_util
1132 build: private
1133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001134 headers:
1135 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001136 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001137 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001138 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001139 - test/core/end2end/data/server1_cert.c
1140 - test/core/end2end/data/server1_key.c
1141 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001142 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001143 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001144 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001145 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001146 - grpc
1147 filegroups:
1148 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001149 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1151- name: grpc_test_util_unsecure
1152 build: private
1153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001154 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001155 - gpr
1156 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001157 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001158 filegroups:
1159 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001160 secure: false
1161 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1162- name: grpc_unsecure
1163 build: all
1164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001165 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001166 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001167 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001169 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001170 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001171 filegroups:
1172 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001173 - grpc_transport_chttp2_server_insecure
1174 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001175 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001176 - grpc_resolver_dns_native
1177 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001178 - grpc_resolver_fake
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001179 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001180 - grpc_lb_policy_grpclb
1181 - grpc_lb_policy_pick_first
1182 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001183 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001184 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001185 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001186 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001187 - grpc_workaround_cronet_compression_filter
1188 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001189 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190 secure: false
1191 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192- name: reconnect_server
1193 build: private
1194 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001195 headers:
1196 - test/core/util/reconnect_server.h
1197 src:
1198 - test/core/util/reconnect_server.c
1199 deps:
yang-gc9fca182015-11-06 16:41:33 -08001200 - test_tcp_server
1201 - grpc_test_util
1202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001203 - gpr_test_util
1204 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001205- name: test_tcp_server
1206 build: private
1207 language: c
1208 headers:
1209 - test/core/util/test_tcp_server.h
1210 src:
1211 - test/core/util/test_tcp_server.c
1212 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001213 - grpc_test_util
1214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001215 - gpr_test_util
1216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217- name: grpc++
1218 build: all
1219 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001220 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001221 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001222 - src/cpp/client/secure_credentials.h
1223 - src/cpp/common/secure_auth_context.h
1224 - src/cpp/server/secure_server_credentials.h
1225 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001226 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001227 - src/cpp/client/secure_credentials.cc
1228 - src/cpp/common/auth_property_iterator.cc
1229 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001230 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001231 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001232 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001233 - src/cpp/server/secure_server_credentials.cc
1234 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001235 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001236 baselib: true
1237 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001238 filegroups:
1239 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001240 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001241 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001242 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243 secure: check
1244 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001245- name: grpc++_cronet
1246 build: all
1247 language: c++
1248 src:
1249 - src/cpp/client/cronet_credentials.cc
1250 - src/cpp/client/insecure_credentials.cc
1251 - src/cpp/common/insecure_create_auth_context.cc
1252 - src/cpp/server/insecure_server_credentials.cc
1253 deps:
1254 - gpr
1255 - grpc_cronet
1256 baselib: true
1257 dll: true
1258 filegroups:
1259 - grpc++_base
1260 - grpc++_codegen_base
1261 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001262 - grpc_transport_chttp2_client_insecure
1263 - grpc_transport_chttp2_server_insecure
1264 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001265 platforms:
1266 - linux
1267 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001268- name: grpc++_error_details
1269 build: all
1270 language: c++
1271 public_headers:
1272 - include/grpc++/support/error_details.h
1273 src:
1274 - src/proto/grpc/status/status.proto
1275 - src/cpp/util/error_details.cc
1276 deps:
1277 - grpc++
1278 baselib: true
1279 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001280- name: grpc++_proto_reflection_desc_db
1281 build: private
1282 language: c++
1283 headers:
1284 - test/cpp/util/proto_reflection_descriptor_database.h
1285 src:
1286 - test/cpp/util/proto_reflection_descriptor_database.cc
1287 deps:
1288 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001289 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001290 filegroups:
1291 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001292 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001293- name: grpc++_reflection
1294 build: all
1295 language: c++
1296 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001297 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001298 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001299 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001300 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001301 - src/cpp/ext/proto_server_reflection.cc
1302 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001303 deps:
1304 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001305 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001306 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001307 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: grpc++_test_config
1309 build: private
1310 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001311 headers:
1312 - test/cpp/util/test_config.h
1313 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001314 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001315- name: grpc++_test_util
1316 build: private
1317 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001318 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001319 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001320 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001321 - test/cpp/util/create_test_channel.h
1322 - test/cpp/util/string_ref_helper.h
1323 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001324 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001325 src:
yang-gc8a49d22016-12-12 11:18:49 -08001326 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001327 - src/proto/grpc/testing/echo_messages.proto
1328 - src/proto/grpc/testing/echo.proto
1329 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001330 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001331 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001332 - test/cpp/util/create_test_channel.cc
1333 - test/cpp/util/string_ref_helper.cc
1334 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001335 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001336 deps:
1337 - grpc++
1338 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001339 - grpc
yang-g17487f92016-06-03 15:21:15 -07001340 filegroups:
1341 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001342 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001343 - grpc++_codegen_proto
1344 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001345- name: grpc++_unsecure
1346 build: all
1347 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001348 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001349 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001350 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001351 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001352 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001353 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001354 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001355 baselib: true
1356 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001357 filegroups:
1358 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001359 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001360 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001361 secure: false
1362 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001363- name: grpc_benchmark
1364 build: test
1365 language: c++
1366 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001367 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1368 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001369 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001370 src:
1371 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001372 deps:
1373 - benchmark
1374 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001375 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001376 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001377 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001378- name: grpc_cli_libs
1379 build: private
1380 language: c++
1381 headers:
1382 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001383 - test/cpp/util/cli_credentials.h
1384 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001385 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001386 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001387 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001388 src:
1389 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001390 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001391 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001392 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001393 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001394 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001395 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001396 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001397 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001398 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001399 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001400 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001401- name: grpc_plugin_support
1402 build: protoc
1403 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001404 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001405 - src/compiler/config.h
1406 - src/compiler/cpp_generator.h
1407 - src/compiler/cpp_generator_helpers.h
1408 - src/compiler/csharp_generator.h
1409 - src/compiler/csharp_generator_helpers.h
1410 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001411 - src/compiler/node_generator.h
1412 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001413 - src/compiler/objective_c_generator.h
1414 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001415 - src/compiler/php_generator.h
1416 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301417 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001418 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301419 - src/compiler/python_generator_helpers.h
1420 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001421 - src/compiler/ruby_generator.h
1422 - src/compiler/ruby_generator_helpers-inl.h
1423 - src/compiler/ruby_generator_map-inl.h
1424 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301425 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001426 src:
1427 - src/compiler/cpp_generator.cc
1428 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001429 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001430 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001431 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001432 - src/compiler/python_generator.cc
1433 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001434 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001435 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001436 secure: false
1437 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001438 vs_props:
1439 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001440- name: http2_client_main
1441 build: private
1442 language: c++
1443 headers:
1444 - test/cpp/interop/http2_client.h
1445 src:
1446 - src/proto/grpc/testing/empty.proto
1447 - src/proto/grpc/testing/messages.proto
1448 - src/proto/grpc/testing/test.proto
1449 - test/cpp/interop/http2_client.cc
1450 deps:
1451 - grpc++_test_util
1452 - grpc_test_util
1453 - grpc++
1454 - grpc
1455 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001456- name: interop_client_helper
1457 build: private
1458 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001459 headers:
1460 - test/cpp/interop/client_helper.h
1461 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001462 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001463 - test/cpp/interop/client_helper.cc
1464 deps:
1465 - grpc++_test_util
1466 - grpc_test_util
1467 - grpc++
1468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001469 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001470- name: interop_client_main
1471 build: private
1472 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001473 headers:
1474 - test/cpp/interop/interop_client.h
1475 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001476 - src/proto/grpc/testing/empty.proto
1477 - src/proto/grpc/testing/messages.proto
1478 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001479 - test/cpp/interop/client.cc
1480 - test/cpp/interop/interop_client.cc
1481 deps:
1482 - interop_client_helper
1483 - grpc++_test_util
1484 - grpc_test_util
1485 - grpc++
1486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001487 - gpr_test_util
1488 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001489 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490- name: interop_server_helper
1491 build: private
1492 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001493 headers:
1494 - test/cpp/interop/server_helper.h
1495 src:
1496 - test/cpp/interop/server_helper.cc
1497 deps:
yang-gcc591022017-01-11 11:10:43 -08001498 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001499 - grpc_test_util
1500 - grpc++
1501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001502 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001503- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001504 build: private
1505 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001507 - src/proto/grpc/testing/empty.proto
1508 - src/proto/grpc/testing/messages.proto
1509 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001510 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001511 deps:
1512 - interop_server_helper
1513 - grpc++_test_util
1514 - grpc_test_util
1515 - grpc++
1516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001519 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001520- name: interop_server_main
1521 build: private
1522 language: c++
1523 src:
1524 - test/cpp/interop/interop_server_bootstrap.cc
1525 deps:
1526 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001527- name: qps
1528 build: private
1529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001530 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001531 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001532 - test/cpp/qps/client.h
1533 - test/cpp/qps/driver.h
1534 - test/cpp/qps/histogram.h
1535 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001536 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001537 - test/cpp/qps/qps_worker.h
1538 - test/cpp/qps/report.h
1539 - test/cpp/qps/server.h
1540 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001541 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001542 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001543 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001544 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001545 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001546 - src/proto/grpc/testing/control.proto
1547 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001548 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001549 - test/cpp/qps/client_async.cc
1550 - test/cpp/qps/client_sync.cc
1551 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001552 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001553 - test/cpp/qps/qps_worker.cc
1554 - test/cpp/qps/report.cc
1555 - test/cpp/qps/server_async.cc
1556 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001557 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001558 deps:
1559 - grpc_test_util
1560 - grpc++_test_util
1561 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001562 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001563- name: grpc_csharp_ext
1564 build: all
1565 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001566 src:
1567 - src/csharp/ext/grpc_csharp_ext.c
1568 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001570 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001571 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001572 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001573 dll: only
1574 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001575 vs_packages:
1576 - grpc.dependencies.openssl
1577 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001579 vs_props:
1580 - zlib
1581 - openssl
1582 - winsock
1583 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001584targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001585- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001586 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001587 build: test
1588 language: c
1589 src:
1590 - test/core/surface/alarm_test.c
1591 deps:
1592 - grpc_test_util
1593 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001594 - gpr_test_util
1595 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001596- name: algorithm_test
1597 build: test
1598 language: c
1599 src:
1600 - test/core/compression/algorithm_test.c
1601 deps:
1602 - grpc_test_util
1603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 - gpr_test_util
1605 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001606- name: alloc_test
1607 build: test
1608 language: c
1609 src:
1610 - test/core/support/alloc_test.c
1611 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001612 - gpr_test_util
1613 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001614- name: alpn_test
1615 build: test
1616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001617 src:
1618 - test/core/transport/chttp2/alpn_test.c
1619 deps:
1620 - grpc_test_util
1621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001622 - gpr_test_util
1623 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001624- name: api_fuzzer
1625 build: fuzzer
1626 language: c
1627 src:
1628 - test/core/end2end/fuzzers/api_fuzzer.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
1632 - gpr_test_util
1633 - gpr
1634 corpus_dirs:
1635 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001636 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001637 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001638- name: arena_test
1639 build: test
1640 language: c
1641 src:
1642 - test/core/support/arena_test.c
1643 deps:
1644 - gpr_test_util
1645 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001646- name: bad_server_response_test
1647 build: test
1648 language: c
1649 src:
1650 - test/core/end2end/bad_server_response_test.c
1651 deps:
1652 - test_tcp_server
1653 - grpc_test_util
1654 - grpc
1655 - gpr_test_util
1656 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001657 exclude_iomgrs:
1658 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001659- name: bdp_estimator_test
1660 build: test
1661 language: c
1662 src:
1663 - test/core/transport/bdp_estimator_test.c
1664 deps:
1665 - grpc_test_util
1666 - grpc
1667 - gpr_test_util
1668 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001669- name: bin_decoder_test
1670 build: test
1671 language: c
1672 src:
1673 - test/core/transport/chttp2/bin_decoder_test.c
1674 deps:
1675 - grpc_test_util
1676 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: bin_encoder_test
1678 build: test
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/transport/chttp2/bin_encoder_test.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001685- name: census_context_test
1686 build: test
1687 language: c
1688 src:
1689 - test/core/census/context_test.c
1690 deps:
1691 - grpc_test_util
1692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001693 - gpr_test_util
1694 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001695- name: census_intrusive_hash_map_test
1696 build: test
1697 language: c
1698 src:
1699 - test/core/census/intrusive_hash_map_test.c
1700 deps:
1701 - grpc_test_util
1702 - grpc
1703 - gpr_test_util
1704 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001705- name: census_resource_test
1706 build: test
1707 language: c
1708 src:
1709 - test/core/census/resource_test.c
1710 deps:
1711 - grpc_test_util
1712 - grpc
1713 - gpr_test_util
1714 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001715- name: census_trace_context_test
1716 build: test
1717 language: c
1718 src:
1719 - test/core/census/trace_context_test.c
1720 deps:
1721 - grpc_test_util
1722 - grpc
1723 - gpr_test_util
1724 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001725- name: channel_create_test
1726 build: test
1727 language: c
1728 src:
1729 - test/core/surface/channel_create_test.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001735- name: check_epollexclusive
1736 build: tool
1737 language: c
1738 src:
1739 - test/build/check_epollexclusive.c
1740 deps:
1741 - grpc
1742 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001743- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001744 build: test
1745 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001746 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001747 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001748 deps:
1749 - grpc_test_util
1750 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001751 - gpr_test_util
1752 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001753- name: chttp2_stream_map_test
1754 build: test
1755 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001756 src:
1757 - test/core/transport/chttp2/stream_map_test.c
1758 deps:
1759 - grpc_test_util
1760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001761 - gpr_test_util
1762 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001763- name: chttp2_varint_test
1764 build: test
1765 language: c
1766 src:
1767 - test/core/transport/chttp2/varint_test.c
1768 deps:
1769 - grpc_test_util
1770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001771 - gpr_test_util
1772 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001773- name: client_fuzzer
1774 build: fuzzer
1775 language: c
1776 src:
1777 - test/core/end2end/fuzzers/client_fuzzer.c
1778 deps:
1779 - grpc_test_util
1780 - grpc
1781 - gpr_test_util
1782 - gpr
1783 corpus_dirs:
1784 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001785 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001786 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001787- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001788 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001789 build: test
1790 language: c
1791 src:
1792 - test/core/iomgr/combiner_test.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
1796 - gpr_test_util
1797 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001798- name: compression_test
1799 build: test
1800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001801 src:
1802 - test/core/compression/compression_test.c
1803 deps:
1804 - grpc_test_util
1805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001806 - gpr_test_util
1807 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001808- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001809 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001810 build: test
1811 language: c
1812 src:
1813 - test/core/surface/concurrent_connectivity_test.c
1814 deps:
1815 - grpc_test_util
1816 - grpc
1817 - gpr_test_util
1818 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001819 exclude_iomgrs:
1820 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001821- name: connection_refused_test
1822 cpu_cost: 0.1
1823 build: test
1824 language: c
1825 src:
1826 - test/core/end2end/connection_refused_test.c
1827 deps:
1828 - grpc_test_util
1829 - grpc
1830 - gpr_test_util
1831 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001832- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001833 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001834 build: test
1835 language: c
1836 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001837 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001838 deps:
1839 - grpc_test_util
1840 - grpc
1841 - gpr_test_util
1842 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001843 exclude_iomgrs:
1844 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001845- name: dns_resolver_test
1846 build: test
1847 language: c
1848 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001849 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001850 deps:
1851 - grpc_test_util
1852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr_test_util
1854 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001855- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001856 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/end2end/dualstack_socket_test.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001866 exclude_iomgrs:
1867 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001868 platforms:
1869 - mac
1870 - linux
1871 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001872- name: endpoint_pair_test
1873 build: test
1874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001875 src:
1876 - test/core/iomgr/endpoint_pair_test.c
1877 deps:
1878 - grpc_test_util
1879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001882 exclude_iomgrs:
1883 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001884- name: error_test
1885 cpu_cost: 30
1886 build: test
1887 language: c
1888 src:
1889 - test/core/iomgr/error_test.c
1890 deps:
1891 - grpc_test_util
1892 - grpc
1893 - gpr_test_util
1894 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00001895- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001896 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001897 build: test
1898 language: c
1899 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00001900 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001901 deps:
1902 - grpc_test_util
1903 - grpc
1904 - gpr_test_util
1905 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001906 exclude_iomgrs:
1907 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001908 platforms:
1909 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001910- name: fake_resolver_test
1911 build: test
1912 language: c
1913 src:
1914 - test/core/client_channel/resolvers/fake_resolver_test.c
1915 deps:
1916 - grpc_test_util
1917 - grpc
1918 - gpr_test_util
1919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920- name: fd_conservation_posix_test
1921 build: test
1922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001923 src:
1924 - test/core/iomgr/fd_conservation_posix_test.c
1925 deps:
1926 - grpc_test_util
1927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001928 - gpr_test_util
1929 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001930 exclude_iomgrs:
1931 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001932 platforms:
1933 - mac
1934 - linux
1935 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: fd_posix_test
1937 build: test
1938 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001939 src:
1940 - test/core/iomgr/fd_posix_test.c
1941 deps:
1942 - grpc_test_util
1943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001944 - gpr_test_util
1945 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001946 exclude_iomgrs:
1947 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001948 platforms:
1949 - mac
1950 - linux
1951 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952- name: fling_client
1953 build: test
1954 run: false
1955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001956 src:
1957 - test/core/fling/client.c
1958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963- name: fling_server
1964 build: test
1965 run: false
1966 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001967 src:
1968 - test/core/fling/server.c
1969 deps:
1970 - grpc_test_util
1971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001972 - gpr_test_util
1973 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001974- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001975 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001976 build: test
1977 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001978 src:
1979 - test/core/fling/fling_stream_test.c
1980 deps:
1981 - grpc_test_util
1982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001985 platforms:
1986 - mac
1987 - linux
1988 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001990 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/fling/fling_test.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002000 platforms:
2001 - mac
2002 - linux
2003 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004- name: gen_hpack_tables
2005 build: tool
2006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002007 src:
2008 - tools/codegen/core/gen_hpack_tables.c
2009 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002011 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012- name: gen_legal_metadata_characters
2013 build: tool
2014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002015 src:
2016 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002017 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002018- name: gen_percent_encoding_tables
2019 build: tool
2020 language: c
2021 src:
2022 - tools/codegen/core/gen_percent_encoding_tables.c
2023 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002024- name: goaway_server_test
2025 cpu_cost: 0.1
2026 build: test
2027 language: c
2028 src:
2029 - test/core/end2end/goaway_server_test.c
2030 deps:
2031 - grpc_test_util
2032 - grpc
2033 - gpr_test_util
2034 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002035 exclude_iomgrs:
2036 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002037 platforms:
2038 - mac
2039 - linux
2040 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002041- name: gpr_avl_test
2042 build: test
2043 language: c
2044 src:
2045 - test/core/support/avl_test.c
2046 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002049- name: gpr_backoff_test
2050 build: test
2051 language: c
2052 src:
2053 - test/core/support/backoff_test.c
2054 deps:
2055 - gpr_test_util
2056 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002057- name: gpr_cmdline_test
2058 build: test
2059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002060 src:
2061 - test/core/support/cmdline_test.c
2062 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002065- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002066 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002067 build: test
2068 language: c
2069 src:
2070 - test/core/support/cpu_test.c
2071 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: gpr_env_test
2075 build: test
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/support/env_test.c
2079 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: gpr_histogram_test
2083 build: test
2084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002085 src:
2086 - test/core/support/histogram_test.c
2087 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002088 - gpr_test_util
2089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090- name: gpr_host_port_test
2091 build: test
2092 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002093 src:
2094 - test/core/support/host_port_test.c
2095 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002098- name: gpr_log_test
2099 build: test
2100 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002101 src:
2102 - test/core/support/log_test.c
2103 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002104 - gpr_test_util
2105 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002106- name: gpr_mpscq_test
2107 cpu_cost: 30
2108 build: test
2109 language: c
2110 src:
2111 - test/core/support/mpscq_test.c
2112 deps:
2113 - gpr_test_util
2114 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002115- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002116 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002117 build: test
2118 language: c
2119 src:
2120 - test/core/support/spinlock_test.c
2121 deps:
2122 - gpr_test_util
2123 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002124- name: gpr_string_test
2125 build: test
2126 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002127 src:
2128 - test/core/support/string_test.c
2129 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002130 - gpr_test_util
2131 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002133 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134 build: test
2135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002136 src:
2137 - test/core/support/sync_test.c
2138 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr_test_util
2140 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002141- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002142 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143 build: test
2144 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002145 src:
2146 - test/core/support/thd_test.c
2147 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150- name: gpr_time_test
2151 build: test
2152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002153 src:
2154 - test/core/support/time_test.c
2155 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: gpr_tls_test
2159 build: test
2160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002161 src:
2162 - test/core/support/tls_test.c
2163 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002166- name: gpr_useful_test
2167 build: test
2168 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002169 src:
2170 - test/core/support/useful_test.c
2171 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr_test_util
2173 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174- name: grpc_auth_context_test
2175 build: test
2176 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002177 src:
2178 - test/core/security/auth_context_test.c
2179 deps:
2180 - grpc_test_util
2181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr_test_util
2183 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002184- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002185 build: test
2186 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002187 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002188 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002189 deps:
2190 - grpc_test_util
2191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194- name: grpc_byte_buffer_reader_test
2195 build: test
2196 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002197 src:
2198 - test/core/surface/byte_buffer_reader_test.c
2199 deps:
2200 - grpc_test_util
2201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002202 - gpr_test_util
2203 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002204- name: grpc_channel_args_test
2205 build: test
2206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
2208 - test/core/channel/channel_args_test.c
2209 deps:
2210 - grpc_test_util
2211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002212 - gpr_test_util
2213 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214- name: grpc_channel_stack_test
2215 build: test
2216 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002217 src:
2218 - test/core/channel/channel_stack_test.c
2219 deps:
2220 - grpc_test_util
2221 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002222 - gpr_test_util
2223 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002224- name: grpc_completion_queue_test
2225 build: test
2226 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002227 src:
2228 - test/core/surface/completion_queue_test.c
2229 deps:
2230 - grpc_test_util
2231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr_test_util
2233 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002234- name: grpc_completion_queue_threading_test
2235 build: test
2236 language: c
2237 src:
2238 - test/core/surface/completion_queue_threading_test.c
2239 deps:
2240 - grpc_test_util
2241 - grpc
2242 - gpr_test_util
2243 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002244 exclude_iomgrs:
2245 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002246- name: grpc_create_jwt
2247 build: tool
2248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002249 src:
2250 - test/core/security/create_jwt.c
2251 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002254 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002255- name: grpc_credentials_test
2256 build: test
2257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
2259 - test/core/security/credentials_test.c
2260 deps:
2261 - grpc_test_util
2262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002265- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002266 build: test
2267 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002269 src:
2270 - test/core/security/fetch_oauth2.c
2271 deps:
2272 - grpc_test_util
2273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 - gpr_test_util
2275 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002276- name: grpc_invalid_channel_args_test
2277 build: test
2278 language: c
2279 src:
2280 - test/core/surface/invalid_channel_args_test.c
2281 deps:
2282 - grpc_test_util
2283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002284 - gpr_test_util
2285 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002286- name: grpc_json_token_test
2287 build: test
2288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002289 src:
2290 - test/core/security/json_token_test.c
2291 deps:
2292 - grpc_test_util
2293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002294 - gpr_test_util
2295 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002296 platforms:
2297 - linux
2298 - posix
2299 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: grpc_jwt_verifier_test
2301 build: test
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
2304 - test/core/security/jwt_verifier_test.c
2305 deps:
2306 - grpc_test_util
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310- name: grpc_print_google_default_creds_token
2311 build: tool
2312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/core/security/print_google_default_creds_token.c
2315 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002318- name: grpc_security_connector_test
2319 build: test
2320 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002321 src:
2322 - test/core/security/security_connector_test.c
2323 deps:
2324 - grpc_test_util
2325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002326 - gpr_test_util
2327 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002328- name: grpc_verify_jwt
2329 build: tool
2330 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002331 src:
2332 - test/core/security/verify_jwt.c
2333 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002336- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002337 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002338 language: c
2339 src:
2340 - test/core/handshake/client_ssl.c
2341 deps:
2342 - grpc_test_util
2343 - grpc
2344 - gpr_test_util
2345 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002346 exclude_iomgrs:
2347 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002348 platforms:
2349 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002350 secure: true
2351- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002352 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002353 language: c
2354 src:
2355 - test/core/handshake/server_ssl.c
2356 deps:
2357 - grpc_test_util
2358 - grpc
2359 - gpr_test_util
2360 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002361 platforms:
2362 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002363 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002364- name: hpack_parser_fuzzer_test
2365 build: fuzzer
2366 language: c
2367 src:
2368 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2369 deps:
2370 - grpc_test_util
2371 - grpc
2372 - gpr_test_util
2373 - gpr
2374 corpus_dirs:
2375 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002376 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002377 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002378- name: hpack_parser_test
2379 build: test
2380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002381 src:
2382 - test/core/transport/chttp2/hpack_parser_test.c
2383 deps:
2384 - grpc_test_util
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002388- name: hpack_table_test
2389 build: test
2390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002391 src:
2392 - test/core/transport/chttp2/hpack_table_test.c
2393 deps:
2394 - grpc_test_util
2395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002396 - gpr_test_util
2397 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002398- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002399 build: test
2400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002401 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002402 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002403 deps:
2404 - grpc_test_util
2405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002406 - gpr_test_util
2407 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002408- name: http_request_fuzzer_test
2409 build: fuzzer
2410 language: c
2411 src:
2412 - test/core/http/request_fuzzer.c
2413 deps:
2414 - grpc_test_util
2415 - grpc
2416 - gpr_test_util
2417 - gpr
2418 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002419 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002420 maxlen: 2048
2421- name: http_response_fuzzer_test
2422 build: fuzzer
2423 language: c
2424 src:
2425 - test/core/http/response_fuzzer.c
2426 deps:
2427 - grpc_test_util
2428 - grpc
2429 - gpr_test_util
2430 - gpr
2431 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002432 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002433 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002434- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435 build: test
2436 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002437 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002438 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002439 deps:
2440 - grpc_test_util
2441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr_test_util
2443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002444- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002445 cpu_cost: 0.5
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/httpcli_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 Tiller25834342015-09-25 08:08:24 -07002455 platforms:
2456 - mac
2457 - linux
2458 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002459- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002460 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002461 build: test
2462 language: c
2463 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002464 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002465 deps:
2466 - grpc_test_util
2467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002468 - gpr_test_util
2469 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002470 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002471 - linux
yang-gf1183302015-12-07 16:02:05 -08002472- name: init_test
2473 build: test
2474 language: c
2475 src:
2476 - test/core/surface/init_test.c
2477 deps:
2478 - grpc_test_util
2479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002480 - gpr_test_util
2481 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002482- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002483 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002484 build: test
2485 language: c
2486 src:
2487 - test/core/end2end/invalid_call_argument_test.c
2488 deps:
2489 - grpc_test_util
2490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002491 - gpr_test_util
2492 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002493- name: json_fuzzer_test
2494 build: fuzzer
2495 language: c
2496 src:
2497 - test/core/json/fuzzer.c
2498 deps:
2499 - grpc_test_util
2500 - grpc
2501 - gpr_test_util
2502 - gpr
2503 corpus_dirs:
2504 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002505 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506- name: json_rewrite
2507 build: test
2508 run: false
2509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002510 src:
2511 - test/core/json/json_rewrite.c
2512 deps:
2513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002514 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002515- name: json_rewrite_test
2516 build: test
2517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002518 src:
2519 - test/core/json/json_rewrite_test.c
2520 deps:
2521 - grpc_test_util
2522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002523 - gpr_test_util
2524 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002525- name: json_stream_error_test
2526 build: test
2527 language: c
2528 src:
2529 - test/core/json/json_stream_error_test.c
2530 deps:
2531 - grpc_test_util
2532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002533 - gpr_test_util
2534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002535- name: json_test
2536 build: test
2537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002538 src:
2539 - test/core/json/json_test.c
2540 deps:
2541 - grpc_test_util
2542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002543 - gpr_test_util
2544 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002545- name: lame_client_test
2546 build: test
2547 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002548 src:
2549 - test/core/surface/lame_client_test.c
2550 deps:
2551 - grpc_test_util
2552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002553 - gpr_test_util
2554 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002555- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002556 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002557 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002558 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002560 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002561 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002562 deps:
2563 - grpc_test_util
2564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002565 - gpr_test_util
2566 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002567- name: load_file_test
2568 build: test
2569 language: c
2570 src:
2571 - test/core/iomgr/load_file_test.c
2572 deps:
2573 - grpc_test_util
2574 - grpc
2575 - gpr_test_util
2576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002577- name: low_level_ping_pong_benchmark
2578 build: benchmark
2579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002580 src:
2581 - test/core/network_benchmarks/low_level_ping_pong.c
2582 deps:
2583 - grpc_test_util
2584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002585 - gpr_test_util
2586 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002587 platforms:
2588 - mac
2589 - linux
2590 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002591- name: memory_profile_client
2592 build: test
2593 run: false
2594 language: c
2595 src:
2596 - test/core/memory_usage/client.c
2597 deps:
2598 - grpc_test_util
2599 - grpc
2600 - gpr_test_util
2601 - gpr
2602- name: memory_profile_server
2603 build: test
2604 run: false
2605 language: c
2606 src:
2607 - test/core/memory_usage/server.c
2608 deps:
2609 - grpc_test_util
2610 - grpc
2611 - gpr_test_util
2612 - gpr
2613- name: memory_profile_test
2614 cpu_cost: 1.5
2615 build: test
2616 language: c
2617 src:
2618 - test/core/memory_usage/memory_usage_test.c
2619 deps:
2620 - grpc_test_util
2621 - grpc
2622 - gpr_test_util
2623 - gpr
2624 platforms:
2625 - mac
2626 - linux
2627 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628- name: message_compress_test
2629 build: test
2630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002631 src:
2632 - test/core/compression/message_compress_test.c
2633 deps:
2634 - grpc_test_util
2635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002636 - gpr_test_util
2637 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002638- name: minimal_stack_is_minimal_test
2639 build: test
2640 language: c
2641 src:
2642 - test/core/channel/minimal_stack_is_minimal_test.c
2643 deps:
2644 - grpc_test_util
2645 - grpc
2646 - gpr_test_util
2647 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002648- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002649 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002650 build: test
2651 language: c
2652 src:
2653 - test/core/census/mlog_test.c
2654 deps:
2655 - grpc_test_util
2656 - grpc
2657 - gpr_test_util
2658 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002659- name: multiple_server_queues_test
2660 build: test
2661 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002662 src:
2663 - test/core/end2end/multiple_server_queues_test.c
2664 deps:
2665 - grpc_test_util
2666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002667 - gpr_test_util
2668 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002669- name: murmur_hash_test
2670 build: test
2671 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002672 src:
2673 - test/core/support/murmur_hash_test.c
2674 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002675 - gpr_test_util
2676 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002677- name: nanopb_fuzzer_response_test
2678 build: fuzzer
2679 language: c
2680 src:
2681 - test/core/nanopb/fuzzer_response.c
2682 deps:
2683 - grpc_test_util
2684 - grpc
2685 - gpr_test_util
2686 - gpr
2687 corpus_dirs:
2688 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002689 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002690- name: nanopb_fuzzer_serverlist_test
2691 build: fuzzer
2692 language: c
2693 src:
2694 - test/core/nanopb/fuzzer_serverlist.c
2695 deps:
2696 - grpc_test_util
2697 - grpc
2698 - gpr_test_util
2699 - gpr
2700 corpus_dirs:
2701 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002702 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002703- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002704 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002705 build: test
2706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
2708 - test/core/end2end/no_server_test.c
2709 deps:
2710 - grpc_test_util
2711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002712 - gpr_test_util
2713 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002714- name: num_external_connectivity_watchers_test
2715 build: test
2716 language: c
2717 src:
2718 - test/core/surface/num_external_connectivity_watchers_test.c
2719 deps:
2720 - grpc_test_util
2721 - grpc
2722 - gpr_test_util
2723 - gpr
2724 exclude_iomgrs:
2725 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002726- name: parse_address_test
2727 build: test
2728 language: c
2729 src:
2730 - test/core/client_channel/parse_address_test.c
2731 deps:
2732 - grpc_test_util
2733 - grpc
2734 - gpr_test_util
2735 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002736- name: percent_decode_fuzzer
2737 build: fuzzer
2738 language: c
2739 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002740 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002741 deps:
2742 - grpc_test_util
2743 - grpc
2744 - gpr_test_util
2745 - gpr
2746 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002747 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002748 maxlen: 32
2749- name: percent_encode_fuzzer
2750 build: fuzzer
2751 language: c
2752 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002753 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002754 deps:
2755 - grpc_test_util
2756 - grpc
2757 - gpr_test_util
2758 - gpr
2759 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002760 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002761 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002762- name: percent_encoding_test
2763 build: test
2764 language: c
2765 src:
2766 - test/core/slice/percent_encoding_test.c
2767 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002768 - grpc_test_util
2769 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002770 - gpr_test_util
2771 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002772- name: pollset_set_test
2773 build: test
2774 language: c
2775 src:
2776 - test/core/iomgr/pollset_set_test.c
2777 deps:
2778 - grpc_test_util
2779 - grpc
2780 - gpr_test_util
2781 - gpr
2782 exclude_iomgrs:
2783 - uv
2784 platforms:
2785 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002786- name: resolve_address_posix_test
2787 build: test
2788 language: c
2789 src:
2790 - test/core/iomgr/resolve_address_posix_test.c
2791 deps:
2792 - grpc_test_util
2793 - grpc
2794 - gpr_test_util
2795 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002796 exclude_iomgrs:
2797 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002798 platforms:
2799 - mac
2800 - linux
2801 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802- name: resolve_address_test
2803 build: test
2804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002805 src:
2806 - test/core/iomgr/resolve_address_test.c
2807 deps:
2808 - grpc_test_util
2809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002810 - gpr_test_util
2811 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002812- name: resource_quota_test
2813 cpu_cost: 30
2814 build: test
2815 language: c
2816 src:
2817 - test/core/iomgr/resource_quota_test.c
2818 deps:
2819 - grpc_test_util
2820 - grpc
2821 - gpr_test_util
2822 - gpr
yang-gd482e592015-12-10 14:04:00 -08002823- name: secure_channel_create_test
2824 build: test
2825 language: c
2826 src:
2827 - test/core/surface/secure_channel_create_test.c
2828 deps:
2829 - grpc_test_util
2830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002831 - gpr_test_util
2832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833- name: secure_endpoint_test
2834 build: test
2835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
2837 - test/core/security/secure_endpoint_test.c
2838 deps:
2839 - grpc_test_util
2840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002841 - gpr_test_util
2842 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002843 exclude_iomgrs:
2844 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002845- name: sequential_connectivity_test
2846 build: test
2847 language: c
2848 src:
2849 - test/core/surface/sequential_connectivity_test.c
2850 deps:
2851 - grpc_test_util
2852 - grpc
2853 - gpr_test_util
2854 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002855 exclude_iomgrs:
2856 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002857- name: server_chttp2_test
2858 build: test
2859 language: c
2860 src:
2861 - test/core/surface/server_chttp2_test.c
2862 deps:
2863 - grpc_test_util
2864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002865 - gpr_test_util
2866 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002867- name: server_fuzzer
2868 build: fuzzer
2869 language: c
2870 src:
2871 - test/core/end2end/fuzzers/server_fuzzer.c
2872 deps:
2873 - grpc_test_util
2874 - grpc
2875 - gpr_test_util
2876 - gpr
2877 corpus_dirs:
2878 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002879 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002880 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002881- name: server_test
2882 build: test
2883 language: c
2884 src:
2885 - test/core/surface/server_test.c
2886 deps:
2887 - grpc_test_util
2888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002889 - gpr_test_util
2890 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002891- name: slice_buffer_test
2892 build: test
2893 language: c
2894 src:
2895 - test/core/slice/slice_buffer_test.c
2896 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002897 - grpc_test_util
2898 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002899 - gpr_test_util
2900 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002901- name: slice_hash_table_test
2902 build: test
2903 language: c
2904 src:
2905 - test/core/slice/slice_hash_table_test.c
2906 deps:
2907 - grpc_test_util
2908 - grpc
2909 - gpr_test_util
2910 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002911- name: slice_string_helpers_test
2912 build: test
2913 language: c
2914 src:
2915 - test/core/slice/slice_string_helpers_test.c
2916 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002917 - grpc_test_util
2918 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002919 - gpr_test_util
2920 - gpr
2921- name: slice_test
2922 build: test
2923 language: c
2924 src:
2925 - test/core/slice/slice_test.c
2926 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002927 - grpc_test_util
2928 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002929 - gpr_test_util
2930 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002931- name: sockaddr_resolver_test
2932 build: test
2933 language: c
2934 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002935 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002936 deps:
2937 - grpc_test_util
2938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002939 - gpr_test_util
2940 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002941- name: sockaddr_utils_test
2942 build: test
2943 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002944 src:
2945 - test/core/iomgr/sockaddr_utils_test.c
2946 deps:
2947 - grpc_test_util
2948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002949 - gpr_test_util
2950 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002951- name: socket_utils_test
2952 build: test
2953 language: c
2954 src:
2955 - test/core/iomgr/socket_utils_test.c
2956 deps:
2957 - grpc_test_util
2958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002959 - gpr_test_util
2960 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002961 exclude_iomgrs:
2962 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002963 platforms:
2964 - mac
2965 - linux
2966 - posix
yang-g31e21282016-11-04 15:10:03 -07002967- name: ssl_server_fuzzer
2968 build: fuzzer
2969 language: c
2970 src:
2971 - test/core/security/ssl_server_fuzzer.c
2972 deps:
2973 - grpc_test_util
2974 - grpc
2975 - gpr_test_util
2976 - gpr
2977 corpus_dirs:
2978 - test/core/security/corpus/ssl_server_corpus
2979 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002980- name: status_conversion_test
2981 build: test
2982 language: c
2983 src:
2984 - test/core/transport/status_conversion_test.c
2985 deps:
2986 - grpc_test_util
2987 - grpc
2988 - gpr_test_util
2989 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002990- name: stream_owned_slice_test
2991 build: test
2992 language: c
2993 src:
2994 - test/core/transport/stream_owned_slice_test.c
2995 deps:
2996 - grpc_test_util
2997 - grpc
2998 - gpr_test_util
2999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003000- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003001 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002 build: test
3003 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003004 src:
3005 - test/core/iomgr/tcp_client_posix_test.c
3006 deps:
3007 - grpc_test_util
3008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003009 - gpr_test_util
3010 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003011 exclude_iomgrs:
3012 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003013 platforms:
3014 - mac
3015 - linux
3016 - posix
murgatroid991191b722017-02-08 11:56:52 -08003017- name: tcp_client_uv_test
3018 cpu_cost: 0.5
3019 build: test
3020 language: c
3021 src:
3022 - test/core/iomgr/tcp_client_uv_test.c
3023 deps:
3024 - grpc_test_util
3025 - grpc
3026 - gpr_test_util
3027 - gpr
3028 exclude_iomgrs:
3029 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003030- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003031 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003032 build: test
3033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003034 src:
3035 - test/core/iomgr/tcp_posix_test.c
3036 deps:
3037 - grpc_test_util
3038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003039 - gpr_test_util
3040 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003041 exclude_iomgrs:
3042 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003043 platforms:
3044 - mac
3045 - linux
3046 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003047- name: tcp_server_posix_test
3048 build: test
3049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003050 src:
3051 - test/core/iomgr/tcp_server_posix_test.c
3052 deps:
3053 - grpc_test_util
3054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003055 - gpr_test_util
3056 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003057 exclude_iomgrs:
3058 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003059 platforms:
3060 - mac
3061 - linux
3062 - posix
murgatroid991191b722017-02-08 11:56:52 -08003063- name: tcp_server_uv_test
3064 build: test
3065 language: c
3066 src:
3067 - test/core/iomgr/tcp_server_uv_test.c
3068 deps:
3069 - grpc_test_util
3070 - grpc
3071 - gpr_test_util
3072 - gpr
3073 exclude_iomgrs:
3074 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003075- name: time_averaged_stats_test
3076 build: test
3077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003078 src:
3079 - test/core/iomgr/time_averaged_stats_test.c
3080 deps:
3081 - grpc_test_util
3082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003083 - gpr_test_util
3084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003085- name: timeout_encoding_test
3086 build: test
3087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003088 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003089 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003090 deps:
3091 - grpc_test_util
3092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003093 - gpr_test_util
3094 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003095- name: timer_heap_test
3096 build: test
3097 language: c
3098 src:
3099 - test/core/iomgr/timer_heap_test.c
3100 deps:
3101 - grpc_test_util
3102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003103 - gpr_test_util
3104 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003105 exclude_iomgrs:
3106 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003107- name: timer_list_test
3108 build: test
3109 language: c
3110 src:
3111 - test/core/iomgr/timer_list_test.c
3112 deps:
3113 - grpc_test_util
3114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003115 - gpr_test_util
3116 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003117 exclude_iomgrs:
3118 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003119- name: transport_connectivity_state_test
3120 build: test
3121 language: c
3122 src:
3123 - test/core/transport/connectivity_state_test.c
3124 deps:
3125 - grpc_test_util
3126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003127 - gpr_test_util
3128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003129- name: transport_metadata_test
3130 build: test
3131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003132 src:
3133 - test/core/transport/metadata_test.c
3134 deps:
3135 - grpc_test_util
3136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003137 - gpr_test_util
3138 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003139- name: transport_pid_controller_test
3140 build: test
3141 language: c
3142 src:
3143 - test/core/transport/pid_controller_test.c
3144 deps:
3145 - grpc_test_util
3146 - grpc
3147 - gpr_test_util
3148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003149- name: transport_security_test
3150 build: test
3151 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003152 src:
3153 - test/core/tsi/transport_security_test.c
3154 deps:
3155 - grpc_test_util
3156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003157 - gpr_test_util
3158 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003159 platforms:
3160 - linux
3161 - posix
3162 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003163- name: udp_server_test
3164 build: test
3165 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003166 src:
3167 - test/core/iomgr/udp_server_test.c
3168 deps:
3169 - grpc_test_util
3170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003171 - gpr_test_util
3172 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003173 exclude_iomgrs:
3174 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003175 platforms:
3176 - mac
3177 - linux
3178 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003179- name: uri_fuzzer_test
3180 build: fuzzer
3181 language: c
3182 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003183 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003184 deps:
3185 - grpc_test_util
3186 - grpc
3187 - gpr_test_util
3188 - gpr
3189 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003190 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003191 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003192- name: uri_parser_test
3193 build: test
3194 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003195 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003196 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003197 deps:
3198 - grpc_test_util
3199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003200 - gpr_test_util
3201 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003202- name: wakeup_fd_cv_test
3203 build: test
3204 language: c
3205 src:
3206 - test/core/iomgr/wakeup_fd_cv_test.c
3207 deps:
3208 - grpc_test_util
3209 - grpc
3210 - gpr_test_util
3211 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003212 exclude_iomgrs:
3213 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003214 platforms:
3215 - mac
3216 - linux
3217 - posix
vjpai04e992a2016-02-10 16:58:38 -08003218- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003219 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003220 build: test
3221 language: c++
3222 src:
3223 - test/cpp/common/alarm_cpp_test.cc
3224 deps:
3225 - grpc++_test_util
3226 - grpc_test_util
3227 - grpc++
3228 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003229 - gpr_test_util
3230 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003231- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003232 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003233 build: test
3234 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003235 src:
3236 - test/cpp/end2end/async_end2end_test.cc
3237 deps:
3238 - grpc++_test_util
3239 - grpc_test_util
3240 - grpc++
3241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003242 - gpr_test_util
3243 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003244- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003245 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003246 build: test
3247 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003248 src:
3249 - test/cpp/common/auth_property_iterator_test.cc
3250 deps:
3251 - grpc++_test_util
3252 - grpc_test_util
3253 - grpc++
3254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003255 - gpr_test_util
3256 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003257- name: bm_arena
3258 build: test
3259 language: c++
3260 src:
3261 - test/cpp/microbenchmarks/bm_arena.cc
3262 deps:
3263 - grpc_benchmark
3264 - benchmark
3265 - grpc++_test_util
3266 - grpc_test_util
3267 - grpc++
3268 - grpc
3269 - gpr_test_util
3270 - gpr
3271 args:
3272 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003273 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003274 platforms:
3275 - mac
3276 - linux
3277 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003278- name: bm_call_create
3279 build: test
3280 language: c++
3281 src:
3282 - test/cpp/microbenchmarks/bm_call_create.cc
3283 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003284 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003285 - benchmark
3286 - grpc++_test_util
3287 - grpc_test_util
3288 - grpc++
3289 - grpc
3290 - gpr_test_util
3291 - gpr
3292 args:
3293 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003294 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003295 platforms:
3296 - mac
3297 - linux
3298 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003299- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003300 build: test
3301 language: c++
3302 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003303 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003304 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003305 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003306 - benchmark
3307 - grpc++_test_util
3308 - grpc_test_util
3309 - grpc++
3310 - grpc
3311 - gpr_test_util
3312 - gpr
3313 args:
3314 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003315 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003316 platforms:
3317 - mac
3318 - linux
3319 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003320- name: bm_chttp2_transport
3321 build: test
3322 language: c++
3323 src:
3324 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3325 deps:
3326 - grpc_benchmark
3327 - benchmark
3328 - grpc++_test_util
3329 - grpc_test_util
3330 - grpc++
3331 - grpc
3332 - gpr_test_util
3333 - gpr
3334 args:
3335 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003336 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003337 platforms:
3338 - mac
3339 - linux
3340 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003341- name: bm_closure
3342 build: test
3343 language: c++
3344 src:
3345 - test/cpp/microbenchmarks/bm_closure.cc
3346 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003347 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003348 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003349 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003350 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003351 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003352 - grpc
3353 - gpr_test_util
3354 - gpr
3355 args:
3356 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003357 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003358 platforms:
3359 - mac
3360 - linux
3361 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003362- name: bm_cq
3363 build: test
3364 language: c++
3365 src:
3366 - test/cpp/microbenchmarks/bm_cq.cc
3367 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003368 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003369 - benchmark
3370 - grpc++_test_util
3371 - grpc_test_util
3372 - grpc++
3373 - grpc
3374 - gpr_test_util
3375 - gpr
3376 args:
3377 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003378 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003379 platforms:
3380 - mac
3381 - linux
3382 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003383- name: bm_cq_multiple_threads
3384 build: test
3385 language: c++
3386 src:
3387 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3388 deps:
3389 - grpc_benchmark
3390 - benchmark
3391 - grpc++_test_util
3392 - grpc_test_util
3393 - grpc++
3394 - grpc
3395 - gpr_test_util
3396 - gpr
3397 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003398 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003399 defaults: benchmark
3400 platforms:
3401 - mac
3402 - linux
3403 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003404- name: bm_error
3405 build: test
3406 language: c++
3407 src:
3408 - test/cpp/microbenchmarks/bm_error.cc
3409 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003410 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003411 - benchmark
3412 - grpc++_test_util
3413 - grpc_test_util
3414 - grpc++
3415 - grpc
3416 - gpr_test_util
3417 - gpr
3418 args:
3419 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003420 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003421 platforms:
3422 - mac
3423 - linux
3424 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003425- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003426 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003427 language: c++
3428 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003429 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003430 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003431 - grpc_benchmark
3432 - benchmark
3433 - grpc++_test_util
3434 - grpc_test_util
3435 - grpc++
3436 - grpc
3437 - gpr_test_util
3438 - gpr
3439 args:
3440 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003441 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003442 excluded_poll_engines:
3443 - poll
3444 - poll-cv
3445 platforms:
3446 - mac
3447 - linux
3448 - posix
3449 timeout_seconds: 1200
3450- name: bm_fullstack_streaming_pump
3451 build: test
3452 language: c++
3453 src:
3454 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003455 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003456 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003457 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003458 - grpc++_test_util
3459 - grpc_test_util
3460 - grpc++
3461 - grpc
3462 - gpr_test_util
3463 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003464 args:
3465 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003466 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003467 excluded_poll_engines:
3468 - poll
3469 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003470 platforms:
3471 - mac
3472 - linux
3473 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003474 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003475- name: bm_fullstack_trickle
3476 build: test
3477 language: c++
3478 src:
3479 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3480 deps:
3481 - grpc_benchmark
3482 - benchmark
3483 - grpc++_test_util
3484 - grpc_test_util
3485 - grpc++
3486 - grpc
3487 - gpr_test_util
3488 - gpr
3489 args:
3490 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003491 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003492 excluded_poll_engines:
3493 - poll
3494 - poll-cv
3495 platforms:
3496 - mac
3497 - linux
3498 - posix
3499 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003500- name: bm_fullstack_unary_ping_pong
3501 build: test
3502 language: c++
3503 src:
3504 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3505 deps:
3506 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003507 - benchmark
3508 - grpc++_test_util
3509 - grpc_test_util
3510 - grpc++
3511 - grpc
3512 - gpr_test_util
3513 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003514 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003515 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003516 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003517 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003518 - poll
3519 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003520 platforms:
3521 - mac
3522 - linux
3523 - posix
3524 timeout_seconds: 1200
3525- name: bm_metadata
3526 build: test
3527 language: c++
3528 src:
3529 - test/cpp/microbenchmarks/bm_metadata.cc
3530 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003531 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003532 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003533 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003534 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003535 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003536 - grpc
3537 - gpr_test_util
3538 - gpr
3539 args:
3540 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003541 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003542 platforms:
3543 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003544 - linux
3545 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003546- name: bm_pollset
3547 build: test
3548 language: c++
3549 src:
3550 - test/cpp/microbenchmarks/bm_pollset.cc
3551 deps:
3552 - grpc_benchmark
3553 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003554 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003555 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003556 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003557 - grpc
3558 - gpr_test_util
3559 - gpr
3560 args:
3561 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003562 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003563 platforms:
3564 - mac
3565 - linux
3566 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003567- name: channel_arguments_test
3568 gtest: true
3569 build: test
3570 language: c++
3571 src:
3572 - test/cpp/common/channel_arguments_test.cc
3573 deps:
3574 - grpc++
3575 - grpc
3576 - gpr
3577- name: channel_filter_test
3578 gtest: true
3579 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003580 language: c++
3581 src:
3582 - test/cpp/common/channel_filter_test.cc
3583 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003584 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003585 - grpc
3586 - gpr
3587- name: cli_call_test
3588 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003589 build: test
3590 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003591 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003592 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003593 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003594 - grpc_cli_libs
3595 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003596 - grpc_test_util
3597 - grpc++
3598 - grpc
3599 - gpr_test_util
3600 - gpr
3601- name: client_crash_test
3602 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003603 cpu_cost: 0.1
3604 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003605 language: c++
3606 src:
3607 - test/cpp/end2end/client_crash_test.cc
3608 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003609 - grpc++_test_util
3610 - grpc_test_util
3611 - grpc++
3612 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003613 - gpr_test_util
3614 - gpr
3615 platforms:
3616 - mac
3617 - linux
3618 - posix
3619- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003620 build: test
3621 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003622 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003623 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003624 - test/cpp/end2end/client_crash_test_server.cc
3625 deps:
3626 - grpc++_test_util
3627 - grpc_test_util
3628 - grpc++
3629 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003630 - gpr_test_util
3631 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003632- name: client_lb_end2end_test
3633 gtest: true
3634 build: test
3635 language: c++
3636 src:
3637 - test/cpp/end2end/client_lb_end2end_test.cc
3638 deps:
3639 - grpc++_test_util
3640 - grpc_test_util
3641 - grpc++
3642 - grpc
3643 - gpr_test_util
3644 - gpr
3645 excluded_poll_engines:
3646 - poll
3647 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003648- name: codegen_test_full
3649 gtest: true
3650 build: test
3651 language: c++
3652 src:
3653 - src/proto/grpc/testing/control.proto
3654 - src/proto/grpc/testing/messages.proto
3655 - src/proto/grpc/testing/payloads.proto
3656 - src/proto/grpc/testing/services.proto
3657 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003658 - test/cpp/codegen/codegen_test_full.cc
3659 deps:
3660 - grpc++
3661 - grpc
3662 - gpr
3663 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003664 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003665- name: codegen_test_minimal
3666 gtest: true
3667 build: test
3668 language: c++
3669 src:
3670 - src/proto/grpc/testing/control.proto
3671 - src/proto/grpc/testing/messages.proto
3672 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003673 - src/proto/grpc/testing/services.proto
3674 - src/proto/grpc/testing/stats.proto
3675 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003676 deps:
3677 - grpc
3678 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003679 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003680 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003681 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003682- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003683 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003684 build: test
3685 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003686 src:
3687 - test/cpp/client/credentials_test.cc
3688 deps:
3689 - grpc++
3690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003691 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003692- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003693 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003694 build: test
3695 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003696 src:
3697 - test/cpp/util/byte_buffer_test.cc
3698 deps:
3699 - grpc_test_util
3700 - grpc++
3701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003702 - gpr_test_util
3703 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003704- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003705 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003706 build: test
3707 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003708 src:
3709 - test/cpp/util/slice_test.cc
3710 deps:
3711 - grpc_test_util
3712 - grpc++
3713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003714 - gpr_test_util
3715 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003716- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003717 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003718 build: test
3719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003720 src:
3721 - test/cpp/util/string_ref_test.cc
3722 deps:
3723 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003724 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003725- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003726 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003727 build: test
3728 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003729 src:
3730 - test/cpp/util/time_test.cc
3731 deps:
3732 - grpc_test_util
3733 - grpc++
3734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003735 - gpr_test_util
3736 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003737- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003738 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003739 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003740 build: test
3741 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003742 src:
3743 - test/cpp/end2end/end2end_test.cc
3744 deps:
3745 - grpc++_test_util
3746 - grpc_test_util
3747 - grpc++
3748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003749 - gpr_test_util
3750 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003751- name: error_details_test
3752 gtest: true
3753 build: test
3754 language: c++
3755 src:
3756 - src/proto/grpc/testing/echo_messages.proto
3757 - test/cpp/util/error_details_test.cc
3758 deps:
3759 - grpc++_error_details
3760 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003761- name: filter_end2end_test
3762 gtest: true
3763 build: test
3764 language: c++
3765 src:
3766 - test/cpp/end2end/filter_end2end_test.cc
3767 deps:
3768 - grpc++_test_util
3769 - grpc_test_util
3770 - grpc++
3771 - grpc
3772 - gpr_test_util
3773 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003774- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003775 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003776 build: test
3777 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003778 src:
3779 - test/cpp/end2end/generic_end2end_test.cc
3780 deps:
3781 - grpc++_test_util
3782 - grpc_test_util
3783 - grpc++
3784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003785 - gpr_test_util
3786 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003787- name: golden_file_test
3788 gtest: true
3789 build: test
3790 language: c++
3791 src:
3792 - src/proto/grpc/testing/compiler_test.proto
3793 - test/cpp/codegen/golden_file_test.cc
3794 deps:
3795 - grpc++
3796 - grpc
3797 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003798 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003799 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003800- name: grpc_cli
3801 build: test
3802 run: false
3803 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003804 src:
3805 - test/cpp/util/grpc_cli.cc
3806 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003807 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003808 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003809 - grpc++
3810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003811 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003812 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003813- name: grpc_cpp_plugin
3814 build: protoc
3815 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003816 src:
3817 - src/compiler/cpp_plugin.cc
3818 deps:
3819 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003820 secure: false
3821 vs_config_type: Application
3822 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3823- name: grpc_csharp_plugin
3824 build: protoc
3825 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003826 src:
3827 - src/compiler/csharp_plugin.cc
3828 deps:
3829 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003830 secure: false
3831 vs_config_type: Application
3832 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003833- name: grpc_node_plugin
3834 build: protoc
3835 language: c++
3836 src:
3837 - src/compiler/node_plugin.cc
3838 deps:
3839 - grpc_plugin_support
3840 secure: false
3841 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003842- name: grpc_objective_c_plugin
3843 build: protoc
3844 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003845 src:
3846 - src/compiler/objective_c_plugin.cc
3847 deps:
3848 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003849 secure: false
3850 vs_config_type: Application
3851 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003852- name: grpc_php_plugin
3853 build: protoc
3854 language: c++
3855 src:
3856 - src/compiler/php_plugin.cc
3857 deps:
3858 - grpc_plugin_support
3859 secure: false
3860 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003861- name: grpc_python_plugin
3862 build: protoc
3863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003864 src:
3865 - src/compiler/python_plugin.cc
3866 deps:
3867 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003868 secure: false
3869 vs_config_type: Application
3870 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3871- name: grpc_ruby_plugin
3872 build: protoc
3873 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003874 src:
3875 - src/compiler/ruby_plugin.cc
3876 deps:
3877 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003878 secure: false
3879 vs_config_type: Application
3880 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003881- name: grpc_tool_test
3882 gtest: true
3883 build: test
3884 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003885 src:
3886 - src/proto/grpc/testing/echo.proto
3887 - src/proto/grpc/testing/echo_messages.proto
3888 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003889 deps:
3890 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003891 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003892 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003893 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003894 - grpc_test_util
3895 - grpc++
3896 - grpc
3897 - gpr_test_util
3898 - gpr
3899 filegroups:
3900 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003901- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003902 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003903 build: test
3904 language: c++
3905 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003906 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003907 - test/cpp/grpclb/grpclb_api_test.cc
3908 deps:
3909 - grpc++_test_util
3910 - grpc_test_util
3911 - grpc++
3912 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07003913- name: grpclb_end2end_test
3914 gtest: true
3915 build: test
3916 language: c++
3917 src:
3918 - src/proto/grpc/lb/v1/load_balancer.proto
3919 - test/cpp/end2end/grpclb_end2end_test.cc
3920 deps:
3921 - grpc++_test_util
3922 - grpc_test_util
3923 - grpc++
3924 - grpc
3925 - gpr_test_util
3926 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003927 excluded_poll_engines:
3928 - poll
3929 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07003930- name: grpclb_test
3931 gtest: false
3932 build: test
3933 language: c++
3934 src:
3935 - src/proto/grpc/lb/v1/load_balancer.proto
3936 - test/cpp/grpclb/grpclb_test.cc
3937 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003938 - grpc++_test_util
3939 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003940 - grpc++
3941 - grpc
3942 - gpr_test_util
3943 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003944 excluded_poll_engines:
3945 - poll
3946 - poll-cv
yang-gad327642016-12-12 14:32:09 -08003947- name: health_service_end2end_test
3948 gtest: true
3949 build: test
3950 language: c++
3951 src:
3952 - test/cpp/end2end/health_service_end2end_test.cc
3953 deps:
3954 - grpc++_test_util
3955 - grpc_test_util
3956 - grpc++
3957 - grpc
3958 - gpr_test_util
3959 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003960- name: http2_client
3961 build: test
3962 run: false
3963 language: c++
3964 src: []
3965 deps:
3966 - http2_client_main
3967 - grpc++_test_util
3968 - grpc_test_util
3969 - grpc++
3970 - grpc
3971 - grpc++_test_config
3972 platforms:
3973 - mac
3974 - linux
3975 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003976- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003977 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003978 build: test
3979 language: c++
3980 src:
3981 - test/cpp/end2end/hybrid_end2end_test.cc
3982 deps:
3983 - grpc++_test_util
3984 - grpc_test_util
3985 - grpc++
3986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003987 - gpr_test_util
3988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003989- name: interop_client
3990 build: test
3991 run: false
3992 language: c++
3993 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003994 deps:
3995 - interop_client_main
3996 - interop_client_helper
3997 - grpc++_test_util
3998 - grpc_test_util
3999 - grpc++
4000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004001 - gpr_test_util
4002 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004003 - grpc++_test_config
4004 platforms:
4005 - mac
4006 - linux
4007 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004008- name: interop_server
4009 build: test
4010 run: false
4011 language: c++
4012 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004013 deps:
4014 - interop_server_main
4015 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004016 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004017 - grpc++_test_util
4018 - grpc_test_util
4019 - grpc++
4020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004021 - gpr_test_util
4022 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004023 - grpc++_test_config
4024 platforms:
4025 - mac
4026 - linux
4027 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004028- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004029 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004030 build: test
4031 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004032 src:
4033 - test/cpp/interop/interop_test.cc
4034 deps:
4035 - grpc_test_util
4036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004037 - gpr_test_util
4038 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004039 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004040 platforms:
4041 - mac
4042 - linux
4043 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004044- name: json_run_localhost
4045 build: test
4046 run: false
4047 language: c++
4048 src:
4049 - test/cpp/qps/json_run_localhost.cc
4050 deps:
4051 - grpc++_test_util
4052 - grpc_test_util
4053 - grpc++
4054 - grpc
4055 - gpr_test_util
4056 - gpr
4057 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004058 platforms:
4059 - mac
4060 - linux
4061 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004062- name: memory_test
4063 gtest: true
4064 build: test
4065 language: c++
4066 src:
4067 - test/core/support/memory_test.cc
4068 deps:
4069 - grpc_test_util
4070 - grpc++
4071 - grpc
4072 - gpr_test_util
4073 - gpr
4074 uses:
4075 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004076- name: metrics_client
4077 build: test
4078 run: false
4079 language: c++
4080 headers:
4081 - test/cpp/util/metrics_server.h
4082 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004083 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004084 - test/cpp/interop/metrics_client.cc
4085 deps:
4086 - grpc++
4087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004088 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004089 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004090- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004091 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004092 build: test
4093 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004094 headers:
4095 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004096 src:
4097 - test/cpp/end2end/mock_test.cc
4098 deps:
4099 - grpc++_test_util
4100 - grpc_test_util
4101 - grpc++
4102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004103 - gpr_test_util
4104 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004105- name: noop-benchmark
4106 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004107 language: c++
4108 src:
4109 - test/cpp/microbenchmarks/noop-benchmark.cc
4110 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004111 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004112 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004113- name: proto_server_reflection_test
4114 gtest: true
4115 build: test
4116 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004117 src:
4118 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004119 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004120 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004121 - grpc++_reflection
4122 - grpc++_test_util
4123 - grpc_test_util
4124 - grpc++
4125 - grpc
4126 - gpr_test_util
4127 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004128- name: proto_utils_test
4129 gtest: true
4130 build: test
4131 language: c++
4132 src:
4133 - test/cpp/codegen/proto_utils_test.cc
4134 deps:
4135 - grpc++
4136 - grpc
4137 filegroups:
4138 - grpc++_codegen_base
4139 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004140- name: qps_interarrival_test
4141 build: test
4142 run: false
4143 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004144 src:
4145 - test/cpp/qps/qps_interarrival_test.cc
4146 deps:
4147 - qps
4148 - grpc++_test_util
4149 - grpc_test_util
4150 - grpc++
4151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004152 - gpr_test_util
4153 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004154 platforms:
4155 - mac
4156 - linux
4157 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004158- name: qps_json_driver
4159 build: test
4160 run: false
4161 language: c++
4162 src:
4163 - test/cpp/qps/qps_json_driver.cc
4164 deps:
4165 - qps
4166 - grpc++_test_util
4167 - grpc_test_util
4168 - grpc++
4169 - grpc
4170 - gpr_test_util
4171 - gpr
4172 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004173- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004174 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004175 build: test
4176 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004177 src:
4178 - test/cpp/qps/qps_openloop_test.cc
4179 deps:
4180 - qps
4181 - grpc++_test_util
4182 - grpc_test_util
4183 - grpc++
4184 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004185 - gpr_test_util
4186 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004187 - grpc++_test_config
4188 platforms:
4189 - mac
4190 - linux
4191 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004192- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004193 build: test
4194 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004195 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004196 headers:
4197 - test/cpp/qps/client.h
4198 - test/cpp/qps/server.h
4199 src:
4200 - test/cpp/qps/worker.cc
4201 deps:
4202 - qps
4203 - grpc++_test_util
4204 - grpc_test_util
4205 - grpc++
4206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004207 - gpr_test_util
4208 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004209 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004210- name: reconnect_interop_client
4211 build: test
4212 run: false
4213 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004214 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004215 - src/proto/grpc/testing/empty.proto
4216 - src/proto/grpc/testing/messages.proto
4217 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004218 - test/cpp/interop/reconnect_interop_client.cc
4219 deps:
4220 - grpc++_test_util
4221 - grpc_test_util
4222 - grpc++
4223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004224 - gpr_test_util
4225 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004226 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004227- name: reconnect_interop_server
4228 build: test
4229 run: false
4230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004231 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004232 - src/proto/grpc/testing/empty.proto
4233 - src/proto/grpc/testing/messages.proto
4234 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004235 - test/cpp/interop/reconnect_interop_server.cc
4236 deps:
4237 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004238 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004239 - grpc++_test_util
4240 - grpc_test_util
4241 - grpc++
4242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004243 - gpr_test_util
4244 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004245 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004246- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004247 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004248 build: test
4249 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004250 src:
4251 - test/cpp/common/secure_auth_context_test.cc
4252 deps:
4253 - grpc++_test_util
4254 - grpc_test_util
4255 - grpc++
4256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004257 - gpr_test_util
4258 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004259- name: secure_sync_unary_ping_pong_test
4260 build: test
4261 language: c++
4262 src:
4263 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4264 deps:
4265 - qps
4266 - grpc++_test_util
4267 - grpc_test_util
4268 - grpc++
4269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004270 - gpr_test_util
4271 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004272 platforms:
4273 - mac
4274 - linux
4275 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004276- name: server_builder_plugin_test
4277 gtest: true
4278 build: test
4279 language: c++
4280 src:
4281 - test/cpp/end2end/server_builder_plugin_test.cc
4282 deps:
4283 - grpc++_test_util
4284 - grpc_test_util
4285 - grpc++
4286 - grpc
4287 - gpr_test_util
4288 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004289- name: server_builder_test
4290 gtest: true
4291 build: test
4292 language: c++
4293 src:
4294 - src/proto/grpc/testing/echo_messages.proto
4295 - src/proto/grpc/testing/echo.proto
4296 - test/cpp/server/server_builder_test.cc
4297 deps:
4298 - grpc++_test_util
4299 - grpc_test_util
4300 - gpr_test_util
4301 - grpc++
4302 - grpc
4303 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004304- name: server_context_test_spouse_test
4305 gtest: true
4306 build: test
4307 language: c++
4308 src:
4309 - test/cpp/test/server_context_test_spouse_test.cc
4310 deps:
4311 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004312 - grpc++
4313 - grpc
4314 - gpr_test_util
4315 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004316 uses:
4317 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004318- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004319 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004320 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004321 build: test
4322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004323 src:
4324 - test/cpp/end2end/server_crash_test.cc
4325 deps:
4326 - grpc++_test_util
4327 - grpc_test_util
4328 - grpc++
4329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004330 - gpr_test_util
4331 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004332 platforms:
4333 - mac
4334 - linux
4335 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004336- name: server_crash_test_client
4337 build: test
4338 run: false
4339 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004340 src:
4341 - test/cpp/end2end/server_crash_test_client.cc
4342 deps:
4343 - grpc++_test_util
4344 - grpc_test_util
4345 - grpc++
4346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004347 - gpr_test_util
4348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004349- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004350 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004351 build: test
4352 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004353 src:
4354 - test/cpp/end2end/shutdown_test.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: status_test
4363 build: test
4364 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004365 src:
4366 - test/cpp/util/status_test.cc
4367 deps:
4368 - grpc_test_util
4369 - grpc++
4370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004371 - gpr_test_util
4372 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004373- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004374 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004375 build: test
4376 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004377 src:
4378 - test/cpp/end2end/streaming_throughput_test.cc
4379 deps:
4380 - grpc++_test_util
4381 - grpc_test_util
4382 - grpc++
4383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004384 - gpr_test_util
4385 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004386 platforms:
4387 - mac
4388 - linux
4389 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004390- name: stress_test
4391 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004392 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004393 language: c++
4394 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004395 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004396 - test/cpp/interop/interop_client.h
4397 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004398 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004399 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004400 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004401 - src/proto/grpc/testing/empty.proto
4402 - src/proto/grpc/testing/messages.proto
4403 - src/proto/grpc/testing/metrics.proto
4404 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004405 - test/cpp/interop/interop_client.cc
4406 - test/cpp/interop/stress_interop_client.cc
4407 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004408 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004409 deps:
4410 - grpc++_test_util
4411 - grpc_test_util
4412 - grpc++
4413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004414 - gpr_test_util
4415 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004416 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004417- name: thread_manager_test
4418 build: test
4419 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004420 src:
4421 - test/cpp/thread_manager/thread_manager_test.cc
4422 deps:
4423 - grpc++
4424 - grpc
4425 - gpr
4426 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004427- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004428 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004429 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004430 build: test
4431 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004432 src:
4433 - test/cpp/end2end/thread_stress_test.cc
4434 deps:
4435 - grpc++_test_util
4436 - grpc_test_util
4437 - grpc++
4438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004439 - gpr_test_util
4440 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004441- name: writes_per_rpc_test
4442 gtest: true
4443 cpu_cost: 0.5
4444 build: test
4445 language: c++
4446 src:
4447 - test/cpp/performance/writes_per_rpc_test.cc
4448 deps:
4449 - grpc++_test_util
4450 - grpc_test_util
4451 - grpc++
4452 - grpc
4453 - gpr_test_util
4454 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004455 platforms:
4456 - mac
4457 - linux
4458 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004459- name: public_headers_must_be_c89
4460 build: test
4461 language: c89
4462 src:
4463 - test/core/surface/public_headers_must_be_c89.c
4464 deps:
4465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004466 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004467vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004468- linkage: static
4469 name: grpc.dependencies.zlib
4470 props: false
4471 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004472 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004473- linkage: static
4474 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004475 props: true
4476 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004477 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004478- name: gflags
4479 props: false
4480 redist: false
4481 version: 2.1.2.1
4482- name: gtest
4483 props: false
4484 redist: false
4485 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004486configs:
4487 asan:
4488 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004489 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4490 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004491 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004492 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004493 LDFLAGS: -fsanitize=address
4494 LDXX: clang++
4495 compile_the_world: true
4496 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004497 ASAN_OPTIONS: detect_leaks=1:color=always
4498 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004499 asan-noleaks:
4500 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004501 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4502 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004503 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004504 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004505 LDFLAGS: -fsanitize=address
4506 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004507 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004508 test_environ:
4509 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004510 asan-trace-cmp:
4511 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004512 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4513 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004514 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004515 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004516 LDFLAGS: -fsanitize=address
4517 LDXX: clang++
4518 compile_the_world: true
4519 test_environ:
4520 ASAN_OPTIONS: detect_leaks=1:color=always
4521 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004522 basicprof:
4523 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4524 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004525 c++-compat:
4526 CFLAGS: -Wc++-compat
4527 CPPFLAGS: -O0
4528 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004529 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004530 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004531 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004532 dbg:
4533 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004534 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004535 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004536 gcov:
4537 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004538 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004539 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004540 DEFINES: _DEBUG DEBUG GPR_GCOV
4541 LD: gcc
4542 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4543 LDXX: g++
4544 helgrind:
4545 CPPFLAGS: -O0
4546 DEFINES: _DEBUG DEBUG
4547 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004548 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004549 lto:
4550 CPPFLAGS: -O2
4551 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004552 memcheck:
4553 CPPFLAGS: -O0
4554 DEFINES: _DEBUG DEBUG
4555 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004556 valgrind: --tool=memcheck --leak-check=full
4557 msan:
4558 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004559 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4560 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4561 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004562 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004563 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004564 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004565 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4566 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4567 LDXX: clang++
4568 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004569 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004570 CPPFLAGS: -O3 -fno-omit-frame-pointer
4571 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004572 LDFLAGS: -rdynamic
4573 opt:
4574 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004575 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004576 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004577 stapprof:
4578 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4579 DEFINES: NDEBUG
4580 tsan:
4581 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004582 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004583 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004584 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004585 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004586 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004587 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004588 LDXX: clang++
4589 compile_the_world: true
4590 test_environ:
4591 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004592 ubsan:
4593 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004594 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4595 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004596 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004597 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004598 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004599 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004600 LDXX: clang++
4601 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004602 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004603 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004604defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004605 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004606 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004607 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4608 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004609 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4610 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004611 benchmark:
4612 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004613 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004614 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004615 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004616 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004617 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004618 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004619 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004620 LDFLAGS: -g
4621 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004622 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004623 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004624node_modules:
4625- deps:
4626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004627 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004628 - boringssl
4629 - z
murgatroid9994a75412015-11-19 14:04:53 -08004630 headers:
4631 - src/node/ext/byte_buffer.h
4632 - src/node/ext/call.h
4633 - src/node/ext/call_credentials.h
4634 - src/node/ext/channel.h
4635 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004636 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004637 - src/node/ext/server.h
4638 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004639 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004640 - src/node/ext/timeval.h
4641 js:
4642 - src/node/index.js
4643 - src/node/src/client.js
4644 - src/node/src/common.js
4645 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004646 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004647 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004648 - src/node/src/metadata.js
4649 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004650 name: grpc_node
4651 src:
4652 - src/node/ext/byte_buffer.cc
4653 - src/node/ext/call.cc
4654 - src/node/ext/call_credentials.cc
4655 - src/node/ext/channel.cc
4656 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004657 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004658 - src/node/ext/node_grpc.cc
4659 - src/node/ext/server.cc
4660 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004661 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004662 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004663openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004664 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004665 extraction_dir: openssl-1.0.2f
4666 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004667php_config_m4:
4668 deps:
4669 - grpc
4670 - gpr
4671 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004672 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004673 headers:
4674 - src/php/ext/grpc/byte_buffer.h
4675 - src/php/ext/grpc/call.h
4676 - src/php/ext/grpc/call_credentials.h
4677 - src/php/ext/grpc/channel.h
4678 - src/php/ext/grpc/channel_credentials.h
4679 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004680 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004681 - src/php/ext/grpc/php_grpc.h
4682 - src/php/ext/grpc/server.h
4683 - src/php/ext/grpc/server_credentials.h
4684 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004685 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004686 src:
4687 - src/php/ext/grpc/byte_buffer.c
4688 - src/php/ext/grpc/call.c
4689 - src/php/ext/grpc/call_credentials.c
4690 - src/php/ext/grpc/channel.c
4691 - src/php/ext/grpc/channel_credentials.c
4692 - src/php/ext/grpc/completion_queue.c
4693 - src/php/ext/grpc/php_grpc.c
4694 - src/php/ext/grpc/server.c
4695 - src/php/ext/grpc/server_credentials.c
4696 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004697python_dependencies:
4698 deps:
4699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004700 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004701 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004702 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004703 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004704ruby_gem:
4705 deps:
4706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004707 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004708 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004709 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004710 - z