blob: 92ca2b6237b1554923ac6d15e66c969df94bd2e6 [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:
Vijay Paiefce6e12017-09-14 09:07:50 -0700505 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700506 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800507 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800508 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800509 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800510 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800511 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700512 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800513 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700514 uses:
515 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700516- name: grpc_deadline_filter
517 headers:
518 - src/core/ext/filters/deadline/deadline_filter.h
519 src:
520 - src/core/ext/filters/deadline/deadline_filter.c
521 plugin: grpc_deadline_filter
522 uses:
523 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700524- name: grpc_http_filters
525 headers:
526 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700527 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700528 - src/core/ext/filters/http/server/http_server_filter.h
529 src:
530 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700531 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700532 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700533 - src/core/ext/filters/http/server/http_server_filter.c
534 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700535 uses:
536 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700537- name: grpc_lb_policy_grpclb
538 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700539 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700540 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
541 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
544 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700545 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700547 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
548 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700549 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700550 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
551 - 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 -0800552 plugin: grpc_lb_policy_grpclb
553 uses:
554 - grpc_base
555 - grpc_client_channel
556 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700557 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800558- name: grpc_lb_policy_grpclb_secure
559 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700560 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700561 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
562 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700563 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700564 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
565 - 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 -0800566 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700567 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700568 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
569 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700570 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700571 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
572 - 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 -0700573 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700574 uses:
575 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700576 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700577 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700578 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700579 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700580- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700581 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700582 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700583 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700584 uses:
585 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700586 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700587- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700588 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700589 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700590 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700591 uses:
592 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700593 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700594- name: grpc_max_age_filter
595 headers:
596 - src/core/ext/filters/max_age/max_age_filter.h
597 src:
598 - src/core/ext/filters/max_age/max_age_filter.c
599 plugin: grpc_max_age_filter
600 uses:
601 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700602- name: grpc_message_size_filter
603 headers:
604 - src/core/ext/filters/message_size/message_size_filter.h
605 src:
606 - src/core/ext/filters/message_size/message_size_filter.c
607 plugin: grpc_message_size_filter
608 uses:
609 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700610- name: grpc_resolver_dns_ares
611 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700612 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
613 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700614 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700615 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
616 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
617 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700618 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700619 plugin: grpc_resolver_dns_ares
620 uses:
621 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700622 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700623- name: grpc_resolver_dns_native
624 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700625 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700626 plugin: grpc_resolver_dns_native
627 uses:
628 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700629 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700630- name: grpc_resolver_fake
631 headers:
632 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
633 src:
634 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
635 plugin: grpc_resolver_fake
636 uses:
637 - grpc_base
638 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700639- name: grpc_resolver_sockaddr
640 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700641 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700642 plugin: grpc_resolver_sockaddr
643 uses:
644 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700645 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100646- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700647 public_headers:
648 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100649 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700650 - src/core/lib/security/context/security_context.h
651 - src/core/lib/security/credentials/composite/composite_credentials.h
652 - src/core/lib/security/credentials/credentials.h
653 - src/core/lib/security/credentials/fake/fake_credentials.h
654 - src/core/lib/security/credentials/google_default/google_default_credentials.h
655 - src/core/lib/security/credentials/iam/iam_credentials.h
656 - src/core/lib/security/credentials/jwt/json_token.h
657 - src/core/lib/security/credentials/jwt/jwt_credentials.h
658 - src/core/lib/security/credentials/jwt/jwt_verifier.h
659 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
660 - src/core/lib/security/credentials/plugin/plugin_credentials.h
661 - src/core/lib/security/credentials/ssl/ssl_credentials.h
662 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800663 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700664 - src/core/lib/security/transport/secure_endpoint.h
665 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800666 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700667 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700668 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100669 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700670 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700671 - src/core/lib/security/context/security_context.c
672 - src/core/lib/security/credentials/composite/composite_credentials.c
673 - src/core/lib/security/credentials/credentials.c
674 - src/core/lib/security/credentials/credentials_metadata.c
675 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700676 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700677 - src/core/lib/security/credentials/google_default/google_default_credentials.c
678 - src/core/lib/security/credentials/iam/iam_credentials.c
679 - src/core/lib/security/credentials/jwt/json_token.c
680 - src/core/lib/security/credentials/jwt/jwt_credentials.c
681 - src/core/lib/security/credentials/jwt/jwt_verifier.c
682 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
683 - src/core/lib/security/credentials/plugin/plugin_credentials.c
684 - src/core/lib/security/credentials/ssl/ssl_credentials.c
685 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800686 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700687 - src/core/lib/security/transport/secure_endpoint.c
688 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800689 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700690 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700691 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700692 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700693 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700694 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700695 uses:
696 - grpc_base
697 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700698 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700699- name: grpc_server_backward_compatibility
700 headers:
701 - src/core/ext/filters/workarounds/workaround_utils.h
702 src:
703 - src/core/ext/filters/workarounds/workaround_utils.c
704 uses:
705 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700706- name: grpc_server_load_reporting
707 headers:
708 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
709 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
710 src:
711 - src/core/ext/filters/load_reporting/server_load_reporting_filter.c
712 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.c
713 plugin: grpc_server_load_reporting_plugin
714 uses:
715 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700716- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700717 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700718 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700719 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700720 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800721 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700722 - test/core/end2end/fixtures/proxy.h
723 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800724 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700725 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200726 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700727 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700728 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700729 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700730 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700731 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700732 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800733 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700734 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700735 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700736 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800737 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700738 - test/core/end2end/fixtures/proxy.c
739 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800740 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700741 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200742 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700743 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700744 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700745 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800746 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700747 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700748 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800749 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700750 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700751 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700752 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700753 uses:
754 - grpc_base
755 - grpc_client_channel
756 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700757- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700758 src:
759 - src/core/lib/debug/trace.c
760 deps:
761 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700762 filegroups:
763 - grpc_trace_headers
764- name: grpc_trace_headers
765 headers:
766 - src/core/lib/debug/trace.h
767 deps:
768 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700769- name: grpc_transport_chttp2
770 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700771 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700772 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700773 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
774 - src/core/ext/transport/chttp2/transport/frame.h
775 - src/core/ext/transport/chttp2/transport/frame_data.h
776 - src/core/ext/transport/chttp2/transport/frame_goaway.h
777 - src/core/ext/transport/chttp2/transport/frame_ping.h
778 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
779 - src/core/ext/transport/chttp2/transport/frame_settings.h
780 - src/core/ext/transport/chttp2/transport/frame_window_update.h
781 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
782 - src/core/ext/transport/chttp2/transport/hpack_parser.h
783 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700784 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700785 - src/core/ext/transport/chttp2/transport/huffsyms.h
786 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
787 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700788 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700789 - src/core/ext/transport/chttp2/transport/varint.h
790 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700791 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700792 - src/core/ext/transport/chttp2/transport/bin_encoder.c
793 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700794 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700795 - src/core/ext/transport/chttp2/transport/flow_control.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700796 - src/core/ext/transport/chttp2/transport/frame_data.c
797 - src/core/ext/transport/chttp2/transport/frame_goaway.c
798 - src/core/ext/transport/chttp2/transport/frame_ping.c
799 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
800 - src/core/ext/transport/chttp2/transport/frame_settings.c
801 - src/core/ext/transport/chttp2/transport/frame_window_update.c
802 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
803 - src/core/ext/transport/chttp2/transport/hpack_parser.c
804 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700805 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700806 - src/core/ext/transport/chttp2/transport/huffsyms.c
807 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
808 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700809 - src/core/ext/transport/chttp2/transport/stream_lists.c
810 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700811 - src/core/ext/transport/chttp2/transport/varint.c
812 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700813 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700814 uses:
815 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700816 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700817 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700818- name: grpc_transport_chttp2_alpn
819 headers:
820 - src/core/ext/transport/chttp2/alpn/alpn.h
821 src:
822 - src/core/ext/transport/chttp2/alpn/alpn.c
823 deps:
824 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800825- name: grpc_transport_chttp2_client_connector
826 headers:
827 - src/core/ext/transport/chttp2/client/chttp2_connector.h
828 src:
829 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800830 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800831 - grpc_transport_chttp2
832 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700833 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700834- name: grpc_transport_chttp2_client_insecure
835 src:
836 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700837 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700838 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800839 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700840 - grpc_transport_chttp2
841 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700842 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700843- name: grpc_transport_chttp2_client_secure
844 src:
845 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700846 uses:
847 - grpc_transport_chttp2
848 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700849 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700850 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800851 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800852- name: grpc_transport_chttp2_server
853 headers:
854 - src/core/ext/transport/chttp2/server/chttp2_server.h
855 src:
856 - src/core/ext/transport/chttp2/server/chttp2_server.c
857 uses:
858 - grpc_transport_chttp2
859 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700860- name: grpc_transport_chttp2_server_insecure
861 src:
862 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700863 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700864 uses:
865 - grpc_transport_chttp2
866 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800867 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700868- name: grpc_transport_chttp2_server_secure
869 src:
870 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700871 uses:
872 - grpc_transport_chttp2
873 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700874 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800875 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700876- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700877 public_headers:
878 - include/grpc/grpc_cronet.h
879 - include/grpc/grpc_security.h
880 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700881 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800882 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800883 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700884 src:
885 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
886 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
887 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700888 filegroups:
889 - grpc_base
890 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700891 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700892- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700893 src:
894 - src/core/ext/transport/inproc/inproc_plugin.c
895 - src/core/ext/transport/inproc/inproc_transport.c
896 plugin: grpc_inproc_plugin
897 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700898 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700899 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700900- name: grpc_transport_inproc_headers
901 headers:
902 - src/core/ext/transport/inproc/inproc_transport.h
903 uses:
904 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700905- name: grpc_workaround_cronet_compression_filter
906 headers:
907 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
908 src:
909 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
910 plugin: grpc_workaround_cronet_compression_filter
911 uses:
912 - grpc_base
913 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800914- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700915 src:
916 - third_party/nanopb/pb_common.c
917 - third_party/nanopb/pb_decode.c
918 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700919 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700920 - nanopb_headers
921- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800922 headers:
923 - third_party/nanopb/pb.h
924 - third_party/nanopb/pb_common.h
925 - third_party/nanopb/pb_decode.h
926 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700927- name: transport_security_test_lib
928 build: test
929 headers:
930 - test/core/tsi/transport_security_test_lib.h
931 src:
932 - test/core/tsi/transport_security_test_lib.c
933 deps:
934 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935- name: tsi
936 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700937 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700938 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700939 - src/core/tsi/ssl_transport_security.h
940 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700941 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700942 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700943 - src/core/tsi/fake_transport_security.c
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700944 - src/core/tsi/gts_transport_security.c
Craig Tiller134fed32017-03-28 14:27:18 -0700945 - src/core/tsi/ssl_transport_security.c
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700946 - src/core/tsi/transport_security_grpc.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700947 deps:
948 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700949 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700950 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700951 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700952 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700953 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700954 - grpc_trace
955- name: tsi_interface
956 headers:
957 - src/core/tsi/transport_security.h
958 - src/core/tsi/transport_security_adapter.h
959 - src/core/tsi/transport_security_interface.h
960 src:
961 - src/core/tsi/transport_security.c
962 - src/core/tsi/transport_security_adapter.c
963 deps:
964 - gpr
965 secure: true
966 uses:
967 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700968- name: grpc++_codegen_base
969 language: c++
970 public_headers:
971 - include/grpc++/impl/codegen/async_stream.h
972 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700973 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700974 - include/grpc++/impl/codegen/call.h
975 - include/grpc++/impl/codegen/call_hook.h
976 - include/grpc++/impl/codegen/channel_interface.h
977 - include/grpc++/impl/codegen/client_context.h
978 - include/grpc++/impl/codegen/client_unary_call.h
979 - include/grpc++/impl/codegen/completion_queue.h
980 - include/grpc++/impl/codegen/completion_queue_tag.h
981 - include/grpc++/impl/codegen/config.h
982 - include/grpc++/impl/codegen/core_codegen_interface.h
983 - include/grpc++/impl/codegen/create_auth_context.h
984 - include/grpc++/impl/codegen/grpc_library.h
985 - include/grpc++/impl/codegen/metadata_map.h
986 - include/grpc++/impl/codegen/method_handler_impl.h
987 - include/grpc++/impl/codegen/rpc_method.h
988 - include/grpc++/impl/codegen/rpc_service_method.h
989 - include/grpc++/impl/codegen/security/auth_context.h
990 - include/grpc++/impl/codegen/serialization_traits.h
991 - include/grpc++/impl/codegen/server_context.h
992 - include/grpc++/impl/codegen/server_interface.h
993 - include/grpc++/impl/codegen/service_type.h
994 - include/grpc++/impl/codegen/slice.h
995 - include/grpc++/impl/codegen/status.h
996 - include/grpc++/impl/codegen/status_code_enum.h
997 - include/grpc++/impl/codegen/string_ref.h
998 - include/grpc++/impl/codegen/stub_options.h
999 - include/grpc++/impl/codegen/sync_stream.h
1000 - include/grpc++/impl/codegen/time.h
1001 uses:
1002 - grpc_codegen
1003- name: grpc++_codegen_base_src
1004 language: c++
1005 src:
1006 - src/cpp/codegen/codegen_init.cc
1007 uses:
1008 - grpc++_codegen_base
1009- name: grpc++_codegen_proto
1010 language: c++
1011 public_headers:
1012 - include/grpc++/impl/codegen/proto_utils.h
1013 uses:
1014 - grpc++_codegen_base
1015 - grpc++_config_proto
1016- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001017 language: c++
1018 public_headers:
1019 - include/grpc++/alarm.h
1020 - include/grpc++/channel.h
1021 - include/grpc++/client_context.h
1022 - include/grpc++/completion_queue.h
1023 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001024 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001025 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001026 - include/grpc++/generic/async_generic_service.h
1027 - include/grpc++/generic/generic_stub.h
1028 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001029 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001030 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001031 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001032 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001033 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001034 - include/grpc++/impl/grpc_library.h
1035 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001036 - include/grpc++/impl/rpc_method.h
1037 - include/grpc++/impl/rpc_service_method.h
1038 - include/grpc++/impl/serialization_traits.h
1039 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001040 - include/grpc++/impl/server_builder_plugin.h
1041 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001042 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001043 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001044 - include/grpc++/security/auth_context.h
1045 - include/grpc++/security/auth_metadata_processor.h
1046 - include/grpc++/security/credentials.h
1047 - include/grpc++/security/server_credentials.h
1048 - include/grpc++/server.h
1049 - include/grpc++/server_builder.h
1050 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001051 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001052 - include/grpc++/support/async_stream.h
1053 - include/grpc++/support/async_unary_call.h
1054 - include/grpc++/support/byte_buffer.h
1055 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001056 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001057 - include/grpc++/support/slice.h
1058 - include/grpc++/support/status.h
1059 - include/grpc++/support/status_code_enum.h
1060 - include/grpc++/support/string_ref.h
1061 - include/grpc++/support/stub_options.h
1062 - include/grpc++/support/sync_stream.h
1063 - include/grpc++/support/time.h
1064 headers:
1065 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001066 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001068 - src/cpp/server/health/default_health_check_service.h
1069 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001070 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001071 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001072 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001073 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001074 - src/cpp/client/client_context.cc
1075 - src/cpp/client/create_channel.cc
1076 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001077 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001078 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001079 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001080 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001081 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001082 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001084 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001085 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001086 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001087 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001088 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001089 - src/cpp/server/create_default_thread_pool.cc
1090 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001091 - src/cpp/server/health/default_health_check_service.cc
1092 - src/cpp/server/health/health.pb.c
1093 - src/cpp/server/health/health_check_service.cc
1094 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001095 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001096 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001097 - src/cpp/server/server_context.cc
1098 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001099 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001100 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001101 - src/cpp/util/byte_buffer_cc.cc
1102 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001103 - src/cpp/util/status.cc
1104 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001105 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001106 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001107 - gpr_base_headers
1108 - grpc_base_headers
1109 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001110 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001111 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001112- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001113 language: c++
1114 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001115 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001116- name: grpc++_reflection_proto
1117 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001118 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001119 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001120- name: grpc++_test
1121 language: c++
1122 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001123 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001124 - include/grpc++/test/server_context_test_spouse.h
1125 deps:
1126 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001127 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001128libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001129- name: gpr
1130 build: all
1131 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001132 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001133 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001134 secure: false
1135 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1136- name: gpr_test_util
1137 build: private
1138 language: c
1139 headers:
1140 - test/core/util/test_config.h
1141 src:
1142 - test/core/util/test_config.c
1143 deps:
1144 - gpr
1145 secure: false
1146 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147- name: grpc
1148 build: all
1149 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001150 src:
1151 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001153 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001155 filegroups:
1156 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001157 - grpc_transport_chttp2_server_secure
1158 - grpc_transport_chttp2_client_secure
1159 - grpc_transport_chttp2_server_insecure
1160 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001161 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001162 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001163 - grpc_lb_policy_pick_first
1164 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001165 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001166 - grpc_resolver_dns_native
1167 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001168 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001169 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001170 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001171 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001172 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001173 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001174 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001175 - grpc_workaround_cronet_compression_filter
1176 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001177 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001178 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001179 vs_packages:
1180 - grpc.dependencies.openssl
1181 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001183- name: grpc_cronet
1184 build: all
1185 language: c
1186 src:
1187 - src/core/lib/surface/init.c
1188 baselib: true
1189 deps_linkage: static
1190 dll: true
1191 filegroups:
1192 - grpc_base
1193 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001194 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001195 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001196 generate_plugin_registry: true
1197 platforms:
1198 - linux
1199 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001200- name: grpc_dll
1201 build: private
1202 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001203 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001204 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001205 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001206 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001207 build_system:
1208 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001209 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001210 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001211 vs_config_type: DynamicLibrary
1212 vs_packages:
1213 - grpc.dependencies.openssl
1214 - grpc.dependencies.zlib
1215 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1216 vs_props:
1217 - zlib
1218 - openssl
1219 - winsock
1220 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221- name: grpc_test_util
1222 build: private
1223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001224 headers:
1225 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001226 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001227 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001228 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001229 - test/core/end2end/data/server1_cert.c
1230 - test/core/end2end/data/server1_key.c
1231 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001232 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001233 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001234 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001235 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001236 - grpc
1237 filegroups:
1238 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1240- name: grpc_test_util_unsecure
1241 build: private
1242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001243 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001244 - gpr
1245 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001246 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001247 filegroups:
1248 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249 secure: false
1250 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1251- name: grpc_unsecure
1252 build: all
1253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001254 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001255 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001256 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001258 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001259 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001260 filegroups:
1261 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001262 - grpc_transport_chttp2_server_insecure
1263 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001264 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001265 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001266 - grpc_resolver_dns_native
1267 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001268 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001269 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001270 - grpc_lb_policy_grpclb
1271 - grpc_lb_policy_pick_first
1272 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001273 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001274 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001275 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001276 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001277 - grpc_workaround_cronet_compression_filter
1278 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001279 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280 secure: false
1281 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001282- name: reconnect_server
1283 build: private
1284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001285 headers:
1286 - test/core/util/reconnect_server.h
1287 src:
1288 - test/core/util/reconnect_server.c
1289 deps:
yang-gc9fca182015-11-06 16:41:33 -08001290 - test_tcp_server
1291 - grpc_test_util
1292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001293 - gpr_test_util
1294 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001295- name: test_tcp_server
1296 build: private
1297 language: c
1298 headers:
1299 - test/core/util/test_tcp_server.h
1300 src:
1301 - test/core/util/test_tcp_server.c
1302 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001303 - grpc_test_util
1304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001305 - gpr_test_util
1306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001307- name: grpc++
1308 build: all
1309 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001310 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001311 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001312 - src/cpp/client/secure_credentials.h
1313 - src/cpp/common/secure_auth_context.h
1314 - src/cpp/server/secure_server_credentials.h
1315 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001316 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001317 - src/cpp/client/secure_credentials.cc
1318 - src/cpp/common/auth_property_iterator.cc
1319 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001320 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001321 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001322 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001323 - src/cpp/server/secure_server_credentials.cc
1324 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001325 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001326 baselib: true
1327 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001328 filegroups:
1329 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001330 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001331 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001332 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001333 secure: check
1334 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001335- name: grpc++_core_stats
1336 build: private
1337 language: c++
1338 public_headers:
1339 - src/cpp/util/core_stats.h
1340 src:
1341 - src/proto/grpc/core/stats.proto
1342 - src/cpp/util/core_stats.cc
1343 deps:
1344 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001345- name: grpc++_cronet
1346 build: all
1347 language: c++
1348 src:
1349 - src/cpp/client/cronet_credentials.cc
1350 - src/cpp/client/insecure_credentials.cc
1351 - src/cpp/common/insecure_create_auth_context.cc
1352 - src/cpp/server/insecure_server_credentials.cc
1353 deps:
1354 - gpr
1355 - grpc_cronet
1356 baselib: true
1357 dll: true
1358 filegroups:
1359 - grpc++_base
1360 - grpc++_codegen_base
1361 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001362 - grpc_transport_chttp2_client_insecure
1363 - grpc_transport_chttp2_server_insecure
1364 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001365 platforms:
1366 - linux
1367 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001368- name: grpc++_error_details
1369 build: all
1370 language: c++
1371 public_headers:
1372 - include/grpc++/support/error_details.h
1373 src:
1374 - src/proto/grpc/status/status.proto
1375 - src/cpp/util/error_details.cc
1376 deps:
1377 - grpc++
1378 baselib: true
1379 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001380- name: grpc++_proto_reflection_desc_db
1381 build: private
1382 language: c++
1383 headers:
1384 - test/cpp/util/proto_reflection_descriptor_database.h
1385 src:
1386 - test/cpp/util/proto_reflection_descriptor_database.cc
1387 deps:
1388 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001389 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001390 filegroups:
1391 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001392 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001393- name: grpc++_reflection
1394 build: all
1395 language: c++
1396 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001397 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001398 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001399 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001400 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001401 - src/cpp/ext/proto_server_reflection.cc
1402 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001403 deps:
1404 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001405 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001406 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001407 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408- name: grpc++_test_config
1409 build: private
1410 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001411 headers:
1412 - test/cpp/util/test_config.h
1413 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001414 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: grpc++_test_util
1416 build: private
1417 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001418 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001419 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001420 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001421 - test/cpp/util/create_test_channel.h
1422 - test/cpp/util/string_ref_helper.h
1423 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001424 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
yang-gc8a49d22016-12-12 11:18:49 -08001426 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001427 - src/proto/grpc/testing/echo_messages.proto
1428 - src/proto/grpc/testing/echo.proto
1429 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001430 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001431 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001432 - test/cpp/util/create_test_channel.cc
1433 - test/cpp/util/string_ref_helper.cc
1434 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001435 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001436 deps:
1437 - grpc++
1438 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001439 - grpc
yang-g17487f92016-06-03 15:21:15 -07001440 filegroups:
1441 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001442 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001443 - grpc++_codegen_proto
1444 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001445- name: grpc++_test_util_unsecure
1446 build: private
1447 language: c++
1448 headers:
1449 - test/cpp/end2end/test_service_impl.h
1450 - test/cpp/util/byte_buffer_proto_helper.h
1451 - test/cpp/util/string_ref_helper.h
1452 - test/cpp/util/subprocess.h
1453 src:
1454 - src/proto/grpc/health/v1/health.proto
1455 - src/proto/grpc/testing/echo_messages.proto
1456 - src/proto/grpc/testing/echo.proto
1457 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1458 - test/cpp/end2end/test_service_impl.cc
1459 - test/cpp/util/byte_buffer_proto_helper.cc
1460 - test/cpp/util/string_ref_helper.cc
1461 - test/cpp/util/subprocess.cc
1462 deps:
1463 - grpc++_unsecure
1464 - grpc_test_util_unsecure
1465 - grpc_unsecure
1466 filegroups:
1467 - grpc++_codegen_base
1468 - grpc++_codegen_base_src
1469 - grpc++_codegen_proto
1470 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001471- name: grpc++_unsecure
1472 build: all
1473 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001474 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001475 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001476 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001477 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001478 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001479 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001480 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001481 baselib: true
1482 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001483 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001484 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001485 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001486 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487 secure: false
1488 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001489- name: grpc_benchmark
1490 build: test
1491 language: c++
1492 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001493 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1494 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001495 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001496 src:
1497 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001498 deps:
1499 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001500 - grpc++_unsecure
1501 - grpc_test_util_unsecure
1502 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001503 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001504- name: grpc_cli_libs
1505 build: private
1506 language: c++
1507 headers:
1508 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001509 - test/cpp/util/cli_credentials.h
1510 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001511 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001512 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001513 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001514 src:
1515 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001516 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001517 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001518 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001519 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001520 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001521 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001522 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001523 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001524 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001525 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001526 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001527- name: grpc_plugin_support
1528 build: protoc
1529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001530 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001531 - src/compiler/config.h
1532 - src/compiler/cpp_generator.h
1533 - src/compiler/cpp_generator_helpers.h
1534 - src/compiler/csharp_generator.h
1535 - src/compiler/csharp_generator_helpers.h
1536 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001537 - src/compiler/node_generator.h
1538 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001539 - src/compiler/objective_c_generator.h
1540 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001541 - src/compiler/php_generator.h
1542 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301543 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001544 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301545 - src/compiler/python_generator_helpers.h
1546 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001547 - src/compiler/ruby_generator.h
1548 - src/compiler/ruby_generator_helpers-inl.h
1549 - src/compiler/ruby_generator_map-inl.h
1550 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301551 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001552 src:
1553 - src/compiler/cpp_generator.cc
1554 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001555 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001556 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001557 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001558 - src/compiler/python_generator.cc
1559 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001560 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001561 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562 secure: false
1563 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001564 vs_props:
1565 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001566- name: http2_client_main
1567 build: private
1568 language: c++
1569 headers:
1570 - test/cpp/interop/http2_client.h
1571 src:
1572 - src/proto/grpc/testing/empty.proto
1573 - src/proto/grpc/testing/messages.proto
1574 - src/proto/grpc/testing/test.proto
1575 - test/cpp/interop/http2_client.cc
1576 deps:
1577 - grpc++_test_util
1578 - grpc_test_util
1579 - grpc++
1580 - grpc
1581 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001582- name: interop_client_helper
1583 build: private
1584 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001585 headers:
1586 - test/cpp/interop/client_helper.h
1587 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001588 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001589 - test/cpp/interop/client_helper.cc
1590 deps:
1591 - grpc++_test_util
1592 - grpc_test_util
1593 - grpc++
1594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001596- name: interop_client_main
1597 build: private
1598 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001599 headers:
1600 - test/cpp/interop/interop_client.h
1601 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001602 - src/proto/grpc/testing/empty.proto
1603 - src/proto/grpc/testing/messages.proto
1604 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001605 - test/cpp/interop/client.cc
1606 - test/cpp/interop/interop_client.cc
1607 deps:
1608 - interop_client_helper
1609 - grpc++_test_util
1610 - grpc_test_util
1611 - grpc++
1612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001613 - gpr_test_util
1614 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001615 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001616- name: interop_server_helper
1617 build: private
1618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001619 headers:
1620 - test/cpp/interop/server_helper.h
1621 src:
1622 - test/cpp/interop/server_helper.cc
1623 deps:
yang-gcc591022017-01-11 11:10:43 -08001624 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001625 - grpc_test_util
1626 - grpc++
1627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001628 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001629- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630 build: private
1631 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001633 - src/proto/grpc/testing/empty.proto
1634 - src/proto/grpc/testing/messages.proto
1635 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001636 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001637 deps:
1638 - interop_server_helper
1639 - grpc++_test_util
1640 - grpc_test_util
1641 - grpc++
1642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001643 - gpr_test_util
1644 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001645 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001646- name: interop_server_main
1647 build: private
1648 language: c++
1649 src:
1650 - test/cpp/interop/interop_server_bootstrap.cc
1651 deps:
1652 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: qps
1654 build: private
1655 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001656 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001657 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001658 - test/cpp/qps/client.h
1659 - test/cpp/qps/driver.h
1660 - test/cpp/qps/histogram.h
1661 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001662 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001663 - test/cpp/qps/qps_worker.h
1664 - test/cpp/qps/report.h
1665 - test/cpp/qps/server.h
1666 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001667 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001669 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001670 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001671 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001672 - src/proto/grpc/testing/control.proto
1673 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001674 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001675 - test/cpp/qps/client_async.cc
1676 - test/cpp/qps/client_sync.cc
1677 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001678 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001679 - test/cpp/qps/qps_worker.cc
1680 - test/cpp/qps/report.cc
1681 - test/cpp/qps/server_async.cc
1682 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001683 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001684 deps:
1685 - grpc_test_util
1686 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001687 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001688 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001689 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001690- name: grpc_csharp_ext
1691 build: all
1692 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001693 src:
1694 - src/csharp/ext/grpc_csharp_ext.c
1695 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001697 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001698 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001699 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700 dll: only
1701 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001702 vs_packages:
1703 - grpc.dependencies.openssl
1704 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001706 vs_props:
1707 - zlib
1708 - openssl
1709 - winsock
1710 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001712- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001713 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001714 build: test
1715 language: c
1716 src:
1717 - test/core/surface/alarm_test.c
1718 deps:
1719 - grpc_test_util
1720 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001721 - gpr_test_util
1722 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001723- name: algorithm_test
1724 build: test
1725 language: c
1726 src:
1727 - test/core/compression/algorithm_test.c
1728 deps:
1729 - grpc_test_util
1730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001731 - gpr_test_util
1732 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001733- name: alloc_test
1734 build: test
1735 language: c
1736 src:
1737 - test/core/support/alloc_test.c
1738 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001739 - gpr_test_util
1740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001741- name: alpn_test
1742 build: test
1743 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001744 src:
1745 - test/core/transport/chttp2/alpn_test.c
1746 deps:
1747 - grpc_test_util
1748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001749 - gpr_test_util
1750 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001751- name: api_fuzzer
1752 build: fuzzer
1753 language: c
1754 src:
1755 - test/core/end2end/fuzzers/api_fuzzer.c
1756 deps:
1757 - grpc_test_util
1758 - grpc
1759 - gpr_test_util
1760 - gpr
1761 corpus_dirs:
1762 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001763 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001764 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001765- name: arena_test
1766 build: test
1767 language: c
1768 src:
1769 - test/core/support/arena_test.c
1770 deps:
1771 - gpr_test_util
1772 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001773- name: bad_server_response_test
1774 build: test
1775 language: c
1776 src:
1777 - test/core/end2end/bad_server_response_test.c
1778 deps:
1779 - test_tcp_server
1780 - grpc_test_util
1781 - grpc
1782 - gpr_test_util
1783 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001784 exclude_iomgrs:
1785 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001786- name: bdp_estimator_test
1787 build: test
1788 language: c
1789 src:
1790 - test/core/transport/bdp_estimator_test.c
1791 deps:
1792 - grpc_test_util
1793 - grpc
1794 - gpr_test_util
1795 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001796- name: bin_decoder_test
1797 build: test
1798 language: c
1799 src:
1800 - test/core/transport/chttp2/bin_decoder_test.c
1801 deps:
1802 - grpc_test_util
1803 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001804- name: bin_encoder_test
1805 build: test
1806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001807 src:
1808 - test/core/transport/chttp2/bin_encoder_test.c
1809 deps:
1810 - grpc_test_util
1811 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001812- name: byte_stream_test
1813 build: test
1814 language: c
1815 src:
1816 - test/core/transport/byte_stream_test.c
1817 deps:
1818 - grpc_test_util
1819 - grpc
1820 - gpr_test_util
1821 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001822- name: census_context_test
1823 build: test
1824 language: c
1825 src:
1826 - test/core/census/context_test.c
1827 deps:
1828 - grpc_test_util
1829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr_test_util
1831 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001832- name: census_intrusive_hash_map_test
1833 build: test
1834 language: c
1835 src:
1836 - test/core/census/intrusive_hash_map_test.c
1837 deps:
1838 - grpc_test_util
1839 - grpc
1840 - gpr_test_util
1841 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001842- name: census_resource_test
1843 build: test
1844 language: c
1845 src:
1846 - test/core/census/resource_test.c
1847 deps:
1848 - grpc_test_util
1849 - grpc
1850 - gpr_test_util
1851 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001852- name: census_trace_context_test
1853 build: test
1854 language: c
1855 src:
1856 - test/core/census/trace_context_test.c
1857 deps:
1858 - grpc_test_util
1859 - grpc
1860 - gpr_test_util
1861 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001862- name: channel_create_test
1863 build: test
1864 language: c
1865 src:
1866 - test/core/surface/channel_create_test.c
1867 deps:
1868 - grpc_test_util
1869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001872- name: check_epollexclusive
1873 build: tool
1874 language: c
1875 src:
1876 - test/build/check_epollexclusive.c
1877 deps:
1878 - grpc
1879 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001880- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881 build: test
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001884 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001885 deps:
1886 - grpc_test_util
1887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890- name: chttp2_stream_map_test
1891 build: test
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
1894 - test/core/transport/chttp2/stream_map_test.c
1895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001900- name: chttp2_varint_test
1901 build: test
1902 language: c
1903 src:
1904 - test/core/transport/chttp2/varint_test.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001910- name: client_fuzzer
1911 build: fuzzer
1912 language: c
1913 src:
1914 - test/core/end2end/fuzzers/client_fuzzer.c
1915 deps:
1916 - grpc_test_util
1917 - grpc
1918 - gpr_test_util
1919 - gpr
1920 corpus_dirs:
1921 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001922 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001923 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001924- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001925 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001926 build: test
1927 language: c
1928 src:
1929 - test/core/iomgr/combiner_test.c
1930 deps:
1931 - grpc_test_util
1932 - grpc
1933 - gpr_test_util
1934 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001935- name: compression_test
1936 build: test
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
1939 - test/core/compression/compression_test.c
1940 deps:
1941 - grpc_test_util
1942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001945- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001946 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001947 build: test
1948 language: c
1949 src:
1950 - test/core/surface/concurrent_connectivity_test.c
1951 deps:
1952 - grpc_test_util
1953 - grpc
1954 - gpr_test_util
1955 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001956 exclude_iomgrs:
1957 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001958- name: connection_refused_test
1959 cpu_cost: 0.1
1960 build: test
1961 language: c
1962 src:
1963 - test/core/end2end/connection_refused_test.c
1964 deps:
1965 - grpc_test_util
1966 - grpc
1967 - gpr_test_util
1968 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001969- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001970 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001971 build: test
1972 language: c
1973 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001974 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001975 deps:
1976 - grpc_test_util
1977 - grpc
1978 - gpr_test_util
1979 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001980 exclude_iomgrs:
1981 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001982- name: dns_resolver_test
1983 build: test
1984 language: c
1985 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001986 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001987 deps:
1988 - grpc_test_util
1989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001993 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994 build: test
1995 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001996 src:
1997 - test/core/end2end/dualstack_socket_test.c
1998 deps:
1999 - grpc_test_util
2000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002001 - gpr_test_util
2002 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002003 exclude_iomgrs:
2004 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002005 platforms:
2006 - mac
2007 - linux
2008 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002009- name: endpoint_pair_test
2010 build: test
2011 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002012 src:
2013 - test/core/iomgr/endpoint_pair_test.c
2014 deps:
2015 - grpc_test_util
2016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002017 - gpr_test_util
2018 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002019 exclude_iomgrs:
2020 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002021- name: error_test
2022 cpu_cost: 30
2023 build: test
2024 language: c
2025 src:
2026 - test/core/iomgr/error_test.c
2027 deps:
2028 - grpc_test_util
2029 - grpc
2030 - gpr_test_util
2031 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002032- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002033 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002034 build: test
2035 language: c
2036 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002037 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002038 deps:
2039 - grpc_test_util
2040 - grpc
2041 - gpr_test_util
2042 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002043 exclude_iomgrs:
2044 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002045 platforms:
2046 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002047- name: fake_resolver_test
2048 build: test
2049 language: c
2050 src:
2051 - test/core/client_channel/resolvers/fake_resolver_test.c
2052 deps:
2053 - grpc_test_util
2054 - grpc
2055 - gpr_test_util
2056 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002057- name: fake_transport_security_test
2058 build: test
2059 language: c
2060 src:
2061 - test/core/tsi/fake_transport_security_test.c
2062 deps:
2063 - gpr_test_util
2064 - gpr
2065 - grpc
2066 filegroups:
2067 - transport_security_test_lib
2068 platforms:
2069 - linux
2070 - posix
2071 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: fd_conservation_posix_test
2073 build: test
2074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
2076 - test/core/iomgr/fd_conservation_posix_test.c
2077 deps:
2078 - grpc_test_util
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002082 exclude_iomgrs:
2083 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002084 platforms:
2085 - mac
2086 - linux
2087 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002088- name: fd_posix_test
2089 build: test
2090 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002091 src:
2092 - test/core/iomgr/fd_posix_test.c
2093 deps:
2094 - grpc_test_util
2095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002098 exclude_iomgrs:
2099 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002100 platforms:
2101 - mac
2102 - linux
2103 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104- name: fling_client
2105 build: test
2106 run: false
2107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
2109 - test/core/fling/client.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115- name: fling_server
2116 build: test
2117 run: false
2118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002119 src:
2120 - test/core/fling/server.c
2121 deps:
2122 - grpc_test_util
2123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 - gpr_test_util
2125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002126- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002127 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128 build: test
2129 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002130 src:
2131 - test/core/fling/fling_stream_test.c
2132 deps:
2133 - grpc_test_util
2134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr_test_util
2136 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002137 platforms:
2138 - mac
2139 - linux
2140 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002141- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002142 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143 build: test
2144 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002145 src:
2146 - test/core/fling/fling_test.c
2147 deps:
2148 - grpc_test_util
2149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002150 - gpr_test_util
2151 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002152 platforms:
2153 - mac
2154 - linux
2155 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: gen_hpack_tables
2157 build: tool
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
2160 - tools/codegen/core/gen_hpack_tables.c
2161 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002163 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002164- name: gen_legal_metadata_characters
2165 build: tool
2166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002167 src:
2168 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002170- name: gen_percent_encoding_tables
2171 build: tool
2172 language: c
2173 src:
2174 - tools/codegen/core/gen_percent_encoding_tables.c
2175 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002176- name: goaway_server_test
2177 cpu_cost: 0.1
2178 build: test
2179 language: c
2180 src:
2181 - test/core/end2end/goaway_server_test.c
2182 deps:
2183 - grpc_test_util
2184 - grpc
2185 - gpr_test_util
2186 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002187 exclude_iomgrs:
2188 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002189 platforms:
2190 - mac
2191 - linux
2192 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002193- name: gpr_avl_test
2194 build: test
2195 language: c
2196 src:
2197 - test/core/support/avl_test.c
2198 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002201- name: gpr_backoff_test
2202 build: test
2203 language: c
2204 src:
2205 - test/core/support/backoff_test.c
2206 deps:
2207 - gpr_test_util
2208 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209- name: gpr_cmdline_test
2210 build: test
2211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002212 src:
2213 - test/core/support/cmdline_test.c
2214 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002215 - gpr_test_util
2216 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002217- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002218 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002219 build: test
2220 language: c
2221 src:
2222 - test/core/support/cpu_test.c
2223 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002226- name: gpr_env_test
2227 build: test
2228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002229 src:
2230 - test/core/support/env_test.c
2231 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr_test_util
2233 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002234- name: gpr_histogram_test
2235 build: test
2236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002237 src:
2238 - test/core/support/histogram_test.c
2239 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002240 - gpr_test_util
2241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242- name: gpr_host_port_test
2243 build: test
2244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
2246 - test/core/support/host_port_test.c
2247 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 - gpr_test_util
2249 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250- name: gpr_log_test
2251 build: test
2252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002253 src:
2254 - test/core/support/log_test.c
2255 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002258- name: gpr_mpscq_test
2259 cpu_cost: 30
2260 build: test
2261 language: c
2262 src:
2263 - test/core/support/mpscq_test.c
2264 deps:
2265 - gpr_test_util
2266 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002267- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002268 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002269 build: test
2270 language: c
2271 src:
2272 - test/core/support/spinlock_test.c
2273 deps:
2274 - gpr_test_util
2275 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002276- name: gpr_stack_lockfree_test
2277 cpu_cost: 7
2278 build: test
2279 language: c
2280 src:
2281 - test/core/support/stack_lockfree_test.c
2282 deps:
2283 - gpr_test_util
2284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: gpr_string_test
2286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/core/support/string_test.c
2290 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr_test_util
2292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002294 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295 build: test
2296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - test/core/support/sync_test.c
2299 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002303 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304 build: test
2305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002306 src:
2307 - test/core/support/thd_test.c
2308 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002309 - gpr_test_util
2310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: gpr_time_test
2312 build: test
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
2315 - test/core/support/time_test.c
2316 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002319- name: gpr_tls_test
2320 build: test
2321 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002322 src:
2323 - test/core/support/tls_test.c
2324 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002327- name: gpr_useful_test
2328 build: test
2329 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002330 src:
2331 - test/core/support/useful_test.c
2332 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002335- name: grpc_auth_context_test
2336 build: test
2337 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002338 src:
2339 - test/core/security/auth_context_test.c
2340 deps:
2341 - grpc_test_util
2342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002343 - gpr_test_util
2344 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002345- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002346 build: test
2347 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002348 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002349 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002350 deps:
2351 - grpc_test_util
2352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002353 - gpr_test_util
2354 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002355- name: grpc_byte_buffer_reader_test
2356 build: test
2357 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002358 src:
2359 - test/core/surface/byte_buffer_reader_test.c
2360 deps:
2361 - grpc_test_util
2362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002363 - gpr_test_util
2364 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002365- name: grpc_channel_args_test
2366 build: test
2367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002368 src:
2369 - test/core/channel/channel_args_test.c
2370 deps:
2371 - grpc_test_util
2372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002373 - gpr_test_util
2374 - gpr
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002375- name: grpc_channel_stack_builder_test
2376 build: test
2377 language: c
2378 src:
2379 - test/core/channel/channel_stack_builder_test.c
2380 deps:
2381 - grpc_test_util
2382 - grpc
2383 - gpr_test_util
2384 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002385- name: grpc_channel_stack_test
2386 build: test
2387 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002388 src:
2389 - test/core/channel/channel_stack_test.c
2390 deps:
2391 - grpc_test_util
2392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 - gpr_test_util
2394 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002395- name: grpc_completion_queue_test
2396 build: test
2397 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002398 src:
2399 - test/core/surface/completion_queue_test.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002405- name: grpc_completion_queue_threading_test
2406 build: test
2407 language: c
2408 src:
2409 - test/core/surface/completion_queue_threading_test.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
2413 - gpr_test_util
2414 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002415 exclude_iomgrs:
2416 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002417- name: grpc_create_jwt
2418 build: tool
2419 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002420 src:
2421 - test/core/security/create_jwt.c
2422 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002425 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426- name: grpc_credentials_test
2427 build: test
2428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002429 src:
2430 - test/core/security/credentials_test.c
2431 deps:
2432 - grpc_test_util
2433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002434 - gpr_test_util
2435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002436- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002437 build: test
2438 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002440 src:
2441 - test/core/security/fetch_oauth2.c
2442 deps:
2443 - grpc_test_util
2444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 - gpr_test_util
2446 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002447- name: grpc_invalid_channel_args_test
2448 build: test
2449 language: c
2450 src:
2451 - test/core/surface/invalid_channel_args_test.c
2452 deps:
2453 - grpc_test_util
2454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 - gpr_test_util
2456 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002457- name: grpc_json_token_test
2458 build: test
2459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002460 src:
2461 - test/core/security/json_token_test.c
2462 deps:
2463 - grpc_test_util
2464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002465 - gpr_test_util
2466 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002467 platforms:
2468 - linux
2469 - posix
2470 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002471- name: grpc_jwt_verifier_test
2472 build: test
2473 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002474 src:
2475 - test/core/security/jwt_verifier_test.c
2476 deps:
2477 - grpc_test_util
2478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002479 - gpr_test_util
2480 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002481- name: grpc_print_google_default_creds_token
2482 build: tool
2483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
2485 - test/core/security/print_google_default_creds_token.c
2486 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002488 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002489- name: grpc_security_connector_test
2490 build: test
2491 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002492 src:
2493 - test/core/security/security_connector_test.c
2494 deps:
2495 - grpc_test_util
2496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002497 - gpr_test_util
2498 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002499- name: grpc_verify_jwt
2500 build: tool
2501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002502 src:
2503 - test/core/security/verify_jwt.c
2504 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002506 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002507- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002508 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002509 language: c
2510 src:
2511 - test/core/handshake/client_ssl.c
2512 deps:
2513 - grpc_test_util
2514 - grpc
2515 - gpr_test_util
2516 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002517 exclude_iomgrs:
2518 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002519 platforms:
2520 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002521 secure: true
2522- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002523 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002524 language: c
2525 src:
2526 - test/core/handshake/server_ssl.c
2527 deps:
2528 - grpc_test_util
2529 - grpc
2530 - gpr_test_util
2531 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002532 exclude_iomgrs:
2533 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002534 platforms:
2535 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002536 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002537- name: hpack_parser_fuzzer_test
2538 build: fuzzer
2539 language: c
2540 src:
2541 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2542 deps:
2543 - grpc_test_util
2544 - grpc
2545 - gpr_test_util
2546 - gpr
2547 corpus_dirs:
2548 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002549 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002550 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: hpack_parser_test
2552 build: test
2553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002554 src:
2555 - test/core/transport/chttp2/hpack_parser_test.c
2556 deps:
2557 - grpc_test_util
2558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002559 - gpr_test_util
2560 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561- name: hpack_table_test
2562 build: test
2563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002564 src:
2565 - test/core/transport/chttp2/hpack_table_test.c
2566 deps:
2567 - grpc_test_util
2568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002569 - gpr_test_util
2570 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002571- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572 build: test
2573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002575 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002576 deps:
2577 - grpc_test_util
2578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002579 - gpr_test_util
2580 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002581- name: http_request_fuzzer_test
2582 build: fuzzer
2583 language: c
2584 src:
2585 - test/core/http/request_fuzzer.c
2586 deps:
2587 - grpc_test_util
2588 - grpc
2589 - gpr_test_util
2590 - gpr
2591 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002592 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002593 maxlen: 2048
2594- name: http_response_fuzzer_test
2595 build: fuzzer
2596 language: c
2597 src:
2598 - test/core/http/response_fuzzer.c
2599 deps:
2600 - grpc_test_util
2601 - grpc
2602 - gpr_test_util
2603 - gpr
2604 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002605 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002606 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002607- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002608 build: test
2609 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002610 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002611 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002612 deps:
2613 - grpc_test_util
2614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002615 - gpr_test_util
2616 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002618 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002619 build: test
2620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002621 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002622 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002623 deps:
2624 - grpc_test_util
2625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002626 - gpr_test_util
2627 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002628 platforms:
2629 - mac
2630 - linux
2631 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002632- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002633 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002634 build: test
2635 language: c
2636 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002637 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002638 deps:
2639 - grpc_test_util
2640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002641 - gpr_test_util
2642 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002643 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002644 - linux
yang-gf1183302015-12-07 16:02:05 -08002645- name: init_test
2646 build: test
2647 language: c
2648 src:
2649 - test/core/surface/init_test.c
2650 deps:
2651 - grpc_test_util
2652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002653 - gpr_test_util
2654 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002655- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002656 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002657 build: test
2658 language: c
2659 src:
2660 - test/core/end2end/invalid_call_argument_test.c
2661 deps:
2662 - grpc_test_util
2663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002664 - gpr_test_util
2665 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002666- name: json_fuzzer_test
2667 build: fuzzer
2668 language: c
2669 src:
2670 - test/core/json/fuzzer.c
2671 deps:
2672 - grpc_test_util
2673 - grpc
2674 - gpr_test_util
2675 - gpr
2676 corpus_dirs:
2677 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002678 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002679- name: json_rewrite
2680 build: test
2681 run: false
2682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002683 src:
2684 - test/core/json/json_rewrite.c
2685 deps:
2686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002687 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002688- name: json_rewrite_test
2689 build: test
2690 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002691 src:
2692 - test/core/json/json_rewrite_test.c
2693 deps:
2694 - grpc_test_util
2695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002696 - gpr_test_util
2697 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002698- name: json_stream_error_test
2699 build: test
2700 language: c
2701 src:
2702 - test/core/json/json_stream_error_test.c
2703 deps:
2704 - grpc_test_util
2705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002706 - gpr_test_util
2707 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002708- name: json_test
2709 build: test
2710 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002711 src:
2712 - test/core/json/json_test.c
2713 deps:
2714 - grpc_test_util
2715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002716 - gpr_test_util
2717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718- name: lame_client_test
2719 build: test
2720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002721 src:
2722 - test/core/surface/lame_client_test.c
2723 deps:
2724 - grpc_test_util
2725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002726 - gpr_test_util
2727 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002728- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002729 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002730 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002731 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002733 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002734 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002735 deps:
2736 - grpc_test_util
2737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002738 - gpr_test_util
2739 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002740- name: load_file_test
2741 build: test
2742 language: c
2743 src:
2744 - test/core/iomgr/load_file_test.c
2745 deps:
2746 - grpc_test_util
2747 - grpc
2748 - gpr_test_util
2749 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002750- name: low_level_ping_pong_benchmark
2751 build: benchmark
2752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002753 src:
2754 - test/core/network_benchmarks/low_level_ping_pong.c
2755 deps:
2756 - grpc_test_util
2757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002758 - gpr_test_util
2759 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002760 platforms:
2761 - mac
2762 - linux
2763 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002764- name: memory_profile_client
2765 build: test
2766 run: false
2767 language: c
2768 src:
2769 - test/core/memory_usage/client.c
2770 deps:
2771 - grpc_test_util
2772 - grpc
2773 - gpr_test_util
2774 - gpr
2775- name: memory_profile_server
2776 build: test
2777 run: false
2778 language: c
2779 src:
2780 - test/core/memory_usage/server.c
2781 deps:
2782 - grpc_test_util
2783 - grpc
2784 - gpr_test_util
2785 - gpr
2786- name: memory_profile_test
2787 cpu_cost: 1.5
2788 build: test
2789 language: c
2790 src:
2791 - test/core/memory_usage/memory_usage_test.c
2792 deps:
2793 - grpc_test_util
2794 - grpc
2795 - gpr_test_util
2796 - gpr
2797 platforms:
2798 - mac
2799 - linux
2800 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801- name: message_compress_test
2802 build: test
2803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002804 src:
2805 - test/core/compression/message_compress_test.c
2806 deps:
2807 - grpc_test_util
2808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002809 - gpr_test_util
2810 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002811- name: minimal_stack_is_minimal_test
2812 build: test
2813 language: c
2814 src:
2815 - test/core/channel/minimal_stack_is_minimal_test.c
2816 deps:
2817 - grpc_test_util
2818 - grpc
2819 - gpr_test_util
2820 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002821- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002822 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002823 build: test
2824 language: c
2825 src:
2826 - test/core/census/mlog_test.c
2827 deps:
2828 - grpc_test_util
2829 - grpc
2830 - gpr_test_util
2831 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832- name: multiple_server_queues_test
2833 build: test
2834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002835 src:
2836 - test/core/end2end/multiple_server_queues_test.c
2837 deps:
2838 - grpc_test_util
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr_test_util
2841 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002842- name: murmur_hash_test
2843 build: test
2844 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002845 src:
2846 - test/core/support/murmur_hash_test.c
2847 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002848 - gpr_test_util
2849 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002850- name: nanopb_fuzzer_response_test
2851 build: fuzzer
2852 language: c
2853 src:
2854 - test/core/nanopb/fuzzer_response.c
2855 deps:
2856 - grpc_test_util
2857 - grpc
2858 - gpr_test_util
2859 - gpr
2860 corpus_dirs:
2861 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002862 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002863- name: nanopb_fuzzer_serverlist_test
2864 build: fuzzer
2865 language: c
2866 src:
2867 - test/core/nanopb/fuzzer_serverlist.c
2868 deps:
2869 - grpc_test_util
2870 - grpc
2871 - gpr_test_util
2872 - gpr
2873 corpus_dirs:
2874 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002875 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002876- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002877 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002878 build: test
2879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002880 src:
2881 - test/core/end2end/no_server_test.c
2882 deps:
2883 - grpc_test_util
2884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002885 - gpr_test_util
2886 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002887- name: num_external_connectivity_watchers_test
2888 build: test
2889 language: c
2890 src:
2891 - test/core/surface/num_external_connectivity_watchers_test.c
2892 deps:
2893 - grpc_test_util
2894 - grpc
2895 - gpr_test_util
2896 - gpr
2897 exclude_iomgrs:
2898 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002899- name: parse_address_test
2900 build: test
2901 language: c
2902 src:
2903 - test/core/client_channel/parse_address_test.c
2904 deps:
2905 - grpc_test_util
2906 - grpc
2907 - gpr_test_util
2908 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002909- name: percent_decode_fuzzer
2910 build: fuzzer
2911 language: c
2912 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002913 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002914 deps:
2915 - grpc_test_util
2916 - grpc
2917 - gpr_test_util
2918 - gpr
2919 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002920 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002921 maxlen: 32
2922- name: percent_encode_fuzzer
2923 build: fuzzer
2924 language: c
2925 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002926 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002927 deps:
2928 - grpc_test_util
2929 - grpc
2930 - gpr_test_util
2931 - gpr
2932 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002933 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002934 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002935- name: percent_encoding_test
2936 build: test
2937 language: c
2938 src:
2939 - test/core/slice/percent_encoding_test.c
2940 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002941 - grpc_test_util
2942 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002943 - gpr_test_util
2944 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002945- name: pollset_set_test
2946 build: test
2947 language: c
2948 src:
2949 - test/core/iomgr/pollset_set_test.c
2950 deps:
2951 - grpc_test_util
2952 - grpc
2953 - gpr_test_util
2954 - gpr
2955 exclude_iomgrs:
2956 - uv
2957 platforms:
2958 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002959- name: resolve_address_posix_test
2960 build: test
2961 language: c
2962 src:
2963 - test/core/iomgr/resolve_address_posix_test.c
2964 deps:
2965 - grpc_test_util
2966 - grpc
2967 - gpr_test_util
2968 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002969 exclude_iomgrs:
2970 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002971 platforms:
2972 - mac
2973 - linux
2974 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002975- name: resolve_address_test
2976 build: test
2977 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002978 src:
2979 - test/core/iomgr/resolve_address_test.c
2980 deps:
2981 - grpc_test_util
2982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002983 - gpr_test_util
2984 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002985- name: resource_quota_test
2986 cpu_cost: 30
2987 build: test
2988 language: c
2989 src:
2990 - test/core/iomgr/resource_quota_test.c
2991 deps:
2992 - grpc_test_util
2993 - grpc
2994 - gpr_test_util
2995 - gpr
yang-gd482e592015-12-10 14:04:00 -08002996- name: secure_channel_create_test
2997 build: test
2998 language: c
2999 src:
3000 - test/core/surface/secure_channel_create_test.c
3001 deps:
3002 - grpc_test_util
3003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 - gpr_test_util
3005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006- name: secure_endpoint_test
3007 build: test
3008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003009 src:
3010 - test/core/security/secure_endpoint_test.c
3011 deps:
3012 - grpc_test_util
3013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003014 - gpr_test_util
3015 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003016 exclude_iomgrs:
3017 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003018- name: sequential_connectivity_test
3019 build: test
3020 language: c
3021 src:
3022 - test/core/surface/sequential_connectivity_test.c
3023 deps:
3024 - grpc_test_util
3025 - grpc
3026 - gpr_test_util
3027 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003028 exclude_iomgrs:
3029 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003030- name: server_chttp2_test
3031 build: test
3032 language: c
3033 src:
3034 - test/core/surface/server_chttp2_test.c
3035 deps:
3036 - grpc_test_util
3037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003038 - gpr_test_util
3039 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003040- name: server_fuzzer
3041 build: fuzzer
3042 language: c
3043 src:
3044 - test/core/end2end/fuzzers/server_fuzzer.c
3045 deps:
3046 - grpc_test_util
3047 - grpc
3048 - gpr_test_util
3049 - gpr
3050 corpus_dirs:
3051 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003052 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003053 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003054- name: server_test
3055 build: test
3056 language: c
3057 src:
3058 - test/core/surface/server_test.c
3059 deps:
3060 - grpc_test_util
3061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003062 - gpr_test_util
3063 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003064- name: slice_buffer_test
3065 build: test
3066 language: c
3067 src:
3068 - test/core/slice/slice_buffer_test.c
3069 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003070 - grpc_test_util
3071 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003072 - gpr_test_util
3073 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003074- name: slice_hash_table_test
3075 build: test
3076 language: c
3077 src:
3078 - test/core/slice/slice_hash_table_test.c
3079 deps:
3080 - grpc_test_util
3081 - grpc
3082 - gpr_test_util
3083 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003084- name: slice_string_helpers_test
3085 build: test
3086 language: c
3087 src:
3088 - test/core/slice/slice_string_helpers_test.c
3089 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003090 - grpc_test_util
3091 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003092 - gpr_test_util
3093 - gpr
3094- name: slice_test
3095 build: test
3096 language: c
3097 src:
3098 - test/core/slice/slice_test.c
3099 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003100 - grpc_test_util
3101 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003102 - gpr_test_util
3103 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003104- name: sockaddr_resolver_test
3105 build: test
3106 language: c
3107 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003108 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003109 deps:
3110 - grpc_test_util
3111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003112 - gpr_test_util
3113 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003114- name: sockaddr_utils_test
3115 build: test
3116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003117 src:
3118 - test/core/iomgr/sockaddr_utils_test.c
3119 deps:
3120 - grpc_test_util
3121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003122 - gpr_test_util
3123 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003124- name: socket_utils_test
3125 build: test
3126 language: c
3127 src:
3128 - test/core/iomgr/socket_utils_test.c
3129 deps:
3130 - grpc_test_util
3131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003132 - gpr_test_util
3133 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003134 exclude_iomgrs:
3135 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003136 platforms:
3137 - mac
3138 - linux
3139 - posix
yang-g31e21282016-11-04 15:10:03 -07003140- name: ssl_server_fuzzer
3141 build: fuzzer
3142 language: c
3143 src:
3144 - test/core/security/ssl_server_fuzzer.c
3145 deps:
3146 - grpc_test_util
3147 - grpc
3148 - gpr_test_util
3149 - gpr
3150 corpus_dirs:
3151 - test/core/security/corpus/ssl_server_corpus
3152 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003153- name: ssl_transport_security_test
3154 build: test
3155 language: c
3156 src:
3157 - test/core/tsi/ssl_transport_security_test.c
3158 deps:
3159 - gpr_test_util
3160 - gpr
3161 - grpc
3162 filegroups:
3163 - transport_security_test_lib
3164 platforms:
3165 - linux
3166 - posix
3167 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003168- name: status_conversion_test
3169 build: test
3170 language: c
3171 src:
3172 - test/core/transport/status_conversion_test.c
3173 deps:
3174 - grpc_test_util
3175 - grpc
3176 - gpr_test_util
3177 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003178- name: stream_compression_test
3179 build: test
3180 language: c
3181 src:
3182 - test/core/compression/stream_compression_test.c
3183 deps:
3184 - grpc_test_util
3185 - grpc
3186 - gpr_test_util
3187 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003188- name: stream_owned_slice_test
3189 build: test
3190 language: c
3191 src:
3192 - test/core/transport/stream_owned_slice_test.c
3193 deps:
3194 - grpc_test_util
3195 - grpc
3196 - gpr_test_util
3197 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003198- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003199 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003200 build: test
3201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003202 src:
3203 - test/core/iomgr/tcp_client_posix_test.c
3204 deps:
3205 - grpc_test_util
3206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003207 - gpr_test_util
3208 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003209 exclude_iomgrs:
3210 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003211 platforms:
3212 - mac
3213 - linux
3214 - posix
murgatroid991191b722017-02-08 11:56:52 -08003215- name: tcp_client_uv_test
3216 cpu_cost: 0.5
3217 build: test
3218 language: c
3219 src:
3220 - test/core/iomgr/tcp_client_uv_test.c
3221 deps:
3222 - grpc_test_util
3223 - grpc
3224 - gpr_test_util
3225 - gpr
3226 exclude_iomgrs:
3227 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003228- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003229 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003230 build: test
3231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003232 src:
3233 - test/core/iomgr/tcp_posix_test.c
3234 deps:
3235 - grpc_test_util
3236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003237 - gpr_test_util
3238 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003239 exclude_iomgrs:
3240 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003241 platforms:
3242 - mac
3243 - linux
3244 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003245- name: tcp_server_posix_test
3246 build: test
3247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003248 src:
3249 - test/core/iomgr/tcp_server_posix_test.c
3250 deps:
3251 - grpc_test_util
3252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003253 - gpr_test_util
3254 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003255 exclude_iomgrs:
3256 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003257 platforms:
3258 - mac
3259 - linux
3260 - posix
murgatroid991191b722017-02-08 11:56:52 -08003261- name: tcp_server_uv_test
3262 build: test
3263 language: c
3264 src:
3265 - test/core/iomgr/tcp_server_uv_test.c
3266 deps:
3267 - grpc_test_util
3268 - grpc
3269 - gpr_test_util
3270 - gpr
3271 exclude_iomgrs:
3272 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003273- name: time_averaged_stats_test
3274 build: test
3275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003276 src:
3277 - test/core/iomgr/time_averaged_stats_test.c
3278 deps:
3279 - grpc_test_util
3280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003281 - gpr_test_util
3282 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003283- name: timeout_encoding_test
3284 build: test
3285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003286 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003287 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003288 deps:
3289 - grpc_test_util
3290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003291 - gpr_test_util
3292 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003293- name: timer_heap_test
3294 build: test
3295 language: c
3296 src:
3297 - test/core/iomgr/timer_heap_test.c
3298 deps:
3299 - grpc_test_util
3300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003301 - gpr_test_util
3302 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003303 exclude_iomgrs:
3304 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003305- name: timer_list_test
3306 build: test
3307 language: c
3308 src:
3309 - test/core/iomgr/timer_list_test.c
3310 deps:
3311 - grpc_test_util
3312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003313 - gpr_test_util
3314 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003315 exclude_iomgrs:
3316 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003317- name: transport_connectivity_state_test
3318 build: test
3319 language: c
3320 src:
3321 - test/core/transport/connectivity_state_test.c
3322 deps:
3323 - grpc_test_util
3324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003325 - gpr_test_util
3326 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003327- name: transport_metadata_test
3328 build: test
3329 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003330 src:
3331 - test/core/transport/metadata_test.c
3332 deps:
3333 - grpc_test_util
3334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003335 - gpr_test_util
3336 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003337- name: transport_pid_controller_test
3338 build: test
3339 language: c
3340 src:
3341 - test/core/transport/pid_controller_test.c
3342 deps:
3343 - grpc_test_util
3344 - grpc
3345 - gpr_test_util
3346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003347- name: transport_security_test
3348 build: test
3349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003350 src:
3351 - test/core/tsi/transport_security_test.c
3352 deps:
3353 - grpc_test_util
3354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003355 - gpr_test_util
3356 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003357 platforms:
3358 - linux
3359 - posix
3360 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003361- name: udp_server_test
3362 build: test
3363 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003364 src:
3365 - test/core/iomgr/udp_server_test.c
3366 deps:
3367 - grpc_test_util
3368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003369 - gpr_test_util
3370 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003371 exclude_iomgrs:
3372 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003373 platforms:
3374 - mac
3375 - linux
3376 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003377- name: uri_fuzzer_test
3378 build: fuzzer
3379 language: c
3380 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003381 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003382 deps:
3383 - grpc_test_util
3384 - grpc
3385 - gpr_test_util
3386 - gpr
3387 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003388 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003389 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003390- name: uri_parser_test
3391 build: test
3392 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003393 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003394 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003395 deps:
3396 - grpc_test_util
3397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003398 - gpr_test_util
3399 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003400- name: wakeup_fd_cv_test
3401 build: test
3402 language: c
3403 src:
3404 - test/core/iomgr/wakeup_fd_cv_test.c
3405 deps:
3406 - grpc_test_util
3407 - grpc
3408 - gpr_test_util
3409 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003410 exclude_iomgrs:
3411 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003412 platforms:
3413 - mac
3414 - linux
3415 - posix
vjpai04e992a2016-02-10 16:58:38 -08003416- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003417 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003418 build: test
3419 language: c++
3420 src:
3421 - test/cpp/common/alarm_cpp_test.cc
3422 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003423 - grpc++_test_util_unsecure
3424 - grpc_test_util_unsecure
3425 - grpc++_unsecure
3426 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003427 - gpr_test_util
3428 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003430 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431 build: test
3432 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003433 src:
3434 - test/cpp/end2end/async_end2end_test.cc
3435 deps:
3436 - grpc++_test_util
3437 - grpc_test_util
3438 - grpc++
3439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003440 - gpr_test_util
3441 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003442- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003443 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003444 build: test
3445 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003446 src:
3447 - test/cpp/common/auth_property_iterator_test.cc
3448 deps:
3449 - grpc++_test_util
3450 - grpc_test_util
3451 - grpc++
3452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003453 - gpr_test_util
3454 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003455- name: bm_arena
3456 build: test
3457 language: c++
3458 src:
3459 - test/cpp/microbenchmarks/bm_arena.cc
3460 deps:
3461 - grpc_benchmark
3462 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003463 - grpc++_test_util_unsecure
3464 - grpc_test_util_unsecure
3465 - grpc++_unsecure
3466 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003467 - gpr_test_util
3468 - gpr
3469 args:
3470 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003471 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003472 platforms:
3473 - mac
3474 - linux
3475 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003476- name: bm_call_create
3477 build: test
3478 language: c++
3479 src:
3480 - test/cpp/microbenchmarks/bm_call_create.cc
3481 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003482 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003483 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003484 - grpc++_test_util_unsecure
3485 - grpc_test_util_unsecure
3486 - grpc++_unsecure
3487 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003488 - gpr_test_util
3489 - gpr
3490 args:
3491 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003492 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003493 platforms:
3494 - mac
3495 - linux
3496 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003497- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003498 build: test
3499 language: c++
3500 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003501 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003502 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003503 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003504 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003505 - grpc++_test_util_unsecure
3506 - grpc_test_util_unsecure
3507 - grpc++_unsecure
3508 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003509 - gpr_test_util
3510 - gpr
3511 args:
3512 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003513 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003514 platforms:
3515 - mac
3516 - linux
3517 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003518- name: bm_chttp2_transport
3519 build: test
3520 language: c++
3521 src:
3522 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3523 deps:
3524 - grpc_benchmark
3525 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003526 - grpc++_test_util_unsecure
3527 - grpc_test_util_unsecure
3528 - grpc++_unsecure
3529 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003530 - gpr_test_util
3531 - gpr
3532 args:
3533 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003534 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003535 platforms:
3536 - mac
3537 - linux
3538 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003539- name: bm_closure
3540 build: test
3541 language: c++
3542 src:
3543 - test/cpp/microbenchmarks/bm_closure.cc
3544 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003545 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003546 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003547 - grpc++_test_util_unsecure
3548 - grpc_test_util_unsecure
3549 - grpc++_unsecure
3550 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003551 - gpr_test_util
3552 - gpr
3553 args:
3554 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003555 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003556 platforms:
3557 - mac
3558 - linux
3559 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003560- name: bm_cq
3561 build: test
3562 language: c++
3563 src:
3564 - test/cpp/microbenchmarks/bm_cq.cc
3565 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003566 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003567 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003568 - grpc++_test_util_unsecure
3569 - grpc_test_util_unsecure
3570 - grpc++_unsecure
3571 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003572 - gpr_test_util
3573 - gpr
3574 args:
3575 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003576 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003577 platforms:
3578 - mac
3579 - linux
3580 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003581- name: bm_cq_multiple_threads
3582 build: test
3583 language: c++
3584 src:
3585 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3586 deps:
3587 - grpc_benchmark
3588 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003589 - grpc++_test_util_unsecure
3590 - grpc_test_util_unsecure
3591 - grpc++_unsecure
3592 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003593 - gpr_test_util
3594 - gpr
3595 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003596 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003597 defaults: benchmark
3598 platforms:
3599 - mac
3600 - linux
3601 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003602- name: bm_error
3603 build: test
3604 language: c++
3605 src:
3606 - test/cpp/microbenchmarks/bm_error.cc
3607 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003608 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003609 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003610 - grpc++_test_util_unsecure
3611 - grpc_test_util_unsecure
3612 - grpc++_unsecure
3613 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003614 - gpr_test_util
3615 - gpr
3616 args:
3617 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003618 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003619 platforms:
3620 - mac
3621 - linux
3622 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003623- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003624 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003625 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003626 headers:
3627 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003628 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003629 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003630 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003631 - grpc_benchmark
3632 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003633 - grpc++_test_util_unsecure
3634 - grpc_test_util_unsecure
3635 - grpc++_unsecure
3636 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003637 - gpr_test_util
3638 - gpr
3639 args:
3640 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003641 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003642 excluded_poll_engines:
3643 - poll
3644 - poll-cv
3645 platforms:
3646 - mac
3647 - linux
3648 - posix
3649 timeout_seconds: 1200
3650- name: bm_fullstack_streaming_pump
3651 build: test
3652 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003653 headers:
3654 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003655 src:
3656 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003657 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003658 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003659 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003660 - grpc++_test_util_unsecure
3661 - grpc_test_util_unsecure
3662 - grpc++_unsecure
3663 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003664 - gpr_test_util
3665 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003666 args:
3667 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003668 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003669 excluded_poll_engines:
3670 - poll
3671 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003672 platforms:
3673 - mac
3674 - linux
3675 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003676 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003677- name: bm_fullstack_trickle
3678 build: test
3679 language: c++
3680 src:
3681 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3682 deps:
3683 - grpc_benchmark
3684 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003685 - grpc++_test_util_unsecure
3686 - grpc_test_util_unsecure
3687 - grpc++_unsecure
3688 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003689 - gpr_test_util
3690 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003691 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003692 args:
3693 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003694 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003695 excluded_poll_engines:
3696 - poll
3697 - poll-cv
3698 platforms:
3699 - mac
3700 - linux
3701 - posix
3702 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003703- name: bm_fullstack_unary_ping_pong
3704 build: test
3705 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003706 headers:
3707 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003708 src:
3709 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3710 deps:
3711 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003712 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003713 - grpc++_test_util_unsecure
3714 - grpc_test_util_unsecure
3715 - grpc++_unsecure
3716 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003717 - gpr_test_util
3718 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003719 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003720 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003721 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003722 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003723 - poll
3724 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003725 platforms:
3726 - mac
3727 - linux
3728 - posix
3729 timeout_seconds: 1200
3730- name: bm_metadata
3731 build: test
3732 language: c++
3733 src:
3734 - test/cpp/microbenchmarks/bm_metadata.cc
3735 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003736 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003737 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003738 - grpc++_test_util_unsecure
3739 - grpc_test_util_unsecure
3740 - grpc++_unsecure
3741 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003742 - gpr_test_util
3743 - gpr
3744 args:
3745 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003746 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003747 platforms:
3748 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003749 - linux
3750 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003751- name: bm_pollset
3752 build: test
3753 language: c++
3754 src:
3755 - test/cpp/microbenchmarks/bm_pollset.cc
3756 deps:
3757 - grpc_benchmark
3758 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003759 - grpc++_test_util_unsecure
3760 - grpc_test_util_unsecure
3761 - grpc++_unsecure
3762 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003763 - gpr_test_util
3764 - gpr
3765 args:
3766 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003767 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003768 platforms:
3769 - mac
3770 - linux
3771 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003772- name: channel_arguments_test
3773 gtest: true
3774 build: test
3775 language: c++
3776 src:
3777 - test/cpp/common/channel_arguments_test.cc
3778 deps:
3779 - grpc++
3780 - grpc
3781 - gpr
3782- name: channel_filter_test
3783 gtest: true
3784 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003785 language: c++
3786 src:
3787 - test/cpp/common/channel_filter_test.cc
3788 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003789 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003790 - grpc
3791 - gpr
3792- name: cli_call_test
3793 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003794 build: test
3795 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003796 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003797 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003798 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003799 - grpc_cli_libs
3800 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003801 - grpc_test_util
3802 - grpc++
3803 - grpc
3804 - gpr_test_util
3805 - gpr
3806- name: client_crash_test
3807 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003808 cpu_cost: 0.1
3809 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003810 language: c++
3811 src:
3812 - test/cpp/end2end/client_crash_test.cc
3813 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003814 - grpc++_test_util
3815 - grpc_test_util
3816 - grpc++
3817 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003818 - gpr_test_util
3819 - gpr
3820 platforms:
3821 - mac
3822 - linux
3823 - posix
3824- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003825 build: test
3826 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003827 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003828 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003829 - test/cpp/end2end/client_crash_test_server.cc
3830 deps:
3831 - grpc++_test_util
3832 - grpc_test_util
3833 - grpc++
3834 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003835 - gpr_test_util
3836 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003837- name: client_lb_end2end_test
3838 gtest: true
3839 build: test
3840 language: c++
3841 src:
3842 - test/cpp/end2end/client_lb_end2end_test.cc
3843 deps:
3844 - grpc++_test_util
3845 - grpc_test_util
3846 - grpc++
3847 - grpc
3848 - gpr_test_util
3849 - gpr
3850 excluded_poll_engines:
3851 - poll
3852 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003853- name: codegen_test_full
3854 gtest: true
3855 build: test
3856 language: c++
3857 src:
3858 - src/proto/grpc/testing/control.proto
3859 - src/proto/grpc/testing/messages.proto
3860 - src/proto/grpc/testing/payloads.proto
3861 - src/proto/grpc/testing/services.proto
3862 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003863 - test/cpp/codegen/codegen_test_full.cc
3864 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003865 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003866 - grpc++
3867 - grpc
3868 - gpr
3869 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003870 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003871- name: codegen_test_minimal
3872 gtest: true
3873 build: test
3874 language: c++
3875 src:
3876 - src/proto/grpc/testing/control.proto
3877 - src/proto/grpc/testing/messages.proto
3878 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003879 - src/proto/grpc/testing/services.proto
3880 - src/proto/grpc/testing/stats.proto
3881 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003882 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003883 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003884 - grpc
3885 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003886 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003887 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003888 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003889- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003890 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003891 build: test
3892 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003893 src:
3894 - test/cpp/client/credentials_test.cc
3895 deps:
3896 - grpc++
3897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003899- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003900 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003901 build: test
3902 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003903 src:
3904 - test/cpp/util/byte_buffer_test.cc
3905 deps:
3906 - grpc_test_util
3907 - grpc++
3908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003909 - gpr_test_util
3910 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003911- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003912 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003913 build: test
3914 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003915 src:
3916 - test/cpp/util/slice_test.cc
3917 deps:
3918 - grpc_test_util
3919 - grpc++
3920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003921 - gpr_test_util
3922 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003923- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003924 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003925 build: test
3926 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003927 src:
3928 - test/cpp/util/string_ref_test.cc
3929 deps:
3930 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003931 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003932- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003933 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003934 build: test
3935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003936 src:
3937 - test/cpp/util/time_test.cc
3938 deps:
3939 - grpc_test_util
3940 - grpc++
3941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003942 - gpr_test_util
3943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003944- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003945 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003946 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003947 build: test
3948 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003949 src:
3950 - test/cpp/end2end/end2end_test.cc
3951 deps:
3952 - grpc++_test_util
3953 - grpc_test_util
3954 - grpc++
3955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003956 - gpr_test_util
3957 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003958- name: error_details_test
3959 gtest: true
3960 build: test
3961 language: c++
3962 src:
3963 - src/proto/grpc/testing/echo_messages.proto
3964 - test/cpp/util/error_details_test.cc
3965 deps:
3966 - grpc++_error_details
3967 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003968- name: filter_end2end_test
3969 gtest: true
3970 build: test
3971 language: c++
3972 src:
3973 - test/cpp/end2end/filter_end2end_test.cc
3974 deps:
3975 - grpc++_test_util
3976 - grpc_test_util
3977 - grpc++
3978 - grpc
3979 - gpr_test_util
3980 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003981- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003982 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003983 build: test
3984 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003985 src:
3986 - test/cpp/end2end/generic_end2end_test.cc
3987 deps:
3988 - grpc++_test_util
3989 - grpc_test_util
3990 - grpc++
3991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003992 - gpr_test_util
3993 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003994- name: golden_file_test
3995 gtest: true
3996 build: test
3997 language: c++
3998 src:
3999 - src/proto/grpc/testing/compiler_test.proto
4000 - test/cpp/codegen/golden_file_test.cc
4001 deps:
4002 - grpc++
4003 - grpc
4004 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004005 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004006 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07004007- name: grpc_cli
4008 build: test
4009 run: false
4010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004011 src:
4012 - test/cpp/util/grpc_cli.cc
4013 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004014 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004015 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004016 - grpc++
4017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004018 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004019 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004020- name: grpc_cpp_plugin
4021 build: protoc
4022 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004023 src:
4024 - src/compiler/cpp_plugin.cc
4025 deps:
4026 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004027 secure: false
4028 vs_config_type: Application
4029 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4030- name: grpc_csharp_plugin
4031 build: protoc
4032 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004033 src:
4034 - src/compiler/csharp_plugin.cc
4035 deps:
4036 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004037 secure: false
4038 vs_config_type: Application
4039 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004040- name: grpc_node_plugin
4041 build: protoc
4042 language: c++
4043 src:
4044 - src/compiler/node_plugin.cc
4045 deps:
4046 - grpc_plugin_support
4047 secure: false
4048 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004049- name: grpc_objective_c_plugin
4050 build: protoc
4051 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004052 src:
4053 - src/compiler/objective_c_plugin.cc
4054 deps:
4055 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004056 secure: false
4057 vs_config_type: Application
4058 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004059- name: grpc_php_plugin
4060 build: protoc
4061 language: c++
4062 src:
4063 - src/compiler/php_plugin.cc
4064 deps:
4065 - grpc_plugin_support
4066 secure: false
4067 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004068- name: grpc_python_plugin
4069 build: protoc
4070 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004071 src:
4072 - src/compiler/python_plugin.cc
4073 deps:
4074 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004075 secure: false
4076 vs_config_type: Application
4077 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4078- name: grpc_ruby_plugin
4079 build: protoc
4080 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004081 src:
4082 - src/compiler/ruby_plugin.cc
4083 deps:
4084 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004085 secure: false
4086 vs_config_type: Application
4087 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004088- name: grpc_tool_test
4089 gtest: true
4090 build: test
4091 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004092 src:
4093 - src/proto/grpc/testing/echo.proto
4094 - src/proto/grpc/testing/echo_messages.proto
4095 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004096 deps:
4097 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004098 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004099 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004100 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004101 - grpc_test_util
4102 - grpc++
4103 - grpc
4104 - gpr_test_util
4105 - gpr
4106 filegroups:
4107 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004108- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004109 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004110 build: test
4111 language: c++
4112 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004113 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004114 - test/cpp/grpclb/grpclb_api_test.cc
4115 deps:
4116 - grpc++_test_util
4117 - grpc_test_util
4118 - grpc++
4119 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004120- name: grpclb_end2end_test
4121 gtest: true
4122 build: test
4123 language: c++
4124 src:
4125 - src/proto/grpc/lb/v1/load_balancer.proto
4126 - test/cpp/end2end/grpclb_end2end_test.cc
4127 deps:
4128 - grpc++_test_util
4129 - grpc_test_util
4130 - grpc++
4131 - grpc
4132 - gpr_test_util
4133 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004134 excluded_poll_engines:
4135 - poll
4136 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004137- name: grpclb_test
4138 gtest: false
4139 build: test
4140 language: c++
4141 src:
4142 - src/proto/grpc/lb/v1/load_balancer.proto
4143 - test/cpp/grpclb/grpclb_test.cc
4144 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004145 - grpc++_test_util
4146 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004147 - grpc++
4148 - grpc
4149 - gpr_test_util
4150 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004151 excluded_poll_engines:
4152 - poll
4153 - poll-cv
yang-gad327642016-12-12 14:32:09 -08004154- name: health_service_end2end_test
4155 gtest: true
4156 build: test
4157 language: c++
4158 src:
4159 - test/cpp/end2end/health_service_end2end_test.cc
4160 deps:
4161 - grpc++_test_util
4162 - grpc_test_util
4163 - grpc++
4164 - grpc
4165 - gpr_test_util
4166 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004167- name: http2_client
4168 build: test
4169 run: false
4170 language: c++
4171 src: []
4172 deps:
4173 - http2_client_main
4174 - grpc++_test_util
4175 - grpc_test_util
4176 - grpc++
4177 - grpc
4178 - grpc++_test_config
4179 platforms:
4180 - mac
4181 - linux
4182 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004183- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004184 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004185 build: test
4186 language: c++
4187 src:
4188 - test/cpp/end2end/hybrid_end2end_test.cc
4189 deps:
4190 - grpc++_test_util
4191 - grpc_test_util
4192 - grpc++
4193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004194 - gpr_test_util
4195 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004196- name: interop_client
4197 build: test
4198 run: false
4199 language: c++
4200 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004201 deps:
4202 - interop_client_main
4203 - interop_client_helper
4204 - grpc++_test_util
4205 - grpc_test_util
4206 - grpc++
4207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004208 - gpr_test_util
4209 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004210 - grpc++_test_config
4211 platforms:
4212 - mac
4213 - linux
4214 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004215- name: interop_server
4216 build: test
4217 run: false
4218 language: c++
4219 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004220 deps:
4221 - interop_server_main
4222 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004223 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004224 - grpc++_test_util
4225 - grpc_test_util
4226 - grpc++
4227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004228 - gpr_test_util
4229 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004230 - grpc++_test_config
4231 platforms:
4232 - mac
4233 - linux
4234 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004235- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004236 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004237 build: test
4238 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004239 src:
4240 - test/cpp/interop/interop_test.cc
4241 deps:
4242 - grpc_test_util
4243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004244 - gpr_test_util
4245 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004246 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004247 platforms:
4248 - mac
4249 - linux
4250 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004251- name: json_run_localhost
4252 build: test
4253 run: false
4254 language: c++
4255 src:
4256 - test/cpp/qps/json_run_localhost.cc
4257 deps:
4258 - grpc++_test_util
4259 - grpc_test_util
4260 - grpc++
4261 - grpc
4262 - gpr_test_util
4263 - gpr
4264 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004265 platforms:
4266 - mac
4267 - linux
4268 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004269- name: memory_test
4270 gtest: true
4271 build: test
4272 language: c++
4273 src:
4274 - test/core/support/memory_test.cc
4275 deps:
4276 - grpc_test_util
4277 - grpc++
4278 - grpc
4279 - gpr_test_util
4280 - gpr
4281 uses:
4282 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004283- name: metrics_client
4284 build: test
4285 run: false
4286 language: c++
4287 headers:
4288 - test/cpp/util/metrics_server.h
4289 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004290 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004291 - test/cpp/interop/metrics_client.cc
4292 deps:
4293 - grpc++
4294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004295 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004296 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004297- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004298 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004299 build: test
4300 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004301 headers:
4302 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004303 src:
4304 - test/cpp/end2end/mock_test.cc
4305 deps:
4306 - grpc++_test_util
4307 - grpc_test_util
4308 - grpc++
4309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004310 - gpr_test_util
4311 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004312- name: noop-benchmark
4313 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004314 language: c++
4315 src:
4316 - test/cpp/microbenchmarks/noop-benchmark.cc
4317 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004318 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004319 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004320- name: proto_server_reflection_test
4321 gtest: true
4322 build: test
4323 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004324 src:
4325 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004326 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004327 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004328 - grpc++_reflection
4329 - grpc++_test_util
4330 - grpc_test_util
4331 - grpc++
4332 - grpc
4333 - gpr_test_util
4334 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004335- name: proto_utils_test
4336 gtest: true
4337 build: test
4338 language: c++
4339 src:
4340 - test/cpp/codegen/proto_utils_test.cc
4341 deps:
4342 - grpc++
4343 - grpc
4344 filegroups:
4345 - grpc++_codegen_base
4346 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004347- name: qps_interarrival_test
4348 build: test
4349 run: false
4350 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004351 src:
4352 - test/cpp/qps/qps_interarrival_test.cc
4353 deps:
4354 - qps
4355 - grpc++_test_util
4356 - grpc_test_util
4357 - grpc++
4358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004359 - gpr_test_util
4360 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004361 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004362 platforms:
4363 - mac
4364 - linux
4365 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004366- name: qps_json_driver
4367 build: test
4368 run: false
4369 language: c++
4370 src:
4371 - test/cpp/qps/qps_json_driver.cc
4372 deps:
4373 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004374 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004375 - grpc++_test_util
4376 - grpc_test_util
4377 - grpc++
4378 - grpc
4379 - gpr_test_util
4380 - gpr
4381 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004382- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004383 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004384 build: test
4385 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004386 src:
4387 - test/cpp/qps/qps_openloop_test.cc
4388 deps:
4389 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004390 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004391 - grpc++_test_util
4392 - grpc_test_util
4393 - grpc++
4394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004395 - gpr_test_util
4396 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004397 - grpc++_test_config
4398 platforms:
4399 - mac
4400 - linux
4401 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004402- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004403 build: test
4404 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004405 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004406 headers:
4407 - test/cpp/qps/client.h
4408 - test/cpp/qps/server.h
4409 src:
4410 - test/cpp/qps/worker.cc
4411 deps:
4412 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004413 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004414 - grpc++_test_util
4415 - grpc_test_util
4416 - grpc++
4417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004418 - gpr_test_util
4419 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004420 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004421- name: reconnect_interop_client
4422 build: test
4423 run: false
4424 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004425 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004426 - src/proto/grpc/testing/empty.proto
4427 - src/proto/grpc/testing/messages.proto
4428 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004429 - test/cpp/interop/reconnect_interop_client.cc
4430 deps:
4431 - grpc++_test_util
4432 - grpc_test_util
4433 - grpc++
4434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004435 - gpr_test_util
4436 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004437 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004438- name: reconnect_interop_server
4439 build: test
4440 run: false
4441 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004442 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004443 - src/proto/grpc/testing/empty.proto
4444 - src/proto/grpc/testing/messages.proto
4445 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004446 - test/cpp/interop/reconnect_interop_server.cc
4447 deps:
4448 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004449 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004450 - grpc++_test_util
4451 - grpc_test_util
4452 - grpc++
4453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004454 - gpr_test_util
4455 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004456 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004457- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004458 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004459 build: test
4460 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004461 src:
4462 - test/cpp/common/secure_auth_context_test.cc
4463 deps:
4464 - grpc++_test_util
4465 - grpc_test_util
4466 - grpc++
4467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004468 - gpr_test_util
4469 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004470- name: secure_sync_unary_ping_pong_test
4471 build: test
4472 language: c++
4473 src:
4474 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4475 deps:
4476 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004477 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004478 - grpc++_test_util
4479 - grpc_test_util
4480 - grpc++
4481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004482 - gpr_test_util
4483 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004484 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004485 platforms:
4486 - mac
4487 - linux
4488 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004489- name: server_builder_plugin_test
4490 gtest: true
4491 build: test
4492 language: c++
4493 src:
4494 - test/cpp/end2end/server_builder_plugin_test.cc
4495 deps:
4496 - grpc++_test_util
4497 - grpc_test_util
4498 - grpc++
4499 - grpc
4500 - gpr_test_util
4501 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004502- name: server_builder_test
4503 gtest: true
4504 build: test
4505 language: c++
4506 src:
4507 - src/proto/grpc/testing/echo_messages.proto
4508 - src/proto/grpc/testing/echo.proto
4509 - test/cpp/server/server_builder_test.cc
4510 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004511 - grpc++_test_util_unsecure
4512 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004513 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004514 - grpc++_unsecure
4515 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004516 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004517- name: server_context_test_spouse_test
4518 gtest: true
4519 build: test
4520 language: c++
4521 src:
4522 - test/cpp/test/server_context_test_spouse_test.cc
4523 deps:
4524 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004525 - grpc++
4526 - grpc
4527 - gpr_test_util
4528 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004529 uses:
4530 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004531- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004532 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004533 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004534 build: test
4535 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004536 src:
4537 - test/cpp/end2end/server_crash_test.cc
4538 deps:
4539 - grpc++_test_util
4540 - grpc_test_util
4541 - grpc++
4542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004543 - gpr_test_util
4544 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004545 platforms:
4546 - mac
4547 - linux
4548 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004549- name: server_crash_test_client
4550 build: test
4551 run: false
4552 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004553 src:
4554 - test/cpp/end2end/server_crash_test_client.cc
4555 deps:
4556 - grpc++_test_util
4557 - grpc_test_util
4558 - grpc++
4559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004560 - gpr_test_util
4561 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004562- name: server_request_call_test
4563 gtest: true
4564 build: test
4565 language: c++
4566 src:
4567 - src/proto/grpc/testing/echo_messages.proto
4568 - src/proto/grpc/testing/echo.proto
4569 - test/cpp/server/server_request_call_test.cc
4570 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004571 - grpc++_test_util_unsecure
4572 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004573 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004574 - grpc++_unsecure
4575 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004577- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004578 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004579 build: test
4580 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004581 src:
4582 - test/cpp/end2end/shutdown_test.cc
4583 deps:
4584 - grpc++_test_util
4585 - grpc_test_util
4586 - grpc++
4587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004588 - gpr_test_util
4589 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004590- name: stats_test
4591 gtest: true
4592 build: test
4593 language: c++
4594 src:
4595 - test/core/debug/stats_test.cc
4596 deps:
4597 - grpc++_test_util
4598 - grpc_test_util
4599 - grpc
4600 - gpr_test_util
4601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004602- name: status_test
4603 build: test
4604 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004605 src:
4606 - test/cpp/util/status_test.cc
4607 deps:
4608 - grpc_test_util
4609 - grpc++
4610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004611 - gpr_test_util
4612 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004613- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004614 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004615 build: test
4616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004617 src:
4618 - test/cpp/end2end/streaming_throughput_test.cc
4619 deps:
4620 - grpc++_test_util
4621 - grpc_test_util
4622 - grpc++
4623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004624 - gpr_test_util
4625 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004626 platforms:
4627 - mac
4628 - linux
4629 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004630- name: stress_test
4631 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004632 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004633 language: c++
4634 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004635 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004636 - test/cpp/interop/interop_client.h
4637 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004638 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004639 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004640 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004641 - src/proto/grpc/testing/empty.proto
4642 - src/proto/grpc/testing/messages.proto
4643 - src/proto/grpc/testing/metrics.proto
4644 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004645 - test/cpp/interop/interop_client.cc
4646 - test/cpp/interop/stress_interop_client.cc
4647 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004648 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004649 deps:
4650 - grpc++_test_util
4651 - grpc_test_util
4652 - grpc++
4653 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004654 - gpr_test_util
4655 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004656 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004657- name: thread_manager_test
4658 build: test
4659 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004660 src:
4661 - test/cpp/thread_manager/thread_manager_test.cc
4662 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004663 - grpc++_unsecure
4664 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004665 - gpr
4666 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004667- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004668 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004669 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004670 build: test
4671 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004672 src:
4673 - test/cpp/end2end/thread_stress_test.cc
4674 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004675 - grpc++_test_util_unsecure
4676 - grpc_test_util_unsecure
4677 - grpc++_unsecure
4678 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004679 - gpr_test_util
4680 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004681 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004682- name: writes_per_rpc_test
4683 gtest: true
4684 cpu_cost: 0.5
4685 build: test
4686 language: c++
4687 src:
4688 - test/cpp/performance/writes_per_rpc_test.cc
4689 deps:
4690 - grpc++_test_util
4691 - grpc_test_util
4692 - grpc++
4693 - grpc
4694 - gpr_test_util
4695 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004696 platforms:
4697 - mac
4698 - linux
4699 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004700- name: public_headers_must_be_c89
4701 build: test
4702 language: c89
4703 src:
4704 - test/core/surface/public_headers_must_be_c89.c
4705 deps:
4706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004707 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004708vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004709- linkage: static
4710 name: grpc.dependencies.zlib
4711 props: false
4712 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004713 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004714- linkage: static
4715 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004716 props: true
4717 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004718 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004719- name: gflags
4720 props: false
4721 redist: false
4722 version: 2.1.2.1
4723- name: gtest
4724 props: false
4725 redist: false
4726 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004727configs:
4728 asan:
4729 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004730 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4731 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004732 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004733 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004734 LDFLAGS: -fsanitize=address
4735 LDXX: clang++
4736 compile_the_world: true
4737 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004738 ASAN_OPTIONS: detect_leaks=1:color=always
4739 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004740 asan-noleaks:
4741 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004742 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4743 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004744 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004745 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004746 LDFLAGS: -fsanitize=address
4747 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004748 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004749 test_environ:
4750 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004751 asan-trace-cmp:
4752 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004753 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4754 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004755 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004756 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004757 LDFLAGS: -fsanitize=address
4758 LDXX: clang++
4759 compile_the_world: true
4760 test_environ:
4761 ASAN_OPTIONS: detect_leaks=1:color=always
4762 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004763 basicprof:
4764 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4765 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004766 c++-compat:
4767 CFLAGS: -Wc++-compat
4768 CPPFLAGS: -O0
4769 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004770 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004771 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004772 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004773 dbg:
4774 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004775 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004776 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004777 gcov:
4778 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004779 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004780 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004781 DEFINES: _DEBUG DEBUG GPR_GCOV
4782 LD: gcc
4783 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4784 LDXX: g++
4785 helgrind:
4786 CPPFLAGS: -O0
4787 DEFINES: _DEBUG DEBUG
4788 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004789 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004790 lto:
4791 CPPFLAGS: -O2
4792 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004793 memcheck:
4794 CPPFLAGS: -O0
4795 DEFINES: _DEBUG DEBUG
4796 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004797 valgrind: --tool=memcheck --leak-check=full
4798 msan:
4799 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004800 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4801 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4802 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004803 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004804 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004805 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004806 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4807 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4808 LDXX: clang++
4809 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004810 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004811 CPPFLAGS: -O3 -fno-omit-frame-pointer
4812 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004813 LDFLAGS: -rdynamic
4814 opt:
4815 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004816 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004817 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004818 stapprof:
4819 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4820 DEFINES: NDEBUG
4821 tsan:
4822 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004823 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004824 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004825 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004826 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004827 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004828 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004829 LDXX: clang++
4830 compile_the_world: true
4831 test_environ:
4832 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004833 ubsan:
4834 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004835 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4836 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004837 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004838 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004839 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004840 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004841 LDXX: clang++
4842 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004843 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004844 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004845defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004846 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004847 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4848 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004849 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4850 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004851 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4852 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004853 benchmark:
4854 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004855 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004856 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004857 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004858 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004859 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004860 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004861 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004862 LDFLAGS: -g
4863 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004864 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004865 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004866node_modules:
4867- deps:
4868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004869 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004870 - boringssl
4871 - z
murgatroid9994a75412015-11-19 14:04:53 -08004872 headers:
4873 - src/node/ext/byte_buffer.h
4874 - src/node/ext/call.h
4875 - src/node/ext/call_credentials.h
4876 - src/node/ext/channel.h
4877 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004878 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004879 - src/node/ext/server.h
4880 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004881 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004882 - src/node/ext/timeval.h
4883 js:
4884 - src/node/index.js
4885 - src/node/src/client.js
4886 - src/node/src/common.js
4887 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004888 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004889 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004890 - src/node/src/metadata.js
4891 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004892 name: grpc_node
4893 src:
4894 - src/node/ext/byte_buffer.cc
4895 - src/node/ext/call.cc
4896 - src/node/ext/call_credentials.cc
4897 - src/node/ext/channel.cc
4898 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004899 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004900 - src/node/ext/node_grpc.cc
4901 - src/node/ext/server.cc
4902 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004903 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004904 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004905openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004906 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004907 extraction_dir: openssl-1.0.2f
4908 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004909php_config_m4:
4910 deps:
4911 - grpc
4912 - gpr
4913 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004914 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004915 headers:
4916 - src/php/ext/grpc/byte_buffer.h
4917 - src/php/ext/grpc/call.h
4918 - src/php/ext/grpc/call_credentials.h
4919 - src/php/ext/grpc/channel.h
4920 - src/php/ext/grpc/channel_credentials.h
4921 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004922 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004923 - src/php/ext/grpc/php_grpc.h
4924 - src/php/ext/grpc/server.h
4925 - src/php/ext/grpc/server_credentials.h
4926 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004927 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004928 src:
4929 - src/php/ext/grpc/byte_buffer.c
4930 - src/php/ext/grpc/call.c
4931 - src/php/ext/grpc/call_credentials.c
4932 - src/php/ext/grpc/channel.c
4933 - src/php/ext/grpc/channel_credentials.c
4934 - src/php/ext/grpc/completion_queue.c
4935 - src/php/ext/grpc/php_grpc.c
4936 - src/php/ext/grpc/server.c
4937 - src/php/ext/grpc/server_credentials.c
4938 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004939python_dependencies:
4940 deps:
4941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004942 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004943 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004944 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004945 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004946ruby_gem:
4947 deps:
4948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004949 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004950 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004951 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004952 - z