blob: 08f30d00fa040df96354e17207b4acdbd8105c62 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Sree Kuchibhotla9a7bab52017-03-29 11:51:25 -070015 core_version: 4.0.0-dev
Nicolas "Pixel" Noble58796c82017-03-14 20:58:24 +010016 g_stands_for: gentle
David Garcia Quintas9e1acc02017-04-13 16:30:15 -070017 version: 1.4.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
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
Craig Tiller9202b3f2017-03-12 22:30:38 -070088 - src/core/lib/support/arena.h
Craig Tillerf23078c2016-03-25 17:07:29 -070089 - src/core/lib/support/backoff.h
90 - src/core/lib/support/block_annotate.h
91 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070092 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070093 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080094 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/stack_lockfree.h
96 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070097 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070098 - src/core/lib/support/thd_internal.h
99 - src/core/lib/support/time_precise.h
100 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100101 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700102 - src/core/lib/profiling/basic_timers.c
103 - src/core/lib/profiling/stap_timers.c
104 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700105 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700106 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/avl.c
108 - src/core/lib/support/backoff.c
109 - src/core/lib/support/cmdline.c
110 - src/core/lib/support/cpu_iphone.c
111 - src/core/lib/support/cpu_linux.c
112 - src/core/lib/support/cpu_posix.c
113 - src/core/lib/support/cpu_windows.c
114 - src/core/lib/support/env_linux.c
115 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/histogram.c
118 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/log.c
120 - src/core/lib/support/log_android.c
121 - src/core/lib/support/log_linux.c
122 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700123 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700124 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700126 - src/core/lib/support/stack_lockfree.c
127 - src/core/lib/support/string.c
128 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700129 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700130 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700131 - src/core/lib/support/subprocess_posix.c
132 - src/core/lib/support/subprocess_windows.c
133 - src/core/lib/support/sync.c
134 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700135 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/thd.c
137 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/time.c
140 - src/core/lib/support/time_posix.c
141 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200144 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700145 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700147 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700148 uses:
149 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800150- name: gpr_codegen
151 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800152 - include/grpc/impl/codegen/atm.h
153 - include/grpc/impl/codegen/atm_gcc_atomic.h
154 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700155 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800156 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700157 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800158 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/sync.h
160 - include/grpc/impl/codegen/sync_generic.h
161 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700162 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700163- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700164 public_headers:
165 - include/grpc/byte_buffer.h
166 - include/grpc/byte_buffer_reader.h
167 - include/grpc/compression.h
168 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700169 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200170 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800171 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700172 - include/grpc/slice.h
173 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700174 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700175 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/channel/channel_args.h
177 - src/core/lib/channel/channel_stack.h
178 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/channel/connected_channel.h
180 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700181 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800182 - src/core/lib/channel/handshaker_factory.h
183 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/compression/algorithm_metadata.h
185 - src/core/lib/compression/message_compress.h
186 - src/core/lib/debug/trace.h
187 - src/core/lib/http/format_request.h
188 - src/core/lib/http/httpcli.h
189 - src/core/lib/http/parser.h
190 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700191 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700192 - src/core/lib/iomgr/endpoint.h
193 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700194 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800195 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700196 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700197 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700198 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700199 - src/core/lib/iomgr/exec_ctx.h
200 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/iocp_windows.h
202 - src/core/lib/iomgr/iomgr.h
203 - src/core/lib/iomgr/iomgr_internal.h
204 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700205 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700206 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700207 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700208 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700212 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700214 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700216 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/sockaddr.h
218 - src/core/lib/iomgr/sockaddr_posix.h
219 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700220 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500221 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700222 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700223 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/socket_utils_posix.h
225 - src/core/lib/iomgr/socket_windows.h
226 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700227 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/tcp_posix.h
229 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700230 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700231 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/tcp_windows.h
233 - src/core/lib/iomgr/time_averaged_stats.h
234 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/udp_server.h
239 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700240 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/wakeup_fd_pipe.h
242 - src/core/lib/iomgr/wakeup_fd_posix.h
243 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700244 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/workqueue_windows.h
246 - src/core/lib/json/json.h
247 - src/core/lib/json/json_common.h
248 - src/core/lib/json/json_reader.h
249 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700250 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700251 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800252 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800253 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700254 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/surface/api_trace.h
256 - src/core/lib/surface/call.h
257 - src/core/lib/surface/call_test_only.h
258 - src/core/lib/surface/channel.h
259 - src/core/lib/surface/channel_init.h
260 - src/core/lib/surface/channel_stack_type.h
261 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700262 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/surface/event_string.h
264 - src/core/lib/surface/init.h
265 - src/core/lib/surface/lame_client.h
266 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800267 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700268 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800271 - src/core/lib/transport/error_utils.h
272 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/transport/metadata.h
274 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700275 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700276 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800278 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400279 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/transport/transport.h
281 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700282 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/channel/channel_args.c
284 - src/core/lib/channel/channel_stack.c
285 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700287 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800288 - src/core/lib/channel/handshaker_factory.c
289 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700290 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/compression/message_compress.c
292 - src/core/lib/debug/trace.c
293 - src/core/lib/http/format_request.c
294 - src/core/lib/http/httpcli.c
295 - src/core/lib/http/parser.c
296 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700297 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/iomgr/endpoint.c
299 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700300 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700302 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700303 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700304 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700305 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/iomgr/exec_ctx.c
307 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/iocp_windows.c
309 - src/core/lib/iomgr/iomgr.c
310 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700311 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700313 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700314 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700315 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700316 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700317 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/pollset_windows.c
321 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700322 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700324 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500326 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700327 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/socket_utils_common_posix.c
329 - src/core/lib/iomgr/socket_utils_linux.c
330 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700331 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700332 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/socket_windows.c
334 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700335 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/tcp_client_windows.c
337 - src/core/lib/iomgr/tcp_posix.c
338 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700339 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700340 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
341 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700342 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700344 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700345 - src/core/lib/iomgr/tcp_windows.c
346 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700347 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/udp_server.c
351 - src/core/lib/iomgr/unix_sockets_posix.c
352 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700353 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700354 - src/core/lib/iomgr/wakeup_fd_eventfd.c
355 - src/core/lib/iomgr/wakeup_fd_nospecial.c
356 - src/core/lib/iomgr/wakeup_fd_pipe.c
357 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700358 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/iomgr/workqueue_windows.c
360 - src/core/lib/json/json.c
361 - src/core/lib/json/json_reader.c
362 - src/core/lib/json/json_string.c
363 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700364 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700365 - src/core/lib/slice/percent_encoding.c
366 - src/core/lib/slice/slice.c
367 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800368 - src/core/lib/slice/slice_hash_table.c
369 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700370 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700371 - src/core/lib/surface/alarm.c
372 - src/core/lib/surface/api_trace.c
373 - src/core/lib/surface/byte_buffer.c
374 - src/core/lib/surface/byte_buffer_reader.c
375 - src/core/lib/surface/call.c
376 - src/core/lib/surface/call_details.c
377 - src/core/lib/surface/call_log_batch.c
378 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700379 - src/core/lib/surface/channel_init.c
380 - src/core/lib/surface/channel_ping.c
381 - src/core/lib/surface/channel_stack_type.c
382 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700383 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700384 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/surface/lame_client.c
386 - src/core/lib/surface/metadata_array.c
387 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/surface/validate_metadata.c
389 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700390 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700391 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800393 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/transport/metadata.c
395 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700396 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700397 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800399 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400400 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/transport/transport.c
402 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700403 deps:
404 - gpr
405 uses:
406 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700407- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700408 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700409 - src/core/ext/filters/client_channel/client_channel.h
410 - src/core/ext/filters/client_channel/client_channel_factory.h
411 - src/core/ext/filters/client_channel/connector.h
412 - src/core/ext/filters/client_channel/http_connect_handshaker.h
413 - src/core/ext/filters/client_channel/http_proxy.h
414 - src/core/ext/filters/client_channel/lb_policy.h
415 - src/core/ext/filters/client_channel/lb_policy_factory.h
416 - src/core/ext/filters/client_channel/lb_policy_registry.h
417 - src/core/ext/filters/client_channel/parse_address.h
418 - src/core/ext/filters/client_channel/proxy_mapper.h
419 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
420 - src/core/ext/filters/client_channel/resolver.h
421 - src/core/ext/filters/client_channel/resolver_factory.h
422 - src/core/ext/filters/client_channel/resolver_registry.h
423 - src/core/ext/filters/client_channel/retry_throttle.h
424 - src/core/ext/filters/client_channel/subchannel.h
425 - src/core/ext/filters/client_channel/subchannel_index.h
426 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700427 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700428 - src/core/ext/filters/client_channel/channel_connectivity.c
429 - src/core/ext/filters/client_channel/client_channel.c
430 - src/core/ext/filters/client_channel/client_channel_factory.c
431 - src/core/ext/filters/client_channel/client_channel_plugin.c
432 - src/core/ext/filters/client_channel/connector.c
433 - src/core/ext/filters/client_channel/http_connect_handshaker.c
434 - src/core/ext/filters/client_channel/http_proxy.c
435 - src/core/ext/filters/client_channel/lb_policy.c
436 - src/core/ext/filters/client_channel/lb_policy_factory.c
437 - src/core/ext/filters/client_channel/lb_policy_registry.c
438 - src/core/ext/filters/client_channel/parse_address.c
439 - src/core/ext/filters/client_channel/proxy_mapper.c
440 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
441 - src/core/ext/filters/client_channel/resolver.c
442 - src/core/ext/filters/client_channel/resolver_factory.c
443 - src/core/ext/filters/client_channel/resolver_registry.c
444 - src/core/ext/filters/client_channel/retry_throttle.c
445 - src/core/ext/filters/client_channel/subchannel.c
446 - src/core/ext/filters/client_channel/subchannel_index.c
447 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700448 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700449 uses:
450 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700451 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800452- name: grpc_codegen
453 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700454 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800455 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800456 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800457 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800458 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800459 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700460 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800461 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700462 uses:
463 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700464- name: grpc_deadline_filter
465 headers:
466 - src/core/ext/filters/deadline/deadline_filter.h
467 src:
468 - src/core/ext/filters/deadline/deadline_filter.c
469 plugin: grpc_deadline_filter
470 uses:
471 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700472- name: grpc_http_filters
473 headers:
474 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700475 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700476 - src/core/ext/filters/http/server/http_server_filter.h
477 src:
478 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700479 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700480 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700481 - src/core/ext/filters/http/server/http_server_filter.c
482 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700483 uses:
484 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700485- name: grpc_lb_policy_grpclb
486 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700487 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
488 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
489 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
490 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700491 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700492 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
493 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
494 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
495 - 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 -0800496 plugin: grpc_lb_policy_grpclb
497 uses:
498 - grpc_base
499 - grpc_client_channel
500 - nanopb
501- name: grpc_lb_policy_grpclb_secure
502 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700503 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
504 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
505 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
506 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800507 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700508 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
509 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
510 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
511 - 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 -0700512 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700513 uses:
514 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700515 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700516 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700517 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700518- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700519 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700520 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700521 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700522 uses:
523 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700524 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700525- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700526 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700527 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700528 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700529 uses:
530 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700531 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700532- name: grpc_load_reporting
533 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700534 - src/core/ext/filters/load_reporting/load_reporting.h
535 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700536 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700537 - src/core/ext/filters/load_reporting/load_reporting.c
538 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700539 plugin: grpc_load_reporting_plugin
540 uses:
541 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700542- name: grpc_max_age_filter
543 headers:
544 - src/core/ext/filters/max_age/max_age_filter.h
545 src:
546 - src/core/ext/filters/max_age/max_age_filter.c
547 plugin: grpc_max_age_filter
548 uses:
549 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700550- name: grpc_message_size_filter
551 headers:
552 - src/core/ext/filters/message_size/message_size_filter.h
553 src:
554 - src/core/ext/filters/message_size/message_size_filter.c
555 plugin: grpc_message_size_filter
556 uses:
557 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700558- name: grpc_resolver_dns_ares
559 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700560 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
561 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700562 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700563 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
564 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
565 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700566 plugin: grpc_resolver_dns_ares
567 uses:
568 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700569 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700570- name: grpc_resolver_dns_native
571 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700572 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700573 plugin: grpc_resolver_dns_native
574 uses:
575 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700576 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700577- name: grpc_resolver_sockaddr
578 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700579 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700580 plugin: grpc_resolver_sockaddr
581 uses:
582 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700583 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100584- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700585 public_headers:
586 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100587 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700588 - src/core/lib/security/context/security_context.h
589 - src/core/lib/security/credentials/composite/composite_credentials.h
590 - src/core/lib/security/credentials/credentials.h
591 - src/core/lib/security/credentials/fake/fake_credentials.h
592 - src/core/lib/security/credentials/google_default/google_default_credentials.h
593 - src/core/lib/security/credentials/iam/iam_credentials.h
594 - src/core/lib/security/credentials/jwt/json_token.h
595 - src/core/lib/security/credentials/jwt/jwt_credentials.h
596 - src/core/lib/security/credentials/jwt/jwt_verifier.h
597 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
598 - src/core/lib/security/credentials/plugin/plugin_credentials.h
599 - src/core/lib/security/credentials/ssl/ssl_credentials.h
600 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800601 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700602 - src/core/lib/security/transport/secure_endpoint.h
603 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800604 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700605 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700606 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100607 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700608 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700609 - src/core/lib/security/context/security_context.c
610 - src/core/lib/security/credentials/composite/composite_credentials.c
611 - src/core/lib/security/credentials/credentials.c
612 - src/core/lib/security/credentials/credentials_metadata.c
613 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700614 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700615 - src/core/lib/security/credentials/google_default/google_default_credentials.c
616 - src/core/lib/security/credentials/iam/iam_credentials.c
617 - src/core/lib/security/credentials/jwt/json_token.c
618 - src/core/lib/security/credentials/jwt/jwt_credentials.c
619 - src/core/lib/security/credentials/jwt/jwt_verifier.c
620 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
621 - src/core/lib/security/credentials/plugin/plugin_credentials.c
622 - src/core/lib/security/credentials/ssl/ssl_credentials.c
623 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800624 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700625 - src/core/lib/security/transport/secure_endpoint.c
626 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800627 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700628 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700629 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700630 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700631 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700632 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700633 uses:
634 - grpc_base
635 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700636 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700637- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700638 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700639 headers:
640 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700641 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800642 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700643 - test/core/end2end/fixtures/proxy.h
644 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800645 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700646 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200647 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700648 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700649 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700650 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700651 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700652 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700653 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800654 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700655 src:
656 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700657 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800658 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700659 - test/core/end2end/fixtures/proxy.c
660 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800661 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700662 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200663 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700664 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700665 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700666 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800667 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700668 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700669 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800670 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700671 deps:
672 - grpc
673 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700674- name: grpc_transport_chttp2
675 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700676 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700677 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700678 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
679 - src/core/ext/transport/chttp2/transport/frame.h
680 - src/core/ext/transport/chttp2/transport/frame_data.h
681 - src/core/ext/transport/chttp2/transport/frame_goaway.h
682 - src/core/ext/transport/chttp2/transport/frame_ping.h
683 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
684 - src/core/ext/transport/chttp2/transport/frame_settings.h
685 - src/core/ext/transport/chttp2/transport/frame_window_update.h
686 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
687 - src/core/ext/transport/chttp2/transport/hpack_parser.h
688 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700689 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700690 - src/core/ext/transport/chttp2/transport/huffsyms.h
691 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
692 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700693 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700694 - src/core/ext/transport/chttp2/transport/varint.h
695 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700696 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700697 - src/core/ext/transport/chttp2/transport/bin_encoder.c
698 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700699 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
700 - src/core/ext/transport/chttp2/transport/frame_data.c
701 - src/core/ext/transport/chttp2/transport/frame_goaway.c
702 - src/core/ext/transport/chttp2/transport/frame_ping.c
703 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
704 - src/core/ext/transport/chttp2/transport/frame_settings.c
705 - src/core/ext/transport/chttp2/transport/frame_window_update.c
706 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
707 - src/core/ext/transport/chttp2/transport/hpack_parser.c
708 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700709 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700710 - src/core/ext/transport/chttp2/transport/huffsyms.c
711 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
712 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700713 - src/core/ext/transport/chttp2/transport/stream_lists.c
714 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700715 - src/core/ext/transport/chttp2/transport/varint.c
716 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700717 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700718 uses:
719 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700720 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700721 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700722- name: grpc_transport_chttp2_alpn
723 headers:
724 - src/core/ext/transport/chttp2/alpn/alpn.h
725 src:
726 - src/core/ext/transport/chttp2/alpn/alpn.c
727 deps:
728 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800729- name: grpc_transport_chttp2_client_connector
730 headers:
731 - src/core/ext/transport/chttp2/client/chttp2_connector.h
732 src:
733 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800734 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800735 - grpc_transport_chttp2
736 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700737 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700738- name: grpc_transport_chttp2_client_insecure
739 src:
740 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700741 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700742 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800743 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700744 - grpc_transport_chttp2
745 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700746 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700747- name: grpc_transport_chttp2_client_secure
748 src:
749 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700750 uses:
751 - grpc_transport_chttp2
752 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700753 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700754 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800755 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800756- name: grpc_transport_chttp2_server
757 headers:
758 - src/core/ext/transport/chttp2/server/chttp2_server.h
759 src:
760 - src/core/ext/transport/chttp2/server/chttp2_server.c
761 uses:
762 - grpc_transport_chttp2
763 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700764- name: grpc_transport_chttp2_server_insecure
765 src:
766 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700767 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700768 uses:
769 - grpc_transport_chttp2
770 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800771 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700772- name: grpc_transport_chttp2_server_secure
773 src:
774 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700775 uses:
776 - grpc_transport_chttp2
777 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700778 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800779 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700780- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700781 public_headers:
782 - include/grpc/grpc_cronet.h
783 - include/grpc/grpc_security.h
784 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700785 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800786 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800787 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700788 src:
789 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
790 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
791 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700792 filegroups:
793 - grpc_base
794 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700795 - grpc_http_filters
Craig Tillereb841e22016-02-11 15:49:16 -0800796- name: nanopb
797 headers:
798 - third_party/nanopb/pb.h
799 - third_party/nanopb/pb_common.h
800 - third_party/nanopb/pb_decode.h
801 - third_party/nanopb/pb_encode.h
802 src:
803 - third_party/nanopb/pb_common.c
804 - third_party/nanopb/pb_decode.c
805 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700806- name: tsi
807 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700808 - src/core/tsi/fake_transport_security.h
809 - src/core/tsi/ssl_transport_security.h
810 - src/core/tsi/ssl_types.h
811 - src/core/tsi/transport_security.h
812 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700814 - src/core/tsi/fake_transport_security.c
815 - src/core/tsi/ssl_transport_security.c
816 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700817 deps:
818 - gpr
819 secure: true
820- name: grpc++_base
821 language: c++
822 public_headers:
823 - include/grpc++/alarm.h
824 - include/grpc++/channel.h
825 - include/grpc++/client_context.h
826 - include/grpc++/completion_queue.h
827 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700828 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800829 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - include/grpc++/generic/async_generic_service.h
831 - include/grpc++/generic/generic_stub.h
832 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800833 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800835 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700837 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 - include/grpc++/impl/grpc_library.h
839 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700840 - include/grpc++/impl/rpc_method.h
841 - include/grpc++/impl/rpc_service_method.h
842 - include/grpc++/impl/serialization_traits.h
843 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700844 - include/grpc++/impl/server_builder_plugin.h
845 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700847 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700848 - include/grpc++/security/auth_context.h
849 - include/grpc++/security/auth_metadata_processor.h
850 - include/grpc++/security/credentials.h
851 - include/grpc++/security/server_credentials.h
852 - include/grpc++/server.h
853 - include/grpc++/server_builder.h
854 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700855 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 - include/grpc++/support/async_stream.h
857 - include/grpc++/support/async_unary_call.h
858 - include/grpc++/support/byte_buffer.h
859 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700860 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700861 - include/grpc++/support/slice.h
862 - include/grpc++/support/status.h
863 - include/grpc++/support/status_code_enum.h
864 - include/grpc++/support/string_ref.h
865 - include/grpc++/support/stub_options.h
866 - include/grpc++/support/sync_stream.h
867 - include/grpc++/support/time.h
868 headers:
869 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700870 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700871 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800872 - src/cpp/server/health/default_health_check_service.h
873 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700875 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700876 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700877 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700878 - src/cpp/client/client_context.cc
879 - src/cpp/client/create_channel.cc
880 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700881 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700882 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700884 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700885 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700886 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700888 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700890 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800892 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700893 - src/cpp/server/create_default_thread_pool.cc
894 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800895 - src/cpp/server/health/default_health_check_service.cc
896 - src/cpp/server/health/health.pb.c
897 - src/cpp/server/health/health_check_service.cc
898 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700900 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700901 - src/cpp/server/server_context.cc
902 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700903 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700904 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700905 - src/cpp/util/byte_buffer_cc.cc
906 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 - src/cpp/util/status.cc
908 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700909 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700910 uses:
yang-g17487f92016-06-03 15:21:15 -0700911 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700912 - grpc_base
913 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700914- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700915 language: c++
916 public_headers:
917 - include/grpc++/impl/codegen/async_stream.h
918 - include/grpc++/impl/codegen/async_unary_call.h
919 - include/grpc++/impl/codegen/call.h
920 - include/grpc++/impl/codegen/call_hook.h
921 - include/grpc++/impl/codegen/channel_interface.h
922 - include/grpc++/impl/codegen/client_context.h
923 - include/grpc++/impl/codegen/client_unary_call.h
924 - include/grpc++/impl/codegen/completion_queue.h
925 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700926 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700927 - include/grpc++/impl/codegen/core_codegen_interface.h
928 - include/grpc++/impl/codegen/create_auth_context.h
929 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800930 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700931 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700932 - include/grpc++/impl/codegen/rpc_method.h
933 - include/grpc++/impl/codegen/rpc_service_method.h
934 - include/grpc++/impl/codegen/security/auth_context.h
935 - include/grpc++/impl/codegen/serialization_traits.h
936 - include/grpc++/impl/codegen/server_context.h
937 - include/grpc++/impl/codegen/server_interface.h
938 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800939 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700940 - include/grpc++/impl/codegen/status.h
941 - include/grpc++/impl/codegen/status_code_enum.h
942 - include/grpc++/impl/codegen/string_ref.h
943 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700944 - include/grpc++/impl/codegen/sync_stream.h
945 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700946 uses:
947 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700948- name: grpc++_codegen_base_src
949 language: c++
950 src:
951 - src/cpp/codegen/codegen_init.cc
952 uses:
953 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700954- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700955 language: c++
956 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700957 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700958 uses:
yang-g17487f92016-06-03 15:21:15 -0700959 - grpc++_codegen_base
960 - grpc++_config_proto
961- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700962 language: c++
963 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700964 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700965- name: grpc++_reflection_proto
966 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700967 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700968 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800969- name: grpc++_test
970 language: c++
971 public_headers:
972 - include/grpc++/test/server_context_test_spouse.h
973 deps:
974 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700975- name: thrift_util
976 language: c++
977 public_headers:
978 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700979 - include/grpc++/impl/codegen/thrift_utils.h
980 uses:
981 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100982libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800983- name: gpr
984 build: all
985 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800986 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700987 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800988 secure: false
989 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
990- name: gpr_test_util
991 build: private
992 language: c
993 headers:
994 - test/core/util/test_config.h
995 src:
996 - test/core/util/test_config.c
997 deps:
998 - gpr
999 secure: false
1000 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001001- name: grpc
1002 build: all
1003 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001004 src:
1005 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001007 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001009 filegroups:
1010 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001011 - grpc_transport_chttp2_server_secure
1012 - grpc_transport_chttp2_client_secure
1013 - grpc_transport_chttp2_server_insecure
1014 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -08001015 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001016 - grpc_lb_policy_pick_first
1017 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001018 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001019 - grpc_resolver_dns_native
1020 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001021 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001022 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001023 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001024 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001025 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001026 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001027 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001028 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001029 vs_packages:
1030 - grpc.dependencies.openssl
1031 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001032 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001033- name: grpc_cronet
1034 build: all
1035 language: c
1036 src:
1037 - src/core/lib/surface/init.c
1038 baselib: true
1039 deps_linkage: static
1040 dll: true
1041 filegroups:
1042 - grpc_base
1043 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001044 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001045 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001046 generate_plugin_registry: true
1047 platforms:
1048 - linux
1049 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001050- name: grpc_dll
1051 build: private
1052 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001053 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001054 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001055 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001056 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001057 build_system:
1058 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001059 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001060 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001061 vs_config_type: DynamicLibrary
1062 vs_packages:
1063 - grpc.dependencies.openssl
1064 - grpc.dependencies.zlib
1065 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1066 vs_props:
1067 - zlib
1068 - openssl
1069 - winsock
1070 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001071- name: grpc_test_util
1072 build: private
1073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001074 headers:
1075 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001076 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001077 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001078 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001079 - test/core/end2end/data/server1_cert.c
1080 - test/core/end2end/data/server1_key.c
1081 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001082 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001083 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001084 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001085 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001086 - grpc
1087 filegroups:
1088 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001089 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1091- name: grpc_test_util_unsecure
1092 build: private
1093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001094 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001095 - gpr
1096 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001097 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001098 filegroups:
1099 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001100 secure: false
1101 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1102- name: grpc_unsecure
1103 build: all
1104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001105 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001106 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001107 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001108 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001109 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001111 filegroups:
1112 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001113 - grpc_transport_chttp2_server_insecure
1114 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001115 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001116 - grpc_resolver_dns_native
1117 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001118 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001119 - grpc_lb_policy_grpclb
1120 - grpc_lb_policy_pick_first
1121 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001122 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001123 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001124 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001125 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001126 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001127 secure: false
1128 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001129- name: reconnect_server
1130 build: private
1131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001132 headers:
1133 - test/core/util/reconnect_server.h
1134 src:
1135 - test/core/util/reconnect_server.c
1136 deps:
yang-gc9fca182015-11-06 16:41:33 -08001137 - test_tcp_server
1138 - grpc_test_util
1139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001140 - gpr_test_util
1141 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001142- name: test_tcp_server
1143 build: private
1144 language: c
1145 headers:
1146 - test/core/util/test_tcp_server.h
1147 src:
1148 - test/core/util/test_tcp_server.c
1149 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001150 - grpc_test_util
1151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001152 - gpr_test_util
1153 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154- name: grpc++
1155 build: all
1156 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001157 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001158 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001159 - src/cpp/client/secure_credentials.h
1160 - src/cpp/common/secure_auth_context.h
1161 - src/cpp/server/secure_server_credentials.h
1162 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001163 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001164 - src/cpp/client/secure_credentials.cc
1165 - src/cpp/common/auth_property_iterator.cc
1166 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001167 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001168 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001169 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001170 - src/cpp/server/secure_server_credentials.cc
1171 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001172 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001173 baselib: true
1174 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001175 filegroups:
1176 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001177 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001178 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001179 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001180 secure: check
1181 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001182- name: grpc++_cronet
1183 build: all
1184 language: c++
1185 src:
1186 - src/cpp/client/cronet_credentials.cc
1187 - src/cpp/client/insecure_credentials.cc
1188 - src/cpp/common/insecure_create_auth_context.cc
1189 - src/cpp/server/insecure_server_credentials.cc
1190 deps:
1191 - gpr
1192 - grpc_cronet
1193 baselib: true
1194 dll: true
1195 filegroups:
1196 - grpc++_base
1197 - grpc++_codegen_base
1198 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001199 - grpc_transport_chttp2_client_insecure
1200 - grpc_transport_chttp2_server_insecure
1201 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001202 platforms:
1203 - linux
1204 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001205- name: grpc++_error_details
1206 build: all
1207 language: c++
1208 public_headers:
1209 - include/grpc++/support/error_details.h
1210 src:
1211 - src/proto/grpc/status/status.proto
1212 - src/cpp/util/error_details.cc
1213 deps:
1214 - grpc++
1215 baselib: true
1216 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001217- name: grpc++_proto_reflection_desc_db
1218 build: private
1219 language: c++
1220 headers:
1221 - test/cpp/util/proto_reflection_descriptor_database.h
1222 src:
1223 - test/cpp/util/proto_reflection_descriptor_database.cc
1224 deps:
1225 - grpc++
1226 filegroups:
1227 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001228 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001229- name: grpc++_reflection
1230 build: all
1231 language: c++
1232 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001233 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001234 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001235 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001236 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001237 - src/cpp/ext/proto_server_reflection.cc
1238 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001239 deps:
1240 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001241 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001242 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243- name: grpc++_test_config
1244 build: private
1245 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001246 headers:
1247 - test/cpp/util/test_config.h
1248 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001249 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250- name: grpc++_test_util
1251 build: private
1252 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001253 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001254 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001255 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001256 - test/cpp/util/create_test_channel.h
1257 - test/cpp/util/string_ref_helper.h
1258 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001259 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001260 src:
yang-gc8a49d22016-12-12 11:18:49 -08001261 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001262 - src/proto/grpc/testing/echo_messages.proto
1263 - src/proto/grpc/testing/echo.proto
1264 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001265 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001266 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001267 - test/cpp/util/create_test_channel.cc
1268 - test/cpp/util/string_ref_helper.cc
1269 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001270 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001271 deps:
1272 - grpc++
1273 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001274 filegroups:
1275 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001276 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001277 - grpc++_codegen_proto
1278 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001279 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280- name: grpc++_unsecure
1281 build: all
1282 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001283 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001284 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001285 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001286 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001287 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001288 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001289 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290 baselib: true
1291 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001292 filegroups:
1293 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001294 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001295 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296 secure: false
1297 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001298- name: grpc_benchmark
1299 build: test
1300 language: c++
1301 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001302 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1303 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001304 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001305 src:
1306 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001307 deps:
1308 - benchmark
1309 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001310 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001311 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001312 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001313- name: grpc_cli_libs
1314 build: private
1315 language: c++
1316 headers:
1317 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001318 - test/cpp/util/cli_credentials.h
1319 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001320 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001321 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001322 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001323 src:
1324 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001325 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001326 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001327 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001328 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001329 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001330 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001331 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001332 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001333 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001334 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335- name: grpc_plugin_support
1336 build: protoc
1337 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001338 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001339 - src/compiler/config.h
1340 - src/compiler/cpp_generator.h
1341 - src/compiler/cpp_generator_helpers.h
1342 - src/compiler/csharp_generator.h
1343 - src/compiler/csharp_generator_helpers.h
1344 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001345 - src/compiler/node_generator.h
1346 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001347 - src/compiler/objective_c_generator.h
1348 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001349 - src/compiler/php_generator.h
1350 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301351 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001352 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301353 - src/compiler/python_generator_helpers.h
1354 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001355 - src/compiler/ruby_generator.h
1356 - src/compiler/ruby_generator_helpers-inl.h
1357 - src/compiler/ruby_generator_map-inl.h
1358 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301359 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001360 src:
1361 - src/compiler/cpp_generator.cc
1362 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001363 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001364 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001365 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001366 - src/compiler/python_generator.cc
1367 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001368 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001369 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370 secure: false
1371 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001372 vs_props:
1373 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001374- name: http2_client_main
1375 build: private
1376 language: c++
1377 headers:
1378 - test/cpp/interop/http2_client.h
1379 src:
1380 - src/proto/grpc/testing/empty.proto
1381 - src/proto/grpc/testing/messages.proto
1382 - src/proto/grpc/testing/test.proto
1383 - test/cpp/interop/http2_client.cc
1384 deps:
1385 - grpc++_test_util
1386 - grpc_test_util
1387 - grpc++
1388 - grpc
1389 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001390- name: interop_client_helper
1391 build: private
1392 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001393 headers:
1394 - test/cpp/interop/client_helper.h
1395 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001396 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001397 - test/cpp/interop/client_helper.cc
1398 deps:
1399 - grpc++_test_util
1400 - grpc_test_util
1401 - grpc++
1402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001403 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001404- name: interop_client_main
1405 build: private
1406 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001407 headers:
1408 - test/cpp/interop/interop_client.h
1409 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001410 - src/proto/grpc/testing/empty.proto
1411 - src/proto/grpc/testing/messages.proto
1412 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001413 - test/cpp/interop/client.cc
1414 - test/cpp/interop/interop_client.cc
1415 deps:
1416 - interop_client_helper
1417 - grpc++_test_util
1418 - grpc_test_util
1419 - grpc++
1420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr_test_util
1422 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001423 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424- name: interop_server_helper
1425 build: private
1426 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001427 headers:
1428 - test/cpp/interop/server_helper.h
1429 src:
1430 - test/cpp/interop/server_helper.cc
1431 deps:
yang-gcc591022017-01-11 11:10:43 -08001432 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001433 - grpc_test_util
1434 - grpc++
1435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001436 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001437- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001438 build: private
1439 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001440 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001441 - src/proto/grpc/testing/empty.proto
1442 - src/proto/grpc/testing/messages.proto
1443 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001444 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001445 deps:
1446 - interop_server_helper
1447 - grpc++_test_util
1448 - grpc_test_util
1449 - grpc++
1450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001451 - gpr_test_util
1452 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001453 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001454- name: interop_server_main
1455 build: private
1456 language: c++
1457 src:
1458 - test/cpp/interop/interop_server_bootstrap.cc
1459 deps:
1460 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461- name: qps
1462 build: private
1463 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001464 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001465 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001466 - test/cpp/qps/client.h
1467 - test/cpp/qps/driver.h
1468 - test/cpp/qps/histogram.h
1469 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001470 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001471 - test/cpp/qps/qps_worker.h
1472 - test/cpp/qps/report.h
1473 - test/cpp/qps/server.h
1474 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001475 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001476 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001477 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001478 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001479 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001480 - src/proto/grpc/testing/control.proto
1481 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001482 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001483 - test/cpp/qps/client_async.cc
1484 - test/cpp/qps/client_sync.cc
1485 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001486 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001487 - test/cpp/qps/qps_worker.cc
1488 - test/cpp/qps/report.cc
1489 - test/cpp/qps/server_async.cc
1490 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001491 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001492 deps:
1493 - grpc_test_util
1494 - grpc++_test_util
1495 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496- name: grpc_csharp_ext
1497 build: all
1498 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001499 src:
1500 - src/csharp/ext/grpc_csharp_ext.c
1501 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001503 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001504 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001505 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506 dll: only
1507 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001508 vs_packages:
1509 - grpc.dependencies.openssl
1510 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001512 vs_props:
1513 - zlib
1514 - openssl
1515 - winsock
1516 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001518- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001519 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001520 build: test
1521 language: c
1522 src:
1523 - test/core/surface/alarm_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001527 - gpr_test_util
1528 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001529- name: algorithm_test
1530 build: test
1531 language: c
1532 src:
1533 - test/core/compression/algorithm_test.c
1534 deps:
1535 - grpc_test_util
1536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001539- name: alloc_test
1540 build: test
1541 language: c
1542 src:
1543 - test/core/support/alloc_test.c
1544 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001545 - gpr_test_util
1546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: alpn_test
1548 build: test
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/transport/chttp2/alpn_test.c
1552 deps:
1553 - grpc_test_util
1554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001557- name: api_fuzzer
1558 build: fuzzer
1559 language: c
1560 src:
1561 - test/core/end2end/fuzzers/api_fuzzer.c
1562 deps:
1563 - grpc_test_util
1564 - grpc
1565 - gpr_test_util
1566 - gpr
1567 corpus_dirs:
1568 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001569 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001570 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001571- name: arena_test
1572 build: test
1573 language: c
1574 src:
1575 - test/core/support/arena_test.c
1576 deps:
1577 - gpr_test_util
1578 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001579- name: bad_server_response_test
1580 build: test
1581 language: c
1582 src:
1583 - test/core/end2end/bad_server_response_test.c
1584 deps:
1585 - test_tcp_server
1586 - grpc_test_util
1587 - grpc
1588 - gpr_test_util
1589 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001590 exclude_iomgrs:
1591 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001592- name: bdp_estimator_test
1593 build: test
1594 language: c
1595 src:
1596 - test/core/transport/bdp_estimator_test.c
1597 deps:
1598 - grpc_test_util
1599 - grpc
1600 - gpr_test_util
1601 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001602- name: bin_decoder_test
1603 build: test
1604 language: c
1605 src:
1606 - test/core/transport/chttp2/bin_decoder_test.c
1607 deps:
1608 - grpc_test_util
1609 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001610- name: bin_encoder_test
1611 build: test
1612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001613 src:
1614 - test/core/transport/chttp2/bin_encoder_test.c
1615 deps:
1616 - grpc_test_util
1617 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001618- name: census_context_test
1619 build: test
1620 language: c
1621 src:
1622 - test/core/census/context_test.c
1623 deps:
1624 - grpc_test_util
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001628- name: census_resource_test
1629 build: test
1630 language: c
1631 src:
1632 - test/core/census/resource_test.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
1636 - gpr_test_util
1637 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001638- name: census_trace_context_test
1639 build: test
1640 language: c
1641 src:
1642 - test/core/census/trace_context_test.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
1646 - gpr_test_util
1647 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001648- name: channel_create_test
1649 build: test
1650 language: c
1651 src:
1652 - test/core/surface/channel_create_test.c
1653 deps:
1654 - grpc_test_util
1655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001656 - gpr_test_util
1657 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001658- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001659 build: test
1660 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001661 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001662 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001663 deps:
1664 - grpc_test_util
1665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001666 - gpr_test_util
1667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001668- name: chttp2_stream_map_test
1669 build: test
1670 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001671 src:
1672 - test/core/transport/chttp2/stream_map_test.c
1673 deps:
1674 - grpc_test_util
1675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001678- name: chttp2_varint_test
1679 build: test
1680 language: c
1681 src:
1682 - test/core/transport/chttp2/varint_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001688- name: client_fuzzer
1689 build: fuzzer
1690 language: c
1691 src:
1692 - test/core/end2end/fuzzers/client_fuzzer.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
1696 - gpr_test_util
1697 - gpr
1698 corpus_dirs:
1699 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001700 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001701 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001702- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001703 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001704 build: test
1705 language: c
1706 src:
1707 - test/core/iomgr/combiner_test.c
1708 deps:
1709 - grpc_test_util
1710 - grpc
1711 - gpr_test_util
1712 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001713- name: compression_test
1714 build: test
1715 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001716 src:
1717 - test/core/compression/compression_test.c
1718 deps:
1719 - grpc_test_util
1720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001721 - gpr_test_util
1722 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001723- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001724 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001725 build: test
1726 language: c
1727 src:
1728 - test/core/surface/concurrent_connectivity_test.c
1729 deps:
1730 - grpc_test_util
1731 - grpc
1732 - gpr_test_util
1733 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001734 exclude_iomgrs:
1735 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001736- name: connection_refused_test
1737 cpu_cost: 0.1
1738 build: test
1739 language: c
1740 src:
1741 - test/core/end2end/connection_refused_test.c
1742 deps:
1743 - grpc_test_util
1744 - grpc
1745 - gpr_test_util
1746 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001747- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001748 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001749 build: test
1750 language: c
1751 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001752 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001753 deps:
1754 - grpc_test_util
1755 - grpc
1756 - gpr_test_util
1757 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001758 exclude_iomgrs:
1759 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001760- name: dns_resolver_test
1761 build: test
1762 language: c
1763 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001764 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001771 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772 build: test
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - test/core/end2end/dualstack_socket_test.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001779 - gpr_test_util
1780 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001781 exclude_iomgrs:
1782 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001783 platforms:
1784 - mac
1785 - linux
1786 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001787- name: endpoint_pair_test
1788 build: test
1789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
1791 - test/core/iomgr/endpoint_pair_test.c
1792 deps:
1793 - grpc_test_util
1794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001795 - gpr_test_util
1796 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001797 exclude_iomgrs:
1798 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001799- name: error_test
1800 cpu_cost: 30
1801 build: test
1802 language: c
1803 src:
1804 - test/core/iomgr/error_test.c
1805 deps:
1806 - grpc_test_util
1807 - grpc
1808 - gpr_test_util
1809 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001810- name: ev_epoll_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001811 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001812 build: test
1813 language: c
1814 src:
1815 - test/core/iomgr/ev_epoll_linux_test.c
1816 deps:
1817 - grpc_test_util
1818 - grpc
1819 - gpr_test_util
1820 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001821 exclude_iomgrs:
1822 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001823 platforms:
1824 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001825- name: fake_resolver_test
1826 build: test
1827 language: c
1828 src:
1829 - test/core/client_channel/resolvers/fake_resolver_test.c
1830 deps:
1831 - grpc_test_util
1832 - grpc
1833 - gpr_test_util
1834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001835- name: fd_conservation_posix_test
1836 build: test
1837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001838 src:
1839 - test/core/iomgr/fd_conservation_posix_test.c
1840 deps:
1841 - grpc_test_util
1842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001845 exclude_iomgrs:
1846 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001847 platforms:
1848 - mac
1849 - linux
1850 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851- name: fd_posix_test
1852 build: test
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
1855 - test/core/iomgr/fd_posix_test.c
1856 deps:
1857 - grpc_test_util
1858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001861 exclude_iomgrs:
1862 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001863 platforms:
1864 - mac
1865 - linux
1866 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867- name: fling_client
1868 build: test
1869 run: false
1870 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001871 src:
1872 - test/core/fling/client.c
1873 deps:
1874 - grpc_test_util
1875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001876 - gpr_test_util
1877 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001878- name: fling_server
1879 build: test
1880 run: false
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - test/core/fling/server.c
1884 deps:
1885 - grpc_test_util
1886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001889- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001890 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891 build: test
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
1894 - test/core/fling/fling_stream_test.c
1895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001900 platforms:
1901 - mac
1902 - linux
1903 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001905 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001906 build: test
1907 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001908 src:
1909 - test/core/fling/fling_test.c
1910 deps:
1911 - grpc_test_util
1912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001915 platforms:
1916 - mac
1917 - linux
1918 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001919- name: gen_hpack_tables
1920 build: tool
1921 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001922 src:
1923 - tools/codegen/core/gen_hpack_tables.c
1924 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001926 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001927- name: gen_legal_metadata_characters
1928 build: tool
1929 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001930 src:
1931 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001933- name: gen_percent_encoding_tables
1934 build: tool
1935 language: c
1936 src:
1937 - tools/codegen/core/gen_percent_encoding_tables.c
1938 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001939- name: goaway_server_test
1940 cpu_cost: 0.1
1941 build: test
1942 language: c
1943 src:
1944 - test/core/end2end/goaway_server_test.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
1948 - gpr_test_util
1949 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001950 exclude_iomgrs:
1951 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001952 platforms:
1953 - mac
1954 - linux
1955 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001956- name: gpr_avl_test
1957 build: test
1958 language: c
1959 src:
1960 - test/core/support/avl_test.c
1961 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001964- name: gpr_backoff_test
1965 build: test
1966 language: c
1967 src:
1968 - test/core/support/backoff_test.c
1969 deps:
1970 - gpr_test_util
1971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001972- name: gpr_cmdline_test
1973 build: test
1974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001975 src:
1976 - test/core/support/cmdline_test.c
1977 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001980- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07001981 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001982 build: test
1983 language: c
1984 src:
1985 - test/core/support/cpu_test.c
1986 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr_test_util
1988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989- name: gpr_env_test
1990 build: test
1991 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001992 src:
1993 - test/core/support/env_test.c
1994 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 - gpr_test_util
1996 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997- name: gpr_histogram_test
1998 build: test
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/support/histogram_test.c
2002 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: gpr_host_port_test
2006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/support/host_port_test.c
2010 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002011 - gpr_test_util
2012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013- name: gpr_log_test
2014 build: test
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/core/support/log_test.c
2018 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002019 - gpr_test_util
2020 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002021- name: gpr_mpscq_test
2022 cpu_cost: 30
2023 build: test
2024 language: c
2025 src:
2026 - test/core/support/mpscq_test.c
2027 deps:
2028 - gpr_test_util
2029 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002030- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002031 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002032 build: test
2033 language: c
2034 src:
2035 - test/core/support/spinlock_test.c
2036 deps:
2037 - gpr_test_util
2038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002040 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07002041 build: test
2042 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002043 src:
2044 - test/core/support/stack_lockfree_test.c
2045 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002046 - gpr_test_util
2047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: gpr_string_test
2049 build: test
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
2052 - test/core/support/string_test.c
2053 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002056- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002057 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058 build: test
2059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002060 src:
2061 - test/core/support/sync_test.c
2062 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002066 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067 build: test
2068 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002069 src:
2070 - test/core/support/thd_test.c
2071 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: gpr_time_test
2075 build: test
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/support/time_test.c
2079 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: gpr_tls_test
2083 build: test
2084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002085 src:
2086 - test/core/support/tls_test.c
2087 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002088 - gpr_test_util
2089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090- name: gpr_useful_test
2091 build: test
2092 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002093 src:
2094 - test/core/support/useful_test.c
2095 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002098- name: grpc_auth_context_test
2099 build: test
2100 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002101 src:
2102 - test/core/security/auth_context_test.c
2103 deps:
2104 - grpc_test_util
2105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr_test_util
2107 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002108- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002109 build: test
2110 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002111 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002112 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002113 deps:
2114 - grpc_test_util
2115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002116 - gpr_test_util
2117 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118- name: grpc_byte_buffer_reader_test
2119 build: test
2120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002121 src:
2122 - test/core/surface/byte_buffer_reader_test.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: grpc_channel_args_test
2129 build: test
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
2132 - test/core/channel/channel_args_test.c
2133 deps:
2134 - grpc_test_util
2135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr_test_util
2137 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002138- name: grpc_channel_stack_test
2139 build: test
2140 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002141 src:
2142 - test/core/channel/channel_stack_test.c
2143 deps:
2144 - grpc_test_util
2145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002146 - gpr_test_util
2147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148- name: grpc_completion_queue_test
2149 build: test
2150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002151 src:
2152 - test/core/surface/completion_queue_test.c
2153 deps:
2154 - grpc_test_util
2155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002158- name: grpc_completion_queue_threading_test
2159 build: test
2160 language: c
2161 src:
2162 - test/core/surface/completion_queue_threading_test.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
2166 - gpr_test_util
2167 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002168 exclude_iomgrs:
2169 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: grpc_create_jwt
2171 build: tool
2172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
2174 - test/core/security/create_jwt.c
2175 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002178 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179- name: grpc_credentials_test
2180 build: test
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - test/core/security/credentials_test.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002190 build: test
2191 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002193 src:
2194 - test/core/security/fetch_oauth2.c
2195 deps:
2196 - grpc_test_util
2197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002198 - gpr_test_util
2199 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002200- name: grpc_invalid_channel_args_test
2201 build: test
2202 language: c
2203 src:
2204 - test/core/surface/invalid_channel_args_test.c
2205 deps:
2206 - grpc_test_util
2207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002208 - gpr_test_util
2209 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002210- name: grpc_json_token_test
2211 build: test
2212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002213 src:
2214 - test/core/security/json_token_test.c
2215 deps:
2216 - grpc_test_util
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002220 platforms:
2221 - linux
2222 - posix
2223 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002224- name: grpc_jwt_verifier_test
2225 build: test
2226 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002227 src:
2228 - test/core/security/jwt_verifier_test.c
2229 deps:
2230 - grpc_test_util
2231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr_test_util
2233 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002234- name: grpc_print_google_default_creds_token
2235 build: tool
2236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002237 src:
2238 - test/core/security/print_google_default_creds_token.c
2239 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242- name: grpc_security_connector_test
2243 build: test
2244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
2246 - test/core/security/security_connector_test.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002252- name: grpc_verify_jwt
2253 build: tool
2254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002255 src:
2256 - test/core/security/verify_jwt.c
2257 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002259 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002260- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002261 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002262 language: c
2263 src:
2264 - test/core/handshake/client_ssl.c
2265 deps:
2266 - grpc_test_util
2267 - grpc
2268 - gpr_test_util
2269 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002270 exclude_iomgrs:
2271 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002272 platforms:
2273 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002274 secure: true
2275- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002276 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002277 language: c
2278 src:
2279 - test/core/handshake/server_ssl.c
2280 deps:
2281 - grpc_test_util
2282 - grpc
2283 - gpr_test_util
2284 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002285 platforms:
2286 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002287 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002288- name: hpack_parser_fuzzer_test
2289 build: fuzzer
2290 language: c
2291 src:
2292 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2293 deps:
2294 - grpc_test_util
2295 - grpc
2296 - gpr_test_util
2297 - gpr
2298 corpus_dirs:
2299 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002300 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002301 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302- name: hpack_parser_test
2303 build: test
2304 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002305 src:
2306 - test/core/transport/chttp2/hpack_parser_test.c
2307 deps:
2308 - grpc_test_util
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312- name: hpack_table_test
2313 build: test
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
2316 - test/core/transport/chttp2/hpack_table_test.c
2317 deps:
2318 - grpc_test_util
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002322- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002323 build: test
2324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002326 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002327 deps:
2328 - grpc_test_util
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002332- name: http_request_fuzzer_test
2333 build: fuzzer
2334 language: c
2335 src:
2336 - test/core/http/request_fuzzer.c
2337 deps:
2338 - grpc_test_util
2339 - grpc
2340 - gpr_test_util
2341 - gpr
2342 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002343 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002344 maxlen: 2048
2345- name: http_response_fuzzer_test
2346 build: fuzzer
2347 language: c
2348 src:
2349 - test/core/http/response_fuzzer.c
2350 deps:
2351 - grpc_test_util
2352 - grpc
2353 - gpr_test_util
2354 - gpr
2355 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002356 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002357 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002358- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002359 build: test
2360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002362 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002369 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370 build: test
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002373 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002379 platforms:
2380 - mac
2381 - linux
2382 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002383- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002384 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002385 build: test
2386 language: c
2387 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002388 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002389 deps:
2390 - grpc_test_util
2391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002392 - gpr_test_util
2393 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002394 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002395 - linux
yang-gf1183302015-12-07 16:02:05 -08002396- name: init_test
2397 build: test
2398 language: c
2399 src:
2400 - test/core/surface/init_test.c
2401 deps:
2402 - grpc_test_util
2403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr_test_util
2405 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002406- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002407 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002408 build: test
2409 language: c
2410 src:
2411 - test/core/end2end/invalid_call_argument_test.c
2412 deps:
2413 - grpc_test_util
2414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002415 - gpr_test_util
2416 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002417- name: json_fuzzer_test
2418 build: fuzzer
2419 language: c
2420 src:
2421 - test/core/json/fuzzer.c
2422 deps:
2423 - grpc_test_util
2424 - grpc
2425 - gpr_test_util
2426 - gpr
2427 corpus_dirs:
2428 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002429 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002430- name: json_rewrite
2431 build: test
2432 run: false
2433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002434 src:
2435 - test/core/json/json_rewrite.c
2436 deps:
2437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002438 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439- name: json_rewrite_test
2440 build: test
2441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002442 src:
2443 - test/core/json/json_rewrite_test.c
2444 deps:
2445 - grpc_test_util
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr_test_util
2448 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002449- name: json_stream_error_test
2450 build: test
2451 language: c
2452 src:
2453 - test/core/json/json_stream_error_test.c
2454 deps:
2455 - grpc_test_util
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: json_test
2460 build: test
2461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
2463 - test/core/json/json_test.c
2464 deps:
2465 - grpc_test_util
2466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002467 - gpr_test_util
2468 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002469- name: lame_client_test
2470 build: test
2471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002472 src:
2473 - test/core/surface/lame_client_test.c
2474 deps:
2475 - grpc_test_util
2476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002477 - gpr_test_util
2478 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002479- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002480 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002481 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002482 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002485 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002486 deps:
2487 - grpc_test_util
2488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002489 - gpr_test_util
2490 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002491- name: load_file_test
2492 build: test
2493 language: c
2494 src:
2495 - test/core/iomgr/load_file_test.c
2496 deps:
2497 - grpc_test_util
2498 - grpc
2499 - gpr_test_util
2500 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002501- name: low_level_ping_pong_benchmark
2502 build: benchmark
2503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002504 src:
2505 - test/core/network_benchmarks/low_level_ping_pong.c
2506 deps:
2507 - grpc_test_util
2508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002509 - gpr_test_util
2510 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002511 platforms:
2512 - mac
2513 - linux
2514 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002515- name: memory_profile_client
2516 build: test
2517 run: false
2518 language: c
2519 src:
2520 - test/core/memory_usage/client.c
2521 deps:
2522 - grpc_test_util
2523 - grpc
2524 - gpr_test_util
2525 - gpr
2526- name: memory_profile_server
2527 build: test
2528 run: false
2529 language: c
2530 src:
2531 - test/core/memory_usage/server.c
2532 deps:
2533 - grpc_test_util
2534 - grpc
2535 - gpr_test_util
2536 - gpr
2537- name: memory_profile_test
2538 cpu_cost: 1.5
2539 build: test
2540 language: c
2541 src:
2542 - test/core/memory_usage/memory_usage_test.c
2543 deps:
2544 - grpc_test_util
2545 - grpc
2546 - gpr_test_util
2547 - gpr
2548 platforms:
2549 - mac
2550 - linux
2551 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002552- name: message_compress_test
2553 build: test
2554 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002555 src:
2556 - test/core/compression/message_compress_test.c
2557 deps:
2558 - grpc_test_util
2559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002560 - gpr_test_util
2561 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002562- name: minimal_stack_is_minimal_test
2563 build: test
2564 language: c
2565 src:
2566 - test/core/channel/minimal_stack_is_minimal_test.c
2567 deps:
2568 - grpc_test_util
2569 - grpc
2570 - gpr_test_util
2571 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002572- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002573 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002574 build: test
2575 language: c
2576 src:
2577 - test/core/census/mlog_test.c
2578 deps:
2579 - grpc_test_util
2580 - grpc
2581 - gpr_test_util
2582 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002583- name: multiple_server_queues_test
2584 build: test
2585 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002586 src:
2587 - test/core/end2end/multiple_server_queues_test.c
2588 deps:
2589 - grpc_test_util
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002593- name: murmur_hash_test
2594 build: test
2595 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002596 src:
2597 - test/core/support/murmur_hash_test.c
2598 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002599 - gpr_test_util
2600 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002601- name: nanopb_fuzzer_response_test
2602 build: fuzzer
2603 language: c
2604 src:
2605 - test/core/nanopb/fuzzer_response.c
2606 deps:
2607 - grpc_test_util
2608 - grpc
2609 - gpr_test_util
2610 - gpr
2611 corpus_dirs:
2612 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002613 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002614- name: nanopb_fuzzer_serverlist_test
2615 build: fuzzer
2616 language: c
2617 src:
2618 - test/core/nanopb/fuzzer_serverlist.c
2619 deps:
2620 - grpc_test_util
2621 - grpc
2622 - gpr_test_util
2623 - gpr
2624 corpus_dirs:
2625 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002626 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002627- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002628 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002629 build: test
2630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002631 src:
2632 - test/core/end2end/no_server_test.c
2633 deps:
2634 - grpc_test_util
2635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002636 - gpr_test_util
2637 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002638- name: parse_address_test
2639 build: test
2640 language: c
2641 src:
2642 - test/core/client_channel/parse_address_test.c
2643 deps:
2644 - grpc_test_util
2645 - grpc
2646 - gpr_test_util
2647 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002648- name: percent_decode_fuzzer
2649 build: fuzzer
2650 language: c
2651 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002652 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002653 deps:
2654 - grpc_test_util
2655 - grpc
2656 - gpr_test_util
2657 - gpr
2658 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002659 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002660 maxlen: 32
2661- name: percent_encode_fuzzer
2662 build: fuzzer
2663 language: c
2664 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002665 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002666 deps:
2667 - grpc_test_util
2668 - grpc
2669 - gpr_test_util
2670 - gpr
2671 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002672 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002673 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002674- name: percent_encoding_test
2675 build: test
2676 language: c
2677 src:
2678 - test/core/slice/percent_encoding_test.c
2679 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002680 - grpc_test_util
2681 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002682 - gpr_test_util
2683 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002684- name: pollset_set_test
2685 build: test
2686 language: c
2687 src:
2688 - test/core/iomgr/pollset_set_test.c
2689 deps:
2690 - grpc_test_util
2691 - grpc
2692 - gpr_test_util
2693 - gpr
2694 exclude_iomgrs:
2695 - uv
2696 platforms:
2697 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002698- name: resolve_address_posix_test
2699 build: test
2700 language: c
2701 src:
2702 - test/core/iomgr/resolve_address_posix_test.c
2703 deps:
2704 - grpc_test_util
2705 - grpc
2706 - gpr_test_util
2707 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002708 exclude_iomgrs:
2709 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002710 platforms:
2711 - mac
2712 - linux
2713 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002714- name: resolve_address_test
2715 build: test
2716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002717 src:
2718 - test/core/iomgr/resolve_address_test.c
2719 deps:
2720 - grpc_test_util
2721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002722 - gpr_test_util
2723 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002724- name: resource_quota_test
2725 cpu_cost: 30
2726 build: test
2727 language: c
2728 src:
2729 - test/core/iomgr/resource_quota_test.c
2730 deps:
2731 - grpc_test_util
2732 - grpc
2733 - gpr_test_util
2734 - gpr
yang-gd482e592015-12-10 14:04:00 -08002735- name: secure_channel_create_test
2736 build: test
2737 language: c
2738 src:
2739 - test/core/surface/secure_channel_create_test.c
2740 deps:
2741 - grpc_test_util
2742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002743 - gpr_test_util
2744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002745- name: secure_endpoint_test
2746 build: test
2747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002748 src:
2749 - test/core/security/secure_endpoint_test.c
2750 deps:
2751 - grpc_test_util
2752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002753 - gpr_test_util
2754 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002755 exclude_iomgrs:
2756 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002757- name: sequential_connectivity_test
2758 build: test
2759 language: c
2760 src:
2761 - test/core/surface/sequential_connectivity_test.c
2762 deps:
2763 - grpc_test_util
2764 - grpc
2765 - gpr_test_util
2766 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002767 exclude_iomgrs:
2768 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002769- name: server_chttp2_test
2770 build: test
2771 language: c
2772 src:
2773 - test/core/surface/server_chttp2_test.c
2774 deps:
2775 - grpc_test_util
2776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002777 - gpr_test_util
2778 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002779- name: server_fuzzer
2780 build: fuzzer
2781 language: c
2782 src:
2783 - test/core/end2end/fuzzers/server_fuzzer.c
2784 deps:
2785 - grpc_test_util
2786 - grpc
2787 - gpr_test_util
2788 - gpr
2789 corpus_dirs:
2790 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002791 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002792 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002793- name: server_test
2794 build: test
2795 language: c
2796 src:
2797 - test/core/surface/server_test.c
2798 deps:
2799 - grpc_test_util
2800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002801 - gpr_test_util
2802 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002803- name: slice_buffer_test
2804 build: test
2805 language: c
2806 src:
2807 - test/core/slice/slice_buffer_test.c
2808 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002809 - grpc_test_util
2810 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002811 - gpr_test_util
2812 - gpr
2813- name: slice_string_helpers_test
2814 build: test
2815 language: c
2816 src:
2817 - test/core/slice/slice_string_helpers_test.c
2818 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002819 - grpc_test_util
2820 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002821 - gpr_test_util
2822 - gpr
2823- name: slice_test
2824 build: test
2825 language: c
2826 src:
2827 - test/core/slice/slice_test.c
2828 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002829 - grpc_test_util
2830 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002831 - gpr_test_util
2832 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002833- name: sockaddr_resolver_test
2834 build: test
2835 language: c
2836 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002837 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002838 deps:
2839 - grpc_test_util
2840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002841 - gpr_test_util
2842 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002843- name: sockaddr_utils_test
2844 build: test
2845 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002846 src:
2847 - test/core/iomgr/sockaddr_utils_test.c
2848 deps:
2849 - grpc_test_util
2850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002851 - gpr_test_util
2852 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002853- name: socket_utils_test
2854 build: test
2855 language: c
2856 src:
2857 - test/core/iomgr/socket_utils_test.c
2858 deps:
2859 - grpc_test_util
2860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002861 - gpr_test_util
2862 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002863 exclude_iomgrs:
2864 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002865 platforms:
2866 - mac
2867 - linux
2868 - posix
yang-g31e21282016-11-04 15:10:03 -07002869- name: ssl_server_fuzzer
2870 build: fuzzer
2871 language: c
2872 src:
2873 - test/core/security/ssl_server_fuzzer.c
2874 deps:
2875 - grpc_test_util
2876 - grpc
2877 - gpr_test_util
2878 - gpr
2879 corpus_dirs:
2880 - test/core/security/corpus/ssl_server_corpus
2881 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002882- name: status_conversion_test
2883 build: test
2884 language: c
2885 src:
2886 - test/core/transport/status_conversion_test.c
2887 deps:
2888 - grpc_test_util
2889 - grpc
2890 - gpr_test_util
2891 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002892- name: stream_owned_slice_test
2893 build: test
2894 language: c
2895 src:
2896 - test/core/transport/stream_owned_slice_test.c
2897 deps:
2898 - grpc_test_util
2899 - grpc
2900 - gpr_test_util
2901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002902- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002903 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002904 build: test
2905 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002906 src:
2907 - test/core/iomgr/tcp_client_posix_test.c
2908 deps:
2909 - grpc_test_util
2910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002911 - gpr_test_util
2912 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002913 exclude_iomgrs:
2914 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002915 platforms:
2916 - mac
2917 - linux
2918 - posix
murgatroid991191b722017-02-08 11:56:52 -08002919- name: tcp_client_uv_test
2920 cpu_cost: 0.5
2921 build: test
2922 language: c
2923 src:
2924 - test/core/iomgr/tcp_client_uv_test.c
2925 deps:
2926 - grpc_test_util
2927 - grpc
2928 - gpr_test_util
2929 - gpr
2930 exclude_iomgrs:
2931 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002932- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002933 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002934 build: test
2935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002936 src:
2937 - test/core/iomgr/tcp_posix_test.c
2938 deps:
2939 - grpc_test_util
2940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002941 - gpr_test_util
2942 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002943 exclude_iomgrs:
2944 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002945 platforms:
2946 - mac
2947 - linux
2948 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002949- name: tcp_server_posix_test
2950 build: test
2951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002952 src:
2953 - test/core/iomgr/tcp_server_posix_test.c
2954 deps:
2955 - grpc_test_util
2956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002957 - gpr_test_util
2958 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002959 exclude_iomgrs:
2960 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002961 platforms:
2962 - mac
2963 - linux
2964 - posix
murgatroid991191b722017-02-08 11:56:52 -08002965- name: tcp_server_uv_test
2966 build: test
2967 language: c
2968 src:
2969 - test/core/iomgr/tcp_server_uv_test.c
2970 deps:
2971 - grpc_test_util
2972 - grpc
2973 - gpr_test_util
2974 - gpr
2975 exclude_iomgrs:
2976 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002977- name: time_averaged_stats_test
2978 build: test
2979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002980 src:
2981 - test/core/iomgr/time_averaged_stats_test.c
2982 deps:
2983 - grpc_test_util
2984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002985 - gpr_test_util
2986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002987- name: timeout_encoding_test
2988 build: test
2989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002990 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002991 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002992 deps:
2993 - grpc_test_util
2994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002995 - gpr_test_util
2996 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002997- name: timer_heap_test
2998 build: test
2999 language: c
3000 src:
3001 - test/core/iomgr/timer_heap_test.c
3002 deps:
3003 - grpc_test_util
3004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003005 - gpr_test_util
3006 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003007 exclude_iomgrs:
3008 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003009- name: timer_list_test
3010 build: test
3011 language: c
3012 src:
3013 - test/core/iomgr/timer_list_test.c
3014 deps:
3015 - grpc_test_util
3016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003017 - gpr_test_util
3018 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003019 exclude_iomgrs:
3020 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003021- name: transport_connectivity_state_test
3022 build: test
3023 language: c
3024 src:
3025 - test/core/transport/connectivity_state_test.c
3026 deps:
3027 - grpc_test_util
3028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003029 - gpr_test_util
3030 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003031- name: transport_metadata_test
3032 build: test
3033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003034 src:
3035 - test/core/transport/metadata_test.c
3036 deps:
3037 - grpc_test_util
3038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003039 - gpr_test_util
3040 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003041- name: transport_pid_controller_test
3042 build: test
3043 language: c
3044 src:
3045 - test/core/transport/pid_controller_test.c
3046 deps:
3047 - grpc_test_util
3048 - grpc
3049 - gpr_test_util
3050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003051- name: transport_security_test
3052 build: test
3053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003054 src:
3055 - test/core/tsi/transport_security_test.c
3056 deps:
3057 - grpc_test_util
3058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003059 - gpr_test_util
3060 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003061 platforms:
3062 - linux
3063 - posix
3064 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003065- name: udp_server_test
3066 build: test
3067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003068 src:
3069 - test/core/iomgr/udp_server_test.c
3070 deps:
3071 - grpc_test_util
3072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003073 - gpr_test_util
3074 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003075 exclude_iomgrs:
3076 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003077 platforms:
3078 - mac
3079 - linux
3080 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003081- name: uri_fuzzer_test
3082 build: fuzzer
3083 language: c
3084 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003085 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003086 deps:
3087 - grpc_test_util
3088 - grpc
3089 - gpr_test_util
3090 - gpr
3091 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003092 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003093 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003094- name: uri_parser_test
3095 build: test
3096 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003097 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003098 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003099 deps:
3100 - grpc_test_util
3101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003102 - gpr_test_util
3103 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003104- name: wakeup_fd_cv_test
3105 build: test
3106 language: c
3107 src:
3108 - test/core/iomgr/wakeup_fd_cv_test.c
3109 deps:
3110 - grpc_test_util
3111 - grpc
3112 - gpr_test_util
3113 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003114 exclude_iomgrs:
3115 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003116 platforms:
3117 - mac
3118 - linux
3119 - posix
vjpai04e992a2016-02-10 16:58:38 -08003120- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003121 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003122 build: test
3123 language: c++
3124 src:
3125 - test/cpp/common/alarm_cpp_test.cc
3126 deps:
3127 - grpc++_test_util
3128 - grpc_test_util
3129 - grpc++
3130 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003131 - gpr_test_util
3132 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003133- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003134 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003135 build: test
3136 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003137 src:
3138 - test/cpp/end2end/async_end2end_test.cc
3139 deps:
3140 - grpc++_test_util
3141 - grpc_test_util
3142 - grpc++
3143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003144 - gpr_test_util
3145 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003146- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003147 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003148 build: test
3149 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003150 src:
3151 - test/cpp/common/auth_property_iterator_test.cc
3152 deps:
3153 - grpc++_test_util
3154 - grpc_test_util
3155 - grpc++
3156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003157 - gpr_test_util
3158 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003159- name: bm_arena
3160 build: test
3161 language: c++
3162 src:
3163 - test/cpp/microbenchmarks/bm_arena.cc
3164 deps:
3165 - grpc_benchmark
3166 - benchmark
3167 - grpc++_test_util
3168 - grpc_test_util
3169 - grpc++
3170 - grpc
3171 - gpr_test_util
3172 - gpr
3173 args:
3174 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003175 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003176 platforms:
3177 - mac
3178 - linux
3179 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003180- name: bm_call_create
3181 build: test
3182 language: c++
3183 src:
3184 - test/cpp/microbenchmarks/bm_call_create.cc
3185 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003186 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003187 - benchmark
3188 - grpc++_test_util
3189 - grpc_test_util
3190 - grpc++
3191 - grpc
3192 - gpr_test_util
3193 - gpr
3194 args:
3195 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003196 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003197 platforms:
3198 - mac
3199 - linux
3200 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003201- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003202 build: test
3203 language: c++
3204 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003205 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003206 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003207 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003208 - benchmark
3209 - grpc++_test_util
3210 - grpc_test_util
3211 - grpc++
3212 - grpc
3213 - gpr_test_util
3214 - gpr
3215 args:
3216 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003217 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003218 platforms:
3219 - mac
3220 - linux
3221 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003222- name: bm_chttp2_transport
3223 build: test
3224 language: c++
3225 src:
3226 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3227 deps:
3228 - grpc_benchmark
3229 - benchmark
3230 - grpc++_test_util
3231 - grpc_test_util
3232 - grpc++
3233 - grpc
3234 - gpr_test_util
3235 - gpr
3236 args:
3237 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003238 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003239 platforms:
3240 - mac
3241 - linux
3242 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003243- name: bm_closure
3244 build: test
3245 language: c++
3246 src:
3247 - test/cpp/microbenchmarks/bm_closure.cc
3248 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003249 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003250 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003251 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003252 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003253 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003254 - grpc
3255 - gpr_test_util
3256 - gpr
3257 args:
3258 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003259 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003260 platforms:
3261 - mac
3262 - linux
3263 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003264- name: bm_cq
3265 build: test
3266 language: c++
3267 src:
3268 - test/cpp/microbenchmarks/bm_cq.cc
3269 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003270 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003271 - benchmark
3272 - grpc++_test_util
3273 - grpc_test_util
3274 - grpc++
3275 - grpc
3276 - gpr_test_util
3277 - gpr
3278 args:
3279 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003280 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003281 platforms:
3282 - mac
3283 - linux
3284 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003285- name: bm_cq_multiple_threads
3286 build: test
3287 language: c++
3288 src:
3289 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3290 deps:
3291 - grpc_benchmark
3292 - benchmark
3293 - grpc++_test_util
3294 - grpc_test_util
3295 - grpc++
3296 - grpc
3297 - gpr_test_util
3298 - gpr
3299 args:
3300 - --benchmark_min_time=0
3301 defaults: benchmark
3302 platforms:
3303 - mac
3304 - linux
3305 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003306- name: bm_error
3307 build: test
3308 language: c++
3309 src:
3310 - test/cpp/microbenchmarks/bm_error.cc
3311 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003312 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003313 - benchmark
3314 - grpc++_test_util
3315 - grpc_test_util
3316 - grpc++
3317 - grpc
3318 - gpr_test_util
3319 - gpr
3320 args:
3321 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003322 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003323 platforms:
3324 - mac
3325 - linux
3326 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003327- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003328 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003329 language: c++
3330 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003331 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003332 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003333 - grpc_benchmark
3334 - benchmark
3335 - grpc++_test_util
3336 - grpc_test_util
3337 - grpc++
3338 - grpc
3339 - gpr_test_util
3340 - gpr
3341 args:
3342 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003343 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003344 excluded_poll_engines:
3345 - poll
3346 - poll-cv
3347 platforms:
3348 - mac
3349 - linux
3350 - posix
3351 timeout_seconds: 1200
3352- name: bm_fullstack_streaming_pump
3353 build: test
3354 language: c++
3355 src:
3356 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003357 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003358 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003359 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003360 - grpc++_test_util
3361 - grpc_test_util
3362 - grpc++
3363 - grpc
3364 - gpr_test_util
3365 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003366 args:
3367 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003368 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003369 excluded_poll_engines:
3370 - poll
3371 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003372 platforms:
3373 - mac
3374 - linux
3375 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003376 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003377- name: bm_fullstack_trickle
3378 build: test
3379 language: c++
3380 src:
3381 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3382 deps:
3383 - grpc_benchmark
3384 - benchmark
3385 - grpc++_test_util
3386 - grpc_test_util
3387 - grpc++
3388 - grpc
3389 - gpr_test_util
3390 - gpr
3391 args:
3392 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003393 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003394 excluded_poll_engines:
3395 - poll
3396 - poll-cv
3397 platforms:
3398 - mac
3399 - linux
3400 - posix
3401 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003402- name: bm_fullstack_unary_ping_pong
3403 build: test
3404 language: c++
3405 src:
3406 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3407 deps:
3408 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003409 - benchmark
3410 - grpc++_test_util
3411 - grpc_test_util
3412 - grpc++
3413 - grpc
3414 - gpr_test_util
3415 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003416 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003417 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003418 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003419 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003420 - poll
3421 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003422 platforms:
3423 - mac
3424 - linux
3425 - posix
3426 timeout_seconds: 1200
3427- name: bm_metadata
3428 build: test
3429 language: c++
3430 src:
3431 - test/cpp/microbenchmarks/bm_metadata.cc
3432 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003433 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003434 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003435 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003436 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003437 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003438 - grpc
3439 - gpr_test_util
3440 - gpr
3441 args:
3442 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003443 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003444 platforms:
3445 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003446 - linux
3447 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003448- name: bm_pollset
3449 build: test
3450 language: c++
3451 src:
3452 - test/cpp/microbenchmarks/bm_pollset.cc
3453 deps:
3454 - grpc_benchmark
3455 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003456 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003457 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003458 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003459 - grpc
3460 - gpr_test_util
3461 - gpr
3462 args:
3463 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003464 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003465 platforms:
3466 - mac
3467 - linux
3468 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003469- name: channel_arguments_test
3470 gtest: true
3471 build: test
3472 language: c++
3473 src:
3474 - test/cpp/common/channel_arguments_test.cc
3475 deps:
3476 - grpc++
3477 - grpc
3478 - gpr
3479- name: channel_filter_test
3480 gtest: true
3481 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003482 language: c++
3483 src:
3484 - test/cpp/common/channel_filter_test.cc
3485 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003486 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003487 - grpc
3488 - gpr
3489- name: cli_call_test
3490 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003491 build: test
3492 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003493 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003494 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003495 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003496 - grpc_cli_libs
3497 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003498 - grpc_test_util
3499 - grpc++
3500 - grpc
3501 - gpr_test_util
3502 - gpr
3503- name: client_crash_test
3504 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003505 cpu_cost: 0.1
3506 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003507 language: c++
3508 src:
3509 - test/cpp/end2end/client_crash_test.cc
3510 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003511 - grpc++_test_util
3512 - grpc_test_util
3513 - grpc++
3514 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003515 - gpr_test_util
3516 - gpr
3517 platforms:
3518 - mac
3519 - linux
3520 - posix
3521- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003522 build: test
3523 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003524 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003525 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003526 - test/cpp/end2end/client_crash_test_server.cc
3527 deps:
3528 - grpc++_test_util
3529 - grpc_test_util
3530 - grpc++
3531 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003532 - gpr_test_util
3533 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003534- name: codegen_test_full
3535 gtest: true
3536 build: test
3537 language: c++
3538 src:
3539 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003540 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003541 - src/proto/grpc/testing/payloads.proto
3542 - src/proto/grpc/testing/services.proto
3543 - src/proto/grpc/testing/stats.proto
3544 - test/cpp/codegen/codegen_test_full.cc
3545 deps:
3546 - grpc++
3547 - grpc
3548 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003549 filegroups:
3550 - grpc++_codegen_base
3551- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003552 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003553 build: test
yang-g34b58612016-06-03 17:30:09 -07003554 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003555 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003556 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003557 - src/proto/grpc/testing/messages.proto
3558 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003559 - src/proto/grpc/testing/services.proto
3560 - src/proto/grpc/testing/stats.proto
3561 - test/cpp/codegen/codegen_test_minimal.cc
3562 filegroups:
3563 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003564 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003565- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003566 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003567 build: test
3568 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003569 src:
3570 - test/cpp/client/credentials_test.cc
3571 deps:
3572 - grpc++
3573 - grpc
3574 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003575- name: cxx_byte_buffer_test
3576 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003577 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003578 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003579 src:
3580 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003581 deps:
3582 - grpc_test_util
3583 - grpc++
3584 - grpc
3585 - gpr_test_util
3586 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003587- name: cxx_slice_test
3588 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003589 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003590 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003591 src:
3592 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003593 deps:
3594 - grpc_test_util
3595 - grpc++
3596 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003597 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003599- name: cxx_string_ref_test
3600 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003601 build: test
3602 language: c++
3603 src:
3604 - test/cpp/util/string_ref_test.cc
3605 deps:
3606 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003607- name: cxx_time_test
3608 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003609 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003610 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003611 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003612 - test/cpp/util/time_test.cc
3613 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003614 - grpc_test_util
3615 - grpc++
3616 - grpc
3617 - gpr_test_util
3618 - gpr
3619- name: end2end_test
3620 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003621 cpu_cost: 0.5
3622 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003623 language: c++
3624 src:
3625 - test/cpp/end2end/end2end_test.cc
3626 deps:
3627 - grpc++_test_util
3628 - grpc_test_util
3629 - grpc++
3630 - grpc
3631 - gpr_test_util
3632 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003633- name: error_details_test
3634 gtest: true
3635 build: test
3636 language: c++
3637 src:
3638 - src/proto/grpc/testing/echo_messages.proto
3639 - test/cpp/util/error_details_test.cc
3640 deps:
3641 - grpc++_error_details
3642 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003643- name: filter_end2end_test
3644 gtest: true
3645 build: test
3646 language: c++
3647 src:
3648 - test/cpp/end2end/filter_end2end_test.cc
3649 deps:
3650 - grpc++_test_util
3651 - grpc_test_util
3652 - grpc++
3653 - grpc
3654 - gpr_test_util
3655 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003656- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003657 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003658 build: test
3659 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003660 src:
3661 - test/cpp/end2end/generic_end2end_test.cc
3662 deps:
3663 - grpc++_test_util
3664 - grpc_test_util
3665 - grpc++
3666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003667 - gpr_test_util
3668 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003669- name: golden_file_test
3670 gtest: true
3671 build: test
3672 language: c++
3673 src:
3674 - src/proto/grpc/testing/compiler_test.proto
3675 - test/cpp/codegen/golden_file_test.cc
3676 deps:
3677 - grpc++
3678 - grpc
3679 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003680 args:
3681 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003682- name: grpc_cli
3683 build: test
3684 run: false
3685 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003686 src:
3687 - test/cpp/util/grpc_cli.cc
3688 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003689 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003690 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003691 - grpc++
3692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003693 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003694 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003695- name: grpc_cpp_plugin
3696 build: protoc
3697 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003698 src:
3699 - src/compiler/cpp_plugin.cc
3700 deps:
3701 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003702 secure: false
3703 vs_config_type: Application
3704 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3705- name: grpc_csharp_plugin
3706 build: protoc
3707 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003708 src:
3709 - src/compiler/csharp_plugin.cc
3710 deps:
3711 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003712 secure: false
3713 vs_config_type: Application
3714 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003715- name: grpc_node_plugin
3716 build: protoc
3717 language: c++
3718 src:
3719 - src/compiler/node_plugin.cc
3720 deps:
3721 - grpc_plugin_support
3722 secure: false
3723 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003724- name: grpc_objective_c_plugin
3725 build: protoc
3726 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003727 src:
3728 - src/compiler/objective_c_plugin.cc
3729 deps:
3730 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003731 secure: false
3732 vs_config_type: Application
3733 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003734- name: grpc_php_plugin
3735 build: protoc
3736 language: c++
3737 src:
3738 - src/compiler/php_plugin.cc
3739 deps:
3740 - grpc_plugin_support
3741 secure: false
3742 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003743- name: grpc_python_plugin
3744 build: protoc
3745 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003746 src:
3747 - src/compiler/python_plugin.cc
3748 deps:
3749 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003750 secure: false
3751 vs_config_type: Application
3752 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3753- name: grpc_ruby_plugin
3754 build: protoc
3755 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003756 src:
3757 - src/compiler/ruby_plugin.cc
3758 deps:
3759 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003760 secure: false
3761 vs_config_type: Application
3762 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003763- name: grpc_tool_test
3764 gtest: true
3765 build: test
3766 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003767 src:
3768 - src/proto/grpc/testing/echo.proto
3769 - src/proto/grpc/testing/echo_messages.proto
3770 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003771 deps:
3772 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003773 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003774 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003775 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003776 - grpc_test_util
3777 - grpc++
3778 - grpc
3779 - gpr_test_util
3780 - gpr
3781 filegroups:
3782 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003783- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003784 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003785 build: test
3786 language: c++
3787 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003788 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003789 - test/cpp/grpclb/grpclb_api_test.cc
3790 deps:
3791 - grpc++_test_util
3792 - grpc_test_util
3793 - grpc++
3794 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003795- name: grpclb_test
3796 gtest: false
3797 build: test
3798 language: c++
3799 src:
3800 - src/proto/grpc/lb/v1/load_balancer.proto
3801 - test/cpp/grpclb/grpclb_test.cc
3802 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003803 - grpc++_test_util
3804 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003805 - grpc++
3806 - grpc
3807 - gpr_test_util
3808 - gpr
yang-gad327642016-12-12 14:32:09 -08003809- name: health_service_end2end_test
3810 gtest: true
3811 build: test
3812 language: c++
3813 src:
3814 - test/cpp/end2end/health_service_end2end_test.cc
3815 deps:
3816 - grpc++_test_util
3817 - grpc_test_util
3818 - grpc++
3819 - grpc
3820 - gpr_test_util
3821 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003822- name: http2_client
3823 build: test
3824 run: false
3825 language: c++
3826 src: []
3827 deps:
3828 - http2_client_main
3829 - grpc++_test_util
3830 - grpc_test_util
3831 - grpc++
3832 - grpc
3833 - grpc++_test_config
3834 platforms:
3835 - mac
3836 - linux
3837 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003838- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003839 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003840 build: test
3841 language: c++
3842 src:
3843 - test/cpp/end2end/hybrid_end2end_test.cc
3844 deps:
3845 - grpc++_test_util
3846 - grpc_test_util
3847 - grpc++
3848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003849 - gpr_test_util
3850 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003851- name: interop_client
3852 build: test
3853 run: false
3854 language: c++
3855 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003856 deps:
3857 - interop_client_main
3858 - interop_client_helper
3859 - grpc++_test_util
3860 - grpc_test_util
3861 - grpc++
3862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003863 - gpr_test_util
3864 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003865 - grpc++_test_config
3866 platforms:
3867 - mac
3868 - linux
3869 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003870- name: interop_server
3871 build: test
3872 run: false
3873 language: c++
3874 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003875 deps:
3876 - interop_server_main
3877 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003878 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003879 - grpc++_test_util
3880 - grpc_test_util
3881 - grpc++
3882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003883 - gpr_test_util
3884 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003885 - grpc++_test_config
3886 platforms:
3887 - mac
3888 - linux
3889 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003890- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003891 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003892 build: test
3893 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003894 src:
3895 - test/cpp/interop/interop_test.cc
3896 deps:
3897 - grpc_test_util
3898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003899 - gpr_test_util
3900 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003901 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003902 platforms:
3903 - mac
3904 - linux
3905 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003906- name: json_run_localhost
3907 build: test
3908 run: false
3909 language: c++
3910 src:
3911 - test/cpp/qps/json_run_localhost.cc
3912 deps:
3913 - grpc++_test_util
3914 - grpc_test_util
3915 - grpc++
3916 - grpc
3917 - gpr_test_util
3918 - gpr
3919 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003920 platforms:
3921 - mac
3922 - linux
3923 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003924- name: metrics_client
3925 build: test
3926 run: false
3927 language: c++
3928 headers:
3929 - test/cpp/util/metrics_server.h
3930 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003931 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003932 - test/cpp/interop/metrics_client.cc
3933 deps:
3934 - grpc++
3935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003936 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003937 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003938- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003939 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003940 build: test
3941 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003942 src:
3943 - test/cpp/end2end/mock_test.cc
3944 deps:
3945 - grpc++_test_util
3946 - grpc_test_util
3947 - grpc++
3948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003949 - gpr_test_util
3950 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003951- name: noop-benchmark
3952 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003953 language: c++
3954 src:
3955 - test/cpp/microbenchmarks/noop-benchmark.cc
3956 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003957 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003958 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003959- name: proto_server_reflection_test
3960 gtest: true
3961 build: test
3962 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003963 src:
3964 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003965 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003966 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003967 - grpc++_reflection
3968 - grpc++_test_util
3969 - grpc_test_util
3970 - grpc++
3971 - grpc
3972 - gpr_test_util
3973 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003974- name: proto_utils_test
3975 gtest: true
3976 build: test
3977 language: c++
3978 src:
3979 - test/cpp/codegen/proto_utils_test.cc
3980 deps:
3981 - grpc++
3982 - grpc
3983 filegroups:
3984 - grpc++_codegen_base
3985 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003986- name: qps_interarrival_test
3987 build: test
3988 run: false
3989 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003990 src:
3991 - test/cpp/qps/qps_interarrival_test.cc
3992 deps:
3993 - qps
3994 - grpc++_test_util
3995 - grpc_test_util
3996 - grpc++
3997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003998 - gpr_test_util
3999 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004000 platforms:
4001 - mac
4002 - linux
4003 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004004- name: qps_json_driver
4005 build: test
4006 run: false
4007 language: c++
4008 src:
4009 - test/cpp/qps/qps_json_driver.cc
4010 deps:
4011 - qps
4012 - grpc++_test_util
4013 - grpc_test_util
4014 - grpc++
4015 - grpc
4016 - gpr_test_util
4017 - gpr
4018 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004019- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004020 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004021 build: test
4022 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004023 src:
4024 - test/cpp/qps/qps_openloop_test.cc
4025 deps:
4026 - qps
4027 - grpc++_test_util
4028 - grpc_test_util
4029 - grpc++
4030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004031 - gpr_test_util
4032 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004033 - grpc++_test_config
4034 platforms:
4035 - mac
4036 - linux
4037 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004038- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004039 build: test
4040 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004042 headers:
4043 - test/cpp/qps/client.h
4044 - test/cpp/qps/server.h
4045 src:
4046 - test/cpp/qps/worker.cc
4047 deps:
4048 - qps
4049 - grpc++_test_util
4050 - grpc_test_util
4051 - grpc++
4052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004053 - gpr_test_util
4054 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004055 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004056- name: reconnect_interop_client
4057 build: test
4058 run: false
4059 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004060 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004061 - src/proto/grpc/testing/empty.proto
4062 - src/proto/grpc/testing/messages.proto
4063 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004064 - test/cpp/interop/reconnect_interop_client.cc
4065 deps:
4066 - grpc++_test_util
4067 - grpc_test_util
4068 - grpc++
4069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004070 - gpr_test_util
4071 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004072 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004073- name: reconnect_interop_server
4074 build: test
4075 run: false
4076 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004077 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004078 - src/proto/grpc/testing/empty.proto
4079 - src/proto/grpc/testing/messages.proto
4080 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004081 - test/cpp/interop/reconnect_interop_server.cc
4082 deps:
4083 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004084 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004085 - grpc++_test_util
4086 - grpc_test_util
4087 - grpc++
4088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004089 - gpr_test_util
4090 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004091 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004092- name: round_robin_end2end_test
4093 gtest: true
4094 build: test
4095 language: c++
4096 src:
4097 - test/cpp/end2end/round_robin_end2end_test.cc
4098 deps:
4099 - grpc++_test_util
4100 - grpc_test_util
4101 - grpc++
4102 - grpc
4103 - gpr_test_util
4104 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004105- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004106 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004107 build: test
4108 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004109 src:
4110 - test/cpp/common/secure_auth_context_test.cc
4111 deps:
4112 - grpc++_test_util
4113 - grpc_test_util
4114 - grpc++
4115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004116 - gpr_test_util
4117 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004118- name: secure_sync_unary_ping_pong_test
4119 build: test
4120 language: c++
4121 src:
4122 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4123 deps:
4124 - qps
4125 - grpc++_test_util
4126 - grpc_test_util
4127 - grpc++
4128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004129 - gpr_test_util
4130 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004131 platforms:
4132 - mac
4133 - linux
4134 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004135- name: server_builder_plugin_test
4136 gtest: true
4137 build: test
4138 language: c++
4139 src:
4140 - test/cpp/end2end/server_builder_plugin_test.cc
4141 deps:
4142 - grpc++_test_util
4143 - grpc_test_util
4144 - grpc++
4145 - grpc
4146 - gpr_test_util
4147 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004148- name: server_builder_test
4149 gtest: true
4150 build: test
4151 language: c++
4152 src:
4153 - src/proto/grpc/testing/echo_messages.proto
4154 - src/proto/grpc/testing/echo.proto
4155 - test/cpp/server/server_builder_test.cc
4156 deps:
4157 - grpc++_test_util
4158 - grpc_test_util
4159 - gpr_test_util
4160 - grpc++
4161 - grpc
4162 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004163- name: server_context_test_spouse_test
4164 gtest: true
4165 build: test
4166 language: c++
4167 src:
4168 - test/cpp/test/server_context_test_spouse_test.cc
4169 deps:
4170 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004171 - grpc++
4172 - grpc
4173 - gpr_test_util
4174 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004175 uses:
4176 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004177- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004178 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004179 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004180 build: test
4181 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004182 src:
4183 - test/cpp/end2end/server_crash_test.cc
4184 deps:
4185 - grpc++_test_util
4186 - grpc_test_util
4187 - grpc++
4188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004189 - gpr_test_util
4190 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004191 platforms:
4192 - mac
4193 - linux
4194 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004195- name: server_crash_test_client
4196 build: test
4197 run: false
4198 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004199 src:
4200 - test/cpp/end2end/server_crash_test_client.cc
4201 deps:
4202 - grpc++_test_util
4203 - grpc_test_util
4204 - grpc++
4205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004206 - gpr_test_util
4207 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004208- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004209 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004210 build: test
4211 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004212 src:
4213 - test/cpp/end2end/shutdown_test.cc
4214 deps:
4215 - grpc++_test_util
4216 - grpc_test_util
4217 - grpc++
4218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004219 - gpr_test_util
4220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004221- name: status_test
4222 build: test
4223 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004224 src:
4225 - test/cpp/util/status_test.cc
4226 deps:
4227 - grpc_test_util
4228 - grpc++
4229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004230 - gpr_test_util
4231 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004232- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004233 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004234 build: test
4235 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004236 src:
4237 - test/cpp/end2end/streaming_throughput_test.cc
4238 deps:
4239 - grpc++_test_util
4240 - grpc_test_util
4241 - grpc++
4242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004243 - gpr_test_util
4244 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004245 platforms:
4246 - mac
4247 - linux
4248 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004249- name: stress_test
4250 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004251 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004252 language: c++
4253 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004254 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004255 - test/cpp/interop/interop_client.h
4256 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004257 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004258 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004259 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004260 - src/proto/grpc/testing/empty.proto
4261 - src/proto/grpc/testing/messages.proto
4262 - src/proto/grpc/testing/metrics.proto
4263 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004264 - test/cpp/interop/interop_client.cc
4265 - test/cpp/interop/stress_interop_client.cc
4266 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004267 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004268 deps:
4269 - grpc++_test_util
4270 - grpc_test_util
4271 - grpc++
4272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004273 - gpr_test_util
4274 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004275 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004276- name: thread_manager_test
4277 build: test
4278 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004279 src:
4280 - test/cpp/thread_manager/thread_manager_test.cc
4281 deps:
4282 - grpc++
4283 - grpc
4284 - gpr
4285 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004286- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004287 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004288 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004289 build: test
4290 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004291 src:
4292 - test/cpp/end2end/thread_stress_test.cc
4293 deps:
4294 - grpc++_test_util
4295 - grpc_test_util
4296 - grpc++
4297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004298 - gpr_test_util
4299 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004300- name: writes_per_rpc_test
4301 gtest: true
4302 cpu_cost: 0.5
4303 build: test
4304 language: c++
4305 src:
4306 - test/cpp/performance/writes_per_rpc_test.cc
4307 deps:
4308 - grpc++_test_util
4309 - grpc_test_util
4310 - grpc++
4311 - grpc
4312 - gpr_test_util
4313 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004314 platforms:
4315 - mac
4316 - linux
4317 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004318- name: public_headers_must_be_c89
4319 build: test
4320 language: c89
4321 src:
4322 - test/core/surface/public_headers_must_be_c89.c
4323 deps:
4324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004326vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004327- linkage: static
4328 name: grpc.dependencies.zlib
4329 props: false
4330 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004331 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004332- linkage: static
4333 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004334 props: true
4335 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004336 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004337- name: gflags
4338 props: false
4339 redist: false
4340 version: 2.1.2.1
4341- name: gtest
4342 props: false
4343 redist: false
4344 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004345configs:
4346 asan:
4347 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004348 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4349 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004350 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004351 LD: clang
4352 LDFLAGS: -fsanitize=address
4353 LDXX: clang++
4354 compile_the_world: true
4355 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004356 ASAN_OPTIONS: detect_leaks=1:color=always
4357 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004358 asan-noleaks:
4359 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004360 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4361 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004362 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004363 LD: clang
4364 LDFLAGS: -fsanitize=address
4365 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004366 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004367 test_environ:
4368 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004369 asan-trace-cmp:
4370 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004371 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4372 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004373 CXX: clang++
4374 LD: clang
4375 LDFLAGS: -fsanitize=address
4376 LDXX: clang++
4377 compile_the_world: true
4378 test_environ:
4379 ASAN_OPTIONS: detect_leaks=1:color=always
4380 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004381 basicprof:
4382 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4383 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004384 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004385 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004386 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004387 dbg:
4388 CPPFLAGS: -O0
4389 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004390 gcov:
4391 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004392 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004393 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004394 DEFINES: _DEBUG DEBUG GPR_GCOV
4395 LD: gcc
4396 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4397 LDXX: g++
4398 helgrind:
4399 CPPFLAGS: -O0
4400 DEFINES: _DEBUG DEBUG
4401 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004402 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004403 lto:
4404 CPPFLAGS: -O2
4405 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004406 memcheck:
4407 CPPFLAGS: -O0
4408 DEFINES: _DEBUG DEBUG
4409 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004410 valgrind: --tool=memcheck --leak-check=full
4411 msan:
4412 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004413 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4414 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4415 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004416 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004417 DEFINES: NDEBUG
4418 LD: clang
4419 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4420 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4421 LDXX: clang++
4422 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004423 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004424 CPPFLAGS: -O3 -fno-omit-frame-pointer
4425 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004426 LDFLAGS: -rdynamic
4427 opt:
4428 CPPFLAGS: -O2
4429 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004430 stapprof:
4431 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4432 DEFINES: NDEBUG
4433 tsan:
4434 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004435 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004436 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004437 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004438 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004439 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004440 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004441 LDXX: clang++
4442 compile_the_world: true
4443 test_environ:
4444 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004445 ubsan:
4446 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004447 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4448 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004449 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004450 DEFINES: NDEBUG
4451 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004452 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004453 LDXX: clang++
4454 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004455 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004456 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004457defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004458 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004459 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004460 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4461 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004462 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004463 benchmark:
4464 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004465 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004466 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004467 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004468 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004469 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004470 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004471 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004472 LDFLAGS: -g
4473 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004474 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004475 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004476node_modules:
4477- deps:
4478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004479 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004480 - boringssl
4481 - z
murgatroid9994a75412015-11-19 14:04:53 -08004482 headers:
4483 - src/node/ext/byte_buffer.h
4484 - src/node/ext/call.h
4485 - src/node/ext/call_credentials.h
4486 - src/node/ext/channel.h
4487 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004488 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004489 - src/node/ext/server.h
4490 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004491 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004492 - src/node/ext/timeval.h
4493 js:
4494 - src/node/index.js
4495 - src/node/src/client.js
4496 - src/node/src/common.js
4497 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004498 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004499 - src/node/src/metadata.js
4500 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004501 name: grpc_node
4502 src:
4503 - src/node/ext/byte_buffer.cc
4504 - src/node/ext/call.cc
4505 - src/node/ext/call_credentials.cc
4506 - src/node/ext/channel.cc
4507 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004508 - src/node/ext/completion_queue_threadpool.cc
4509 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004510 - src/node/ext/node_grpc.cc
4511 - src/node/ext/server.cc
4512 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004513 - src/node/ext/server_generic.cc
4514 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004515 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004516 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004517openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004518 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004519 extraction_dir: openssl-1.0.2f
4520 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004521php_config_m4:
4522 deps:
4523 - grpc
4524 - gpr
4525 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004526 headers:
4527 - src/php/ext/grpc/byte_buffer.h
4528 - src/php/ext/grpc/call.h
4529 - src/php/ext/grpc/call_credentials.h
4530 - src/php/ext/grpc/channel.h
4531 - src/php/ext/grpc/channel_credentials.h
4532 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004533 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004534 - src/php/ext/grpc/php_grpc.h
4535 - src/php/ext/grpc/server.h
4536 - src/php/ext/grpc/server_credentials.h
4537 - src/php/ext/grpc/timeval.h
4538 src:
4539 - src/php/ext/grpc/byte_buffer.c
4540 - src/php/ext/grpc/call.c
4541 - src/php/ext/grpc/call_credentials.c
4542 - src/php/ext/grpc/channel.c
4543 - src/php/ext/grpc/channel_credentials.c
4544 - src/php/ext/grpc/completion_queue.c
4545 - src/php/ext/grpc/php_grpc.c
4546 - src/php/ext/grpc/server.c
4547 - src/php/ext/grpc/server_credentials.c
4548 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004549python_dependencies:
4550 deps:
4551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004552 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004553 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004554 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004555 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004556ruby_gem:
4557 deps:
4558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004559 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004560 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004561 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004562 - z