blob: d15cf0339ca7950b6d8d471afe692c7fb94a2a9b [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Vijay Pai58c33ba2017-09-01 14:08:42 -070015 core_version: 5.0.0-dev
David Garcia Quintas713597f2017-08-16 20:59:05 -070016 g_stands_for: gambit
17 version: 1.7.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Vizerai0359e122017-04-28 20:06:58 -070030 - src/core/ext/census/intrusive_hash_map.h
Vizeraic1947ef2017-05-23 16:13:25 -070031 - src/core/ext/census/intrusive_hash_map_internal.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070033 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070034 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070035 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080036 - src/core/ext/census/trace_label.h
37 - src/core/ext/census/trace_propagation.h
38 - src/core/ext/census/trace_status.h
39 - src/core/ext/census/trace_string.h
40 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070041 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070042 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070043 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070044 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070045 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070046 - src/core/ext/census/grpc_context.c
47 - src/core/ext/census/grpc_filter.c
48 - src/core/ext/census/grpc_plugin.c
49 - src/core/ext/census/initialize.c
Vizerai0359e122017-04-28 20:06:58 -070050 - src/core/ext/census/intrusive_hash_map.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070051 - src/core/ext/census/mlog.c
52 - src/core/ext/census/operation.c
53 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070054 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070055 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070056 - src/core/ext/census/tracing.c
57 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070058 uses:
59 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070060 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070061- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070063 - src/core/lib/profiling/basic_timers.c
64 - src/core/lib/profiling/stap_timers.c
65 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -070066 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -070067 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -070068 - src/core/lib/support/avl.c
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
yang-g9ff60312017-08-24 09:08:21 -0700129 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700130 - include/grpc/support/sync_generic.h
131 - include/grpc/support/sync_posix.h
132 - include/grpc/support/sync_windows.h
133 - include/grpc/support/thd.h
134 - include/grpc/support/time.h
135 - include/grpc/support/tls.h
136 - include/grpc/support/tls_gcc.h
137 - include/grpc/support/tls_msvc.h
138 - include/grpc/support/tls_pthread.h
139 - include/grpc/support/useful.h
140 headers:
141 - src/core/lib/profiling/timers.h
142 - src/core/lib/support/arena.h
143 - src/core/lib/support/atomic.h
144 - src/core/lib/support/atomic_with_atm.h
145 - src/core/lib/support/atomic_with_std.h
146 - src/core/lib/support/backoff.h
147 - src/core/lib/support/block_annotate.h
148 - src/core/lib/support/env.h
149 - src/core/lib/support/memory.h
150 - src/core/lib/support/mpscq.h
151 - src/core/lib/support/murmur_hash.h
152 - src/core/lib/support/spinlock.h
153 - src/core/lib/support/stack_lockfree.h
154 - src/core/lib/support/string.h
155 - src/core/lib/support/string_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700156 - 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
yang-g9ff60312017-08-24 09:08:21 -0700170 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800171 - include/grpc/impl/codegen/sync_generic.h
172 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700173 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700174- name: grpc++_base
175 deps:
176 - grpc
177 uses:
178 - grpc++_common
179 - grpc++_codegen_base
180- name: grpc++_base_unsecure
181 deps:
182 - grpc_unsecure
183 uses:
184 - grpc++_common
185 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700186- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700187 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/channel/channel_args.c
189 - src/core/lib/channel/channel_stack.c
190 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700192 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800193 - src/core/lib/channel/handshaker_factory.c
194 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700195 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/compression/message_compress.c
Muxi Yane87a7e12017-06-29 16:53:24 -0700197 - src/core/lib/compression/stream_compression.c
Craig Tillerb8930462017-07-19 16:24:19 -0700198 - src/core/lib/debug/stats.c
199 - src/core/lib/debug/stats_data.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/http/format_request.c
201 - src/core/lib/http/httpcli.c
202 - src/core/lib/http/parser.c
Mark D. Roth764cf042017-09-01 09:00:06 -0700203 - src/core/lib/iomgr/call_combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700205 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/endpoint.c
207 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700208 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700210 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700211 - src/core/lib/iomgr/ev_epoll1_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700212 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700213 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700214 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700215 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200216 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/exec_ctx.c
218 - src/core/lib/iomgr/executor.c
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700219 - src/core/lib/iomgr/gethostname_fallback.c
220 - src/core/lib/iomgr/gethostname_host_name_max.c
221 - src/core/lib/iomgr/gethostname_sysconf.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/iocp_windows.c
223 - src/core/lib/iomgr/iomgr.c
224 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700225 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700227 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700228 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700229 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700230 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700231 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700232 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700234 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/iomgr/pollset_windows.c
236 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700239 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500241 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700242 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/socket_utils_common_posix.c
244 - src/core/lib/iomgr/socket_utils_linux.c
245 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700246 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700247 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700248 - src/core/lib/iomgr/socket_windows.c
249 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700250 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700251 - src/core/lib/iomgr/tcp_client_windows.c
252 - src/core/lib/iomgr/tcp_posix.c
253 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700254 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700255 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
256 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700257 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700259 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/iomgr/tcp_windows.c
261 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700262 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700264 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700265 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700266 - src/core/lib/iomgr/udp_server.c
267 - src/core/lib/iomgr/unix_sockets_posix.c
268 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700269 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/iomgr/wakeup_fd_eventfd.c
271 - src/core/lib/iomgr/wakeup_fd_nospecial.c
272 - src/core/lib/iomgr/wakeup_fd_pipe.c
273 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/json/json.c
275 - src/core/lib/json/json_reader.c
276 - src/core/lib/json/json_string.c
277 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700278 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700279 - src/core/lib/slice/percent_encoding.c
280 - src/core/lib/slice/slice.c
281 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800282 - src/core/lib/slice/slice_hash_table.c
283 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700284 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/surface/alarm.c
286 - src/core/lib/surface/api_trace.c
287 - src/core/lib/surface/byte_buffer.c
288 - src/core/lib/surface/byte_buffer_reader.c
289 - src/core/lib/surface/call.c
290 - src/core/lib/surface/call_details.c
291 - src/core/lib/surface/call_log_batch.c
292 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/surface/channel_init.c
294 - src/core/lib/surface/channel_ping.c
295 - src/core/lib/surface/channel_stack_type.c
296 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700297 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700299 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/surface/metadata_array.c
301 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/surface/validate_metadata.c
303 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700304 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800307 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/transport/metadata.c
309 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700310 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700311 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800313 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400314 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/transport/transport.c
316 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700317 deps:
318 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700319 filegroups:
320 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700321 uses:
322 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700323 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700324- name: grpc_base_headers
325 public_headers:
326 - include/grpc/byte_buffer.h
327 - include/grpc/byte_buffer_reader.h
328 - include/grpc/compression.h
329 - include/grpc/grpc.h
330 - include/grpc/grpc_posix.h
331 - include/grpc/grpc_security_constants.h
332 - include/grpc/load_reporting.h
333 - include/grpc/slice.h
334 - include/grpc/slice_buffer.h
335 - include/grpc/status.h
336 - include/grpc/support/workaround_list.h
337 headers:
338 - src/core/lib/channel/channel_args.h
339 - src/core/lib/channel/channel_stack.h
340 - src/core/lib/channel/channel_stack_builder.h
341 - src/core/lib/channel/connected_channel.h
342 - src/core/lib/channel/context.h
343 - src/core/lib/channel/handshaker.h
344 - src/core/lib/channel/handshaker_factory.h
345 - src/core/lib/channel/handshaker_registry.h
346 - src/core/lib/compression/algorithm_metadata.h
347 - src/core/lib/compression/message_compress.h
348 - src/core/lib/compression/stream_compression.h
Craig Tiller6e739742017-08-31 11:22:52 -0700349 - src/core/lib/debug/stats.h
350 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700351 - src/core/lib/http/format_request.h
352 - src/core/lib/http/httpcli.h
353 - src/core/lib/http/parser.h
Mark D. Roth764cf042017-09-01 09:00:06 -0700354 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700355 - src/core/lib/iomgr/closure.h
356 - src/core/lib/iomgr/combiner.h
357 - src/core/lib/iomgr/endpoint.h
358 - src/core/lib/iomgr/endpoint_pair.h
359 - src/core/lib/iomgr/error.h
360 - src/core/lib/iomgr/error_internal.h
361 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700362 - src/core/lib/iomgr/ev_epollex_linux.h
363 - src/core/lib/iomgr/ev_epollsig_linux.h
364 - src/core/lib/iomgr/ev_poll_posix.h
365 - src/core/lib/iomgr/ev_posix.h
366 - src/core/lib/iomgr/exec_ctx.h
367 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700368 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700369 - src/core/lib/iomgr/iocp_windows.h
370 - src/core/lib/iomgr/iomgr.h
371 - src/core/lib/iomgr/iomgr_internal.h
372 - src/core/lib/iomgr/iomgr_posix.h
373 - src/core/lib/iomgr/iomgr_uv.h
374 - src/core/lib/iomgr/is_epollexclusive_available.h
375 - src/core/lib/iomgr/load_file.h
376 - src/core/lib/iomgr/lockfree_event.h
377 - src/core/lib/iomgr/nameser.h
378 - src/core/lib/iomgr/network_status_tracker.h
379 - src/core/lib/iomgr/polling_entity.h
380 - src/core/lib/iomgr/pollset.h
381 - src/core/lib/iomgr/pollset_set.h
382 - src/core/lib/iomgr/pollset_set_windows.h
383 - src/core/lib/iomgr/pollset_uv.h
384 - src/core/lib/iomgr/pollset_windows.h
385 - src/core/lib/iomgr/port.h
386 - src/core/lib/iomgr/resolve_address.h
387 - src/core/lib/iomgr/resource_quota.h
388 - src/core/lib/iomgr/sockaddr.h
389 - src/core/lib/iomgr/sockaddr_posix.h
390 - src/core/lib/iomgr/sockaddr_utils.h
391 - src/core/lib/iomgr/sockaddr_windows.h
392 - src/core/lib/iomgr/socket_factory_posix.h
393 - src/core/lib/iomgr/socket_mutator.h
394 - src/core/lib/iomgr/socket_utils.h
395 - src/core/lib/iomgr/socket_utils_posix.h
396 - src/core/lib/iomgr/socket_windows.h
397 - src/core/lib/iomgr/sys_epoll_wrapper.h
398 - src/core/lib/iomgr/tcp_client.h
399 - src/core/lib/iomgr/tcp_client_posix.h
400 - src/core/lib/iomgr/tcp_posix.h
401 - src/core/lib/iomgr/tcp_server.h
402 - src/core/lib/iomgr/tcp_server_utils_posix.h
403 - src/core/lib/iomgr/tcp_uv.h
404 - src/core/lib/iomgr/tcp_windows.h
405 - src/core/lib/iomgr/time_averaged_stats.h
406 - src/core/lib/iomgr/timer.h
407 - src/core/lib/iomgr/timer_generic.h
408 - src/core/lib/iomgr/timer_heap.h
409 - src/core/lib/iomgr/timer_manager.h
410 - src/core/lib/iomgr/timer_uv.h
411 - src/core/lib/iomgr/udp_server.h
412 - src/core/lib/iomgr/unix_sockets_posix.h
413 - src/core/lib/iomgr/wakeup_fd_cv.h
414 - src/core/lib/iomgr/wakeup_fd_pipe.h
415 - src/core/lib/iomgr/wakeup_fd_posix.h
416 - src/core/lib/json/json.h
417 - src/core/lib/json/json_common.h
418 - src/core/lib/json/json_reader.h
419 - src/core/lib/json/json_writer.h
420 - src/core/lib/slice/b64.h
421 - src/core/lib/slice/percent_encoding.h
422 - src/core/lib/slice/slice_hash_table.h
423 - src/core/lib/slice/slice_internal.h
424 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700425 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700426 - src/core/lib/surface/api_trace.h
427 - src/core/lib/surface/call.h
428 - src/core/lib/surface/call_test_only.h
429 - src/core/lib/surface/channel.h
430 - src/core/lib/surface/channel_init.h
431 - src/core/lib/surface/channel_stack_type.h
432 - src/core/lib/surface/completion_queue.h
433 - src/core/lib/surface/completion_queue_factory.h
434 - src/core/lib/surface/event_string.h
435 - src/core/lib/surface/init.h
436 - src/core/lib/surface/lame_client.h
437 - src/core/lib/surface/server.h
438 - src/core/lib/surface/validate_metadata.h
439 - src/core/lib/transport/bdp_estimator.h
440 - src/core/lib/transport/byte_stream.h
441 - src/core/lib/transport/connectivity_state.h
442 - src/core/lib/transport/error_utils.h
443 - src/core/lib/transport/http2_errors.h
444 - src/core/lib/transport/metadata.h
445 - src/core/lib/transport/metadata_batch.h
446 - src/core/lib/transport/pid_controller.h
447 - src/core/lib/transport/service_config.h
448 - src/core/lib/transport/static_metadata.h
449 - src/core/lib/transport/status_conversion.h
450 - src/core/lib/transport/timeout_encoding.h
451 - src/core/lib/transport/transport.h
452 - src/core/lib/transport/transport_impl.h
453 deps:
454 - gpr
455 uses:
456 - grpc_codegen
457 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700458- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700459 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700460 - src/core/ext/filters/client_channel/client_channel.h
461 - src/core/ext/filters/client_channel/client_channel_factory.h
462 - src/core/ext/filters/client_channel/connector.h
463 - src/core/ext/filters/client_channel/http_connect_handshaker.h
464 - src/core/ext/filters/client_channel/http_proxy.h
465 - src/core/ext/filters/client_channel/lb_policy.h
466 - src/core/ext/filters/client_channel/lb_policy_factory.h
467 - src/core/ext/filters/client_channel/lb_policy_registry.h
468 - src/core/ext/filters/client_channel/parse_address.h
469 - src/core/ext/filters/client_channel/proxy_mapper.h
470 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
471 - src/core/ext/filters/client_channel/resolver.h
472 - src/core/ext/filters/client_channel/resolver_factory.h
473 - src/core/ext/filters/client_channel/resolver_registry.h
474 - src/core/ext/filters/client_channel/retry_throttle.h
475 - src/core/ext/filters/client_channel/subchannel.h
476 - src/core/ext/filters/client_channel/subchannel_index.h
477 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700478 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700479 - src/core/ext/filters/client_channel/channel_connectivity.c
480 - src/core/ext/filters/client_channel/client_channel.c
481 - src/core/ext/filters/client_channel/client_channel_factory.c
482 - src/core/ext/filters/client_channel/client_channel_plugin.c
483 - src/core/ext/filters/client_channel/connector.c
484 - src/core/ext/filters/client_channel/http_connect_handshaker.c
485 - src/core/ext/filters/client_channel/http_proxy.c
486 - src/core/ext/filters/client_channel/lb_policy.c
487 - src/core/ext/filters/client_channel/lb_policy_factory.c
488 - src/core/ext/filters/client_channel/lb_policy_registry.c
489 - src/core/ext/filters/client_channel/parse_address.c
490 - src/core/ext/filters/client_channel/proxy_mapper.c
491 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
492 - src/core/ext/filters/client_channel/resolver.c
493 - src/core/ext/filters/client_channel/resolver_factory.c
494 - src/core/ext/filters/client_channel/resolver_registry.c
495 - src/core/ext/filters/client_channel/retry_throttle.c
496 - src/core/ext/filters/client_channel/subchannel.c
497 - src/core/ext/filters/client_channel/subchannel_index.c
498 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700499 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700500 uses:
501 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700502 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800503- name: grpc_codegen
504 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700505 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800506 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800507 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800508 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800509 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800510 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700511 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800512 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700513 uses:
514 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700515- name: grpc_deadline_filter
516 headers:
517 - src/core/ext/filters/deadline/deadline_filter.h
518 src:
519 - src/core/ext/filters/deadline/deadline_filter.c
520 plugin: grpc_deadline_filter
521 uses:
522 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700523- name: grpc_http_filters
524 headers:
525 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700526 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700527 - src/core/ext/filters/http/server/http_server_filter.h
528 src:
529 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700530 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700531 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700532 - src/core/ext/filters/http/server/http_server_filter.c
533 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700534 uses:
535 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700536- name: grpc_lb_policy_grpclb
537 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700538 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700539 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
540 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700541 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
543 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700544 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
547 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700548 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700549 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
550 - 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 -0800551 plugin: grpc_lb_policy_grpclb
552 uses:
553 - grpc_base
554 - grpc_client_channel
555 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700556 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800557- name: grpc_lb_policy_grpclb_secure
558 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700559 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700560 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
561 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700562 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700563 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
564 - 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 -0800565 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700566 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700567 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
568 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700569 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700570 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
571 - 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 -0700572 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700573 uses:
574 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700575 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700576 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700577 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700578 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700579- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700580 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700581 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700582 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700583 uses:
584 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700585 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700586- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700587 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700588 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700589 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700590 uses:
591 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700592 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700593- name: grpc_max_age_filter
594 headers:
595 - src/core/ext/filters/max_age/max_age_filter.h
596 src:
597 - src/core/ext/filters/max_age/max_age_filter.c
598 plugin: grpc_max_age_filter
599 uses:
600 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700601- name: grpc_message_size_filter
602 headers:
603 - src/core/ext/filters/message_size/message_size_filter.h
604 src:
605 - src/core/ext/filters/message_size/message_size_filter.c
606 plugin: grpc_message_size_filter
607 uses:
608 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700609- name: grpc_resolver_dns_ares
610 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700611 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
612 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700613 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700614 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
615 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
616 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700617 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700618 plugin: grpc_resolver_dns_ares
619 uses:
620 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700621 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700622- name: grpc_resolver_dns_native
623 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700624 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700625 plugin: grpc_resolver_dns_native
626 uses:
627 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700628 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700629- name: grpc_resolver_fake
630 headers:
631 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
632 src:
633 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
634 plugin: grpc_resolver_fake
635 uses:
636 - grpc_base
637 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700638- name: grpc_resolver_sockaddr
639 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700640 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700641 plugin: grpc_resolver_sockaddr
642 uses:
643 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700644 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100645- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700646 public_headers:
647 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100648 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700649 - src/core/lib/security/context/security_context.h
650 - src/core/lib/security/credentials/composite/composite_credentials.h
651 - src/core/lib/security/credentials/credentials.h
652 - src/core/lib/security/credentials/fake/fake_credentials.h
653 - src/core/lib/security/credentials/google_default/google_default_credentials.h
654 - src/core/lib/security/credentials/iam/iam_credentials.h
655 - src/core/lib/security/credentials/jwt/json_token.h
656 - src/core/lib/security/credentials/jwt/jwt_credentials.h
657 - src/core/lib/security/credentials/jwt/jwt_verifier.h
658 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
659 - src/core/lib/security/credentials/plugin/plugin_credentials.h
660 - src/core/lib/security/credentials/ssl/ssl_credentials.h
661 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800662 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700663 - src/core/lib/security/transport/secure_endpoint.h
664 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800665 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700666 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700667 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100668 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700669 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700670 - src/core/lib/security/context/security_context.c
671 - src/core/lib/security/credentials/composite/composite_credentials.c
672 - src/core/lib/security/credentials/credentials.c
673 - src/core/lib/security/credentials/credentials_metadata.c
674 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700675 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700676 - src/core/lib/security/credentials/google_default/google_default_credentials.c
677 - src/core/lib/security/credentials/iam/iam_credentials.c
678 - src/core/lib/security/credentials/jwt/json_token.c
679 - src/core/lib/security/credentials/jwt/jwt_credentials.c
680 - src/core/lib/security/credentials/jwt/jwt_verifier.c
681 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
682 - src/core/lib/security/credentials/plugin/plugin_credentials.c
683 - src/core/lib/security/credentials/ssl/ssl_credentials.c
684 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800685 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700686 - src/core/lib/security/transport/secure_endpoint.c
687 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800688 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700689 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700690 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700691 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700692 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700693 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700694 uses:
695 - grpc_base
696 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700697 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700698- name: grpc_server_backward_compatibility
699 headers:
700 - src/core/ext/filters/workarounds/workaround_utils.h
701 src:
702 - src/core/ext/filters/workarounds/workaround_utils.c
703 uses:
704 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700705- name: grpc_server_load_reporting
706 headers:
707 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
708 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
709 src:
710 - src/core/ext/filters/load_reporting/server_load_reporting_filter.c
711 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.c
712 plugin: grpc_server_load_reporting_plugin
713 uses:
714 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700715- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700716 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700717 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700718 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700719 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800720 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700721 - test/core/end2end/fixtures/proxy.h
722 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800723 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700724 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200725 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700726 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700727 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700728 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700729 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700730 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700731 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800732 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700733 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700734 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700735 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800736 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700737 - test/core/end2end/fixtures/proxy.c
738 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800739 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700740 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200741 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700742 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700743 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700744 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800745 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700746 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700747 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800748 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700749 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700750 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700751 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700752 uses:
753 - grpc_base
754 - grpc_client_channel
755 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700756- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700757 src:
758 - src/core/lib/debug/trace.c
759 deps:
760 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700761 filegroups:
762 - grpc_trace_headers
763- name: grpc_trace_headers
764 headers:
765 - src/core/lib/debug/trace.h
766 deps:
767 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700768- name: grpc_transport_chttp2
769 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700770 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700771 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700772 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
773 - src/core/ext/transport/chttp2/transport/frame.h
774 - src/core/ext/transport/chttp2/transport/frame_data.h
775 - src/core/ext/transport/chttp2/transport/frame_goaway.h
776 - src/core/ext/transport/chttp2/transport/frame_ping.h
777 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
778 - src/core/ext/transport/chttp2/transport/frame_settings.h
779 - src/core/ext/transport/chttp2/transport/frame_window_update.h
780 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
781 - src/core/ext/transport/chttp2/transport/hpack_parser.h
782 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700783 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700784 - src/core/ext/transport/chttp2/transport/huffsyms.h
785 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
786 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700787 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700788 - src/core/ext/transport/chttp2/transport/varint.h
789 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700790 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700791 - src/core/ext/transport/chttp2/transport/bin_encoder.c
792 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700793 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700794 - src/core/ext/transport/chttp2/transport/flow_control.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700795 - src/core/ext/transport/chttp2/transport/frame_data.c
796 - src/core/ext/transport/chttp2/transport/frame_goaway.c
797 - src/core/ext/transport/chttp2/transport/frame_ping.c
798 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
799 - src/core/ext/transport/chttp2/transport/frame_settings.c
800 - src/core/ext/transport/chttp2/transport/frame_window_update.c
801 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
802 - src/core/ext/transport/chttp2/transport/hpack_parser.c
803 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700804 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700805 - src/core/ext/transport/chttp2/transport/huffsyms.c
806 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
807 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700808 - src/core/ext/transport/chttp2/transport/stream_lists.c
809 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700810 - src/core/ext/transport/chttp2/transport/varint.c
811 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700812 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700813 uses:
814 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700815 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700816 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700817- name: grpc_transport_chttp2_alpn
818 headers:
819 - src/core/ext/transport/chttp2/alpn/alpn.h
820 src:
821 - src/core/ext/transport/chttp2/alpn/alpn.c
822 deps:
823 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800824- name: grpc_transport_chttp2_client_connector
825 headers:
826 - src/core/ext/transport/chttp2/client/chttp2_connector.h
827 src:
828 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800829 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800830 - grpc_transport_chttp2
831 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700832 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700833- name: grpc_transport_chttp2_client_insecure
834 src:
835 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700836 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700837 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800838 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700839 - grpc_transport_chttp2
840 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700841 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700842- name: grpc_transport_chttp2_client_secure
843 src:
844 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700845 uses:
846 - grpc_transport_chttp2
847 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700848 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700849 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800850 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800851- name: grpc_transport_chttp2_server
852 headers:
853 - src/core/ext/transport/chttp2/server/chttp2_server.h
854 src:
855 - src/core/ext/transport/chttp2/server/chttp2_server.c
856 uses:
857 - grpc_transport_chttp2
858 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700859- name: grpc_transport_chttp2_server_insecure
860 src:
861 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700862 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700863 uses:
864 - grpc_transport_chttp2
865 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800866 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700867- name: grpc_transport_chttp2_server_secure
868 src:
869 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700870 uses:
871 - grpc_transport_chttp2
872 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700873 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800874 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700875- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700876 public_headers:
877 - include/grpc/grpc_cronet.h
878 - include/grpc/grpc_security.h
879 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700880 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800881 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800882 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700883 src:
884 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
885 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
886 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700887 filegroups:
888 - grpc_base
889 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700890 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700891- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700892 src:
893 - src/core/ext/transport/inproc/inproc_plugin.c
894 - src/core/ext/transport/inproc/inproc_transport.c
895 plugin: grpc_inproc_plugin
896 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700897 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700898 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700899- name: grpc_transport_inproc_headers
900 headers:
901 - src/core/ext/transport/inproc/inproc_transport.h
902 uses:
903 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700904- name: grpc_workaround_cronet_compression_filter
905 headers:
906 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
907 src:
908 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
909 plugin: grpc_workaround_cronet_compression_filter
910 uses:
911 - grpc_base
912 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800913- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700914 src:
915 - third_party/nanopb/pb_common.c
916 - third_party/nanopb/pb_decode.c
917 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700918 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700919 - nanopb_headers
920- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800921 headers:
922 - third_party/nanopb/pb.h
923 - third_party/nanopb/pb_common.h
924 - third_party/nanopb/pb_decode.h
925 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700926- name: transport_security_test_lib
927 build: test
928 headers:
929 - test/core/tsi/transport_security_test_lib.h
930 src:
931 - test/core/tsi/transport_security_test_lib.c
932 deps:
933 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934- name: tsi
935 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700936 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700937 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700938 - src/core/tsi/ssl_transport_security.h
939 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700940 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700941 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700942 - src/core/tsi/fake_transport_security.c
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700943 - src/core/tsi/gts_transport_security.c
Craig Tiller134fed32017-03-28 14:27:18 -0700944 - src/core/tsi/ssl_transport_security.c
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700945 - src/core/tsi/transport_security_grpc.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700946 deps:
947 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700948 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700949 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700950 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700951 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700952 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700953 - grpc_trace
954- name: tsi_interface
955 headers:
956 - src/core/tsi/transport_security.h
957 - src/core/tsi/transport_security_adapter.h
958 - src/core/tsi/transport_security_interface.h
959 src:
960 - src/core/tsi/transport_security.c
961 - src/core/tsi/transport_security_adapter.c
962 deps:
963 - gpr
964 secure: true
965 uses:
966 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700967- name: grpc++_codegen_base
968 language: c++
969 public_headers:
970 - include/grpc++/impl/codegen/async_stream.h
971 - include/grpc++/impl/codegen/async_unary_call.h
972 - include/grpc++/impl/codegen/call.h
973 - include/grpc++/impl/codegen/call_hook.h
974 - include/grpc++/impl/codegen/channel_interface.h
975 - include/grpc++/impl/codegen/client_context.h
976 - include/grpc++/impl/codegen/client_unary_call.h
977 - include/grpc++/impl/codegen/completion_queue.h
978 - include/grpc++/impl/codegen/completion_queue_tag.h
979 - include/grpc++/impl/codegen/config.h
980 - include/grpc++/impl/codegen/core_codegen_interface.h
981 - include/grpc++/impl/codegen/create_auth_context.h
982 - include/grpc++/impl/codegen/grpc_library.h
983 - include/grpc++/impl/codegen/metadata_map.h
984 - include/grpc++/impl/codegen/method_handler_impl.h
985 - include/grpc++/impl/codegen/rpc_method.h
986 - include/grpc++/impl/codegen/rpc_service_method.h
987 - include/grpc++/impl/codegen/security/auth_context.h
988 - include/grpc++/impl/codegen/serialization_traits.h
989 - include/grpc++/impl/codegen/server_context.h
990 - include/grpc++/impl/codegen/server_interface.h
991 - include/grpc++/impl/codegen/service_type.h
992 - include/grpc++/impl/codegen/slice.h
993 - include/grpc++/impl/codegen/status.h
994 - include/grpc++/impl/codegen/status_code_enum.h
995 - include/grpc++/impl/codegen/string_ref.h
996 - include/grpc++/impl/codegen/stub_options.h
997 - include/grpc++/impl/codegen/sync_stream.h
998 - include/grpc++/impl/codegen/time.h
999 uses:
1000 - grpc_codegen
1001- name: grpc++_codegen_base_src
1002 language: c++
1003 src:
1004 - src/cpp/codegen/codegen_init.cc
1005 uses:
1006 - grpc++_codegen_base
1007- name: grpc++_codegen_proto
1008 language: c++
1009 public_headers:
1010 - include/grpc++/impl/codegen/proto_utils.h
1011 uses:
1012 - grpc++_codegen_base
1013 - grpc++_config_proto
1014- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001015 language: c++
1016 public_headers:
1017 - include/grpc++/alarm.h
1018 - include/grpc++/channel.h
1019 - include/grpc++/client_context.h
1020 - include/grpc++/completion_queue.h
1021 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001022 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001023 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001024 - include/grpc++/generic/async_generic_service.h
1025 - include/grpc++/generic/generic_stub.h
1026 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001027 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001028 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001029 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001030 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001031 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001032 - include/grpc++/impl/grpc_library.h
1033 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001034 - include/grpc++/impl/rpc_method.h
1035 - include/grpc++/impl/rpc_service_method.h
1036 - include/grpc++/impl/serialization_traits.h
1037 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001038 - include/grpc++/impl/server_builder_plugin.h
1039 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001040 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001041 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001042 - include/grpc++/security/auth_context.h
1043 - include/grpc++/security/auth_metadata_processor.h
1044 - include/grpc++/security/credentials.h
1045 - include/grpc++/security/server_credentials.h
1046 - include/grpc++/server.h
1047 - include/grpc++/server_builder.h
1048 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001049 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001050 - include/grpc++/support/async_stream.h
1051 - include/grpc++/support/async_unary_call.h
1052 - include/grpc++/support/byte_buffer.h
1053 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001054 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001055 - include/grpc++/support/slice.h
1056 - include/grpc++/support/status.h
1057 - include/grpc++/support/status_code_enum.h
1058 - include/grpc++/support/string_ref.h
1059 - include/grpc++/support/stub_options.h
1060 - include/grpc++/support/sync_stream.h
1061 - include/grpc++/support/time.h
1062 headers:
1063 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001064 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001066 - src/cpp/server/health/default_health_check_service.h
1067 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001068 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001069 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001070 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001071 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001072 - src/cpp/client/client_context.cc
1073 - src/cpp/client/create_channel.cc
1074 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001075 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001076 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001077 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001078 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001079 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001080 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001082 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001084 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001085 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001086 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001087 - src/cpp/server/create_default_thread_pool.cc
1088 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001089 - src/cpp/server/health/default_health_check_service.cc
1090 - src/cpp/server/health/health.pb.c
1091 - src/cpp/server/health/health_check_service.cc
1092 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001093 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001094 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001095 - src/cpp/server/server_context.cc
1096 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001097 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001098 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001099 - src/cpp/util/byte_buffer_cc.cc
1100 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001101 - src/cpp/util/status.cc
1102 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001103 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001104 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001105 - gpr_base_headers
1106 - grpc_base_headers
1107 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001108 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001109 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001110- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001111 language: c++
1112 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001113 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001114- name: grpc++_reflection_proto
1115 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001116 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001117 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001118- name: grpc++_test
1119 language: c++
1120 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001121 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001122 - include/grpc++/test/server_context_test_spouse.h
1123 deps:
1124 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001125 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001126libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001127- name: gpr
1128 build: all
1129 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001130 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001131 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001132 secure: false
1133 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1134- name: gpr_test_util
1135 build: private
1136 language: c
1137 headers:
1138 - test/core/util/test_config.h
1139 src:
1140 - test/core/util/test_config.c
1141 deps:
1142 - gpr
1143 secure: false
1144 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001145- name: grpc
1146 build: all
1147 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001148 src:
1149 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001151 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001153 filegroups:
1154 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001155 - grpc_transport_chttp2_server_secure
1156 - grpc_transport_chttp2_client_secure
1157 - grpc_transport_chttp2_server_insecure
1158 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001159 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001160 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001161 - grpc_lb_policy_pick_first
1162 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001163 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001164 - grpc_resolver_dns_native
1165 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001166 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001167 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001168 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001169 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001170 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001171 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001172 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001173 - grpc_workaround_cronet_compression_filter
1174 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001175 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001176 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001177 vs_packages:
1178 - grpc.dependencies.openssl
1179 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001180 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001181- name: grpc_cronet
1182 build: all
1183 language: c
1184 src:
1185 - src/core/lib/surface/init.c
1186 baselib: true
1187 deps_linkage: static
1188 dll: true
1189 filegroups:
1190 - grpc_base
1191 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001192 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001193 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001194 generate_plugin_registry: true
1195 platforms:
1196 - linux
1197 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001198- name: grpc_dll
1199 build: private
1200 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001201 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001202 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001203 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001204 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001205 build_system:
1206 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001207 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001208 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001209 vs_config_type: DynamicLibrary
1210 vs_packages:
1211 - grpc.dependencies.openssl
1212 - grpc.dependencies.zlib
1213 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1214 vs_props:
1215 - zlib
1216 - openssl
1217 - winsock
1218 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001219- name: grpc_test_util
1220 build: private
1221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001222 headers:
1223 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001224 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001225 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001226 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001227 - test/core/end2end/data/server1_cert.c
1228 - test/core/end2end/data/server1_key.c
1229 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001230 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001231 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001232 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001233 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001234 - grpc
1235 filegroups:
1236 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1238- name: grpc_test_util_unsecure
1239 build: private
1240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001241 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001242 - gpr
1243 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001244 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001245 filegroups:
1246 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001247 secure: false
1248 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1249- name: grpc_unsecure
1250 build: all
1251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001252 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001253 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001254 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001256 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001258 filegroups:
1259 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001260 - grpc_transport_chttp2_server_insecure
1261 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001262 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001263 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001264 - grpc_resolver_dns_native
1265 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001266 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001267 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001268 - grpc_lb_policy_grpclb
1269 - grpc_lb_policy_pick_first
1270 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001271 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001272 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001273 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001274 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001275 - grpc_workaround_cronet_compression_filter
1276 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001277 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001278 secure: false
1279 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280- name: reconnect_server
1281 build: private
1282 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001283 headers:
1284 - test/core/util/reconnect_server.h
1285 src:
1286 - test/core/util/reconnect_server.c
1287 deps:
yang-gc9fca182015-11-06 16:41:33 -08001288 - test_tcp_server
1289 - grpc_test_util
1290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001291 - gpr_test_util
1292 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001293- name: test_tcp_server
1294 build: private
1295 language: c
1296 headers:
1297 - test/core/util/test_tcp_server.h
1298 src:
1299 - test/core/util/test_tcp_server.c
1300 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001301 - grpc_test_util
1302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001303 - gpr_test_util
1304 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001305- name: grpc++
1306 build: all
1307 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001308 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001309 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001310 - src/cpp/client/secure_credentials.h
1311 - src/cpp/common/secure_auth_context.h
1312 - src/cpp/server/secure_server_credentials.h
1313 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001314 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001315 - src/cpp/client/secure_credentials.cc
1316 - src/cpp/common/auth_property_iterator.cc
1317 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001318 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001319 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001320 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001321 - src/cpp/server/secure_server_credentials.cc
1322 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001323 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324 baselib: true
1325 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001326 filegroups:
1327 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001328 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001329 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001330 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331 secure: check
1332 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001333- name: grpc++_core_stats
1334 build: private
1335 language: c++
1336 public_headers:
1337 - src/cpp/util/core_stats.h
1338 src:
1339 - src/proto/grpc/core/stats.proto
1340 - src/cpp/util/core_stats.cc
1341 deps:
1342 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001343- name: grpc++_cronet
1344 build: all
1345 language: c++
1346 src:
1347 - src/cpp/client/cronet_credentials.cc
1348 - src/cpp/client/insecure_credentials.cc
1349 - src/cpp/common/insecure_create_auth_context.cc
1350 - src/cpp/server/insecure_server_credentials.cc
1351 deps:
1352 - gpr
1353 - grpc_cronet
1354 baselib: true
1355 dll: true
1356 filegroups:
1357 - grpc++_base
1358 - grpc++_codegen_base
1359 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001360 - grpc_transport_chttp2_client_insecure
1361 - grpc_transport_chttp2_server_insecure
1362 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001363 platforms:
1364 - linux
1365 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001366- name: grpc++_error_details
1367 build: all
1368 language: c++
1369 public_headers:
1370 - include/grpc++/support/error_details.h
1371 src:
1372 - src/proto/grpc/status/status.proto
1373 - src/cpp/util/error_details.cc
1374 deps:
1375 - grpc++
1376 baselib: true
1377 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001378- name: grpc++_proto_reflection_desc_db
1379 build: private
1380 language: c++
1381 headers:
1382 - test/cpp/util/proto_reflection_descriptor_database.h
1383 src:
1384 - test/cpp/util/proto_reflection_descriptor_database.cc
1385 deps:
1386 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001387 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001388 filegroups:
1389 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001390 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001391- name: grpc++_reflection
1392 build: all
1393 language: c++
1394 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001395 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001396 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001397 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001398 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001399 - src/cpp/ext/proto_server_reflection.cc
1400 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001401 deps:
1402 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001403 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001404 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001405 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001406- name: grpc++_test_config
1407 build: private
1408 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001409 headers:
1410 - test/cpp/util/test_config.h
1411 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001412 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001413- name: grpc++_test_util
1414 build: private
1415 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001416 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001417 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001418 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001419 - test/cpp/util/create_test_channel.h
1420 - test/cpp/util/string_ref_helper.h
1421 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001422 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001423 src:
yang-gc8a49d22016-12-12 11:18:49 -08001424 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001425 - src/proto/grpc/testing/echo_messages.proto
1426 - src/proto/grpc/testing/echo.proto
1427 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001428 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001429 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001430 - test/cpp/util/create_test_channel.cc
1431 - test/cpp/util/string_ref_helper.cc
1432 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001433 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001434 deps:
1435 - grpc++
1436 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001437 - grpc
yang-g17487f92016-06-03 15:21:15 -07001438 filegroups:
1439 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001440 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001441 - grpc++_codegen_proto
1442 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001443- name: grpc++_test_util_unsecure
1444 build: private
1445 language: c++
1446 headers:
1447 - test/cpp/end2end/test_service_impl.h
1448 - test/cpp/util/byte_buffer_proto_helper.h
1449 - test/cpp/util/string_ref_helper.h
1450 - test/cpp/util/subprocess.h
1451 src:
1452 - src/proto/grpc/health/v1/health.proto
1453 - src/proto/grpc/testing/echo_messages.proto
1454 - src/proto/grpc/testing/echo.proto
1455 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1456 - test/cpp/end2end/test_service_impl.cc
1457 - test/cpp/util/byte_buffer_proto_helper.cc
1458 - test/cpp/util/string_ref_helper.cc
1459 - test/cpp/util/subprocess.cc
1460 deps:
1461 - grpc++_unsecure
1462 - grpc_test_util_unsecure
1463 - grpc_unsecure
1464 filegroups:
1465 - grpc++_codegen_base
1466 - grpc++_codegen_base_src
1467 - grpc++_codegen_proto
1468 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001469- name: grpc++_unsecure
1470 build: all
1471 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001472 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001473 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001474 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001475 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001476 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001477 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001478 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001479 baselib: true
1480 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001481 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001482 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001483 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001484 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485 secure: false
1486 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001487- name: grpc_benchmark
1488 build: test
1489 language: c++
1490 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001491 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1492 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001493 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001494 src:
1495 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001496 deps:
1497 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001498 - grpc++_unsecure
1499 - grpc_test_util_unsecure
1500 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001501 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001502- name: grpc_cli_libs
1503 build: private
1504 language: c++
1505 headers:
1506 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001507 - test/cpp/util/cli_credentials.h
1508 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001509 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001510 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001511 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001512 src:
1513 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001514 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001515 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001516 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001517 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001518 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001519 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001520 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001521 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001522 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001523 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001524 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001525- name: grpc_plugin_support
1526 build: protoc
1527 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001528 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001529 - src/compiler/config.h
1530 - src/compiler/cpp_generator.h
1531 - src/compiler/cpp_generator_helpers.h
1532 - src/compiler/csharp_generator.h
1533 - src/compiler/csharp_generator_helpers.h
1534 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001535 - src/compiler/node_generator.h
1536 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001537 - src/compiler/objective_c_generator.h
1538 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001539 - src/compiler/php_generator.h
1540 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301541 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001542 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301543 - src/compiler/python_generator_helpers.h
1544 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001545 - src/compiler/ruby_generator.h
1546 - src/compiler/ruby_generator_helpers-inl.h
1547 - src/compiler/ruby_generator_map-inl.h
1548 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301549 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - src/compiler/cpp_generator.cc
1552 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001553 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001554 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001555 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001556 - src/compiler/python_generator.cc
1557 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001558 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001559 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001560 secure: false
1561 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001562 vs_props:
1563 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001564- name: http2_client_main
1565 build: private
1566 language: c++
1567 headers:
1568 - test/cpp/interop/http2_client.h
1569 src:
1570 - src/proto/grpc/testing/empty.proto
1571 - src/proto/grpc/testing/messages.proto
1572 - src/proto/grpc/testing/test.proto
1573 - test/cpp/interop/http2_client.cc
1574 deps:
1575 - grpc++_test_util
1576 - grpc_test_util
1577 - grpc++
1578 - grpc
1579 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001580- name: interop_client_helper
1581 build: private
1582 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001583 headers:
1584 - test/cpp/interop/client_helper.h
1585 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001586 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001587 - test/cpp/interop/client_helper.cc
1588 deps:
1589 - grpc++_test_util
1590 - grpc_test_util
1591 - grpc++
1592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001594- name: interop_client_main
1595 build: private
1596 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001597 headers:
1598 - test/cpp/interop/interop_client.h
1599 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001600 - src/proto/grpc/testing/empty.proto
1601 - src/proto/grpc/testing/messages.proto
1602 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001603 - test/cpp/interop/client.cc
1604 - test/cpp/interop/interop_client.cc
1605 deps:
1606 - interop_client_helper
1607 - grpc++_test_util
1608 - grpc_test_util
1609 - grpc++
1610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001613 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001614- name: interop_server_helper
1615 build: private
1616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001617 headers:
1618 - test/cpp/interop/server_helper.h
1619 src:
1620 - test/cpp/interop/server_helper.cc
1621 deps:
yang-gcc591022017-01-11 11:10:43 -08001622 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001623 - grpc_test_util
1624 - grpc++
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001627- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628 build: private
1629 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001630 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001631 - src/proto/grpc/testing/empty.proto
1632 - src/proto/grpc/testing/messages.proto
1633 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001634 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001635 deps:
1636 - interop_server_helper
1637 - grpc++_test_util
1638 - grpc_test_util
1639 - grpc++
1640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001641 - gpr_test_util
1642 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001643 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001644- name: interop_server_main
1645 build: private
1646 language: c++
1647 src:
1648 - test/cpp/interop/interop_server_bootstrap.cc
1649 deps:
1650 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001651- name: qps
1652 build: private
1653 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001654 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001655 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001656 - test/cpp/qps/client.h
1657 - test/cpp/qps/driver.h
1658 - test/cpp/qps/histogram.h
1659 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001660 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001661 - test/cpp/qps/qps_worker.h
1662 - test/cpp/qps/report.h
1663 - test/cpp/qps/server.h
1664 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001665 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001667 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001668 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001669 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001670 - src/proto/grpc/testing/control.proto
1671 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001672 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001673 - test/cpp/qps/client_async.cc
1674 - test/cpp/qps/client_sync.cc
1675 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001676 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001677 - test/cpp/qps/qps_worker.cc
1678 - test/cpp/qps/report.cc
1679 - test/cpp/qps/server_async.cc
1680 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001681 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001682 deps:
1683 - grpc_test_util
1684 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001685 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001686 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001687 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688- name: grpc_csharp_ext
1689 build: all
1690 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001691 src:
1692 - src/csharp/ext/grpc_csharp_ext.c
1693 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001696 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001697 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001698 dll: only
1699 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001700 vs_packages:
1701 - grpc.dependencies.openssl
1702 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001704 vs_props:
1705 - zlib
1706 - openssl
1707 - winsock
1708 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001710- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001711 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001712 build: test
1713 language: c
1714 src:
1715 - test/core/surface/alarm_test.c
1716 deps:
1717 - grpc_test_util
1718 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001719 - gpr_test_util
1720 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001721- name: algorithm_test
1722 build: test
1723 language: c
1724 src:
1725 - test/core/compression/algorithm_test.c
1726 deps:
1727 - grpc_test_util
1728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001731- name: alloc_test
1732 build: test
1733 language: c
1734 src:
1735 - test/core/support/alloc_test.c
1736 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001737 - gpr_test_util
1738 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001739- name: alpn_test
1740 build: test
1741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001742 src:
1743 - test/core/transport/chttp2/alpn_test.c
1744 deps:
1745 - grpc_test_util
1746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001747 - gpr_test_util
1748 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001749- name: api_fuzzer
1750 build: fuzzer
1751 language: c
1752 src:
1753 - test/core/end2end/fuzzers/api_fuzzer.c
1754 deps:
1755 - grpc_test_util
1756 - grpc
1757 - gpr_test_util
1758 - gpr
1759 corpus_dirs:
1760 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001761 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001762 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001763- name: arena_test
1764 build: test
1765 language: c
1766 src:
1767 - test/core/support/arena_test.c
1768 deps:
1769 - gpr_test_util
1770 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001771- name: bad_server_response_test
1772 build: test
1773 language: c
1774 src:
1775 - test/core/end2end/bad_server_response_test.c
1776 deps:
1777 - test_tcp_server
1778 - grpc_test_util
1779 - grpc
1780 - gpr_test_util
1781 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001782 exclude_iomgrs:
1783 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001784- name: bdp_estimator_test
1785 build: test
1786 language: c
1787 src:
1788 - test/core/transport/bdp_estimator_test.c
1789 deps:
1790 - grpc_test_util
1791 - grpc
1792 - gpr_test_util
1793 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001794- name: bin_decoder_test
1795 build: test
1796 language: c
1797 src:
1798 - test/core/transport/chttp2/bin_decoder_test.c
1799 deps:
1800 - grpc_test_util
1801 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: bin_encoder_test
1803 build: test
1804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001805 src:
1806 - test/core/transport/chttp2/bin_encoder_test.c
1807 deps:
1808 - grpc_test_util
1809 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001810- name: byte_stream_test
1811 build: test
1812 language: c
1813 src:
1814 - test/core/transport/byte_stream_test.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
1818 - gpr_test_util
1819 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001820- name: census_context_test
1821 build: test
1822 language: c
1823 src:
1824 - test/core/census/context_test.c
1825 deps:
1826 - grpc_test_util
1827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001830- name: census_intrusive_hash_map_test
1831 build: test
1832 language: c
1833 src:
1834 - test/core/census/intrusive_hash_map_test.c
1835 deps:
1836 - grpc_test_util
1837 - grpc
1838 - gpr_test_util
1839 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001840- name: census_resource_test
1841 build: test
1842 language: c
1843 src:
1844 - test/core/census/resource_test.c
1845 deps:
1846 - grpc_test_util
1847 - grpc
1848 - gpr_test_util
1849 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001850- name: census_trace_context_test
1851 build: test
1852 language: c
1853 src:
1854 - test/core/census/trace_context_test.c
1855 deps:
1856 - grpc_test_util
1857 - grpc
1858 - gpr_test_util
1859 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001860- name: channel_create_test
1861 build: test
1862 language: c
1863 src:
1864 - test/core/surface/channel_create_test.c
1865 deps:
1866 - grpc_test_util
1867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001868 - gpr_test_util
1869 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001870- name: check_epollexclusive
1871 build: tool
1872 language: c
1873 src:
1874 - test/build/check_epollexclusive.c
1875 deps:
1876 - grpc
1877 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001878- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879 build: test
1880 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001881 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001882 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001883 deps:
1884 - grpc_test_util
1885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001886 - gpr_test_util
1887 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001888- name: chttp2_stream_map_test
1889 build: test
1890 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001891 src:
1892 - test/core/transport/chttp2/stream_map_test.c
1893 deps:
1894 - grpc_test_util
1895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001896 - gpr_test_util
1897 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001898- name: chttp2_varint_test
1899 build: test
1900 language: c
1901 src:
1902 - test/core/transport/chttp2/varint_test.c
1903 deps:
1904 - grpc_test_util
1905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001906 - gpr_test_util
1907 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001908- name: client_fuzzer
1909 build: fuzzer
1910 language: c
1911 src:
1912 - test/core/end2end/fuzzers/client_fuzzer.c
1913 deps:
1914 - grpc_test_util
1915 - grpc
1916 - gpr_test_util
1917 - gpr
1918 corpus_dirs:
1919 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001920 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001921 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001922- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001923 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001924 build: test
1925 language: c
1926 src:
1927 - test/core/iomgr/combiner_test.c
1928 deps:
1929 - grpc_test_util
1930 - grpc
1931 - gpr_test_util
1932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933- name: compression_test
1934 build: test
1935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001936 src:
1937 - test/core/compression/compression_test.c
1938 deps:
1939 - grpc_test_util
1940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr_test_util
1942 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001943- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001944 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001945 build: test
1946 language: c
1947 src:
1948 - test/core/surface/concurrent_connectivity_test.c
1949 deps:
1950 - grpc_test_util
1951 - grpc
1952 - gpr_test_util
1953 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001954 exclude_iomgrs:
1955 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001956- name: connection_refused_test
1957 cpu_cost: 0.1
1958 build: test
1959 language: c
1960 src:
1961 - test/core/end2end/connection_refused_test.c
1962 deps:
1963 - grpc_test_util
1964 - grpc
1965 - gpr_test_util
1966 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001967- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001968 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001969 build: test
1970 language: c
1971 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001972 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001973 deps:
1974 - grpc_test_util
1975 - grpc
1976 - gpr_test_util
1977 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001978 exclude_iomgrs:
1979 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001980- name: dns_resolver_test
1981 build: test
1982 language: c
1983 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001984 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001985 deps:
1986 - grpc_test_util
1987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001988 - gpr_test_util
1989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001991 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992 build: test
1993 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001994 src:
1995 - test/core/end2end/dualstack_socket_test.c
1996 deps:
1997 - grpc_test_util
1998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001999 - gpr_test_util
2000 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002001 exclude_iomgrs:
2002 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002003 platforms:
2004 - mac
2005 - linux
2006 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002007- name: endpoint_pair_test
2008 build: test
2009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002010 src:
2011 - test/core/iomgr/endpoint_pair_test.c
2012 deps:
2013 - grpc_test_util
2014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 - gpr_test_util
2016 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002017 exclude_iomgrs:
2018 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002019- name: error_test
2020 cpu_cost: 30
2021 build: test
2022 language: c
2023 src:
2024 - test/core/iomgr/error_test.c
2025 deps:
2026 - grpc_test_util
2027 - grpc
2028 - gpr_test_util
2029 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002030- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002031 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002032 build: test
2033 language: c
2034 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002035 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002036 deps:
2037 - grpc_test_util
2038 - grpc
2039 - gpr_test_util
2040 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002041 exclude_iomgrs:
2042 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002043 platforms:
2044 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002045- name: fake_resolver_test
2046 build: test
2047 language: c
2048 src:
2049 - test/core/client_channel/resolvers/fake_resolver_test.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
2053 - gpr_test_util
2054 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002055- name: fake_transport_security_test
2056 build: test
2057 language: c
2058 src:
2059 - test/core/tsi/fake_transport_security_test.c
2060 deps:
2061 - gpr_test_util
2062 - gpr
2063 - grpc
2064 filegroups:
2065 - transport_security_test_lib
2066 platforms:
2067 - linux
2068 - posix
2069 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002070- name: fd_conservation_posix_test
2071 build: test
2072 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002073 src:
2074 - test/core/iomgr/fd_conservation_posix_test.c
2075 deps:
2076 - grpc_test_util
2077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002078 - gpr_test_util
2079 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002080 exclude_iomgrs:
2081 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002082 platforms:
2083 - mac
2084 - linux
2085 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086- name: fd_posix_test
2087 build: test
2088 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002089 src:
2090 - test/core/iomgr/fd_posix_test.c
2091 deps:
2092 - grpc_test_util
2093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002094 - gpr_test_util
2095 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002096 exclude_iomgrs:
2097 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002098 platforms:
2099 - mac
2100 - linux
2101 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102- name: fling_client
2103 build: test
2104 run: false
2105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002106 src:
2107 - test/core/fling/client.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002113- name: fling_server
2114 build: test
2115 run: false
2116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002117 src:
2118 - test/core/fling/server.c
2119 deps:
2120 - grpc_test_util
2121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002122 - gpr_test_util
2123 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002124- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002125 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002126 build: test
2127 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002128 src:
2129 - test/core/fling/fling_stream_test.c
2130 deps:
2131 - grpc_test_util
2132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002133 - gpr_test_util
2134 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002135 platforms:
2136 - mac
2137 - linux
2138 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002139- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002140 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002141 build: test
2142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002143 src:
2144 - test/core/fling/fling_test.c
2145 deps:
2146 - grpc_test_util
2147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002150 platforms:
2151 - mac
2152 - linux
2153 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002154- name: gen_hpack_tables
2155 build: tool
2156 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002157 src:
2158 - tools/codegen/core/gen_hpack_tables.c
2159 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002160 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002161 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162- name: gen_legal_metadata_characters
2163 build: tool
2164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
2166 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002168- name: gen_percent_encoding_tables
2169 build: tool
2170 language: c
2171 src:
2172 - tools/codegen/core/gen_percent_encoding_tables.c
2173 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002174- name: goaway_server_test
2175 cpu_cost: 0.1
2176 build: test
2177 language: c
2178 src:
2179 - test/core/end2end/goaway_server_test.c
2180 deps:
2181 - grpc_test_util
2182 - grpc
2183 - gpr_test_util
2184 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002185 exclude_iomgrs:
2186 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002187 platforms:
2188 - mac
2189 - linux
2190 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002191- name: gpr_avl_test
2192 build: test
2193 language: c
2194 src:
2195 - test/core/support/avl_test.c
2196 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002199- name: gpr_backoff_test
2200 build: test
2201 language: c
2202 src:
2203 - test/core/support/backoff_test.c
2204 deps:
2205 - gpr_test_util
2206 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002207- name: gpr_cmdline_test
2208 build: test
2209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002210 src:
2211 - test/core/support/cmdline_test.c
2212 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002215- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002216 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002217 build: test
2218 language: c
2219 src:
2220 - test/core/support/cpu_test.c
2221 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002222 - gpr_test_util
2223 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002224- name: gpr_env_test
2225 build: test
2226 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002227 src:
2228 - test/core/support/env_test.c
2229 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002230 - gpr_test_util
2231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002232- name: gpr_histogram_test
2233 build: test
2234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002235 src:
2236 - test/core/support/histogram_test.c
2237 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002238 - gpr_test_util
2239 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002240- name: gpr_host_port_test
2241 build: test
2242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002243 src:
2244 - test/core/support/host_port_test.c
2245 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr_test_util
2247 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248- name: gpr_log_test
2249 build: test
2250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - test/core/support/log_test.c
2253 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002254 - gpr_test_util
2255 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002256- name: gpr_mpscq_test
2257 cpu_cost: 30
2258 build: test
2259 language: c
2260 src:
2261 - test/core/support/mpscq_test.c
2262 deps:
2263 - gpr_test_util
2264 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002265- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002266 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002267 build: test
2268 language: c
2269 src:
2270 - test/core/support/spinlock_test.c
2271 deps:
2272 - gpr_test_util
2273 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002274- name: gpr_stack_lockfree_test
2275 cpu_cost: 7
2276 build: test
2277 language: c
2278 src:
2279 - test/core/support/stack_lockfree_test.c
2280 deps:
2281 - gpr_test_util
2282 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002283- name: gpr_string_test
2284 build: test
2285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002286 src:
2287 - test/core/support/string_test.c
2288 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002289 - gpr_test_util
2290 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002291- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002292 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293 build: test
2294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002295 src:
2296 - test/core/support/sync_test.c
2297 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002301 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302 build: test
2303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002304 src:
2305 - test/core/support/thd_test.c
2306 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: gpr_time_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/core/support/time_test.c
2314 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002317- name: gpr_tls_test
2318 build: test
2319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002320 src:
2321 - test/core/support/tls_test.c
2322 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: gpr_useful_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/core/support/useful_test.c
2330 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002331 - gpr_test_util
2332 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002333- name: grpc_auth_context_test
2334 build: test
2335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002336 src:
2337 - test/core/security/auth_context_test.c
2338 deps:
2339 - grpc_test_util
2340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002341 - gpr_test_util
2342 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002343- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002344 build: test
2345 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002346 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002347 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002348 deps:
2349 - grpc_test_util
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr_test_util
2352 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353- name: grpc_byte_buffer_reader_test
2354 build: test
2355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002356 src:
2357 - test/core/surface/byte_buffer_reader_test.c
2358 deps:
2359 - grpc_test_util
2360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002361 - gpr_test_util
2362 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002363- name: grpc_channel_args_test
2364 build: test
2365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002366 src:
2367 - test/core/channel/channel_args_test.c
2368 deps:
2369 - grpc_test_util
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr_test_util
2372 - gpr
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002373- name: grpc_channel_stack_builder_test
2374 build: test
2375 language: c
2376 src:
2377 - test/core/channel/channel_stack_builder_test.c
2378 deps:
2379 - grpc_test_util
2380 - grpc
2381 - gpr_test_util
2382 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: grpc_channel_stack_test
2384 build: test
2385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002386 src:
2387 - test/core/channel/channel_stack_test.c
2388 deps:
2389 - grpc_test_util
2390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 - gpr_test_util
2392 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002393- name: grpc_completion_queue_test
2394 build: test
2395 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002396 src:
2397 - test/core/surface/completion_queue_test.c
2398 deps:
2399 - grpc_test_util
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr_test_util
2402 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002403- name: grpc_completion_queue_threading_test
2404 build: test
2405 language: c
2406 src:
2407 - test/core/surface/completion_queue_threading_test.c
2408 deps:
2409 - grpc_test_util
2410 - grpc
2411 - gpr_test_util
2412 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002413 exclude_iomgrs:
2414 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002415- name: grpc_create_jwt
2416 build: tool
2417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
2419 - test/core/security/create_jwt.c
2420 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002423 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424- name: grpc_credentials_test
2425 build: test
2426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002427 src:
2428 - test/core/security/credentials_test.c
2429 deps:
2430 - grpc_test_util
2431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002432 - gpr_test_util
2433 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002434- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002435 build: test
2436 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002437 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002438 src:
2439 - test/core/security/fetch_oauth2.c
2440 deps:
2441 - grpc_test_util
2442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002443 - gpr_test_util
2444 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002445- name: grpc_invalid_channel_args_test
2446 build: test
2447 language: c
2448 src:
2449 - test/core/surface/invalid_channel_args_test.c
2450 deps:
2451 - grpc_test_util
2452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002453 - gpr_test_util
2454 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455- name: grpc_json_token_test
2456 build: test
2457 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002458 src:
2459 - test/core/security/json_token_test.c
2460 deps:
2461 - grpc_test_util
2462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002463 - gpr_test_util
2464 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002465 platforms:
2466 - linux
2467 - posix
2468 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002469- name: grpc_jwt_verifier_test
2470 build: test
2471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002472 src:
2473 - test/core/security/jwt_verifier_test.c
2474 deps:
2475 - grpc_test_util
2476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002477 - gpr_test_util
2478 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002479- name: grpc_print_google_default_creds_token
2480 build: tool
2481 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002482 src:
2483 - test/core/security/print_google_default_creds_token.c
2484 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487- name: grpc_security_connector_test
2488 build: test
2489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002490 src:
2491 - test/core/security/security_connector_test.c
2492 deps:
2493 - grpc_test_util
2494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002495 - gpr_test_util
2496 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497- name: grpc_verify_jwt
2498 build: tool
2499 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002500 src:
2501 - test/core/security/verify_jwt.c
2502 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002505- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002506 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002507 language: c
2508 src:
2509 - test/core/handshake/client_ssl.c
2510 deps:
2511 - grpc_test_util
2512 - grpc
2513 - gpr_test_util
2514 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002515 exclude_iomgrs:
2516 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002517 platforms:
2518 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002519 secure: true
2520- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002521 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002522 language: c
2523 src:
2524 - test/core/handshake/server_ssl.c
2525 deps:
2526 - grpc_test_util
2527 - grpc
2528 - gpr_test_util
2529 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002530 exclude_iomgrs:
2531 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002532 platforms:
2533 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002534 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002535- name: hpack_parser_fuzzer_test
2536 build: fuzzer
2537 language: c
2538 src:
2539 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2540 deps:
2541 - grpc_test_util
2542 - grpc
2543 - gpr_test_util
2544 - gpr
2545 corpus_dirs:
2546 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002547 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002548 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002549- name: hpack_parser_test
2550 build: test
2551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002552 src:
2553 - test/core/transport/chttp2/hpack_parser_test.c
2554 deps:
2555 - grpc_test_util
2556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002557 - gpr_test_util
2558 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559- name: hpack_table_test
2560 build: test
2561 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002562 src:
2563 - test/core/transport/chttp2/hpack_table_test.c
2564 deps:
2565 - grpc_test_util
2566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002567 - gpr_test_util
2568 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002569- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570 build: test
2571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002572 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002573 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002574 deps:
2575 - grpc_test_util
2576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002577 - gpr_test_util
2578 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002579- name: http_request_fuzzer_test
2580 build: fuzzer
2581 language: c
2582 src:
2583 - test/core/http/request_fuzzer.c
2584 deps:
2585 - grpc_test_util
2586 - grpc
2587 - gpr_test_util
2588 - gpr
2589 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002590 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002591 maxlen: 2048
2592- name: http_response_fuzzer_test
2593 build: fuzzer
2594 language: c
2595 src:
2596 - test/core/http/response_fuzzer.c
2597 deps:
2598 - grpc_test_util
2599 - grpc
2600 - gpr_test_util
2601 - gpr
2602 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002603 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002604 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002605- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002606 build: test
2607 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002608 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002609 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002610 deps:
2611 - grpc_test_util
2612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002613 - gpr_test_util
2614 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002615- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002616 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617 build: test
2618 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002619 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002620 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002621 deps:
2622 - grpc_test_util
2623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002624 - gpr_test_util
2625 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002626 platforms:
2627 - mac
2628 - linux
2629 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002630- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002631 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002632 build: test
2633 language: c
2634 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002635 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002636 deps:
2637 - grpc_test_util
2638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002639 - gpr_test_util
2640 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002641 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002642 - linux
yang-gf1183302015-12-07 16:02:05 -08002643- name: init_test
2644 build: test
2645 language: c
2646 src:
2647 - test/core/surface/init_test.c
2648 deps:
2649 - grpc_test_util
2650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002651 - gpr_test_util
2652 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002653- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002654 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002655 build: test
2656 language: c
2657 src:
2658 - test/core/end2end/invalid_call_argument_test.c
2659 deps:
2660 - grpc_test_util
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002664- name: json_fuzzer_test
2665 build: fuzzer
2666 language: c
2667 src:
2668 - test/core/json/fuzzer.c
2669 deps:
2670 - grpc_test_util
2671 - grpc
2672 - gpr_test_util
2673 - gpr
2674 corpus_dirs:
2675 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002676 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002677- name: json_rewrite
2678 build: test
2679 run: false
2680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002681 src:
2682 - test/core/json/json_rewrite.c
2683 deps:
2684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002686- name: json_rewrite_test
2687 build: test
2688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002689 src:
2690 - test/core/json/json_rewrite_test.c
2691 deps:
2692 - grpc_test_util
2693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002694 - gpr_test_util
2695 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002696- name: json_stream_error_test
2697 build: test
2698 language: c
2699 src:
2700 - test/core/json/json_stream_error_test.c
2701 deps:
2702 - grpc_test_util
2703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002704 - gpr_test_util
2705 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002706- name: json_test
2707 build: test
2708 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002709 src:
2710 - test/core/json/json_test.c
2711 deps:
2712 - grpc_test_util
2713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002714 - gpr_test_util
2715 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002716- name: lame_client_test
2717 build: test
2718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002719 src:
2720 - test/core/surface/lame_client_test.c
2721 deps:
2722 - grpc_test_util
2723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002724 - gpr_test_util
2725 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002726- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002727 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002728 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002729 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002731 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002732 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002733 deps:
2734 - grpc_test_util
2735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002736 - gpr_test_util
2737 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002738- name: load_file_test
2739 build: test
2740 language: c
2741 src:
2742 - test/core/iomgr/load_file_test.c
2743 deps:
2744 - grpc_test_util
2745 - grpc
2746 - gpr_test_util
2747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002748- name: low_level_ping_pong_benchmark
2749 build: benchmark
2750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002751 src:
2752 - test/core/network_benchmarks/low_level_ping_pong.c
2753 deps:
2754 - grpc_test_util
2755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002756 - gpr_test_util
2757 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002758 platforms:
2759 - mac
2760 - linux
2761 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002762- name: memory_profile_client
2763 build: test
2764 run: false
2765 language: c
2766 src:
2767 - test/core/memory_usage/client.c
2768 deps:
2769 - grpc_test_util
2770 - grpc
2771 - gpr_test_util
2772 - gpr
2773- name: memory_profile_server
2774 build: test
2775 run: false
2776 language: c
2777 src:
2778 - test/core/memory_usage/server.c
2779 deps:
2780 - grpc_test_util
2781 - grpc
2782 - gpr_test_util
2783 - gpr
2784- name: memory_profile_test
2785 cpu_cost: 1.5
2786 build: test
2787 language: c
2788 src:
2789 - test/core/memory_usage/memory_usage_test.c
2790 deps:
2791 - grpc_test_util
2792 - grpc
2793 - gpr_test_util
2794 - gpr
2795 platforms:
2796 - mac
2797 - linux
2798 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002799- name: message_compress_test
2800 build: test
2801 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002802 src:
2803 - test/core/compression/message_compress_test.c
2804 deps:
2805 - grpc_test_util
2806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002807 - gpr_test_util
2808 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002809- name: minimal_stack_is_minimal_test
2810 build: test
2811 language: c
2812 src:
2813 - test/core/channel/minimal_stack_is_minimal_test.c
2814 deps:
2815 - grpc_test_util
2816 - grpc
2817 - gpr_test_util
2818 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002819- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002820 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002821 build: test
2822 language: c
2823 src:
2824 - test/core/census/mlog_test.c
2825 deps:
2826 - grpc_test_util
2827 - grpc
2828 - gpr_test_util
2829 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830- name: multiple_server_queues_test
2831 build: test
2832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002833 src:
2834 - test/core/end2end/multiple_server_queues_test.c
2835 deps:
2836 - grpc_test_util
2837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002838 - gpr_test_util
2839 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002840- name: murmur_hash_test
2841 build: test
2842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002843 src:
2844 - test/core/support/murmur_hash_test.c
2845 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002846 - gpr_test_util
2847 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002848- name: nanopb_fuzzer_response_test
2849 build: fuzzer
2850 language: c
2851 src:
2852 - test/core/nanopb/fuzzer_response.c
2853 deps:
2854 - grpc_test_util
2855 - grpc
2856 - gpr_test_util
2857 - gpr
2858 corpus_dirs:
2859 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002860 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002861- name: nanopb_fuzzer_serverlist_test
2862 build: fuzzer
2863 language: c
2864 src:
2865 - test/core/nanopb/fuzzer_serverlist.c
2866 deps:
2867 - grpc_test_util
2868 - grpc
2869 - gpr_test_util
2870 - gpr
2871 corpus_dirs:
2872 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002873 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002874- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002875 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002876 build: test
2877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002878 src:
2879 - test/core/end2end/no_server_test.c
2880 deps:
2881 - grpc_test_util
2882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002883 - gpr_test_util
2884 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002885- name: num_external_connectivity_watchers_test
2886 build: test
2887 language: c
2888 src:
2889 - test/core/surface/num_external_connectivity_watchers_test.c
2890 deps:
2891 - grpc_test_util
2892 - grpc
2893 - gpr_test_util
2894 - gpr
2895 exclude_iomgrs:
2896 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002897- name: parse_address_test
2898 build: test
2899 language: c
2900 src:
2901 - test/core/client_channel/parse_address_test.c
2902 deps:
2903 - grpc_test_util
2904 - grpc
2905 - gpr_test_util
2906 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002907- name: percent_decode_fuzzer
2908 build: fuzzer
2909 language: c
2910 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002911 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002912 deps:
2913 - grpc_test_util
2914 - grpc
2915 - gpr_test_util
2916 - gpr
2917 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002918 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002919 maxlen: 32
2920- name: percent_encode_fuzzer
2921 build: fuzzer
2922 language: c
2923 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002924 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002925 deps:
2926 - grpc_test_util
2927 - grpc
2928 - gpr_test_util
2929 - gpr
2930 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002931 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002932 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002933- name: percent_encoding_test
2934 build: test
2935 language: c
2936 src:
2937 - test/core/slice/percent_encoding_test.c
2938 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002939 - grpc_test_util
2940 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002941 - gpr_test_util
2942 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002943- name: pollset_set_test
2944 build: test
2945 language: c
2946 src:
2947 - test/core/iomgr/pollset_set_test.c
2948 deps:
2949 - grpc_test_util
2950 - grpc
2951 - gpr_test_util
2952 - gpr
2953 exclude_iomgrs:
2954 - uv
2955 platforms:
2956 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002957- name: resolve_address_posix_test
2958 build: test
2959 language: c
2960 src:
2961 - test/core/iomgr/resolve_address_posix_test.c
2962 deps:
2963 - grpc_test_util
2964 - grpc
2965 - gpr_test_util
2966 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002967 exclude_iomgrs:
2968 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002969 platforms:
2970 - mac
2971 - linux
2972 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002973- name: resolve_address_test
2974 build: test
2975 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002976 src:
2977 - test/core/iomgr/resolve_address_test.c
2978 deps:
2979 - grpc_test_util
2980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002981 - gpr_test_util
2982 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002983- name: resource_quota_test
2984 cpu_cost: 30
2985 build: test
2986 language: c
2987 src:
2988 - test/core/iomgr/resource_quota_test.c
2989 deps:
2990 - grpc_test_util
2991 - grpc
2992 - gpr_test_util
2993 - gpr
yang-gd482e592015-12-10 14:04:00 -08002994- name: secure_channel_create_test
2995 build: test
2996 language: c
2997 src:
2998 - test/core/surface/secure_channel_create_test.c
2999 deps:
3000 - grpc_test_util
3001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003002 - gpr_test_util
3003 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004- name: secure_endpoint_test
3005 build: test
3006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003007 src:
3008 - test/core/security/secure_endpoint_test.c
3009 deps:
3010 - grpc_test_util
3011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003012 - gpr_test_util
3013 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003014 exclude_iomgrs:
3015 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003016- name: sequential_connectivity_test
3017 build: test
3018 language: c
3019 src:
3020 - test/core/surface/sequential_connectivity_test.c
3021 deps:
3022 - grpc_test_util
3023 - grpc
3024 - gpr_test_util
3025 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003026 exclude_iomgrs:
3027 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003028- name: server_chttp2_test
3029 build: test
3030 language: c
3031 src:
3032 - test/core/surface/server_chttp2_test.c
3033 deps:
3034 - grpc_test_util
3035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003036 - gpr_test_util
3037 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003038- name: server_fuzzer
3039 build: fuzzer
3040 language: c
3041 src:
3042 - test/core/end2end/fuzzers/server_fuzzer.c
3043 deps:
3044 - grpc_test_util
3045 - grpc
3046 - gpr_test_util
3047 - gpr
3048 corpus_dirs:
3049 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003050 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003051 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003052- name: server_test
3053 build: test
3054 language: c
3055 src:
3056 - test/core/surface/server_test.c
3057 deps:
3058 - grpc_test_util
3059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003060 - gpr_test_util
3061 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003062- name: slice_buffer_test
3063 build: test
3064 language: c
3065 src:
3066 - test/core/slice/slice_buffer_test.c
3067 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003068 - grpc_test_util
3069 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003070 - gpr_test_util
3071 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003072- name: slice_hash_table_test
3073 build: test
3074 language: c
3075 src:
3076 - test/core/slice/slice_hash_table_test.c
3077 deps:
3078 - grpc_test_util
3079 - grpc
3080 - gpr_test_util
3081 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003082- name: slice_string_helpers_test
3083 build: test
3084 language: c
3085 src:
3086 - test/core/slice/slice_string_helpers_test.c
3087 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003088 - grpc_test_util
3089 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003090 - gpr_test_util
3091 - gpr
3092- name: slice_test
3093 build: test
3094 language: c
3095 src:
3096 - test/core/slice/slice_test.c
3097 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003098 - grpc_test_util
3099 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003100 - gpr_test_util
3101 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003102- name: sockaddr_resolver_test
3103 build: test
3104 language: c
3105 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003106 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003107 deps:
3108 - grpc_test_util
3109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003110 - gpr_test_util
3111 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003112- name: sockaddr_utils_test
3113 build: test
3114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003115 src:
3116 - test/core/iomgr/sockaddr_utils_test.c
3117 deps:
3118 - grpc_test_util
3119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003120 - gpr_test_util
3121 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003122- name: socket_utils_test
3123 build: test
3124 language: c
3125 src:
3126 - test/core/iomgr/socket_utils_test.c
3127 deps:
3128 - grpc_test_util
3129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003130 - gpr_test_util
3131 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003132 exclude_iomgrs:
3133 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003134 platforms:
3135 - mac
3136 - linux
3137 - posix
yang-g31e21282016-11-04 15:10:03 -07003138- name: ssl_server_fuzzer
3139 build: fuzzer
3140 language: c
3141 src:
3142 - test/core/security/ssl_server_fuzzer.c
3143 deps:
3144 - grpc_test_util
3145 - grpc
3146 - gpr_test_util
3147 - gpr
3148 corpus_dirs:
3149 - test/core/security/corpus/ssl_server_corpus
3150 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003151- name: ssl_transport_security_test
3152 build: test
3153 language: c
3154 src:
3155 - test/core/tsi/ssl_transport_security_test.c
3156 deps:
3157 - gpr_test_util
3158 - gpr
3159 - grpc
3160 filegroups:
3161 - transport_security_test_lib
3162 platforms:
3163 - linux
3164 - posix
3165 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003166- name: status_conversion_test
3167 build: test
3168 language: c
3169 src:
3170 - test/core/transport/status_conversion_test.c
3171 deps:
3172 - grpc_test_util
3173 - grpc
3174 - gpr_test_util
3175 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003176- name: stream_compression_test
3177 build: test
3178 language: c
3179 src:
3180 - test/core/compression/stream_compression_test.c
3181 deps:
3182 - grpc_test_util
3183 - grpc
3184 - gpr_test_util
3185 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003186- name: stream_owned_slice_test
3187 build: test
3188 language: c
3189 src:
3190 - test/core/transport/stream_owned_slice_test.c
3191 deps:
3192 - grpc_test_util
3193 - grpc
3194 - gpr_test_util
3195 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003196- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003197 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003198 build: test
3199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003200 src:
3201 - test/core/iomgr/tcp_client_posix_test.c
3202 deps:
3203 - grpc_test_util
3204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003205 - gpr_test_util
3206 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003207 exclude_iomgrs:
3208 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003209 platforms:
3210 - mac
3211 - linux
3212 - posix
murgatroid991191b722017-02-08 11:56:52 -08003213- name: tcp_client_uv_test
3214 cpu_cost: 0.5
3215 build: test
3216 language: c
3217 src:
3218 - test/core/iomgr/tcp_client_uv_test.c
3219 deps:
3220 - grpc_test_util
3221 - grpc
3222 - gpr_test_util
3223 - gpr
3224 exclude_iomgrs:
3225 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003226- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003227 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003228 build: test
3229 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003230 src:
3231 - test/core/iomgr/tcp_posix_test.c
3232 deps:
3233 - grpc_test_util
3234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003235 - gpr_test_util
3236 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003237 exclude_iomgrs:
3238 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003239 platforms:
3240 - mac
3241 - linux
3242 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003243- name: tcp_server_posix_test
3244 build: test
3245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003246 src:
3247 - test/core/iomgr/tcp_server_posix_test.c
3248 deps:
3249 - grpc_test_util
3250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003251 - gpr_test_util
3252 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003253 exclude_iomgrs:
3254 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003255 platforms:
3256 - mac
3257 - linux
3258 - posix
murgatroid991191b722017-02-08 11:56:52 -08003259- name: tcp_server_uv_test
3260 build: test
3261 language: c
3262 src:
3263 - test/core/iomgr/tcp_server_uv_test.c
3264 deps:
3265 - grpc_test_util
3266 - grpc
3267 - gpr_test_util
3268 - gpr
3269 exclude_iomgrs:
3270 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003271- name: time_averaged_stats_test
3272 build: test
3273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003274 src:
3275 - test/core/iomgr/time_averaged_stats_test.c
3276 deps:
3277 - grpc_test_util
3278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003279 - gpr_test_util
3280 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003281- name: timeout_encoding_test
3282 build: test
3283 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003284 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003285 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003286 deps:
3287 - grpc_test_util
3288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003289 - gpr_test_util
3290 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003291- name: timer_heap_test
3292 build: test
3293 language: c
3294 src:
3295 - test/core/iomgr/timer_heap_test.c
3296 deps:
3297 - grpc_test_util
3298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003299 - gpr_test_util
3300 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003301 exclude_iomgrs:
3302 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003303- name: timer_list_test
3304 build: test
3305 language: c
3306 src:
3307 - test/core/iomgr/timer_list_test.c
3308 deps:
3309 - grpc_test_util
3310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003311 - gpr_test_util
3312 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003313 exclude_iomgrs:
3314 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003315- name: transport_connectivity_state_test
3316 build: test
3317 language: c
3318 src:
3319 - test/core/transport/connectivity_state_test.c
3320 deps:
3321 - grpc_test_util
3322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003323 - gpr_test_util
3324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003325- name: transport_metadata_test
3326 build: test
3327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003328 src:
3329 - test/core/transport/metadata_test.c
3330 deps:
3331 - grpc_test_util
3332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003333 - gpr_test_util
3334 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003335- name: transport_pid_controller_test
3336 build: test
3337 language: c
3338 src:
3339 - test/core/transport/pid_controller_test.c
3340 deps:
3341 - grpc_test_util
3342 - grpc
3343 - gpr_test_util
3344 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003345- name: transport_security_test
3346 build: test
3347 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003348 src:
3349 - test/core/tsi/transport_security_test.c
3350 deps:
3351 - grpc_test_util
3352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003353 - gpr_test_util
3354 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003355 platforms:
3356 - linux
3357 - posix
3358 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003359- name: udp_server_test
3360 build: test
3361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003362 src:
3363 - test/core/iomgr/udp_server_test.c
3364 deps:
3365 - grpc_test_util
3366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003367 - gpr_test_util
3368 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003369 exclude_iomgrs:
3370 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003371 platforms:
3372 - mac
3373 - linux
3374 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003375- name: uri_fuzzer_test
3376 build: fuzzer
3377 language: c
3378 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003379 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003380 deps:
3381 - grpc_test_util
3382 - grpc
3383 - gpr_test_util
3384 - gpr
3385 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003386 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003387 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003388- name: uri_parser_test
3389 build: test
3390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003391 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003392 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003393 deps:
3394 - grpc_test_util
3395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003396 - gpr_test_util
3397 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003398- name: wakeup_fd_cv_test
3399 build: test
3400 language: c
3401 src:
3402 - test/core/iomgr/wakeup_fd_cv_test.c
3403 deps:
3404 - grpc_test_util
3405 - grpc
3406 - gpr_test_util
3407 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003408 exclude_iomgrs:
3409 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003410 platforms:
3411 - mac
3412 - linux
3413 - posix
vjpai04e992a2016-02-10 16:58:38 -08003414- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003415 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003416 build: test
3417 language: c++
3418 src:
3419 - test/cpp/common/alarm_cpp_test.cc
3420 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003421 - grpc++_test_util_unsecure
3422 - grpc_test_util_unsecure
3423 - grpc++_unsecure
3424 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003425 - gpr_test_util
3426 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003427- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003428 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429 build: test
3430 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003431 src:
3432 - test/cpp/end2end/async_end2end_test.cc
3433 deps:
3434 - grpc++_test_util
3435 - grpc_test_util
3436 - grpc++
3437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003438 - gpr_test_util
3439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003440- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003441 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003442 build: test
3443 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003444 src:
3445 - test/cpp/common/auth_property_iterator_test.cc
3446 deps:
3447 - grpc++_test_util
3448 - grpc_test_util
3449 - grpc++
3450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003451 - gpr_test_util
3452 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003453- name: bm_arena
3454 build: test
3455 language: c++
3456 src:
3457 - test/cpp/microbenchmarks/bm_arena.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 Tiller9202b3f2017-03-12 22:30:38 -07003465 - gpr_test_util
3466 - gpr
3467 args:
3468 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003469 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003470 platforms:
3471 - mac
3472 - linux
3473 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003474- name: bm_call_create
3475 build: test
3476 language: c++
3477 src:
3478 - test/cpp/microbenchmarks/bm_call_create.cc
3479 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003480 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -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 Tillerfd044b82017-02-15 16:15:48 -08003486 - gpr_test_util
3487 - gpr
3488 args:
3489 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003490 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003491 platforms:
3492 - mac
3493 - linux
3494 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003495- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003496 build: test
3497 language: c++
3498 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003499 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003500 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003501 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -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 Tiller2f792d92017-02-22 16:26:33 -08003507 - gpr_test_util
3508 - gpr
3509 args:
3510 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003511 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003512 platforms:
3513 - mac
3514 - linux
3515 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003516- name: bm_chttp2_transport
3517 build: test
3518 language: c++
3519 src:
3520 - test/cpp/microbenchmarks/bm_chttp2_transport.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
Craig Tiller18f09a02017-02-23 17:10:04 -08003528 - gpr_test_util
3529 - gpr
3530 args:
3531 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003532 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003533 platforms:
3534 - mac
3535 - linux
3536 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003537- name: bm_closure
3538 build: test
3539 language: c++
3540 src:
3541 - test/cpp/microbenchmarks/bm_closure.cc
3542 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003543 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -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 Tillerb3f34b62017-02-13 10:29:33 -08003549 - gpr_test_util
3550 - gpr
3551 args:
3552 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003553 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003554 platforms:
3555 - mac
3556 - linux
3557 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003558- name: bm_cq
3559 build: test
3560 language: c++
3561 src:
3562 - test/cpp/microbenchmarks/bm_cq.cc
3563 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003564 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003565 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003566 - grpc++_test_util_unsecure
3567 - grpc_test_util_unsecure
3568 - grpc++_unsecure
3569 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003570 - gpr_test_util
3571 - gpr
3572 args:
3573 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003574 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003575 platforms:
3576 - mac
3577 - linux
3578 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003579- name: bm_cq_multiple_threads
3580 build: test
3581 language: c++
3582 src:
3583 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3584 deps:
3585 - grpc_benchmark
3586 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003587 - grpc++_test_util_unsecure
3588 - grpc_test_util_unsecure
3589 - grpc++_unsecure
3590 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003591 - gpr_test_util
3592 - gpr
3593 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003594 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003595 defaults: benchmark
3596 platforms:
3597 - mac
3598 - linux
3599 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003600- name: bm_error
3601 build: test
3602 language: c++
3603 src:
3604 - test/cpp/microbenchmarks/bm_error.cc
3605 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003606 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003607 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003608 - grpc++_test_util_unsecure
3609 - grpc_test_util_unsecure
3610 - grpc++_unsecure
3611 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003612 - gpr_test_util
3613 - gpr
3614 args:
3615 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003616 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003617 platforms:
3618 - mac
3619 - linux
3620 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003621- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003622 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003623 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003624 headers:
3625 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003626 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003627 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003628 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003629 - grpc_benchmark
3630 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003631 - grpc++_test_util_unsecure
3632 - grpc_test_util_unsecure
3633 - grpc++_unsecure
3634 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003635 - gpr_test_util
3636 - gpr
3637 args:
3638 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003639 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003640 excluded_poll_engines:
3641 - poll
3642 - poll-cv
3643 platforms:
3644 - mac
3645 - linux
3646 - posix
3647 timeout_seconds: 1200
3648- name: bm_fullstack_streaming_pump
3649 build: test
3650 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003651 headers:
3652 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003653 src:
3654 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003655 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003656 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003657 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003658 - grpc++_test_util_unsecure
3659 - grpc_test_util_unsecure
3660 - grpc++_unsecure
3661 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003662 - gpr_test_util
3663 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003664 args:
3665 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003666 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003667 excluded_poll_engines:
3668 - poll
3669 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003670 platforms:
3671 - mac
3672 - linux
3673 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003674 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003675- name: bm_fullstack_trickle
3676 build: test
3677 language: c++
3678 src:
3679 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3680 deps:
3681 - grpc_benchmark
3682 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003683 - grpc++_test_util_unsecure
3684 - grpc_test_util_unsecure
3685 - grpc++_unsecure
3686 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003687 - gpr_test_util
3688 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003689 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003690 args:
3691 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003692 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003693 excluded_poll_engines:
3694 - poll
3695 - poll-cv
3696 platforms:
3697 - mac
3698 - linux
3699 - posix
3700 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003701- name: bm_fullstack_unary_ping_pong
3702 build: test
3703 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003704 headers:
3705 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003706 src:
3707 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3708 deps:
3709 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003710 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003711 - grpc++_test_util_unsecure
3712 - grpc_test_util_unsecure
3713 - grpc++_unsecure
3714 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003715 - gpr_test_util
3716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003717 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003718 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003719 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003720 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003721 - poll
3722 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003723 platforms:
3724 - mac
3725 - linux
3726 - posix
3727 timeout_seconds: 1200
3728- name: bm_metadata
3729 build: test
3730 language: c++
3731 src:
3732 - test/cpp/microbenchmarks/bm_metadata.cc
3733 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003734 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003735 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003736 - grpc++_test_util_unsecure
3737 - grpc_test_util_unsecure
3738 - grpc++_unsecure
3739 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003740 - gpr_test_util
3741 - gpr
3742 args:
3743 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003744 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003745 platforms:
3746 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003747 - linux
3748 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003749- name: bm_pollset
3750 build: test
3751 language: c++
3752 src:
3753 - test/cpp/microbenchmarks/bm_pollset.cc
3754 deps:
3755 - grpc_benchmark
3756 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003757 - grpc++_test_util_unsecure
3758 - grpc_test_util_unsecure
3759 - grpc++_unsecure
3760 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003761 - gpr_test_util
3762 - gpr
3763 args:
3764 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003765 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003766 platforms:
3767 - mac
3768 - linux
3769 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003770- name: channel_arguments_test
3771 gtest: true
3772 build: test
3773 language: c++
3774 src:
3775 - test/cpp/common/channel_arguments_test.cc
3776 deps:
3777 - grpc++
3778 - grpc
3779 - gpr
3780- name: channel_filter_test
3781 gtest: true
3782 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003783 language: c++
3784 src:
3785 - test/cpp/common/channel_filter_test.cc
3786 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003787 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003788 - grpc
3789 - gpr
3790- name: cli_call_test
3791 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003792 build: test
3793 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003794 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003795 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003796 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003797 - grpc_cli_libs
3798 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003799 - grpc_test_util
3800 - grpc++
3801 - grpc
3802 - gpr_test_util
3803 - gpr
3804- name: client_crash_test
3805 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003806 cpu_cost: 0.1
3807 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003808 language: c++
3809 src:
3810 - test/cpp/end2end/client_crash_test.cc
3811 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003812 - grpc++_test_util
3813 - grpc_test_util
3814 - grpc++
3815 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003816 - gpr_test_util
3817 - gpr
3818 platforms:
3819 - mac
3820 - linux
3821 - posix
3822- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003823 build: test
3824 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003825 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003826 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003827 - test/cpp/end2end/client_crash_test_server.cc
3828 deps:
3829 - grpc++_test_util
3830 - grpc_test_util
3831 - grpc++
3832 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003833 - gpr_test_util
3834 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003835- name: client_lb_end2end_test
3836 gtest: true
3837 build: test
3838 language: c++
3839 src:
3840 - test/cpp/end2end/client_lb_end2end_test.cc
3841 deps:
3842 - grpc++_test_util
3843 - grpc_test_util
3844 - grpc++
3845 - grpc
3846 - gpr_test_util
3847 - gpr
3848 excluded_poll_engines:
3849 - poll
3850 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003851- name: codegen_test_full
3852 gtest: true
3853 build: test
3854 language: c++
3855 src:
3856 - src/proto/grpc/testing/control.proto
3857 - src/proto/grpc/testing/messages.proto
3858 - src/proto/grpc/testing/payloads.proto
3859 - src/proto/grpc/testing/services.proto
3860 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003861 - test/cpp/codegen/codegen_test_full.cc
3862 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003863 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003864 - grpc++
3865 - grpc
3866 - gpr
3867 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003868 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003869- name: codegen_test_minimal
3870 gtest: true
3871 build: test
3872 language: c++
3873 src:
3874 - src/proto/grpc/testing/control.proto
3875 - src/proto/grpc/testing/messages.proto
3876 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003877 - src/proto/grpc/testing/services.proto
3878 - src/proto/grpc/testing/stats.proto
3879 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003880 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003881 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003882 - grpc
3883 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003884 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003885 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003886 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003887- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003888 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003889 build: test
3890 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003891 src:
3892 - test/cpp/client/credentials_test.cc
3893 deps:
3894 - grpc++
3895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003896 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003897- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003898 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003899 build: test
3900 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003901 src:
3902 - test/cpp/util/byte_buffer_test.cc
3903 deps:
3904 - grpc_test_util
3905 - grpc++
3906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003907 - gpr_test_util
3908 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003909- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003910 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003911 build: test
3912 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003913 src:
3914 - test/cpp/util/slice_test.cc
3915 deps:
3916 - grpc_test_util
3917 - grpc++
3918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003919 - gpr_test_util
3920 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003921- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003922 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003923 build: test
3924 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003925 src:
3926 - test/cpp/util/string_ref_test.cc
3927 deps:
3928 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003929 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003930- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003931 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003932 build: test
3933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003934 src:
3935 - test/cpp/util/time_test.cc
3936 deps:
3937 - grpc_test_util
3938 - grpc++
3939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003940 - gpr_test_util
3941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003942- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003943 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003944 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003945 build: test
3946 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003947 src:
3948 - test/cpp/end2end/end2end_test.cc
3949 deps:
3950 - grpc++_test_util
3951 - grpc_test_util
3952 - grpc++
3953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003954 - gpr_test_util
3955 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003956- name: error_details_test
3957 gtest: true
3958 build: test
3959 language: c++
3960 src:
3961 - src/proto/grpc/testing/echo_messages.proto
3962 - test/cpp/util/error_details_test.cc
3963 deps:
3964 - grpc++_error_details
3965 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003966- name: filter_end2end_test
3967 gtest: true
3968 build: test
3969 language: c++
3970 src:
3971 - test/cpp/end2end/filter_end2end_test.cc
3972 deps:
3973 - grpc++_test_util
3974 - grpc_test_util
3975 - grpc++
3976 - grpc
3977 - gpr_test_util
3978 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003979- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003980 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003981 build: test
3982 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003983 src:
3984 - test/cpp/end2end/generic_end2end_test.cc
3985 deps:
3986 - grpc++_test_util
3987 - grpc_test_util
3988 - grpc++
3989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003990 - gpr_test_util
3991 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003992- name: golden_file_test
3993 gtest: true
3994 build: test
3995 language: c++
3996 src:
3997 - src/proto/grpc/testing/compiler_test.proto
3998 - test/cpp/codegen/golden_file_test.cc
3999 deps:
4000 - grpc++
4001 - grpc
4002 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004003 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004004 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07004005- name: grpc_cli
4006 build: test
4007 run: false
4008 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004009 src:
4010 - test/cpp/util/grpc_cli.cc
4011 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004012 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004013 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004014 - grpc++
4015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004016 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004017 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004018- name: grpc_cpp_plugin
4019 build: protoc
4020 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004021 src:
4022 - src/compiler/cpp_plugin.cc
4023 deps:
4024 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004025 secure: false
4026 vs_config_type: Application
4027 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4028- name: grpc_csharp_plugin
4029 build: protoc
4030 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004031 src:
4032 - src/compiler/csharp_plugin.cc
4033 deps:
4034 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004035 secure: false
4036 vs_config_type: Application
4037 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004038- name: grpc_node_plugin
4039 build: protoc
4040 language: c++
4041 src:
4042 - src/compiler/node_plugin.cc
4043 deps:
4044 - grpc_plugin_support
4045 secure: false
4046 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004047- name: grpc_objective_c_plugin
4048 build: protoc
4049 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004050 src:
4051 - src/compiler/objective_c_plugin.cc
4052 deps:
4053 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004054 secure: false
4055 vs_config_type: Application
4056 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004057- name: grpc_php_plugin
4058 build: protoc
4059 language: c++
4060 src:
4061 - src/compiler/php_plugin.cc
4062 deps:
4063 - grpc_plugin_support
4064 secure: false
4065 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004066- name: grpc_python_plugin
4067 build: protoc
4068 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004069 src:
4070 - src/compiler/python_plugin.cc
4071 deps:
4072 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004073 secure: false
4074 vs_config_type: Application
4075 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4076- name: grpc_ruby_plugin
4077 build: protoc
4078 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004079 src:
4080 - src/compiler/ruby_plugin.cc
4081 deps:
4082 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004083 secure: false
4084 vs_config_type: Application
4085 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004086- name: grpc_tool_test
4087 gtest: true
4088 build: test
4089 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004090 src:
4091 - src/proto/grpc/testing/echo.proto
4092 - src/proto/grpc/testing/echo_messages.proto
4093 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004094 deps:
4095 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004096 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004097 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004098 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004099 - grpc_test_util
4100 - grpc++
4101 - grpc
4102 - gpr_test_util
4103 - gpr
4104 filegroups:
4105 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004106- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004107 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004108 build: test
4109 language: c++
4110 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004111 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004112 - test/cpp/grpclb/grpclb_api_test.cc
4113 deps:
4114 - grpc++_test_util
4115 - grpc_test_util
4116 - grpc++
4117 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004118- name: grpclb_end2end_test
4119 gtest: true
4120 build: test
4121 language: c++
4122 src:
4123 - src/proto/grpc/lb/v1/load_balancer.proto
4124 - test/cpp/end2end/grpclb_end2end_test.cc
4125 deps:
4126 - grpc++_test_util
4127 - grpc_test_util
4128 - grpc++
4129 - grpc
4130 - gpr_test_util
4131 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004132 excluded_poll_engines:
4133 - poll
4134 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004135- name: grpclb_test
4136 gtest: false
4137 build: test
4138 language: c++
4139 src:
4140 - src/proto/grpc/lb/v1/load_balancer.proto
4141 - test/cpp/grpclb/grpclb_test.cc
4142 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004143 - grpc++_test_util
4144 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004145 - grpc++
4146 - grpc
4147 - gpr_test_util
4148 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004149 excluded_poll_engines:
4150 - poll
4151 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004152- name: health_service_end2end_test
4153 gtest: true
4154 build: test
4155 language: c++
4156 src:
4157 - test/cpp/end2end/health_service_end2end_test.cc
4158 deps:
4159 - grpc++_test_util
4160 - grpc_test_util
4161 - grpc++
4162 - grpc
4163 - gpr_test_util
4164 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004165- name: http2_client
4166 build: test
4167 run: false
4168 language: c++
4169 src: []
4170 deps:
4171 - http2_client_main
4172 - grpc++_test_util
4173 - grpc_test_util
4174 - grpc++
4175 - grpc
4176 - grpc++_test_config
4177 platforms:
4178 - mac
4179 - linux
4180 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004181- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004182 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004183 build: test
4184 language: c++
4185 src:
4186 - test/cpp/end2end/hybrid_end2end_test.cc
4187 deps:
4188 - grpc++_test_util
4189 - grpc_test_util
4190 - grpc++
4191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004192 - gpr_test_util
4193 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004194- name: interop_client
4195 build: test
4196 run: false
4197 language: c++
4198 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004199 deps:
4200 - interop_client_main
4201 - interop_client_helper
4202 - grpc++_test_util
4203 - grpc_test_util
4204 - grpc++
4205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004206 - gpr_test_util
4207 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004208 - grpc++_test_config
4209 platforms:
4210 - mac
4211 - linux
4212 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004213- name: interop_server
4214 build: test
4215 run: false
4216 language: c++
4217 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004218 deps:
4219 - interop_server_main
4220 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004221 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004222 - grpc++_test_util
4223 - grpc_test_util
4224 - grpc++
4225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004226 - gpr_test_util
4227 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004228 - grpc++_test_config
4229 platforms:
4230 - mac
4231 - linux
4232 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004233- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004234 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004235 build: test
4236 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004237 src:
4238 - test/cpp/interop/interop_test.cc
4239 deps:
4240 - grpc_test_util
4241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004242 - gpr_test_util
4243 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004244 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004245 platforms:
4246 - mac
4247 - linux
4248 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004249- name: json_run_localhost
4250 build: test
4251 run: false
4252 language: c++
4253 src:
4254 - test/cpp/qps/json_run_localhost.cc
4255 deps:
4256 - grpc++_test_util
4257 - grpc_test_util
4258 - grpc++
4259 - grpc
4260 - gpr_test_util
4261 - gpr
4262 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004263 platforms:
4264 - mac
4265 - linux
4266 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004267- name: memory_test
4268 gtest: true
4269 build: test
4270 language: c++
4271 src:
4272 - test/core/support/memory_test.cc
4273 deps:
4274 - grpc_test_util
4275 - grpc++
4276 - grpc
4277 - gpr_test_util
4278 - gpr
4279 uses:
4280 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004281- name: metrics_client
4282 build: test
4283 run: false
4284 language: c++
4285 headers:
4286 - test/cpp/util/metrics_server.h
4287 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004288 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004289 - test/cpp/interop/metrics_client.cc
4290 deps:
4291 - grpc++
4292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004293 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004294 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004295- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004296 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004297 build: test
4298 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004299 headers:
4300 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004301 src:
4302 - test/cpp/end2end/mock_test.cc
4303 deps:
4304 - grpc++_test_util
4305 - grpc_test_util
4306 - grpc++
4307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004308 - gpr_test_util
4309 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004310- name: noop-benchmark
4311 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004312 language: c++
4313 src:
4314 - test/cpp/microbenchmarks/noop-benchmark.cc
4315 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004316 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004317 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004318- name: proto_server_reflection_test
4319 gtest: true
4320 build: test
4321 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004322 src:
4323 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004324 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004325 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004326 - grpc++_reflection
4327 - grpc++_test_util
4328 - grpc_test_util
4329 - grpc++
4330 - grpc
4331 - gpr_test_util
4332 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004333- name: proto_utils_test
4334 gtest: true
4335 build: test
4336 language: c++
4337 src:
4338 - test/cpp/codegen/proto_utils_test.cc
4339 deps:
4340 - grpc++
4341 - grpc
4342 filegroups:
4343 - grpc++_codegen_base
4344 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004345- name: qps_interarrival_test
4346 build: test
4347 run: false
4348 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004349 src:
4350 - test/cpp/qps/qps_interarrival_test.cc
4351 deps:
4352 - qps
4353 - grpc++_test_util
4354 - grpc_test_util
4355 - grpc++
4356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004357 - gpr_test_util
4358 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004359 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004360 platforms:
4361 - mac
4362 - linux
4363 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004364- name: qps_json_driver
4365 build: test
4366 run: false
4367 language: c++
4368 src:
4369 - test/cpp/qps/qps_json_driver.cc
4370 deps:
4371 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004372 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004373 - grpc++_test_util
4374 - grpc_test_util
4375 - grpc++
4376 - grpc
4377 - gpr_test_util
4378 - gpr
4379 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004380- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004381 cpu_cost: 0.5
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/qps/qps_openloop_test.cc
4386 deps:
4387 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004388 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004389 - grpc++_test_util
4390 - grpc_test_util
4391 - grpc++
4392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004393 - gpr_test_util
4394 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004395 - grpc++_test_config
4396 platforms:
4397 - mac
4398 - linux
4399 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004400- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004401 build: test
4402 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004403 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004404 headers:
4405 - test/cpp/qps/client.h
4406 - test/cpp/qps/server.h
4407 src:
4408 - test/cpp/qps/worker.cc
4409 deps:
4410 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004411 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004412 - grpc++_test_util
4413 - grpc_test_util
4414 - grpc++
4415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004416 - gpr_test_util
4417 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004418 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004419- name: reconnect_interop_client
4420 build: test
4421 run: false
4422 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004423 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004424 - src/proto/grpc/testing/empty.proto
4425 - src/proto/grpc/testing/messages.proto
4426 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004427 - test/cpp/interop/reconnect_interop_client.cc
4428 deps:
4429 - grpc++_test_util
4430 - grpc_test_util
4431 - grpc++
4432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004433 - gpr_test_util
4434 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004435 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004436- name: reconnect_interop_server
4437 build: test
4438 run: false
4439 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004440 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004441 - src/proto/grpc/testing/empty.proto
4442 - src/proto/grpc/testing/messages.proto
4443 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004444 - test/cpp/interop/reconnect_interop_server.cc
4445 deps:
4446 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004447 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004448 - grpc++_test_util
4449 - grpc_test_util
4450 - grpc++
4451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004452 - gpr_test_util
4453 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004454 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004455- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004456 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004457 build: test
4458 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004459 src:
4460 - test/cpp/common/secure_auth_context_test.cc
4461 deps:
4462 - grpc++_test_util
4463 - grpc_test_util
4464 - grpc++
4465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004466 - gpr_test_util
4467 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004468- name: secure_sync_unary_ping_pong_test
4469 build: test
4470 language: c++
4471 src:
4472 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4473 deps:
4474 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004475 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004476 - grpc++_test_util
4477 - grpc_test_util
4478 - grpc++
4479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004480 - gpr_test_util
4481 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004482 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004483 platforms:
4484 - mac
4485 - linux
4486 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004487- name: server_builder_plugin_test
4488 gtest: true
4489 build: test
4490 language: c++
4491 src:
4492 - test/cpp/end2end/server_builder_plugin_test.cc
4493 deps:
4494 - grpc++_test_util
4495 - grpc_test_util
4496 - grpc++
4497 - grpc
4498 - gpr_test_util
4499 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004500- name: server_builder_test
4501 gtest: true
4502 build: test
4503 language: c++
4504 src:
4505 - src/proto/grpc/testing/echo_messages.proto
4506 - src/proto/grpc/testing/echo.proto
4507 - test/cpp/server/server_builder_test.cc
4508 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004509 - grpc++_test_util_unsecure
4510 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004511 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004512 - grpc++_unsecure
4513 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004514 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004515- name: server_context_test_spouse_test
4516 gtest: true
4517 build: test
4518 language: c++
4519 src:
4520 - test/cpp/test/server_context_test_spouse_test.cc
4521 deps:
4522 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004523 - grpc++
4524 - grpc
4525 - gpr_test_util
4526 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004527 uses:
4528 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004529- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004530 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004531 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004532 build: test
4533 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004534 src:
4535 - test/cpp/end2end/server_crash_test.cc
4536 deps:
4537 - grpc++_test_util
4538 - grpc_test_util
4539 - grpc++
4540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004541 - gpr_test_util
4542 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004543 platforms:
4544 - mac
4545 - linux
4546 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004547- name: server_crash_test_client
4548 build: test
4549 run: false
4550 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004551 src:
4552 - test/cpp/end2end/server_crash_test_client.cc
4553 deps:
4554 - grpc++_test_util
4555 - grpc_test_util
4556 - grpc++
4557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004558 - gpr_test_util
4559 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004560- name: server_request_call_test
4561 gtest: true
4562 build: test
4563 language: c++
4564 src:
4565 - src/proto/grpc/testing/echo_messages.proto
4566 - src/proto/grpc/testing/echo.proto
4567 - test/cpp/server/server_request_call_test.cc
4568 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004569 - grpc++_test_util_unsecure
4570 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004571 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004572 - grpc++_unsecure
4573 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004575- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004576 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004577 build: test
4578 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004579 src:
4580 - test/cpp/end2end/shutdown_test.cc
4581 deps:
4582 - grpc++_test_util
4583 - grpc_test_util
4584 - grpc++
4585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004586 - gpr_test_util
4587 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004588- name: stats_test
4589 gtest: true
4590 build: test
4591 language: c++
4592 src:
4593 - test/core/debug/stats_test.cc
4594 deps:
4595 - grpc++_test_util
4596 - grpc_test_util
4597 - grpc
4598 - gpr_test_util
4599 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004600- name: status_test
4601 build: test
4602 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004603 src:
4604 - test/cpp/util/status_test.cc
4605 deps:
4606 - grpc_test_util
4607 - grpc++
4608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004609 - gpr_test_util
4610 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004611- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004612 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004613 build: test
4614 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004615 src:
4616 - test/cpp/end2end/streaming_throughput_test.cc
4617 deps:
4618 - grpc++_test_util
4619 - grpc_test_util
4620 - grpc++
4621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004622 - gpr_test_util
4623 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004624 platforms:
4625 - mac
4626 - linux
4627 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004628- name: stress_test
4629 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004630 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004631 language: c++
4632 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004633 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004634 - test/cpp/interop/interop_client.h
4635 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004636 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004637 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004638 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004639 - src/proto/grpc/testing/empty.proto
4640 - src/proto/grpc/testing/messages.proto
4641 - src/proto/grpc/testing/metrics.proto
4642 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004643 - test/cpp/interop/interop_client.cc
4644 - test/cpp/interop/stress_interop_client.cc
4645 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004646 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004647 deps:
4648 - grpc++_test_util
4649 - grpc_test_util
4650 - grpc++
4651 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004652 - gpr_test_util
4653 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004654 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004655- name: thread_manager_test
4656 build: test
4657 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004658 src:
4659 - test/cpp/thread_manager/thread_manager_test.cc
4660 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004661 - grpc++_unsecure
4662 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004663 - gpr
4664 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004665- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004666 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004667 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004668 build: test
4669 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004670 src:
4671 - test/cpp/end2end/thread_stress_test.cc
4672 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004673 - grpc++_test_util_unsecure
4674 - grpc_test_util_unsecure
4675 - grpc++_unsecure
4676 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004677 - gpr_test_util
4678 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004679 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004680- name: writes_per_rpc_test
4681 gtest: true
4682 cpu_cost: 0.5
4683 build: test
4684 language: c++
4685 src:
4686 - test/cpp/performance/writes_per_rpc_test.cc
4687 deps:
4688 - grpc++_test_util
4689 - grpc_test_util
4690 - grpc++
4691 - grpc
4692 - gpr_test_util
4693 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004694 platforms:
4695 - mac
4696 - linux
4697 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004698- name: public_headers_must_be_c89
4699 build: test
4700 language: c89
4701 src:
4702 - test/core/surface/public_headers_must_be_c89.c
4703 deps:
4704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004705 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004706vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004707- linkage: static
4708 name: grpc.dependencies.zlib
4709 props: false
4710 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004711 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004712- linkage: static
4713 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004714 props: true
4715 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004716 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004717- name: gflags
4718 props: false
4719 redist: false
4720 version: 2.1.2.1
4721- name: gtest
4722 props: false
4723 redist: false
4724 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004725configs:
4726 asan:
4727 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004728 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4729 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004730 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004731 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004732 LDFLAGS: -fsanitize=address
4733 LDXX: clang++
4734 compile_the_world: true
4735 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004736 ASAN_OPTIONS: detect_leaks=1:color=always
4737 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004738 asan-noleaks:
4739 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004740 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4741 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004742 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004743 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004744 LDFLAGS: -fsanitize=address
4745 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004746 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004747 test_environ:
4748 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004749 asan-trace-cmp:
4750 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004751 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4752 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004753 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004754 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004755 LDFLAGS: -fsanitize=address
4756 LDXX: clang++
4757 compile_the_world: true
4758 test_environ:
4759 ASAN_OPTIONS: detect_leaks=1:color=always
4760 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004761 basicprof:
4762 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4763 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004764 c++-compat:
4765 CFLAGS: -Wc++-compat
4766 CPPFLAGS: -O0
4767 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004768 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004769 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004770 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004771 dbg:
4772 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004773 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004774 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004775 gcov:
4776 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004777 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004778 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004779 DEFINES: _DEBUG DEBUG GPR_GCOV
4780 LD: gcc
4781 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4782 LDXX: g++
4783 helgrind:
4784 CPPFLAGS: -O0
4785 DEFINES: _DEBUG DEBUG
4786 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004787 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004788 lto:
4789 CPPFLAGS: -O2
4790 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004791 memcheck:
4792 CPPFLAGS: -O0
4793 DEFINES: _DEBUG DEBUG
4794 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004795 valgrind: --tool=memcheck --leak-check=full
4796 msan:
4797 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004798 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4799 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4800 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004801 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004802 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004803 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004804 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4805 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4806 LDXX: clang++
4807 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004808 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004809 CPPFLAGS: -O3 -fno-omit-frame-pointer
4810 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004811 LDFLAGS: -rdynamic
4812 opt:
4813 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004814 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004815 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004816 stapprof:
4817 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4818 DEFINES: NDEBUG
4819 tsan:
4820 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004821 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004822 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004823 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004824 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004825 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004826 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004827 LDXX: clang++
4828 compile_the_world: true
4829 test_environ:
4830 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004831 ubsan:
4832 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004833 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4834 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004835 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004836 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004837 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004838 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004839 LDXX: clang++
4840 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004841 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004842 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004843defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004844 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004845 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4846 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004847 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4848 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004849 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4850 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004851 benchmark:
4852 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004853 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004854 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004855 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004856 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004857 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004858 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004859 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004860 LDFLAGS: -g
4861 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004862 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004863 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004864node_modules:
4865- deps:
4866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004867 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004868 - boringssl
4869 - z
murgatroid9994a75412015-11-19 14:04:53 -08004870 headers:
4871 - src/node/ext/byte_buffer.h
4872 - src/node/ext/call.h
4873 - src/node/ext/call_credentials.h
4874 - src/node/ext/channel.h
4875 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004876 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004877 - src/node/ext/server.h
4878 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004879 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004880 - src/node/ext/timeval.h
4881 js:
4882 - src/node/index.js
4883 - src/node/src/client.js
4884 - src/node/src/common.js
4885 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004886 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004887 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004888 - src/node/src/metadata.js
4889 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004890 name: grpc_node
4891 src:
4892 - src/node/ext/byte_buffer.cc
4893 - src/node/ext/call.cc
4894 - src/node/ext/call_credentials.cc
4895 - src/node/ext/channel.cc
4896 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004897 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004898 - src/node/ext/node_grpc.cc
4899 - src/node/ext/server.cc
4900 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004901 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004902 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004903openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004904 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004905 extraction_dir: openssl-1.0.2f
4906 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004907php_config_m4:
4908 deps:
4909 - grpc
4910 - gpr
4911 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004912 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004913 headers:
4914 - src/php/ext/grpc/byte_buffer.h
4915 - src/php/ext/grpc/call.h
4916 - src/php/ext/grpc/call_credentials.h
4917 - src/php/ext/grpc/channel.h
4918 - src/php/ext/grpc/channel_credentials.h
4919 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004920 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004921 - src/php/ext/grpc/php_grpc.h
4922 - src/php/ext/grpc/server.h
4923 - src/php/ext/grpc/server_credentials.h
4924 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004925 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004926 src:
4927 - src/php/ext/grpc/byte_buffer.c
4928 - src/php/ext/grpc/call.c
4929 - src/php/ext/grpc/call_credentials.c
4930 - src/php/ext/grpc/channel.c
4931 - src/php/ext/grpc/channel_credentials.c
4932 - src/php/ext/grpc/completion_queue.c
4933 - src/php/ext/grpc/php_grpc.c
4934 - src/php/ext/grpc/server.c
4935 - src/php/ext/grpc/server_credentials.c
4936 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004937python_dependencies:
4938 deps:
4939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004940 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004941 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004942 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004943 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004944ruby_gem:
4945 deps:
4946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004947 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004948 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004949 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004950 - z