blob: d70bbe39ca8a863c92839fd6cc85ecd0e152f480 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Sree Kuchibhotla9a7bab52017-03-29 11:51:25 -070015 core_version: 4.0.0-dev
David Garcia Quintas713597f2017-08-16 20:59:05 -070016 g_stands_for: gambit
17 version: 1.7.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Vizerai0359e122017-04-28 20:06:58 -070030 - src/core/ext/census/intrusive_hash_map.h
Vizeraic1947ef2017-05-23 16:13:25 -070031 - src/core/ext/census/intrusive_hash_map_internal.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070033 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070034 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070035 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080036 - src/core/ext/census/trace_label.h
37 - src/core/ext/census/trace_propagation.h
38 - src/core/ext/census/trace_status.h
39 - src/core/ext/census/trace_string.h
40 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070041 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070042 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070043 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070044 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070045 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070046 - src/core/ext/census/grpc_context.c
47 - src/core/ext/census/grpc_filter.c
48 - src/core/ext/census/grpc_plugin.c
49 - src/core/ext/census/initialize.c
Vizerai0359e122017-04-28 20:06:58 -070050 - src/core/ext/census/intrusive_hash_map.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070051 - src/core/ext/census/mlog.c
52 - src/core/ext/census/operation.c
53 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070054 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070055 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070056 - src/core/ext/census/tracing.c
57 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070058 uses:
59 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070060 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070061- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070063 - src/core/lib/profiling/basic_timers.c
64 - src/core/lib/profiling/stap_timers.c
65 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -070066 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -070067 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -070068 - src/core/lib/support/avl.c
69 - src/core/lib/support/backoff.c
70 - src/core/lib/support/cmdline.c
71 - src/core/lib/support/cpu_iphone.c
72 - src/core/lib/support/cpu_linux.c
73 - src/core/lib/support/cpu_posix.c
74 - src/core/lib/support/cpu_windows.c
75 - src/core/lib/support/env_linux.c
76 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070077 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070078 - src/core/lib/support/histogram.c
79 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -070080 - src/core/lib/support/log.c
81 - src/core/lib/support/log_android.c
82 - src/core/lib/support/log_linux.c
83 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070084 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -070085 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -070086 - src/core/lib/support/murmur_hash.c
Ken Paysona4710a02017-07-10 16:49:59 -070087 - src/core/lib/support/stack_lockfree.c
Craig Tillerf23078c2016-03-25 17:07:29 -070088 - src/core/lib/support/string.c
89 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -070090 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070091 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/subprocess_posix.c
93 - src/core/lib/support/subprocess_windows.c
94 - src/core/lib/support/sync.c
95 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070096 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/support/thd.c
98 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070099 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700100 - src/core/lib/support/time.c
101 - src/core/lib/support/time_posix.c
102 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700103 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700104 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200105 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700106 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700109 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700110 - gpr_base_headers
111- name: gpr_base_headers
112 public_headers:
113 - include/grpc/support/alloc.h
114 - include/grpc/support/atm.h
115 - include/grpc/support/atm_gcc_atomic.h
116 - include/grpc/support/atm_gcc_sync.h
117 - include/grpc/support/atm_windows.h
118 - include/grpc/support/avl.h
119 - include/grpc/support/cmdline.h
120 - include/grpc/support/cpu.h
121 - include/grpc/support/histogram.h
122 - include/grpc/support/host_port.h
123 - include/grpc/support/log.h
124 - include/grpc/support/log_windows.h
125 - include/grpc/support/port_platform.h
126 - include/grpc/support/string_util.h
127 - include/grpc/support/subprocess.h
128 - include/grpc/support/sync.h
129 - include/grpc/support/sync_generic.h
130 - include/grpc/support/sync_posix.h
131 - include/grpc/support/sync_windows.h
132 - include/grpc/support/thd.h
133 - include/grpc/support/time.h
134 - include/grpc/support/tls.h
135 - include/grpc/support/tls_gcc.h
136 - include/grpc/support/tls_msvc.h
137 - include/grpc/support/tls_pthread.h
138 - include/grpc/support/useful.h
139 headers:
140 - src/core/lib/profiling/timers.h
141 - src/core/lib/support/arena.h
142 - src/core/lib/support/atomic.h
143 - src/core/lib/support/atomic_with_atm.h
144 - src/core/lib/support/atomic_with_std.h
145 - src/core/lib/support/backoff.h
146 - src/core/lib/support/block_annotate.h
147 - src/core/lib/support/env.h
148 - src/core/lib/support/memory.h
149 - src/core/lib/support/mpscq.h
150 - src/core/lib/support/murmur_hash.h
151 - src/core/lib/support/spinlock.h
152 - src/core/lib/support/stack_lockfree.h
153 - src/core/lib/support/string.h
154 - src/core/lib/support/string_windows.h
155 - src/core/lib/support/thd_internal.h
156 - src/core/lib/support/time_precise.h
157 - src/core/lib/support/tmpfile.h
158 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700159 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800160- name: gpr_codegen
161 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800162 - include/grpc/impl/codegen/atm.h
163 - include/grpc/impl/codegen/atm_gcc_atomic.h
164 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700165 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800166 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700167 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800168 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800169 - include/grpc/impl/codegen/sync.h
170 - include/grpc/impl/codegen/sync_generic.h
171 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700172 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700173- name: grpc++_base
174 deps:
175 - grpc
176 uses:
177 - grpc++_common
178 - grpc++_codegen_base
179- name: grpc++_base_unsecure
180 deps:
181 - grpc_unsecure
182 uses:
183 - grpc++_common
184 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700185- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700186 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/channel/channel_args.c
188 - src/core/lib/channel/channel_stack.c
189 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700191 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800192 - src/core/lib/channel/handshaker_factory.c
193 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700194 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/compression/message_compress.c
Muxi Yane87a7e12017-06-29 16:53:24 -0700196 - src/core/lib/compression/stream_compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/http/format_request.c
198 - src/core/lib/http/httpcli.c
199 - src/core/lib/http/parser.c
200 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700201 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/endpoint.c
203 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700204 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700206 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700207 - src/core/lib/iomgr/ev_epoll1_linux.c
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700208 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700209 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700210 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700211 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700212 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700213 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200214 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/exec_ctx.c
216 - src/core/lib/iomgr/executor.c
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700217 - src/core/lib/iomgr/gethostname_fallback.c
218 - src/core/lib/iomgr/gethostname_host_name_max.c
219 - src/core/lib/iomgr/gethostname_sysconf.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/iocp_windows.c
221 - src/core/lib/iomgr/iomgr.c
222 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700223 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700225 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700226 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700227 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700228 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700229 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700230 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700232 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/pollset_windows.c
234 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700237 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500239 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700240 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/socket_utils_common_posix.c
242 - src/core/lib/iomgr/socket_utils_linux.c
243 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700244 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700245 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/socket_windows.c
247 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700248 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/iomgr/tcp_client_windows.c
250 - src/core/lib/iomgr/tcp_posix.c
251 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700252 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700253 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
254 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700255 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700257 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/iomgr/tcp_windows.c
259 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700260 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700262 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700263 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/iomgr/udp_server.c
265 - src/core/lib/iomgr/unix_sockets_posix.c
266 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700267 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/iomgr/wakeup_fd_eventfd.c
269 - src/core/lib/iomgr/wakeup_fd_nospecial.c
270 - src/core/lib/iomgr/wakeup_fd_pipe.c
271 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/json/json.c
273 - src/core/lib/json/json_reader.c
274 - src/core/lib/json/json_string.c
275 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700276 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700277 - src/core/lib/slice/percent_encoding.c
278 - src/core/lib/slice/slice.c
279 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800280 - src/core/lib/slice/slice_hash_table.c
281 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700282 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/surface/alarm.c
284 - src/core/lib/surface/api_trace.c
285 - src/core/lib/surface/byte_buffer.c
286 - src/core/lib/surface/byte_buffer_reader.c
287 - src/core/lib/surface/call.c
288 - src/core/lib/surface/call_details.c
289 - src/core/lib/surface/call_log_batch.c
290 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/surface/channel_init.c
292 - src/core/lib/surface/channel_ping.c
293 - src/core/lib/surface/channel_stack_type.c
294 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700295 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700297 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/surface/metadata_array.c
299 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/surface/validate_metadata.c
301 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700302 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800305 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/transport/metadata.c
307 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700308 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700309 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800311 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400312 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/transport/transport.c
314 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700315 deps:
316 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700317 filegroups:
318 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700319 uses:
320 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700321 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700322- name: grpc_base_headers
323 public_headers:
324 - include/grpc/byte_buffer.h
325 - include/grpc/byte_buffer_reader.h
326 - include/grpc/compression.h
327 - include/grpc/grpc.h
328 - include/grpc/grpc_posix.h
329 - include/grpc/grpc_security_constants.h
330 - include/grpc/load_reporting.h
331 - include/grpc/slice.h
332 - include/grpc/slice_buffer.h
333 - include/grpc/status.h
334 - include/grpc/support/workaround_list.h
335 headers:
336 - src/core/lib/channel/channel_args.h
337 - src/core/lib/channel/channel_stack.h
338 - src/core/lib/channel/channel_stack_builder.h
339 - src/core/lib/channel/connected_channel.h
340 - src/core/lib/channel/context.h
341 - src/core/lib/channel/handshaker.h
342 - src/core/lib/channel/handshaker_factory.h
343 - src/core/lib/channel/handshaker_registry.h
344 - src/core/lib/compression/algorithm_metadata.h
345 - src/core/lib/compression/message_compress.h
346 - src/core/lib/compression/stream_compression.h
347 - src/core/lib/http/format_request.h
348 - src/core/lib/http/httpcli.h
349 - src/core/lib/http/parser.h
350 - src/core/lib/iomgr/closure.h
351 - src/core/lib/iomgr/combiner.h
352 - src/core/lib/iomgr/endpoint.h
353 - src/core/lib/iomgr/endpoint_pair.h
354 - src/core/lib/iomgr/error.h
355 - src/core/lib/iomgr/error_internal.h
356 - src/core/lib/iomgr/ev_epoll1_linux.h
357 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h
358 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
359 - src/core/lib/iomgr/ev_epollex_linux.h
360 - src/core/lib/iomgr/ev_epollsig_linux.h
361 - src/core/lib/iomgr/ev_poll_posix.h
362 - src/core/lib/iomgr/ev_posix.h
363 - src/core/lib/iomgr/exec_ctx.h
364 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700365 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700366 - src/core/lib/iomgr/iocp_windows.h
367 - src/core/lib/iomgr/iomgr.h
368 - src/core/lib/iomgr/iomgr_internal.h
369 - src/core/lib/iomgr/iomgr_posix.h
370 - src/core/lib/iomgr/iomgr_uv.h
371 - src/core/lib/iomgr/is_epollexclusive_available.h
372 - src/core/lib/iomgr/load_file.h
373 - src/core/lib/iomgr/lockfree_event.h
374 - src/core/lib/iomgr/nameser.h
375 - src/core/lib/iomgr/network_status_tracker.h
376 - src/core/lib/iomgr/polling_entity.h
377 - src/core/lib/iomgr/pollset.h
378 - src/core/lib/iomgr/pollset_set.h
379 - src/core/lib/iomgr/pollset_set_windows.h
380 - src/core/lib/iomgr/pollset_uv.h
381 - src/core/lib/iomgr/pollset_windows.h
382 - src/core/lib/iomgr/port.h
383 - src/core/lib/iomgr/resolve_address.h
384 - src/core/lib/iomgr/resource_quota.h
385 - src/core/lib/iomgr/sockaddr.h
386 - src/core/lib/iomgr/sockaddr_posix.h
387 - src/core/lib/iomgr/sockaddr_utils.h
388 - src/core/lib/iomgr/sockaddr_windows.h
389 - src/core/lib/iomgr/socket_factory_posix.h
390 - src/core/lib/iomgr/socket_mutator.h
391 - src/core/lib/iomgr/socket_utils.h
392 - src/core/lib/iomgr/socket_utils_posix.h
393 - src/core/lib/iomgr/socket_windows.h
394 - src/core/lib/iomgr/sys_epoll_wrapper.h
395 - src/core/lib/iomgr/tcp_client.h
396 - src/core/lib/iomgr/tcp_client_posix.h
397 - src/core/lib/iomgr/tcp_posix.h
398 - src/core/lib/iomgr/tcp_server.h
399 - src/core/lib/iomgr/tcp_server_utils_posix.h
400 - src/core/lib/iomgr/tcp_uv.h
401 - src/core/lib/iomgr/tcp_windows.h
402 - src/core/lib/iomgr/time_averaged_stats.h
403 - src/core/lib/iomgr/timer.h
404 - src/core/lib/iomgr/timer_generic.h
405 - src/core/lib/iomgr/timer_heap.h
406 - src/core/lib/iomgr/timer_manager.h
407 - src/core/lib/iomgr/timer_uv.h
408 - src/core/lib/iomgr/udp_server.h
409 - src/core/lib/iomgr/unix_sockets_posix.h
410 - src/core/lib/iomgr/wakeup_fd_cv.h
411 - src/core/lib/iomgr/wakeup_fd_pipe.h
412 - src/core/lib/iomgr/wakeup_fd_posix.h
413 - src/core/lib/json/json.h
414 - src/core/lib/json/json_common.h
415 - src/core/lib/json/json_reader.h
416 - src/core/lib/json/json_writer.h
417 - src/core/lib/slice/b64.h
418 - src/core/lib/slice/percent_encoding.h
419 - src/core/lib/slice/slice_hash_table.h
420 - src/core/lib/slice/slice_internal.h
421 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700422 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700423 - src/core/lib/surface/api_trace.h
424 - src/core/lib/surface/call.h
425 - src/core/lib/surface/call_test_only.h
426 - src/core/lib/surface/channel.h
427 - src/core/lib/surface/channel_init.h
428 - src/core/lib/surface/channel_stack_type.h
429 - src/core/lib/surface/completion_queue.h
430 - src/core/lib/surface/completion_queue_factory.h
431 - src/core/lib/surface/event_string.h
432 - src/core/lib/surface/init.h
433 - src/core/lib/surface/lame_client.h
434 - src/core/lib/surface/server.h
435 - src/core/lib/surface/validate_metadata.h
436 - src/core/lib/transport/bdp_estimator.h
437 - src/core/lib/transport/byte_stream.h
438 - src/core/lib/transport/connectivity_state.h
439 - src/core/lib/transport/error_utils.h
440 - src/core/lib/transport/http2_errors.h
441 - src/core/lib/transport/metadata.h
442 - src/core/lib/transport/metadata_batch.h
443 - src/core/lib/transport/pid_controller.h
444 - src/core/lib/transport/service_config.h
445 - src/core/lib/transport/static_metadata.h
446 - src/core/lib/transport/status_conversion.h
447 - src/core/lib/transport/timeout_encoding.h
448 - src/core/lib/transport/transport.h
449 - src/core/lib/transport/transport_impl.h
450 deps:
451 - gpr
452 uses:
453 - grpc_codegen
454 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700455- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700456 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700457 - src/core/ext/filters/client_channel/client_channel.h
458 - src/core/ext/filters/client_channel/client_channel_factory.h
459 - src/core/ext/filters/client_channel/connector.h
460 - src/core/ext/filters/client_channel/http_connect_handshaker.h
461 - src/core/ext/filters/client_channel/http_proxy.h
462 - src/core/ext/filters/client_channel/lb_policy.h
463 - src/core/ext/filters/client_channel/lb_policy_factory.h
464 - src/core/ext/filters/client_channel/lb_policy_registry.h
465 - src/core/ext/filters/client_channel/parse_address.h
466 - src/core/ext/filters/client_channel/proxy_mapper.h
467 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
468 - src/core/ext/filters/client_channel/resolver.h
469 - src/core/ext/filters/client_channel/resolver_factory.h
470 - src/core/ext/filters/client_channel/resolver_registry.h
471 - src/core/ext/filters/client_channel/retry_throttle.h
472 - src/core/ext/filters/client_channel/subchannel.h
473 - src/core/ext/filters/client_channel/subchannel_index.h
474 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700475 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700476 - src/core/ext/filters/client_channel/channel_connectivity.c
477 - src/core/ext/filters/client_channel/client_channel.c
478 - src/core/ext/filters/client_channel/client_channel_factory.c
479 - src/core/ext/filters/client_channel/client_channel_plugin.c
480 - src/core/ext/filters/client_channel/connector.c
481 - src/core/ext/filters/client_channel/http_connect_handshaker.c
482 - src/core/ext/filters/client_channel/http_proxy.c
483 - src/core/ext/filters/client_channel/lb_policy.c
484 - src/core/ext/filters/client_channel/lb_policy_factory.c
485 - src/core/ext/filters/client_channel/lb_policy_registry.c
486 - src/core/ext/filters/client_channel/parse_address.c
487 - src/core/ext/filters/client_channel/proxy_mapper.c
488 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
489 - src/core/ext/filters/client_channel/resolver.c
490 - src/core/ext/filters/client_channel/resolver_factory.c
491 - src/core/ext/filters/client_channel/resolver_registry.c
492 - src/core/ext/filters/client_channel/retry_throttle.c
493 - src/core/ext/filters/client_channel/subchannel.c
494 - src/core/ext/filters/client_channel/subchannel_index.c
495 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700496 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700497 uses:
498 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700499 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800500- name: grpc_codegen
501 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700502 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800503 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800504 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800505 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800506 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800507 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700508 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800509 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700510 uses:
511 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700512- name: grpc_deadline_filter
513 headers:
514 - src/core/ext/filters/deadline/deadline_filter.h
515 src:
516 - src/core/ext/filters/deadline/deadline_filter.c
517 plugin: grpc_deadline_filter
518 uses:
519 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700520- name: grpc_http_filters
521 headers:
522 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700523 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700524 - src/core/ext/filters/http/server/http_server_filter.h
525 src:
526 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700527 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700528 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700529 - src/core/ext/filters/http/server/http_server_filter.c
530 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700531 uses:
532 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700533- name: grpc_lb_policy_grpclb
534 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700535 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700536 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
537 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700538 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700539 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
540 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700541 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
544 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
547 - 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 -0800548 plugin: grpc_lb_policy_grpclb
549 uses:
550 - grpc_base
551 - grpc_client_channel
552 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700553 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800554- name: grpc_lb_policy_grpclb_secure
555 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700556 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700557 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
558 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700559 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700560 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
561 - 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 -0800562 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700563 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700564 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
565 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700566 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700567 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
568 - 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 -0700569 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700570 uses:
571 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700572 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700573 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700574 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700575 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700576- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700577 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700578 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700579 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700580 uses:
581 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700582 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700583- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700584 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700585 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700586 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700587 uses:
588 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700589 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700590- name: grpc_load_reporting
591 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700592 - src/core/ext/filters/load_reporting/load_reporting.h
593 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700594 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700595 - src/core/ext/filters/load_reporting/load_reporting.c
596 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700597 plugin: grpc_load_reporting_plugin
598 uses:
599 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700600- name: grpc_max_age_filter
601 headers:
602 - src/core/ext/filters/max_age/max_age_filter.h
603 src:
604 - src/core/ext/filters/max_age/max_age_filter.c
605 plugin: grpc_max_age_filter
606 uses:
607 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700608- name: grpc_message_size_filter
609 headers:
610 - src/core/ext/filters/message_size/message_size_filter.h
611 src:
612 - src/core/ext/filters/message_size/message_size_filter.c
613 plugin: grpc_message_size_filter
614 uses:
615 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700616- name: grpc_resolver_dns_ares
617 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700618 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
619 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700620 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700621 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
622 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
623 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700624 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700625 plugin: grpc_resolver_dns_ares
626 uses:
627 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700628 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700629- name: grpc_resolver_dns_native
630 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700631 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700632 plugin: grpc_resolver_dns_native
633 uses:
634 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700635 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700636- name: grpc_resolver_fake
637 headers:
638 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
639 src:
640 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
641 plugin: grpc_resolver_fake
642 uses:
643 - grpc_base
644 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700645- name: grpc_resolver_sockaddr
646 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700647 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700648 plugin: grpc_resolver_sockaddr
649 uses:
650 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700651 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100652- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700653 public_headers:
654 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100655 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700656 - src/core/lib/security/context/security_context.h
657 - src/core/lib/security/credentials/composite/composite_credentials.h
658 - src/core/lib/security/credentials/credentials.h
659 - src/core/lib/security/credentials/fake/fake_credentials.h
660 - src/core/lib/security/credentials/google_default/google_default_credentials.h
661 - src/core/lib/security/credentials/iam/iam_credentials.h
662 - src/core/lib/security/credentials/jwt/json_token.h
663 - src/core/lib/security/credentials/jwt/jwt_credentials.h
664 - src/core/lib/security/credentials/jwt/jwt_verifier.h
665 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
666 - src/core/lib/security/credentials/plugin/plugin_credentials.h
667 - src/core/lib/security/credentials/ssl/ssl_credentials.h
668 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800669 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700670 - src/core/lib/security/transport/secure_endpoint.h
671 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800672 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700673 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700674 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100675 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700676 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700677 - src/core/lib/security/context/security_context.c
678 - src/core/lib/security/credentials/composite/composite_credentials.c
679 - src/core/lib/security/credentials/credentials.c
680 - src/core/lib/security/credentials/credentials_metadata.c
681 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700682 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700683 - src/core/lib/security/credentials/google_default/google_default_credentials.c
684 - src/core/lib/security/credentials/iam/iam_credentials.c
685 - src/core/lib/security/credentials/jwt/json_token.c
686 - src/core/lib/security/credentials/jwt/jwt_credentials.c
687 - src/core/lib/security/credentials/jwt/jwt_verifier.c
688 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
689 - src/core/lib/security/credentials/plugin/plugin_credentials.c
690 - src/core/lib/security/credentials/ssl/ssl_credentials.c
691 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800692 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700693 - src/core/lib/security/transport/secure_endpoint.c
694 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800695 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700696 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700697 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700698 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700699 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700700 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700701 uses:
702 - grpc_base
703 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700704 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700705- name: grpc_server_backward_compatibility
706 headers:
707 - src/core/ext/filters/workarounds/workaround_utils.h
708 src:
709 - src/core/ext/filters/workarounds/workaround_utils.c
710 uses:
711 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700712- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700713 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700714 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700715 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700716 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800717 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700718 - test/core/end2end/fixtures/proxy.h
719 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800720 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700721 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200722 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700723 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700724 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700725 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700726 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700727 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700728 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800729 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700730 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700731 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700732 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800733 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700734 - test/core/end2end/fixtures/proxy.c
735 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800736 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700737 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200738 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700739 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700740 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700741 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800742 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700743 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700744 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800745 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700746 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700747 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700748 uses:
749 - grpc_base
750 - grpc_client_channel
751 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700752- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700753 src:
754 - src/core/lib/debug/trace.c
755 deps:
756 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700757 filegroups:
758 - grpc_trace_headers
759- name: grpc_trace_headers
760 headers:
761 - src/core/lib/debug/trace.h
762 deps:
763 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700764- name: grpc_transport_chttp2
765 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700766 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700767 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700768 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
769 - src/core/ext/transport/chttp2/transport/frame.h
770 - src/core/ext/transport/chttp2/transport/frame_data.h
771 - src/core/ext/transport/chttp2/transport/frame_goaway.h
772 - src/core/ext/transport/chttp2/transport/frame_ping.h
773 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
774 - src/core/ext/transport/chttp2/transport/frame_settings.h
775 - src/core/ext/transport/chttp2/transport/frame_window_update.h
776 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
777 - src/core/ext/transport/chttp2/transport/hpack_parser.h
778 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700779 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700780 - src/core/ext/transport/chttp2/transport/huffsyms.h
781 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
782 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700783 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700784 - src/core/ext/transport/chttp2/transport/varint.h
785 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700786 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700787 - src/core/ext/transport/chttp2/transport/bin_encoder.c
788 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700789 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700790 - src/core/ext/transport/chttp2/transport/flow_control.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700791 - src/core/ext/transport/chttp2/transport/frame_data.c
792 - src/core/ext/transport/chttp2/transport/frame_goaway.c
793 - src/core/ext/transport/chttp2/transport/frame_ping.c
794 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
795 - src/core/ext/transport/chttp2/transport/frame_settings.c
796 - src/core/ext/transport/chttp2/transport/frame_window_update.c
797 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
798 - src/core/ext/transport/chttp2/transport/hpack_parser.c
799 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700800 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700801 - src/core/ext/transport/chttp2/transport/huffsyms.c
802 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
803 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700804 - src/core/ext/transport/chttp2/transport/stream_lists.c
805 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700806 - src/core/ext/transport/chttp2/transport/varint.c
807 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700808 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700809 uses:
810 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700811 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700812 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700813- name: grpc_transport_chttp2_alpn
814 headers:
815 - src/core/ext/transport/chttp2/alpn/alpn.h
816 src:
817 - src/core/ext/transport/chttp2/alpn/alpn.c
818 deps:
819 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800820- name: grpc_transport_chttp2_client_connector
821 headers:
822 - src/core/ext/transport/chttp2/client/chttp2_connector.h
823 src:
824 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800825 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800826 - grpc_transport_chttp2
827 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700828 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700829- name: grpc_transport_chttp2_client_insecure
830 src:
831 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700832 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700833 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800834 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700835 - grpc_transport_chttp2
836 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700837 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700838- name: grpc_transport_chttp2_client_secure
839 src:
840 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700841 uses:
842 - grpc_transport_chttp2
843 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700844 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700845 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800846 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800847- name: grpc_transport_chttp2_server
848 headers:
849 - src/core/ext/transport/chttp2/server/chttp2_server.h
850 src:
851 - src/core/ext/transport/chttp2/server/chttp2_server.c
852 uses:
853 - grpc_transport_chttp2
854 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700855- name: grpc_transport_chttp2_server_insecure
856 src:
857 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700858 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700859 uses:
860 - grpc_transport_chttp2
861 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800862 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700863- name: grpc_transport_chttp2_server_secure
864 src:
865 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700866 uses:
867 - grpc_transport_chttp2
868 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700869 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800870 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700871- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700872 public_headers:
873 - include/grpc/grpc_cronet.h
874 - include/grpc/grpc_security.h
875 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700876 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800877 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800878 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700879 src:
880 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
881 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
882 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700883 filegroups:
884 - grpc_base
885 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700886 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700887- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700888 src:
889 - src/core/ext/transport/inproc/inproc_plugin.c
890 - src/core/ext/transport/inproc/inproc_transport.c
891 plugin: grpc_inproc_plugin
892 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700893 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700894 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700895- name: grpc_transport_inproc_headers
896 headers:
897 - src/core/ext/transport/inproc/inproc_transport.h
898 uses:
899 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700900- name: grpc_workaround_cronet_compression_filter
901 headers:
902 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
903 src:
904 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
905 plugin: grpc_workaround_cronet_compression_filter
906 uses:
907 - grpc_base
908 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800909- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700910 src:
911 - third_party/nanopb/pb_common.c
912 - third_party/nanopb/pb_decode.c
913 - third_party/nanopb/pb_encode.c
914 filegroups:
915 - nanopb_headers
916- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800917 headers:
918 - third_party/nanopb/pb.h
919 - third_party/nanopb/pb_common.h
920 - third_party/nanopb/pb_decode.h
921 - third_party/nanopb/pb_encode.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700922- name: tsi
923 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700924 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700925 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700926 - src/core/tsi/ssl_transport_security.h
927 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700928 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700929 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700930 - src/core/tsi/fake_transport_security.c
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700931 - src/core/tsi/gts_transport_security.c
Craig Tiller134fed32017-03-28 14:27:18 -0700932 - src/core/tsi/ssl_transport_security.c
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700933 - src/core/tsi/transport_security_grpc.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934 deps:
935 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700936 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700938 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700939 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700940 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700941 - grpc_trace
942- name: tsi_interface
943 headers:
944 - src/core/tsi/transport_security.h
945 - src/core/tsi/transport_security_adapter.h
946 - src/core/tsi/transport_security_interface.h
947 src:
948 - src/core/tsi/transport_security.c
949 - src/core/tsi/transport_security_adapter.c
950 deps:
951 - gpr
952 secure: true
953 uses:
954 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700955- name: grpc++_codegen_base
956 language: c++
957 public_headers:
958 - include/grpc++/impl/codegen/async_stream.h
959 - include/grpc++/impl/codegen/async_unary_call.h
960 - include/grpc++/impl/codegen/call.h
961 - include/grpc++/impl/codegen/call_hook.h
962 - include/grpc++/impl/codegen/channel_interface.h
963 - include/grpc++/impl/codegen/client_context.h
964 - include/grpc++/impl/codegen/client_unary_call.h
965 - include/grpc++/impl/codegen/completion_queue.h
966 - include/grpc++/impl/codegen/completion_queue_tag.h
967 - include/grpc++/impl/codegen/config.h
968 - include/grpc++/impl/codegen/core_codegen_interface.h
969 - include/grpc++/impl/codegen/create_auth_context.h
970 - include/grpc++/impl/codegen/grpc_library.h
971 - include/grpc++/impl/codegen/metadata_map.h
972 - include/grpc++/impl/codegen/method_handler_impl.h
973 - include/grpc++/impl/codegen/rpc_method.h
974 - include/grpc++/impl/codegen/rpc_service_method.h
975 - include/grpc++/impl/codegen/security/auth_context.h
976 - include/grpc++/impl/codegen/serialization_traits.h
977 - include/grpc++/impl/codegen/server_context.h
978 - include/grpc++/impl/codegen/server_interface.h
979 - include/grpc++/impl/codegen/service_type.h
980 - include/grpc++/impl/codegen/slice.h
981 - include/grpc++/impl/codegen/status.h
982 - include/grpc++/impl/codegen/status_code_enum.h
983 - include/grpc++/impl/codegen/string_ref.h
984 - include/grpc++/impl/codegen/stub_options.h
985 - include/grpc++/impl/codegen/sync_stream.h
986 - include/grpc++/impl/codegen/time.h
987 uses:
988 - grpc_codegen
989- name: grpc++_codegen_base_src
990 language: c++
991 src:
992 - src/cpp/codegen/codegen_init.cc
993 uses:
994 - grpc++_codegen_base
995- name: grpc++_codegen_proto
996 language: c++
997 public_headers:
998 - include/grpc++/impl/codegen/proto_utils.h
999 uses:
1000 - grpc++_codegen_base
1001 - grpc++_config_proto
1002- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001003 language: c++
1004 public_headers:
1005 - include/grpc++/alarm.h
1006 - include/grpc++/channel.h
1007 - include/grpc++/client_context.h
1008 - include/grpc++/completion_queue.h
1009 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001010 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001011 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001012 - include/grpc++/generic/async_generic_service.h
1013 - include/grpc++/generic/generic_stub.h
1014 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001015 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001016 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001017 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001018 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001019 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001020 - include/grpc++/impl/grpc_library.h
1021 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001022 - include/grpc++/impl/rpc_method.h
1023 - include/grpc++/impl/rpc_service_method.h
1024 - include/grpc++/impl/serialization_traits.h
1025 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001026 - include/grpc++/impl/server_builder_plugin.h
1027 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001028 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001029 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001030 - include/grpc++/security/auth_context.h
1031 - include/grpc++/security/auth_metadata_processor.h
1032 - include/grpc++/security/credentials.h
1033 - include/grpc++/security/server_credentials.h
1034 - include/grpc++/server.h
1035 - include/grpc++/server_builder.h
1036 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001037 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001038 - include/grpc++/support/async_stream.h
1039 - include/grpc++/support/async_unary_call.h
1040 - include/grpc++/support/byte_buffer.h
1041 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001042 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - include/grpc++/support/slice.h
1044 - include/grpc++/support/status.h
1045 - include/grpc++/support/status_code_enum.h
1046 - include/grpc++/support/string_ref.h
1047 - include/grpc++/support/stub_options.h
1048 - include/grpc++/support/sync_stream.h
1049 - include/grpc++/support/time.h
1050 headers:
1051 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001052 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001053 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001054 - src/cpp/server/health/default_health_check_service.h
1055 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001056 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001057 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001058 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001059 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001060 - src/cpp/client/client_context.cc
1061 - src/cpp/client/create_channel.cc
1062 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001063 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001064 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001066 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001067 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001068 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001070 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001072 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001074 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/server/create_default_thread_pool.cc
1076 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001077 - src/cpp/server/health/default_health_check_service.cc
1078 - src/cpp/server/health/health.pb.c
1079 - src/cpp/server/health/health_check_service.cc
1080 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001082 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/server/server_context.cc
1084 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001085 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001086 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001087 - src/cpp/util/byte_buffer_cc.cc
1088 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001089 - src/cpp/util/status.cc
1090 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001091 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001092 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001093 - gpr_base_headers
1094 - grpc_base_headers
1095 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001096 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001097 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001098- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001099 language: c++
1100 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001101 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001102- name: grpc++_reflection_proto
1103 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001104 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001105 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001106- name: grpc++_test
1107 language: c++
1108 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001109 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001110 - include/grpc++/test/server_context_test_spouse.h
1111 deps:
1112 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001113 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001114libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001115- name: gpr
1116 build: all
1117 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001118 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001119 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001120 secure: false
1121 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1122- name: gpr_test_util
1123 build: private
1124 language: c
1125 headers:
1126 - test/core/util/test_config.h
1127 src:
1128 - test/core/util/test_config.c
1129 deps:
1130 - gpr
1131 secure: false
1132 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: grpc
1134 build: all
1135 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001136 src:
1137 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001138 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001139 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001140 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001141 filegroups:
1142 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001143 - grpc_transport_chttp2_server_secure
1144 - grpc_transport_chttp2_client_secure
1145 - grpc_transport_chttp2_server_insecure
1146 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001147 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001148 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001149 - grpc_lb_policy_pick_first
1150 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001151 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001152 - grpc_resolver_dns_native
1153 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001154 - grpc_resolver_fake
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001155 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001156 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001157 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001158 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001159 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001160 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001161 - grpc_workaround_cronet_compression_filter
1162 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001163 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001165 vs_packages:
1166 - grpc.dependencies.openssl
1167 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001169- name: grpc_cronet
1170 build: all
1171 language: c
1172 src:
1173 - src/core/lib/surface/init.c
1174 baselib: true
1175 deps_linkage: static
1176 dll: true
1177 filegroups:
1178 - grpc_base
1179 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001180 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001181 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001182 generate_plugin_registry: true
1183 platforms:
1184 - linux
1185 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001186- name: grpc_dll
1187 build: private
1188 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001189 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001190 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001191 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001192 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001193 build_system:
1194 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001195 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001196 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001197 vs_config_type: DynamicLibrary
1198 vs_packages:
1199 - grpc.dependencies.openssl
1200 - grpc.dependencies.zlib
1201 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1202 vs_props:
1203 - zlib
1204 - openssl
1205 - winsock
1206 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207- name: grpc_test_util
1208 build: private
1209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001210 headers:
1211 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001212 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001213 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001214 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001215 - test/core/end2end/data/server1_cert.c
1216 - test/core/end2end/data/server1_key.c
1217 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001218 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001219 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001220 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001221 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001222 - grpc
1223 filegroups:
1224 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001225 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1226- name: grpc_test_util_unsecure
1227 build: private
1228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001229 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr
1231 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001232 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001233 filegroups:
1234 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001235 secure: false
1236 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1237- name: grpc_unsecure
1238 build: all
1239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001240 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001241 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001242 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001244 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001246 filegroups:
1247 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001248 - grpc_transport_chttp2_server_insecure
1249 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001250 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001251 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001252 - grpc_resolver_dns_native
1253 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001254 - grpc_resolver_fake
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001255 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001256 - grpc_lb_policy_grpclb
1257 - grpc_lb_policy_pick_first
1258 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001259 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001260 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001261 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001262 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001263 - grpc_workaround_cronet_compression_filter
1264 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001265 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001266 secure: false
1267 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001268- name: reconnect_server
1269 build: private
1270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001271 headers:
1272 - test/core/util/reconnect_server.h
1273 src:
1274 - test/core/util/reconnect_server.c
1275 deps:
yang-gc9fca182015-11-06 16:41:33 -08001276 - test_tcp_server
1277 - grpc_test_util
1278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001279 - gpr_test_util
1280 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001281- name: test_tcp_server
1282 build: private
1283 language: c
1284 headers:
1285 - test/core/util/test_tcp_server.h
1286 src:
1287 - test/core/util/test_tcp_server.c
1288 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001289 - grpc_test_util
1290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001291 - gpr_test_util
1292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001293- name: grpc++
1294 build: all
1295 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001296 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001297 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001298 - src/cpp/client/secure_credentials.h
1299 - src/cpp/common/secure_auth_context.h
1300 - src/cpp/server/secure_server_credentials.h
1301 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001302 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001303 - src/cpp/client/secure_credentials.cc
1304 - src/cpp/common/auth_property_iterator.cc
1305 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001306 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001307 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001308 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001309 - src/cpp/server/secure_server_credentials.cc
1310 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001311 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312 baselib: true
1313 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001314 filegroups:
1315 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001316 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001317 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001318 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001319 secure: check
1320 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001321- name: grpc++_cronet
1322 build: all
1323 language: c++
1324 src:
1325 - src/cpp/client/cronet_credentials.cc
1326 - src/cpp/client/insecure_credentials.cc
1327 - src/cpp/common/insecure_create_auth_context.cc
1328 - src/cpp/server/insecure_server_credentials.cc
1329 deps:
1330 - gpr
1331 - grpc_cronet
1332 baselib: true
1333 dll: true
1334 filegroups:
1335 - grpc++_base
1336 - grpc++_codegen_base
1337 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001338 - grpc_transport_chttp2_client_insecure
1339 - grpc_transport_chttp2_server_insecure
1340 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001341 platforms:
1342 - linux
1343 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001344- name: grpc++_error_details
1345 build: all
1346 language: c++
1347 public_headers:
1348 - include/grpc++/support/error_details.h
1349 src:
1350 - src/proto/grpc/status/status.proto
1351 - src/cpp/util/error_details.cc
1352 deps:
1353 - grpc++
1354 baselib: true
1355 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001356- name: grpc++_proto_reflection_desc_db
1357 build: private
1358 language: c++
1359 headers:
1360 - test/cpp/util/proto_reflection_descriptor_database.h
1361 src:
1362 - test/cpp/util/proto_reflection_descriptor_database.cc
1363 deps:
1364 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001365 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001366 filegroups:
1367 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001368 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001369- name: grpc++_reflection
1370 build: all
1371 language: c++
1372 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001373 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001374 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001375 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001376 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001377 - src/cpp/ext/proto_server_reflection.cc
1378 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001379 deps:
1380 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001381 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001382 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001383 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001384- name: grpc++_test_config
1385 build: private
1386 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001387 headers:
1388 - test/cpp/util/test_config.h
1389 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001390 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: grpc++_test_util
1392 build: private
1393 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001394 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001395 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001396 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001397 - test/cpp/util/create_test_channel.h
1398 - test/cpp/util/string_ref_helper.h
1399 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001400 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
yang-gc8a49d22016-12-12 11:18:49 -08001402 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001403 - src/proto/grpc/testing/echo_messages.proto
1404 - src/proto/grpc/testing/echo.proto
1405 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001406 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001407 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001408 - test/cpp/util/create_test_channel.cc
1409 - test/cpp/util/string_ref_helper.cc
1410 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001411 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001412 deps:
1413 - grpc++
1414 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001415 - grpc
yang-g17487f92016-06-03 15:21:15 -07001416 filegroups:
1417 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001418 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001419 - grpc++_codegen_proto
1420 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001421- name: grpc++_test_util_unsecure
1422 build: private
1423 language: c++
1424 headers:
1425 - test/cpp/end2end/test_service_impl.h
1426 - test/cpp/util/byte_buffer_proto_helper.h
1427 - test/cpp/util/string_ref_helper.h
1428 - test/cpp/util/subprocess.h
1429 src:
1430 - src/proto/grpc/health/v1/health.proto
1431 - src/proto/grpc/testing/echo_messages.proto
1432 - src/proto/grpc/testing/echo.proto
1433 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1434 - test/cpp/end2end/test_service_impl.cc
1435 - test/cpp/util/byte_buffer_proto_helper.cc
1436 - test/cpp/util/string_ref_helper.cc
1437 - test/cpp/util/subprocess.cc
1438 deps:
1439 - grpc++_unsecure
1440 - grpc_test_util_unsecure
1441 - grpc_unsecure
1442 filegroups:
1443 - grpc++_codegen_base
1444 - grpc++_codegen_base_src
1445 - grpc++_codegen_proto
1446 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447- name: grpc++_unsecure
1448 build: all
1449 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001450 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001451 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001452 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001453 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001454 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001456 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457 baselib: true
1458 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001459 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001460 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001461 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001462 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463 secure: false
1464 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001465- name: grpc_benchmark
1466 build: test
1467 language: c++
1468 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001469 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1470 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001471 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001472 src:
1473 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001474 deps:
1475 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001476 - grpc++_unsecure
1477 - grpc_test_util_unsecure
1478 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001479 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001480- name: grpc_cli_libs
1481 build: private
1482 language: c++
1483 headers:
1484 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001485 - test/cpp/util/cli_credentials.h
1486 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001487 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001488 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001489 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001490 src:
1491 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001492 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001493 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001494 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001495 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001496 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001497 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001498 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001499 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001500 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001501 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001502 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: grpc_plugin_support
1504 build: protoc
1505 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001506 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001507 - src/compiler/config.h
1508 - src/compiler/cpp_generator.h
1509 - src/compiler/cpp_generator_helpers.h
1510 - src/compiler/csharp_generator.h
1511 - src/compiler/csharp_generator_helpers.h
1512 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001513 - src/compiler/node_generator.h
1514 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001515 - src/compiler/objective_c_generator.h
1516 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001517 - src/compiler/php_generator.h
1518 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301519 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001520 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301521 - src/compiler/python_generator_helpers.h
1522 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001523 - src/compiler/ruby_generator.h
1524 - src/compiler/ruby_generator_helpers-inl.h
1525 - src/compiler/ruby_generator_map-inl.h
1526 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301527 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001528 src:
1529 - src/compiler/cpp_generator.cc
1530 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001531 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001532 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001533 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001534 - src/compiler/python_generator.cc
1535 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001536 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001537 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001538 secure: false
1539 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001540 vs_props:
1541 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001542- name: http2_client_main
1543 build: private
1544 language: c++
1545 headers:
1546 - test/cpp/interop/http2_client.h
1547 src:
1548 - src/proto/grpc/testing/empty.proto
1549 - src/proto/grpc/testing/messages.proto
1550 - src/proto/grpc/testing/test.proto
1551 - test/cpp/interop/http2_client.cc
1552 deps:
1553 - grpc++_test_util
1554 - grpc_test_util
1555 - grpc++
1556 - grpc
1557 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001558- name: interop_client_helper
1559 build: private
1560 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001561 headers:
1562 - test/cpp/interop/client_helper.h
1563 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001564 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001565 - test/cpp/interop/client_helper.cc
1566 deps:
1567 - grpc++_test_util
1568 - grpc_test_util
1569 - grpc++
1570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001571 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001572- name: interop_client_main
1573 build: private
1574 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001575 headers:
1576 - test/cpp/interop/interop_client.h
1577 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001578 - src/proto/grpc/testing/empty.proto
1579 - src/proto/grpc/testing/messages.proto
1580 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001581 - test/cpp/interop/client.cc
1582 - test/cpp/interop/interop_client.cc
1583 deps:
1584 - interop_client_helper
1585 - grpc++_test_util
1586 - grpc_test_util
1587 - grpc++
1588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001589 - gpr_test_util
1590 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001591 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001592- name: interop_server_helper
1593 build: private
1594 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001595 headers:
1596 - test/cpp/interop/server_helper.h
1597 src:
1598 - test/cpp/interop/server_helper.cc
1599 deps:
yang-gcc591022017-01-11 11:10:43 -08001600 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001601 - grpc_test_util
1602 - grpc++
1603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001605- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001606 build: private
1607 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001608 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001609 - src/proto/grpc/testing/empty.proto
1610 - src/proto/grpc/testing/messages.proto
1611 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001612 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001613 deps:
1614 - interop_server_helper
1615 - grpc++_test_util
1616 - grpc_test_util
1617 - grpc++
1618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr_test_util
1620 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001621 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001622- name: interop_server_main
1623 build: private
1624 language: c++
1625 src:
1626 - test/cpp/interop/interop_server_bootstrap.cc
1627 deps:
1628 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001629- name: qps
1630 build: private
1631 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001632 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001633 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001634 - test/cpp/qps/client.h
1635 - test/cpp/qps/driver.h
1636 - test/cpp/qps/histogram.h
1637 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001638 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001639 - test/cpp/qps/qps_worker.h
1640 - test/cpp/qps/report.h
1641 - test/cpp/qps/server.h
1642 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001643 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001644 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001645 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001646 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001647 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001648 - src/proto/grpc/testing/control.proto
1649 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001650 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001651 - test/cpp/qps/client_async.cc
1652 - test/cpp/qps/client_sync.cc
1653 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001654 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001655 - test/cpp/qps/qps_worker.cc
1656 - test/cpp/qps/report.cc
1657 - test/cpp/qps/server_async.cc
1658 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001659 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001660 deps:
1661 - grpc_test_util
1662 - grpc++_test_util
1663 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001664 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001665- name: grpc_csharp_ext
1666 build: all
1667 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
1669 - src/csharp/ext/grpc_csharp_ext.c
1670 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001672 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001673 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001674 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675 dll: only
1676 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001677 vs_packages:
1678 - grpc.dependencies.openssl
1679 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001680 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001681 vs_props:
1682 - zlib
1683 - openssl
1684 - winsock
1685 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001687- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001688 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001689 build: test
1690 language: c
1691 src:
1692 - test/core/surface/alarm_test.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001696 - gpr_test_util
1697 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001698- name: algorithm_test
1699 build: test
1700 language: c
1701 src:
1702 - test/core/compression/algorithm_test.c
1703 deps:
1704 - grpc_test_util
1705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001706 - gpr_test_util
1707 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001708- name: alloc_test
1709 build: test
1710 language: c
1711 src:
1712 - test/core/support/alloc_test.c
1713 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001714 - gpr_test_util
1715 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001716- name: alpn_test
1717 build: test
1718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001719 src:
1720 - test/core/transport/chttp2/alpn_test.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 - gpr_test_util
1725 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001726- name: api_fuzzer
1727 build: fuzzer
1728 language: c
1729 src:
1730 - test/core/end2end/fuzzers/api_fuzzer.c
1731 deps:
1732 - grpc_test_util
1733 - grpc
1734 - gpr_test_util
1735 - gpr
1736 corpus_dirs:
1737 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001738 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001739 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001740- name: arena_test
1741 build: test
1742 language: c
1743 src:
1744 - test/core/support/arena_test.c
1745 deps:
1746 - gpr_test_util
1747 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001748- name: bad_server_response_test
1749 build: test
1750 language: c
1751 src:
1752 - test/core/end2end/bad_server_response_test.c
1753 deps:
1754 - test_tcp_server
1755 - grpc_test_util
1756 - grpc
1757 - gpr_test_util
1758 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001759 exclude_iomgrs:
1760 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001761- name: bdp_estimator_test
1762 build: test
1763 language: c
1764 src:
1765 - test/core/transport/bdp_estimator_test.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
1769 - gpr_test_util
1770 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001771- name: bin_decoder_test
1772 build: test
1773 language: c
1774 src:
1775 - test/core/transport/chttp2/bin_decoder_test.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: bin_encoder_test
1780 build: test
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
1783 - test/core/transport/chttp2/bin_encoder_test.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001787- name: byte_stream_test
1788 build: test
1789 language: c
1790 src:
1791 - test/core/transport/byte_stream_test.c
1792 deps:
1793 - grpc_test_util
1794 - grpc
1795 - gpr_test_util
1796 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001797- name: census_context_test
1798 build: test
1799 language: c
1800 src:
1801 - test/core/census/context_test.c
1802 deps:
1803 - grpc_test_util
1804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001805 - gpr_test_util
1806 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001807- name: census_intrusive_hash_map_test
1808 build: test
1809 language: c
1810 src:
1811 - test/core/census/intrusive_hash_map_test.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
1815 - gpr_test_util
1816 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001817- name: census_resource_test
1818 build: test
1819 language: c
1820 src:
1821 - test/core/census/resource_test.c
1822 deps:
1823 - grpc_test_util
1824 - grpc
1825 - gpr_test_util
1826 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001827- name: census_trace_context_test
1828 build: test
1829 language: c
1830 src:
1831 - test/core/census/trace_context_test.c
1832 deps:
1833 - grpc_test_util
1834 - grpc
1835 - gpr_test_util
1836 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001837- name: channel_create_test
1838 build: test
1839 language: c
1840 src:
1841 - test/core/surface/channel_create_test.c
1842 deps:
1843 - grpc_test_util
1844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001845 - gpr_test_util
1846 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001847- name: check_epollexclusive
1848 build: tool
1849 language: c
1850 src:
1851 - test/build/check_epollexclusive.c
1852 deps:
1853 - grpc
1854 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001855- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856 build: test
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001859 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001860 deps:
1861 - grpc_test_util
1862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865- name: chttp2_stream_map_test
1866 build: test
1867 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001868 src:
1869 - test/core/transport/chttp2/stream_map_test.c
1870 deps:
1871 - grpc_test_util
1872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001875- name: chttp2_varint_test
1876 build: test
1877 language: c
1878 src:
1879 - test/core/transport/chttp2/varint_test.c
1880 deps:
1881 - grpc_test_util
1882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001885- name: client_fuzzer
1886 build: fuzzer
1887 language: c
1888 src:
1889 - test/core/end2end/fuzzers/client_fuzzer.c
1890 deps:
1891 - grpc_test_util
1892 - grpc
1893 - gpr_test_util
1894 - gpr
1895 corpus_dirs:
1896 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001897 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001898 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001899- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001900 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001901 build: test
1902 language: c
1903 src:
1904 - test/core/iomgr/combiner_test.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
1908 - gpr_test_util
1909 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910- name: compression_test
1911 build: test
1912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001913 src:
1914 - test/core/compression/compression_test.c
1915 deps:
1916 - grpc_test_util
1917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr_test_util
1919 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001920- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001921 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001922 build: test
1923 language: c
1924 src:
1925 - test/core/surface/concurrent_connectivity_test.c
1926 deps:
1927 - grpc_test_util
1928 - grpc
1929 - gpr_test_util
1930 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001931 exclude_iomgrs:
1932 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001933- name: connection_refused_test
1934 cpu_cost: 0.1
1935 build: test
1936 language: c
1937 src:
1938 - test/core/end2end/connection_refused_test.c
1939 deps:
1940 - grpc_test_util
1941 - grpc
1942 - gpr_test_util
1943 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001944- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001945 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001946 build: test
1947 language: c
1948 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001949 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001950 deps:
1951 - grpc_test_util
1952 - grpc
1953 - gpr_test_util
1954 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001955 exclude_iomgrs:
1956 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001957- name: dns_resolver_test
1958 build: test
1959 language: c
1960 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001961 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001962 deps:
1963 - grpc_test_util
1964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001967- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001968 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969 build: test
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/end2end/dualstack_socket_test.c
1973 deps:
1974 - grpc_test_util
1975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001978 exclude_iomgrs:
1979 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001980 platforms:
1981 - mac
1982 - linux
1983 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001984- name: endpoint_pair_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/iomgr/endpoint_pair_test.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001994 exclude_iomgrs:
1995 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001996- name: error_test
1997 cpu_cost: 30
1998 build: test
1999 language: c
2000 src:
2001 - test/core/iomgr/error_test.c
2002 deps:
2003 - grpc_test_util
2004 - grpc
2005 - gpr_test_util
2006 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002007- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002008 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002009 build: test
2010 language: c
2011 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002012 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002013 deps:
2014 - grpc_test_util
2015 - grpc
2016 - gpr_test_util
2017 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002018 exclude_iomgrs:
2019 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002020 platforms:
2021 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002022- name: fake_resolver_test
2023 build: test
2024 language: c
2025 src:
2026 - test/core/client_channel/resolvers/fake_resolver_test.c
2027 deps:
2028 - grpc_test_util
2029 - grpc
2030 - gpr_test_util
2031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: fd_conservation_posix_test
2033 build: test
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
2036 - test/core/iomgr/fd_conservation_posix_test.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002042 exclude_iomgrs:
2043 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002044 platforms:
2045 - mac
2046 - linux
2047 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: fd_posix_test
2049 build: test
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
2052 - test/core/iomgr/fd_posix_test.c
2053 deps:
2054 - grpc_test_util
2055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr_test_util
2057 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002058 exclude_iomgrs:
2059 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002060 platforms:
2061 - mac
2062 - linux
2063 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064- name: fling_client
2065 build: test
2066 run: false
2067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
2069 - test/core/fling/client.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: fling_server
2076 build: test
2077 run: false
2078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002079 src:
2080 - test/core/fling/server.c
2081 deps:
2082 - grpc_test_util
2083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002084 - gpr_test_util
2085 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002087 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002088 build: test
2089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/core/fling/fling_stream_test.c
2092 deps:
2093 - grpc_test_util
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002097 platforms:
2098 - mac
2099 - linux
2100 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002102 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002103 build: test
2104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
2106 - test/core/fling/fling_test.c
2107 deps:
2108 - grpc_test_util
2109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr_test_util
2111 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002112 platforms:
2113 - mac
2114 - linux
2115 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116- name: gen_hpack_tables
2117 build: tool
2118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002119 src:
2120 - tools/codegen/core/gen_hpack_tables.c
2121 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002122 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002123 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002124- name: gen_legal_metadata_characters
2125 build: tool
2126 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002127 src:
2128 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002130- name: gen_percent_encoding_tables
2131 build: tool
2132 language: c
2133 src:
2134 - tools/codegen/core/gen_percent_encoding_tables.c
2135 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002136- name: goaway_server_test
2137 cpu_cost: 0.1
2138 build: test
2139 language: c
2140 src:
2141 - test/core/end2end/goaway_server_test.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
2145 - gpr_test_util
2146 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002147 exclude_iomgrs:
2148 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002149 platforms:
2150 - mac
2151 - linux
2152 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002153- name: gpr_avl_test
2154 build: test
2155 language: c
2156 src:
2157 - test/core/support/avl_test.c
2158 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002161- name: gpr_backoff_test
2162 build: test
2163 language: c
2164 src:
2165 - test/core/support/backoff_test.c
2166 deps:
2167 - gpr_test_util
2168 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: gpr_cmdline_test
2170 build: test
2171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002172 src:
2173 - test/core/support/cmdline_test.c
2174 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002175 - gpr_test_util
2176 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002177- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002178 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002179 build: test
2180 language: c
2181 src:
2182 - test/core/support/cpu_test.c
2183 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002184 - gpr_test_util
2185 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186- name: gpr_env_test
2187 build: test
2188 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002189 src:
2190 - test/core/support/env_test.c
2191 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194- name: gpr_histogram_test
2195 build: test
2196 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002197 src:
2198 - test/core/support/histogram_test.c
2199 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002200 - gpr_test_util
2201 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002202- name: gpr_host_port_test
2203 build: test
2204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002205 src:
2206 - test/core/support/host_port_test.c
2207 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002208 - gpr_test_util
2209 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002210- name: gpr_log_test
2211 build: test
2212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002213 src:
2214 - test/core/support/log_test.c
2215 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002216 - gpr_test_util
2217 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002218- name: gpr_mpscq_test
2219 cpu_cost: 30
2220 build: test
2221 language: c
2222 src:
2223 - test/core/support/mpscq_test.c
2224 deps:
2225 - gpr_test_util
2226 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002227- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002228 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002229 build: test
2230 language: c
2231 src:
2232 - test/core/support/spinlock_test.c
2233 deps:
2234 - gpr_test_util
2235 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002236- name: gpr_stack_lockfree_test
2237 cpu_cost: 7
2238 build: test
2239 language: c
2240 src:
2241 - test/core/support/stack_lockfree_test.c
2242 deps:
2243 - gpr_test_util
2244 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245- name: gpr_string_test
2246 build: test
2247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002248 src:
2249 - test/core/support/string_test.c
2250 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002254 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002255 build: test
2256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002257 src:
2258 - test/core/support/sync_test.c
2259 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002260 - gpr_test_util
2261 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002263 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264 build: test
2265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002266 src:
2267 - test/core/support/thd_test.c
2268 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002269 - gpr_test_util
2270 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271- name: gpr_time_test
2272 build: test
2273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002274 src:
2275 - test/core/support/time_test.c
2276 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr_test_util
2278 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002279- name: gpr_tls_test
2280 build: test
2281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002282 src:
2283 - test/core/support/tls_test.c
2284 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002287- name: gpr_useful_test
2288 build: test
2289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
2291 - test/core/support/useful_test.c
2292 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295- name: grpc_auth_context_test
2296 build: test
2297 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
2299 - test/core/security/auth_context_test.c
2300 deps:
2301 - grpc_test_util
2302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002303 - gpr_test_util
2304 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002305- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306 build: test
2307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002308 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002309 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002310 deps:
2311 - grpc_test_util
2312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002313 - gpr_test_util
2314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002315- name: grpc_byte_buffer_reader_test
2316 build: test
2317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002318 src:
2319 - test/core/surface/byte_buffer_reader_test.c
2320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: grpc_channel_args_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/core/channel/channel_args_test.c
2330 deps:
2331 - grpc_test_util
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002335- name: grpc_channel_stack_test
2336 build: test
2337 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002338 src:
2339 - test/core/channel/channel_stack_test.c
2340 deps:
2341 - grpc_test_util
2342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002343 - gpr_test_util
2344 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002345- name: grpc_completion_queue_test
2346 build: test
2347 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002348 src:
2349 - test/core/surface/completion_queue_test.c
2350 deps:
2351 - grpc_test_util
2352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002353 - gpr_test_util
2354 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002355- name: grpc_completion_queue_threading_test
2356 build: test
2357 language: c
2358 src:
2359 - test/core/surface/completion_queue_threading_test.c
2360 deps:
2361 - grpc_test_util
2362 - grpc
2363 - gpr_test_util
2364 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002365 exclude_iomgrs:
2366 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002367- name: grpc_create_jwt
2368 build: tool
2369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002370 src:
2371 - test/core/security/create_jwt.c
2372 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002374 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002375 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002376- name: grpc_credentials_test
2377 build: test
2378 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002379 src:
2380 - test/core/security/credentials_test.c
2381 deps:
2382 - grpc_test_util
2383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002384 - gpr_test_util
2385 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002386- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002387 build: test
2388 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002390 src:
2391 - test/core/security/fetch_oauth2.c
2392 deps:
2393 - grpc_test_util
2394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002395 - gpr_test_util
2396 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002397- name: grpc_invalid_channel_args_test
2398 build: test
2399 language: c
2400 src:
2401 - test/core/surface/invalid_channel_args_test.c
2402 deps:
2403 - grpc_test_util
2404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002405 - gpr_test_util
2406 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002407- name: grpc_json_token_test
2408 build: test
2409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002410 src:
2411 - test/core/security/json_token_test.c
2412 deps:
2413 - grpc_test_util
2414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002415 - gpr_test_util
2416 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002417 platforms:
2418 - linux
2419 - posix
2420 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002421- name: grpc_jwt_verifier_test
2422 build: test
2423 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002424 src:
2425 - test/core/security/jwt_verifier_test.c
2426 deps:
2427 - grpc_test_util
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr_test_util
2430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002431- name: grpc_print_google_default_creds_token
2432 build: tool
2433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002434 src:
2435 - test/core/security/print_google_default_creds_token.c
2436 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002438 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439- name: grpc_security_connector_test
2440 build: test
2441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002442 src:
2443 - test/core/security/security_connector_test.c
2444 deps:
2445 - grpc_test_util
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr_test_util
2448 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449- name: grpc_verify_jwt
2450 build: tool
2451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
2453 - test/core/security/verify_jwt.c
2454 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002457- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002458 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002459 language: c
2460 src:
2461 - test/core/handshake/client_ssl.c
2462 deps:
2463 - grpc_test_util
2464 - grpc
2465 - gpr_test_util
2466 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002467 exclude_iomgrs:
2468 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002469 platforms:
2470 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002471 secure: true
2472- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002473 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002474 language: c
2475 src:
2476 - test/core/handshake/server_ssl.c
2477 deps:
2478 - grpc_test_util
2479 - grpc
2480 - gpr_test_util
2481 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002482 exclude_iomgrs:
2483 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002484 platforms:
2485 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002486 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002487- name: hpack_parser_fuzzer_test
2488 build: fuzzer
2489 language: c
2490 src:
2491 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2492 deps:
2493 - grpc_test_util
2494 - grpc
2495 - gpr_test_util
2496 - gpr
2497 corpus_dirs:
2498 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002499 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002500 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002501- name: hpack_parser_test
2502 build: test
2503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002504 src:
2505 - test/core/transport/chttp2/hpack_parser_test.c
2506 deps:
2507 - grpc_test_util
2508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002509 - gpr_test_util
2510 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002511- name: hpack_table_test
2512 build: test
2513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002514 src:
2515 - test/core/transport/chttp2/hpack_table_test.c
2516 deps:
2517 - grpc_test_util
2518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 - gpr_test_util
2520 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002521- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002522 build: test
2523 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002524 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002525 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002526 deps:
2527 - grpc_test_util
2528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002529 - gpr_test_util
2530 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002531- name: http_request_fuzzer_test
2532 build: fuzzer
2533 language: c
2534 src:
2535 - test/core/http/request_fuzzer.c
2536 deps:
2537 - grpc_test_util
2538 - grpc
2539 - gpr_test_util
2540 - gpr
2541 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002542 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002543 maxlen: 2048
2544- name: http_response_fuzzer_test
2545 build: fuzzer
2546 language: c
2547 src:
2548 - test/core/http/response_fuzzer.c
2549 deps:
2550 - grpc_test_util
2551 - grpc
2552 - gpr_test_util
2553 - gpr
2554 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002555 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002556 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002557- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002558 build: test
2559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002560 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002561 - test/core/http/format_request_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 Tillerbf4b2242015-08-31 15:53:53 -07002567- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002568 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002569 build: test
2570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002571 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002572 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002573 deps:
2574 - grpc_test_util
2575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002576 - gpr_test_util
2577 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002578 platforms:
2579 - mac
2580 - linux
2581 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002582- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002583 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002584 build: test
2585 language: c
2586 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002587 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002588 deps:
2589 - grpc_test_util
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002593 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002594 - linux
yang-gf1183302015-12-07 16:02:05 -08002595- name: init_test
2596 build: test
2597 language: c
2598 src:
2599 - test/core/surface/init_test.c
2600 deps:
2601 - grpc_test_util
2602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002603 - gpr_test_util
2604 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002605- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002606 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002607 build: test
2608 language: c
2609 src:
2610 - test/core/end2end/invalid_call_argument_test.c
2611 deps:
2612 - grpc_test_util
2613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002614 - gpr_test_util
2615 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002616- name: json_fuzzer_test
2617 build: fuzzer
2618 language: c
2619 src:
2620 - test/core/json/fuzzer.c
2621 deps:
2622 - grpc_test_util
2623 - grpc
2624 - gpr_test_util
2625 - gpr
2626 corpus_dirs:
2627 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002628 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002629- name: json_rewrite
2630 build: test
2631 run: false
2632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002633 src:
2634 - test/core/json/json_rewrite.c
2635 deps:
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002638- name: json_rewrite_test
2639 build: test
2640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002641 src:
2642 - test/core/json/json_rewrite_test.c
2643 deps:
2644 - grpc_test_util
2645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002646 - gpr_test_util
2647 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002648- name: json_stream_error_test
2649 build: test
2650 language: c
2651 src:
2652 - test/core/json/json_stream_error_test.c
2653 deps:
2654 - grpc_test_util
2655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002656 - gpr_test_util
2657 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002658- name: json_test
2659 build: test
2660 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002661 src:
2662 - test/core/json/json_test.c
2663 deps:
2664 - grpc_test_util
2665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002666 - gpr_test_util
2667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002668- name: lame_client_test
2669 build: test
2670 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002671 src:
2672 - test/core/surface/lame_client_test.c
2673 deps:
2674 - grpc_test_util
2675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002676 - gpr_test_util
2677 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002678- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002679 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002680 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002681 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002683 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002684 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002685 deps:
2686 - grpc_test_util
2687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002688 - gpr_test_util
2689 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002690- name: load_file_test
2691 build: test
2692 language: c
2693 src:
2694 - test/core/iomgr/load_file_test.c
2695 deps:
2696 - grpc_test_util
2697 - grpc
2698 - gpr_test_util
2699 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002700- name: low_level_ping_pong_benchmark
2701 build: benchmark
2702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002703 src:
2704 - test/core/network_benchmarks/low_level_ping_pong.c
2705 deps:
2706 - grpc_test_util
2707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002708 - gpr_test_util
2709 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002710 platforms:
2711 - mac
2712 - linux
2713 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002714- name: memory_profile_client
2715 build: test
2716 run: false
2717 language: c
2718 src:
2719 - test/core/memory_usage/client.c
2720 deps:
2721 - grpc_test_util
2722 - grpc
2723 - gpr_test_util
2724 - gpr
2725- name: memory_profile_server
2726 build: test
2727 run: false
2728 language: c
2729 src:
2730 - test/core/memory_usage/server.c
2731 deps:
2732 - grpc_test_util
2733 - grpc
2734 - gpr_test_util
2735 - gpr
2736- name: memory_profile_test
2737 cpu_cost: 1.5
2738 build: test
2739 language: c
2740 src:
2741 - test/core/memory_usage/memory_usage_test.c
2742 deps:
2743 - grpc_test_util
2744 - grpc
2745 - gpr_test_util
2746 - gpr
2747 platforms:
2748 - mac
2749 - linux
2750 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002751- name: message_compress_test
2752 build: test
2753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002754 src:
2755 - test/core/compression/message_compress_test.c
2756 deps:
2757 - grpc_test_util
2758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002759 - gpr_test_util
2760 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002761- name: minimal_stack_is_minimal_test
2762 build: test
2763 language: c
2764 src:
2765 - test/core/channel/minimal_stack_is_minimal_test.c
2766 deps:
2767 - grpc_test_util
2768 - grpc
2769 - gpr_test_util
2770 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002771- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002772 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002773 build: test
2774 language: c
2775 src:
2776 - test/core/census/mlog_test.c
2777 deps:
2778 - grpc_test_util
2779 - grpc
2780 - gpr_test_util
2781 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002782- name: multiple_server_queues_test
2783 build: test
2784 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002785 src:
2786 - test/core/end2end/multiple_server_queues_test.c
2787 deps:
2788 - grpc_test_util
2789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002790 - gpr_test_util
2791 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002792- name: murmur_hash_test
2793 build: test
2794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002795 src:
2796 - test/core/support/murmur_hash_test.c
2797 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002798 - gpr_test_util
2799 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002800- name: nanopb_fuzzer_response_test
2801 build: fuzzer
2802 language: c
2803 src:
2804 - test/core/nanopb/fuzzer_response.c
2805 deps:
2806 - grpc_test_util
2807 - grpc
2808 - gpr_test_util
2809 - gpr
2810 corpus_dirs:
2811 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002812 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002813- name: nanopb_fuzzer_serverlist_test
2814 build: fuzzer
2815 language: c
2816 src:
2817 - test/core/nanopb/fuzzer_serverlist.c
2818 deps:
2819 - grpc_test_util
2820 - grpc
2821 - gpr_test_util
2822 - gpr
2823 corpus_dirs:
2824 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002825 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002826- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002827 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002828 build: test
2829 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002830 src:
2831 - test/core/end2end/no_server_test.c
2832 deps:
2833 - grpc_test_util
2834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002835 - gpr_test_util
2836 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002837- name: num_external_connectivity_watchers_test
2838 build: test
2839 language: c
2840 src:
2841 - test/core/surface/num_external_connectivity_watchers_test.c
2842 deps:
2843 - grpc_test_util
2844 - grpc
2845 - gpr_test_util
2846 - gpr
2847 exclude_iomgrs:
2848 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002849- name: parse_address_test
2850 build: test
2851 language: c
2852 src:
2853 - test/core/client_channel/parse_address_test.c
2854 deps:
2855 - grpc_test_util
2856 - grpc
2857 - gpr_test_util
2858 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002859- name: percent_decode_fuzzer
2860 build: fuzzer
2861 language: c
2862 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002863 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002864 deps:
2865 - grpc_test_util
2866 - grpc
2867 - gpr_test_util
2868 - gpr
2869 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002870 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002871 maxlen: 32
2872- name: percent_encode_fuzzer
2873 build: fuzzer
2874 language: c
2875 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002876 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002877 deps:
2878 - grpc_test_util
2879 - grpc
2880 - gpr_test_util
2881 - gpr
2882 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002883 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002884 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002885- name: percent_encoding_test
2886 build: test
2887 language: c
2888 src:
2889 - test/core/slice/percent_encoding_test.c
2890 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002891 - grpc_test_util
2892 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002893 - gpr_test_util
2894 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002895- name: pollset_set_test
2896 build: test
2897 language: c
2898 src:
2899 - test/core/iomgr/pollset_set_test.c
2900 deps:
2901 - grpc_test_util
2902 - grpc
2903 - gpr_test_util
2904 - gpr
2905 exclude_iomgrs:
2906 - uv
2907 platforms:
2908 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002909- name: resolve_address_posix_test
2910 build: test
2911 language: c
2912 src:
2913 - test/core/iomgr/resolve_address_posix_test.c
2914 deps:
2915 - grpc_test_util
2916 - grpc
2917 - gpr_test_util
2918 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002919 exclude_iomgrs:
2920 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002921 platforms:
2922 - mac
2923 - linux
2924 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002925- name: resolve_address_test
2926 build: test
2927 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002928 src:
2929 - test/core/iomgr/resolve_address_test.c
2930 deps:
2931 - grpc_test_util
2932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002933 - gpr_test_util
2934 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002935- name: resource_quota_test
2936 cpu_cost: 30
2937 build: test
2938 language: c
2939 src:
2940 - test/core/iomgr/resource_quota_test.c
2941 deps:
2942 - grpc_test_util
2943 - grpc
2944 - gpr_test_util
2945 - gpr
yang-gd482e592015-12-10 14:04:00 -08002946- name: secure_channel_create_test
2947 build: test
2948 language: c
2949 src:
2950 - test/core/surface/secure_channel_create_test.c
2951 deps:
2952 - grpc_test_util
2953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002954 - gpr_test_util
2955 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002956- name: secure_endpoint_test
2957 build: test
2958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002959 src:
2960 - test/core/security/secure_endpoint_test.c
2961 deps:
2962 - grpc_test_util
2963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002964 - gpr_test_util
2965 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002966 exclude_iomgrs:
2967 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002968- name: sequential_connectivity_test
2969 build: test
2970 language: c
2971 src:
2972 - test/core/surface/sequential_connectivity_test.c
2973 deps:
2974 - grpc_test_util
2975 - grpc
2976 - gpr_test_util
2977 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002978 exclude_iomgrs:
2979 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002980- name: server_chttp2_test
2981 build: test
2982 language: c
2983 src:
2984 - test/core/surface/server_chttp2_test.c
2985 deps:
2986 - grpc_test_util
2987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002988 - gpr_test_util
2989 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002990- name: server_fuzzer
2991 build: fuzzer
2992 language: c
2993 src:
2994 - test/core/end2end/fuzzers/server_fuzzer.c
2995 deps:
2996 - grpc_test_util
2997 - grpc
2998 - gpr_test_util
2999 - gpr
3000 corpus_dirs:
3001 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003002 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003003 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003004- name: server_test
3005 build: test
3006 language: c
3007 src:
3008 - test/core/surface/server_test.c
3009 deps:
3010 - grpc_test_util
3011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003012 - gpr_test_util
3013 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003014- name: slice_buffer_test
3015 build: test
3016 language: c
3017 src:
3018 - test/core/slice/slice_buffer_test.c
3019 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003020 - grpc_test_util
3021 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003022 - gpr_test_util
3023 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003024- name: slice_hash_table_test
3025 build: test
3026 language: c
3027 src:
3028 - test/core/slice/slice_hash_table_test.c
3029 deps:
3030 - grpc_test_util
3031 - grpc
3032 - gpr_test_util
3033 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003034- name: slice_string_helpers_test
3035 build: test
3036 language: c
3037 src:
3038 - test/core/slice/slice_string_helpers_test.c
3039 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003040 - grpc_test_util
3041 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003042 - gpr_test_util
3043 - gpr
3044- name: slice_test
3045 build: test
3046 language: c
3047 src:
3048 - test/core/slice/slice_test.c
3049 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003050 - grpc_test_util
3051 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003052 - gpr_test_util
3053 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003054- name: sockaddr_resolver_test
3055 build: test
3056 language: c
3057 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003058 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003059 deps:
3060 - grpc_test_util
3061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003062 - gpr_test_util
3063 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003064- name: sockaddr_utils_test
3065 build: test
3066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003067 src:
3068 - test/core/iomgr/sockaddr_utils_test.c
3069 deps:
3070 - grpc_test_util
3071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003072 - gpr_test_util
3073 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003074- name: socket_utils_test
3075 build: test
3076 language: c
3077 src:
3078 - test/core/iomgr/socket_utils_test.c
3079 deps:
3080 - grpc_test_util
3081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003082 - gpr_test_util
3083 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003084 exclude_iomgrs:
3085 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003086 platforms:
3087 - mac
3088 - linux
3089 - posix
yang-g31e21282016-11-04 15:10:03 -07003090- name: ssl_server_fuzzer
3091 build: fuzzer
3092 language: c
3093 src:
3094 - test/core/security/ssl_server_fuzzer.c
3095 deps:
3096 - grpc_test_util
3097 - grpc
3098 - gpr_test_util
3099 - gpr
3100 corpus_dirs:
3101 - test/core/security/corpus/ssl_server_corpus
3102 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003103- name: status_conversion_test
3104 build: test
3105 language: c
3106 src:
3107 - test/core/transport/status_conversion_test.c
3108 deps:
3109 - grpc_test_util
3110 - grpc
3111 - gpr_test_util
3112 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003113- name: stream_compression_test
3114 build: test
3115 language: c
3116 src:
3117 - test/core/compression/stream_compression_test.c
3118 deps:
3119 - grpc_test_util
3120 - grpc
3121 - gpr_test_util
3122 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003123- name: stream_owned_slice_test
3124 build: test
3125 language: c
3126 src:
3127 - test/core/transport/stream_owned_slice_test.c
3128 deps:
3129 - grpc_test_util
3130 - grpc
3131 - gpr_test_util
3132 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003133- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003134 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003135 build: test
3136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003137 src:
3138 - test/core/iomgr/tcp_client_posix_test.c
3139 deps:
3140 - grpc_test_util
3141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003142 - gpr_test_util
3143 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003144 exclude_iomgrs:
3145 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003146 platforms:
3147 - mac
3148 - linux
3149 - posix
murgatroid991191b722017-02-08 11:56:52 -08003150- name: tcp_client_uv_test
3151 cpu_cost: 0.5
3152 build: test
3153 language: c
3154 src:
3155 - test/core/iomgr/tcp_client_uv_test.c
3156 deps:
3157 - grpc_test_util
3158 - grpc
3159 - gpr_test_util
3160 - gpr
3161 exclude_iomgrs:
3162 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003163- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003164 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003165 build: test
3166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003167 src:
3168 - test/core/iomgr/tcp_posix_test.c
3169 deps:
3170 - grpc_test_util
3171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003172 - gpr_test_util
3173 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003174 exclude_iomgrs:
3175 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003176 platforms:
3177 - mac
3178 - linux
3179 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003180- name: tcp_server_posix_test
3181 build: test
3182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003183 src:
3184 - test/core/iomgr/tcp_server_posix_test.c
3185 deps:
3186 - grpc_test_util
3187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003188 - gpr_test_util
3189 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003190 exclude_iomgrs:
3191 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003192 platforms:
3193 - mac
3194 - linux
3195 - posix
murgatroid991191b722017-02-08 11:56:52 -08003196- name: tcp_server_uv_test
3197 build: test
3198 language: c
3199 src:
3200 - test/core/iomgr/tcp_server_uv_test.c
3201 deps:
3202 - grpc_test_util
3203 - grpc
3204 - gpr_test_util
3205 - gpr
3206 exclude_iomgrs:
3207 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003208- name: time_averaged_stats_test
3209 build: test
3210 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003211 src:
3212 - test/core/iomgr/time_averaged_stats_test.c
3213 deps:
3214 - grpc_test_util
3215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003216 - gpr_test_util
3217 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003218- name: timeout_encoding_test
3219 build: test
3220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003221 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003222 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003223 deps:
3224 - grpc_test_util
3225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003226 - gpr_test_util
3227 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003228- name: timer_heap_test
3229 build: test
3230 language: c
3231 src:
3232 - test/core/iomgr/timer_heap_test.c
3233 deps:
3234 - grpc_test_util
3235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003236 - gpr_test_util
3237 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003238 exclude_iomgrs:
3239 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003240- name: timer_list_test
3241 build: test
3242 language: c
3243 src:
3244 - test/core/iomgr/timer_list_test.c
3245 deps:
3246 - grpc_test_util
3247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003248 - gpr_test_util
3249 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003250 exclude_iomgrs:
3251 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003252- name: transport_connectivity_state_test
3253 build: test
3254 language: c
3255 src:
3256 - test/core/transport/connectivity_state_test.c
3257 deps:
3258 - grpc_test_util
3259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003260 - gpr_test_util
3261 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003262- name: transport_metadata_test
3263 build: test
3264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003265 src:
3266 - test/core/transport/metadata_test.c
3267 deps:
3268 - grpc_test_util
3269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003270 - gpr_test_util
3271 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003272- name: transport_pid_controller_test
3273 build: test
3274 language: c
3275 src:
3276 - test/core/transport/pid_controller_test.c
3277 deps:
3278 - grpc_test_util
3279 - grpc
3280 - gpr_test_util
3281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003282- name: transport_security_test
3283 build: test
3284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003285 src:
3286 - test/core/tsi/transport_security_test.c
3287 deps:
3288 - grpc_test_util
3289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003290 - gpr_test_util
3291 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003292 platforms:
3293 - linux
3294 - posix
3295 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003296- name: udp_server_test
3297 build: test
3298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003299 src:
3300 - test/core/iomgr/udp_server_test.c
3301 deps:
3302 - grpc_test_util
3303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003304 - gpr_test_util
3305 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003306 exclude_iomgrs:
3307 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003308 platforms:
3309 - mac
3310 - linux
3311 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003312- name: uri_fuzzer_test
3313 build: fuzzer
3314 language: c
3315 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003316 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003317 deps:
3318 - grpc_test_util
3319 - grpc
3320 - gpr_test_util
3321 - gpr
3322 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003323 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003324 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003325- name: uri_parser_test
3326 build: test
3327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003328 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003329 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003330 deps:
3331 - grpc_test_util
3332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003333 - gpr_test_util
3334 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003335- name: wakeup_fd_cv_test
3336 build: test
3337 language: c
3338 src:
3339 - test/core/iomgr/wakeup_fd_cv_test.c
3340 deps:
3341 - grpc_test_util
3342 - grpc
3343 - gpr_test_util
3344 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003345 exclude_iomgrs:
3346 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003347 platforms:
3348 - mac
3349 - linux
3350 - posix
vjpai04e992a2016-02-10 16:58:38 -08003351- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003352 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003353 build: test
3354 language: c++
3355 src:
3356 - test/cpp/common/alarm_cpp_test.cc
3357 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003358 - grpc++_test_util_unsecure
3359 - grpc_test_util_unsecure
3360 - grpc++_unsecure
3361 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003362 - gpr_test_util
3363 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003364- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003365 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003366 build: test
3367 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003368 src:
3369 - test/cpp/end2end/async_end2end_test.cc
3370 deps:
3371 - grpc++_test_util
3372 - grpc_test_util
3373 - grpc++
3374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003375 - gpr_test_util
3376 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003377- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003378 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003379 build: test
3380 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003381 src:
3382 - test/cpp/common/auth_property_iterator_test.cc
3383 deps:
3384 - grpc++_test_util
3385 - grpc_test_util
3386 - grpc++
3387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003388 - gpr_test_util
3389 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003390- name: bm_arena
3391 build: test
3392 language: c++
3393 src:
3394 - test/cpp/microbenchmarks/bm_arena.cc
3395 deps:
3396 - grpc_benchmark
3397 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003398 - grpc++_test_util_unsecure
3399 - grpc_test_util_unsecure
3400 - grpc++_unsecure
3401 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003402 - gpr_test_util
3403 - gpr
3404 args:
3405 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003406 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003407 platforms:
3408 - mac
3409 - linux
3410 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003411- name: bm_call_create
3412 build: test
3413 language: c++
3414 src:
3415 - test/cpp/microbenchmarks/bm_call_create.cc
3416 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003417 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003418 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003419 - grpc++_test_util_unsecure
3420 - grpc_test_util_unsecure
3421 - grpc++_unsecure
3422 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003423 - gpr_test_util
3424 - gpr
3425 args:
3426 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003427 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003428 platforms:
3429 - mac
3430 - linux
3431 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003432- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003433 build: test
3434 language: c++
3435 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003436 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003437 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003438 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003439 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003440 - grpc++_test_util_unsecure
3441 - grpc_test_util_unsecure
3442 - grpc++_unsecure
3443 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003444 - gpr_test_util
3445 - gpr
3446 args:
3447 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003448 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003449 platforms:
3450 - mac
3451 - linux
3452 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003453- name: bm_chttp2_transport
3454 build: test
3455 language: c++
3456 src:
3457 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3458 deps:
3459 - grpc_benchmark
3460 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003461 - grpc++_test_util_unsecure
3462 - grpc_test_util_unsecure
3463 - grpc++_unsecure
3464 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003465 - gpr_test_util
3466 - gpr
3467 args:
3468 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003469 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003470 platforms:
3471 - mac
3472 - linux
3473 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003474- name: bm_closure
3475 build: test
3476 language: c++
3477 src:
3478 - test/cpp/microbenchmarks/bm_closure.cc
3479 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003480 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003481 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003482 - grpc++_test_util_unsecure
3483 - grpc_test_util_unsecure
3484 - grpc++_unsecure
3485 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003486 - gpr_test_util
3487 - gpr
3488 args:
3489 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003490 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003491 platforms:
3492 - mac
3493 - linux
3494 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003495- name: bm_cq
3496 build: test
3497 language: c++
3498 src:
3499 - test/cpp/microbenchmarks/bm_cq.cc
3500 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003501 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003502 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003503 - grpc++_test_util_unsecure
3504 - grpc_test_util_unsecure
3505 - grpc++_unsecure
3506 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003507 - gpr_test_util
3508 - gpr
3509 args:
3510 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003511 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003512 platforms:
3513 - mac
3514 - linux
3515 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003516- name: bm_cq_multiple_threads
3517 build: test
3518 language: c++
3519 src:
3520 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3521 deps:
3522 - grpc_benchmark
3523 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003524 - grpc++_test_util_unsecure
3525 - grpc_test_util_unsecure
3526 - grpc++_unsecure
3527 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003528 - gpr_test_util
3529 - gpr
3530 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003531 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003532 defaults: benchmark
3533 platforms:
3534 - mac
3535 - linux
3536 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003537- name: bm_error
3538 build: test
3539 language: c++
3540 src:
3541 - test/cpp/microbenchmarks/bm_error.cc
3542 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003543 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003544 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003545 - grpc++_test_util_unsecure
3546 - grpc_test_util_unsecure
3547 - grpc++_unsecure
3548 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003549 - gpr_test_util
3550 - gpr
3551 args:
3552 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003553 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003554 platforms:
3555 - mac
3556 - linux
3557 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003558- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003559 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003560 language: c++
3561 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003562 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003563 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003564 - grpc_benchmark
3565 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003566 - grpc++_test_util_unsecure
3567 - grpc_test_util_unsecure
3568 - grpc++_unsecure
3569 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003570 - gpr_test_util
3571 - gpr
3572 args:
3573 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003574 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003575 excluded_poll_engines:
3576 - poll
3577 - poll-cv
3578 platforms:
3579 - mac
3580 - linux
3581 - posix
3582 timeout_seconds: 1200
3583- name: bm_fullstack_streaming_pump
3584 build: test
3585 language: c++
3586 src:
3587 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003588 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003589 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003590 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003591 - grpc++_test_util_unsecure
3592 - grpc_test_util_unsecure
3593 - grpc++_unsecure
3594 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003595 - gpr_test_util
3596 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003597 args:
3598 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003599 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003600 excluded_poll_engines:
3601 - poll
3602 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003603 platforms:
3604 - mac
3605 - linux
3606 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003607 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003608- name: bm_fullstack_trickle
3609 build: test
3610 language: c++
3611 src:
3612 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3613 deps:
3614 - grpc_benchmark
3615 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003616 - grpc++_test_util_unsecure
3617 - grpc_test_util_unsecure
3618 - grpc++_unsecure
3619 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003620 - gpr_test_util
3621 - gpr
3622 args:
3623 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003624 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003625 excluded_poll_engines:
3626 - poll
3627 - poll-cv
3628 platforms:
3629 - mac
3630 - linux
3631 - posix
3632 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003633- name: bm_fullstack_unary_ping_pong
3634 build: test
3635 language: c++
3636 src:
3637 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3638 deps:
3639 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003640 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003641 - grpc++_test_util_unsecure
3642 - grpc_test_util_unsecure
3643 - grpc++_unsecure
3644 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003645 - gpr_test_util
3646 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003647 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003648 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003649 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003650 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003651 - poll
3652 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003653 platforms:
3654 - mac
3655 - linux
3656 - posix
3657 timeout_seconds: 1200
3658- name: bm_metadata
3659 build: test
3660 language: c++
3661 src:
3662 - test/cpp/microbenchmarks/bm_metadata.cc
3663 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003664 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003665 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003666 - grpc++_test_util_unsecure
3667 - grpc_test_util_unsecure
3668 - grpc++_unsecure
3669 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003670 - gpr_test_util
3671 - gpr
3672 args:
3673 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003674 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003675 platforms:
3676 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003677 - linux
3678 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003679- name: bm_pollset
3680 build: test
3681 language: c++
3682 src:
3683 - test/cpp/microbenchmarks/bm_pollset.cc
3684 deps:
3685 - grpc_benchmark
3686 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003687 - grpc++_test_util_unsecure
3688 - grpc_test_util_unsecure
3689 - grpc++_unsecure
3690 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003691 - gpr_test_util
3692 - gpr
3693 args:
3694 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003695 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003696 platforms:
3697 - mac
3698 - linux
3699 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003700- name: channel_arguments_test
3701 gtest: true
3702 build: test
3703 language: c++
3704 src:
3705 - test/cpp/common/channel_arguments_test.cc
3706 deps:
3707 - grpc++
3708 - grpc
3709 - gpr
3710- name: channel_filter_test
3711 gtest: true
3712 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003713 language: c++
3714 src:
3715 - test/cpp/common/channel_filter_test.cc
3716 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003717 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003718 - grpc
3719 - gpr
3720- name: cli_call_test
3721 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003722 build: test
3723 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003724 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003725 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003726 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003727 - grpc_cli_libs
3728 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003729 - grpc_test_util
3730 - grpc++
3731 - grpc
3732 - gpr_test_util
3733 - gpr
3734- name: client_crash_test
3735 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003736 cpu_cost: 0.1
3737 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003738 language: c++
3739 src:
3740 - test/cpp/end2end/client_crash_test.cc
3741 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003742 - grpc++_test_util
3743 - grpc_test_util
3744 - grpc++
3745 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003746 - gpr_test_util
3747 - gpr
3748 platforms:
3749 - mac
3750 - linux
3751 - posix
3752- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003753 build: test
3754 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003755 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003756 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003757 - test/cpp/end2end/client_crash_test_server.cc
3758 deps:
3759 - grpc++_test_util
3760 - grpc_test_util
3761 - grpc++
3762 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003763 - gpr_test_util
3764 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003765- name: client_lb_end2end_test
3766 gtest: true
3767 build: test
3768 language: c++
3769 src:
3770 - test/cpp/end2end/client_lb_end2end_test.cc
3771 deps:
3772 - grpc++_test_util
3773 - grpc_test_util
3774 - grpc++
3775 - grpc
3776 - gpr_test_util
3777 - gpr
3778 excluded_poll_engines:
3779 - poll
3780 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003781- name: codegen_test_full
3782 gtest: true
3783 build: test
3784 language: c++
3785 src:
3786 - src/proto/grpc/testing/control.proto
3787 - src/proto/grpc/testing/messages.proto
3788 - src/proto/grpc/testing/payloads.proto
3789 - src/proto/grpc/testing/services.proto
3790 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003791 - test/cpp/codegen/codegen_test_full.cc
3792 deps:
3793 - grpc++
3794 - grpc
3795 - gpr
3796 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003797 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003798- name: codegen_test_minimal
3799 gtest: true
3800 build: test
3801 language: c++
3802 src:
3803 - src/proto/grpc/testing/control.proto
3804 - src/proto/grpc/testing/messages.proto
3805 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003806 - src/proto/grpc/testing/services.proto
3807 - src/proto/grpc/testing/stats.proto
3808 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003809 deps:
3810 - grpc
3811 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003812 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003813 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003814 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003815- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003816 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003817 build: test
3818 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003819 src:
3820 - test/cpp/client/credentials_test.cc
3821 deps:
3822 - grpc++
3823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003824 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003825- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003826 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003827 build: test
3828 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003829 src:
3830 - test/cpp/util/byte_buffer_test.cc
3831 deps:
3832 - grpc_test_util
3833 - grpc++
3834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003835 - gpr_test_util
3836 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003837- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003838 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003839 build: test
3840 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003841 src:
3842 - test/cpp/util/slice_test.cc
3843 deps:
3844 - grpc_test_util
3845 - grpc++
3846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003847 - gpr_test_util
3848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003849- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003850 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003851 build: test
3852 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003853 src:
3854 - test/cpp/util/string_ref_test.cc
3855 deps:
3856 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003857 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003858- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003859 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003860 build: test
3861 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003862 src:
3863 - test/cpp/util/time_test.cc
3864 deps:
3865 - grpc_test_util
3866 - grpc++
3867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003868 - gpr_test_util
3869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003870- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003871 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003872 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003873 build: test
3874 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003875 src:
3876 - test/cpp/end2end/end2end_test.cc
3877 deps:
3878 - grpc++_test_util
3879 - grpc_test_util
3880 - grpc++
3881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003882 - gpr_test_util
3883 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003884- name: error_details_test
3885 gtest: true
3886 build: test
3887 language: c++
3888 src:
3889 - src/proto/grpc/testing/echo_messages.proto
3890 - test/cpp/util/error_details_test.cc
3891 deps:
3892 - grpc++_error_details
3893 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003894- name: filter_end2end_test
3895 gtest: true
3896 build: test
3897 language: c++
3898 src:
3899 - test/cpp/end2end/filter_end2end_test.cc
3900 deps:
3901 - grpc++_test_util
3902 - grpc_test_util
3903 - grpc++
3904 - grpc
3905 - gpr_test_util
3906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003907- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003908 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003909 build: test
3910 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003911 src:
3912 - test/cpp/end2end/generic_end2end_test.cc
3913 deps:
3914 - grpc++_test_util
3915 - grpc_test_util
3916 - grpc++
3917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003918 - gpr_test_util
3919 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003920- name: golden_file_test
3921 gtest: true
3922 build: test
3923 language: c++
3924 src:
3925 - src/proto/grpc/testing/compiler_test.proto
3926 - test/cpp/codegen/golden_file_test.cc
3927 deps:
3928 - grpc++
3929 - grpc
3930 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003931 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003932 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003933- name: grpc_cli
3934 build: test
3935 run: false
3936 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003937 src:
3938 - test/cpp/util/grpc_cli.cc
3939 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003940 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003941 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003942 - grpc++
3943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003944 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003945 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003946- name: grpc_cpp_plugin
3947 build: protoc
3948 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003949 src:
3950 - src/compiler/cpp_plugin.cc
3951 deps:
3952 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003953 secure: false
3954 vs_config_type: Application
3955 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3956- name: grpc_csharp_plugin
3957 build: protoc
3958 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003959 src:
3960 - src/compiler/csharp_plugin.cc
3961 deps:
3962 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003963 secure: false
3964 vs_config_type: Application
3965 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003966- name: grpc_node_plugin
3967 build: protoc
3968 language: c++
3969 src:
3970 - src/compiler/node_plugin.cc
3971 deps:
3972 - grpc_plugin_support
3973 secure: false
3974 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003975- name: grpc_objective_c_plugin
3976 build: protoc
3977 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003978 src:
3979 - src/compiler/objective_c_plugin.cc
3980 deps:
3981 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003982 secure: false
3983 vs_config_type: Application
3984 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003985- name: grpc_php_plugin
3986 build: protoc
3987 language: c++
3988 src:
3989 - src/compiler/php_plugin.cc
3990 deps:
3991 - grpc_plugin_support
3992 secure: false
3993 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003994- name: grpc_python_plugin
3995 build: protoc
3996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003997 src:
3998 - src/compiler/python_plugin.cc
3999 deps:
4000 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004001 secure: false
4002 vs_config_type: Application
4003 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4004- name: grpc_ruby_plugin
4005 build: protoc
4006 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004007 src:
4008 - src/compiler/ruby_plugin.cc
4009 deps:
4010 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004011 secure: false
4012 vs_config_type: Application
4013 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004014- name: grpc_tool_test
4015 gtest: true
4016 build: test
4017 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004018 src:
4019 - src/proto/grpc/testing/echo.proto
4020 - src/proto/grpc/testing/echo_messages.proto
4021 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004022 deps:
4023 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004024 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004025 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004026 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004027 - grpc_test_util
4028 - grpc++
4029 - grpc
4030 - gpr_test_util
4031 - gpr
4032 filegroups:
4033 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004034- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004035 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004036 build: test
4037 language: c++
4038 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004039 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004040 - test/cpp/grpclb/grpclb_api_test.cc
4041 deps:
4042 - grpc++_test_util
4043 - grpc_test_util
4044 - grpc++
4045 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004046- name: grpclb_end2end_test
4047 gtest: true
4048 build: test
4049 language: c++
4050 src:
4051 - src/proto/grpc/lb/v1/load_balancer.proto
4052 - test/cpp/end2end/grpclb_end2end_test.cc
4053 deps:
4054 - grpc++_test_util
4055 - grpc_test_util
4056 - grpc++
4057 - grpc
4058 - gpr_test_util
4059 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004060 excluded_poll_engines:
4061 - poll
4062 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004063- name: grpclb_test
4064 gtest: false
4065 build: test
4066 language: c++
4067 src:
4068 - src/proto/grpc/lb/v1/load_balancer.proto
4069 - test/cpp/grpclb/grpclb_test.cc
4070 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004071 - grpc++_test_util
4072 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004073 - grpc++
4074 - grpc
4075 - gpr_test_util
4076 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004077 excluded_poll_engines:
4078 - poll
4079 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004080- name: health_service_end2end_test
4081 gtest: true
4082 build: test
4083 language: c++
4084 src:
4085 - test/cpp/end2end/health_service_end2end_test.cc
4086 deps:
4087 - grpc++_test_util
4088 - grpc_test_util
4089 - grpc++
4090 - grpc
4091 - gpr_test_util
4092 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004093- name: http2_client
4094 build: test
4095 run: false
4096 language: c++
4097 src: []
4098 deps:
4099 - http2_client_main
4100 - grpc++_test_util
4101 - grpc_test_util
4102 - grpc++
4103 - grpc
4104 - grpc++_test_config
4105 platforms:
4106 - mac
4107 - linux
4108 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004109- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004110 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004111 build: test
4112 language: c++
4113 src:
4114 - test/cpp/end2end/hybrid_end2end_test.cc
4115 deps:
4116 - grpc++_test_util
4117 - grpc_test_util
4118 - grpc++
4119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004120 - gpr_test_util
4121 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004122- name: interop_client
4123 build: test
4124 run: false
4125 language: c++
4126 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004127 deps:
4128 - interop_client_main
4129 - interop_client_helper
4130 - grpc++_test_util
4131 - grpc_test_util
4132 - grpc++
4133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004134 - gpr_test_util
4135 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004136 - grpc++_test_config
4137 platforms:
4138 - mac
4139 - linux
4140 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004141- name: interop_server
4142 build: test
4143 run: false
4144 language: c++
4145 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004146 deps:
4147 - interop_server_main
4148 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004149 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004150 - grpc++_test_util
4151 - grpc_test_util
4152 - grpc++
4153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004154 - gpr_test_util
4155 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004156 - grpc++_test_config
4157 platforms:
4158 - mac
4159 - linux
4160 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004161- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004162 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004163 build: test
4164 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004165 src:
4166 - test/cpp/interop/interop_test.cc
4167 deps:
4168 - grpc_test_util
4169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004170 - gpr_test_util
4171 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004172 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004173 platforms:
4174 - mac
4175 - linux
4176 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004177- name: json_run_localhost
4178 build: test
4179 run: false
4180 language: c++
4181 src:
4182 - test/cpp/qps/json_run_localhost.cc
4183 deps:
4184 - grpc++_test_util
4185 - grpc_test_util
4186 - grpc++
4187 - grpc
4188 - gpr_test_util
4189 - gpr
4190 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004191 platforms:
4192 - mac
4193 - linux
4194 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004195- name: memory_test
4196 gtest: true
4197 build: test
4198 language: c++
4199 src:
4200 - test/core/support/memory_test.cc
4201 deps:
4202 - grpc_test_util
4203 - grpc++
4204 - grpc
4205 - gpr_test_util
4206 - gpr
4207 uses:
4208 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004209- name: metrics_client
4210 build: test
4211 run: false
4212 language: c++
4213 headers:
4214 - test/cpp/util/metrics_server.h
4215 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004216 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004217 - test/cpp/interop/metrics_client.cc
4218 deps:
4219 - grpc++
4220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004221 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004222 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004223- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004224 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004225 build: test
4226 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004227 headers:
4228 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004229 src:
4230 - test/cpp/end2end/mock_test.cc
4231 deps:
4232 - grpc++_test_util
4233 - grpc_test_util
4234 - grpc++
4235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004236 - gpr_test_util
4237 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004238- name: noop-benchmark
4239 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004240 language: c++
4241 src:
4242 - test/cpp/microbenchmarks/noop-benchmark.cc
4243 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004244 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004245 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004246- name: proto_server_reflection_test
4247 gtest: true
4248 build: test
4249 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004250 src:
4251 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004252 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004253 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004254 - grpc++_reflection
4255 - grpc++_test_util
4256 - grpc_test_util
4257 - grpc++
4258 - grpc
4259 - gpr_test_util
4260 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004261- name: proto_utils_test
4262 gtest: true
4263 build: test
4264 language: c++
4265 src:
4266 - test/cpp/codegen/proto_utils_test.cc
4267 deps:
4268 - grpc++
4269 - grpc
4270 filegroups:
4271 - grpc++_codegen_base
4272 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004273- name: qps_interarrival_test
4274 build: test
4275 run: false
4276 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004277 src:
4278 - test/cpp/qps/qps_interarrival_test.cc
4279 deps:
4280 - qps
4281 - grpc++_test_util
4282 - grpc_test_util
4283 - grpc++
4284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004285 - gpr_test_util
4286 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004287 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004288 platforms:
4289 - mac
4290 - linux
4291 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004292- name: qps_json_driver
4293 build: test
4294 run: false
4295 language: c++
4296 src:
4297 - test/cpp/qps/qps_json_driver.cc
4298 deps:
4299 - qps
4300 - grpc++_test_util
4301 - grpc_test_util
4302 - grpc++
4303 - grpc
4304 - gpr_test_util
4305 - gpr
4306 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004307- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004308 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004309 build: test
4310 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004311 src:
4312 - test/cpp/qps/qps_openloop_test.cc
4313 deps:
4314 - qps
4315 - grpc++_test_util
4316 - grpc_test_util
4317 - grpc++
4318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004319 - gpr_test_util
4320 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004321 - grpc++_test_config
4322 platforms:
4323 - mac
4324 - linux
4325 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004326- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004327 build: test
4328 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004329 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004330 headers:
4331 - test/cpp/qps/client.h
4332 - test/cpp/qps/server.h
4333 src:
4334 - test/cpp/qps/worker.cc
4335 deps:
4336 - qps
4337 - grpc++_test_util
4338 - grpc_test_util
4339 - grpc++
4340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004341 - gpr_test_util
4342 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004343 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004344- name: reconnect_interop_client
4345 build: test
4346 run: false
4347 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004348 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004349 - src/proto/grpc/testing/empty.proto
4350 - src/proto/grpc/testing/messages.proto
4351 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004352 - test/cpp/interop/reconnect_interop_client.cc
4353 deps:
4354 - grpc++_test_util
4355 - grpc_test_util
4356 - grpc++
4357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004358 - gpr_test_util
4359 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004360 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004361- name: reconnect_interop_server
4362 build: test
4363 run: false
4364 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004365 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004366 - src/proto/grpc/testing/empty.proto
4367 - src/proto/grpc/testing/messages.proto
4368 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004369 - test/cpp/interop/reconnect_interop_server.cc
4370 deps:
4371 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004372 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004373 - grpc++_test_util
4374 - grpc_test_util
4375 - grpc++
4376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004377 - gpr_test_util
4378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004379 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004380- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004381 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004382 build: test
4383 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004384 src:
4385 - test/cpp/common/secure_auth_context_test.cc
4386 deps:
4387 - grpc++_test_util
4388 - grpc_test_util
4389 - grpc++
4390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004391 - gpr_test_util
4392 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004393- name: secure_sync_unary_ping_pong_test
4394 build: test
4395 language: c++
4396 src:
4397 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4398 deps:
4399 - qps
4400 - grpc++_test_util
4401 - grpc_test_util
4402 - grpc++
4403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004404 - gpr_test_util
4405 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004406 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004407 platforms:
4408 - mac
4409 - linux
4410 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004411- name: server_builder_plugin_test
4412 gtest: true
4413 build: test
4414 language: c++
4415 src:
4416 - test/cpp/end2end/server_builder_plugin_test.cc
4417 deps:
4418 - grpc++_test_util
4419 - grpc_test_util
4420 - grpc++
4421 - grpc
4422 - gpr_test_util
4423 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004424- name: server_builder_test
4425 gtest: true
4426 build: test
4427 language: c++
4428 src:
4429 - src/proto/grpc/testing/echo_messages.proto
4430 - src/proto/grpc/testing/echo.proto
4431 - test/cpp/server/server_builder_test.cc
4432 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004433 - grpc++_test_util_unsecure
4434 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004435 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004436 - grpc++_unsecure
4437 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004438 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004439- name: server_context_test_spouse_test
4440 gtest: true
4441 build: test
4442 language: c++
4443 src:
4444 - test/cpp/test/server_context_test_spouse_test.cc
4445 deps:
4446 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004447 - grpc++
4448 - grpc
4449 - gpr_test_util
4450 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004451 uses:
4452 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004453- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004454 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004455 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004456 build: test
4457 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004458 src:
4459 - test/cpp/end2end/server_crash_test.cc
4460 deps:
4461 - grpc++_test_util
4462 - grpc_test_util
4463 - grpc++
4464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004465 - gpr_test_util
4466 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004467 platforms:
4468 - mac
4469 - linux
4470 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004471- name: server_crash_test_client
4472 build: test
4473 run: false
4474 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004475 src:
4476 - test/cpp/end2end/server_crash_test_client.cc
4477 deps:
4478 - grpc++_test_util
4479 - grpc_test_util
4480 - grpc++
4481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004482 - gpr_test_util
4483 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004484- name: server_request_call_test
4485 gtest: true
4486 build: test
4487 language: c++
4488 src:
4489 - src/proto/grpc/testing/echo_messages.proto
4490 - src/proto/grpc/testing/echo.proto
4491 - test/cpp/server/server_request_call_test.cc
4492 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004493 - grpc++_test_util_unsecure
4494 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004495 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004496 - grpc++_unsecure
4497 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004498 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004499- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004500 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004501 build: test
4502 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004503 src:
4504 - test/cpp/end2end/shutdown_test.cc
4505 deps:
4506 - grpc++_test_util
4507 - grpc_test_util
4508 - grpc++
4509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004510 - gpr_test_util
4511 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004512- name: status_test
4513 build: test
4514 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004515 src:
4516 - test/cpp/util/status_test.cc
4517 deps:
4518 - grpc_test_util
4519 - grpc++
4520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004521 - gpr_test_util
4522 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004523- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004524 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004525 build: test
4526 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004527 src:
4528 - test/cpp/end2end/streaming_throughput_test.cc
4529 deps:
4530 - grpc++_test_util
4531 - grpc_test_util
4532 - grpc++
4533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004534 - gpr_test_util
4535 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004536 platforms:
4537 - mac
4538 - linux
4539 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004540- name: stress_test
4541 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004542 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004543 language: c++
4544 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004545 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004546 - test/cpp/interop/interop_client.h
4547 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004548 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004549 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004550 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004551 - src/proto/grpc/testing/empty.proto
4552 - src/proto/grpc/testing/messages.proto
4553 - src/proto/grpc/testing/metrics.proto
4554 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004555 - test/cpp/interop/interop_client.cc
4556 - test/cpp/interop/stress_interop_client.cc
4557 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004558 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004559 deps:
4560 - grpc++_test_util
4561 - grpc_test_util
4562 - grpc++
4563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004564 - gpr_test_util
4565 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004566 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004567- name: thread_manager_test
4568 build: test
4569 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004570 src:
4571 - test/cpp/thread_manager/thread_manager_test.cc
4572 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004573 - grpc++_unsecure
4574 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004575 - gpr
4576 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004577- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004578 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004579 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004580 build: test
4581 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004582 src:
4583 - test/cpp/end2end/thread_stress_test.cc
4584 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004585 - grpc++_test_util_unsecure
4586 - grpc_test_util_unsecure
4587 - grpc++_unsecure
4588 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004589 - gpr_test_util
4590 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004591 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004592- name: writes_per_rpc_test
4593 gtest: true
4594 cpu_cost: 0.5
4595 build: test
4596 language: c++
4597 src:
4598 - test/cpp/performance/writes_per_rpc_test.cc
4599 deps:
4600 - grpc++_test_util
4601 - grpc_test_util
4602 - grpc++
4603 - grpc
4604 - gpr_test_util
4605 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004606 platforms:
4607 - mac
4608 - linux
4609 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004610- name: public_headers_must_be_c89
4611 build: test
4612 language: c89
4613 src:
4614 - test/core/surface/public_headers_must_be_c89.c
4615 deps:
4616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004617 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004618vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004619- linkage: static
4620 name: grpc.dependencies.zlib
4621 props: false
4622 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004623 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004624- linkage: static
4625 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004626 props: true
4627 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004628 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004629- name: gflags
4630 props: false
4631 redist: false
4632 version: 2.1.2.1
4633- name: gtest
4634 props: false
4635 redist: false
4636 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004637configs:
4638 asan:
4639 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004640 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4641 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004642 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004643 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004644 LDFLAGS: -fsanitize=address
4645 LDXX: clang++
4646 compile_the_world: true
4647 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004648 ASAN_OPTIONS: detect_leaks=1:color=always
4649 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004650 asan-noleaks:
4651 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004652 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4653 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004654 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004655 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004656 LDFLAGS: -fsanitize=address
4657 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004658 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004659 test_environ:
4660 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004661 asan-trace-cmp:
4662 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004663 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4664 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004665 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004666 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004667 LDFLAGS: -fsanitize=address
4668 LDXX: clang++
4669 compile_the_world: true
4670 test_environ:
4671 ASAN_OPTIONS: detect_leaks=1:color=always
4672 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004673 basicprof:
4674 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4675 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004676 c++-compat:
4677 CFLAGS: -Wc++-compat
4678 CPPFLAGS: -O0
4679 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004680 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004681 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004682 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004683 dbg:
4684 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004685 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004686 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004687 gcov:
4688 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004689 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004690 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004691 DEFINES: _DEBUG DEBUG GPR_GCOV
4692 LD: gcc
4693 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4694 LDXX: g++
4695 helgrind:
4696 CPPFLAGS: -O0
4697 DEFINES: _DEBUG DEBUG
4698 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004699 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004700 lto:
4701 CPPFLAGS: -O2
4702 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004703 memcheck:
4704 CPPFLAGS: -O0
4705 DEFINES: _DEBUG DEBUG
4706 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004707 valgrind: --tool=memcheck --leak-check=full
4708 msan:
4709 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004710 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4711 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4712 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004713 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004714 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004715 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004716 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4717 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4718 LDXX: clang++
4719 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004720 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004721 CPPFLAGS: -O3 -fno-omit-frame-pointer
4722 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004723 LDFLAGS: -rdynamic
4724 opt:
4725 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004726 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004727 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004728 stapprof:
4729 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4730 DEFINES: NDEBUG
4731 tsan:
4732 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004733 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004734 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004735 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004736 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004737 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004738 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004739 LDXX: clang++
4740 compile_the_world: true
4741 test_environ:
4742 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004743 ubsan:
4744 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004745 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4746 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004747 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004748 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004749 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004750 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004751 LDXX: clang++
4752 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004753 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004754 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004755defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004756 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004757 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004758 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4759 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004760 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4761 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004762 benchmark:
4763 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004764 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004765 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004766 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004767 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004768 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004769 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004770 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004771 LDFLAGS: -g
4772 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004773 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004774 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004775node_modules:
4776- deps:
4777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004778 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004779 - boringssl
4780 - z
murgatroid9994a75412015-11-19 14:04:53 -08004781 headers:
4782 - src/node/ext/byte_buffer.h
4783 - src/node/ext/call.h
4784 - src/node/ext/call_credentials.h
4785 - src/node/ext/channel.h
4786 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004787 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004788 - src/node/ext/server.h
4789 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004790 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004791 - src/node/ext/timeval.h
4792 js:
4793 - src/node/index.js
4794 - src/node/src/client.js
4795 - src/node/src/common.js
4796 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004797 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004798 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004799 - src/node/src/metadata.js
4800 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004801 name: grpc_node
4802 src:
4803 - src/node/ext/byte_buffer.cc
4804 - src/node/ext/call.cc
4805 - src/node/ext/call_credentials.cc
4806 - src/node/ext/channel.cc
4807 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004808 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004809 - src/node/ext/node_grpc.cc
4810 - src/node/ext/server.cc
4811 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004812 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004813 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004814openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004815 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004816 extraction_dir: openssl-1.0.2f
4817 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004818php_config_m4:
4819 deps:
4820 - grpc
4821 - gpr
4822 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004823 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004824 headers:
4825 - src/php/ext/grpc/byte_buffer.h
4826 - src/php/ext/grpc/call.h
4827 - src/php/ext/grpc/call_credentials.h
4828 - src/php/ext/grpc/channel.h
4829 - src/php/ext/grpc/channel_credentials.h
4830 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004831 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004832 - src/php/ext/grpc/php_grpc.h
4833 - src/php/ext/grpc/server.h
4834 - src/php/ext/grpc/server_credentials.h
4835 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004836 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004837 src:
4838 - src/php/ext/grpc/byte_buffer.c
4839 - src/php/ext/grpc/call.c
4840 - src/php/ext/grpc/call_credentials.c
4841 - src/php/ext/grpc/channel.c
4842 - src/php/ext/grpc/channel_credentials.c
4843 - src/php/ext/grpc/completion_queue.c
4844 - src/php/ext/grpc/php_grpc.c
4845 - src/php/ext/grpc/server.c
4846 - src/php/ext/grpc/server_credentials.c
4847 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004848python_dependencies:
4849 deps:
4850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004851 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004852 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004853 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004854 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004855ruby_gem:
4856 deps:
4857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004858 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004859 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004860 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004861 - z