blob: cfa479c4ac4068edfccd48a71e0e0d74b441d5d9 [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
yang-gd5581492016-09-06 14:05:53 -0700942 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700943 - include/grpc++/impl/codegen/string_ref.h
944 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700945 - include/grpc++/impl/codegen/sync_stream.h
946 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700947 uses:
948 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700949- name: grpc++_codegen_base_src
950 language: c++
951 src:
952 - src/cpp/codegen/codegen_init.cc
953 uses:
954 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700955- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700956 language: c++
957 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700958 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700959 uses:
yang-g17487f92016-06-03 15:21:15 -0700960 - grpc++_codegen_base
961 - grpc++_config_proto
962- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700963 language: c++
964 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700965 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700966- name: grpc++_reflection_proto
967 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700968 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700969 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800970- name: grpc++_test
971 language: c++
972 public_headers:
973 - include/grpc++/test/server_context_test_spouse.h
974 deps:
975 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700976- name: thrift_util
977 language: c++
978 public_headers:
979 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700980 - include/grpc++/impl/codegen/thrift_utils.h
981 uses:
982 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100983libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800984- name: gpr
985 build: all
986 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800987 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700988 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800989 secure: false
990 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
991- name: gpr_test_util
992 build: private
993 language: c
994 headers:
995 - test/core/util/test_config.h
996 src:
997 - test/core/util/test_config.c
998 deps:
999 - gpr
1000 secure: false
1001 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001002- name: grpc
1003 build: all
1004 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001005 src:
1006 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001008 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001009 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001010 filegroups:
1011 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001012 - grpc_transport_chttp2_server_secure
1013 - grpc_transport_chttp2_client_secure
1014 - grpc_transport_chttp2_server_insecure
1015 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -08001016 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001017 - grpc_lb_policy_pick_first
1018 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001019 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001020 - grpc_resolver_dns_native
1021 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001022 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001023 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001024 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001025 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001026 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001027 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001028 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001029 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001030 vs_packages:
1031 - grpc.dependencies.openssl
1032 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001033 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001034- name: grpc_cronet
1035 build: all
1036 language: c
1037 src:
1038 - src/core/lib/surface/init.c
1039 baselib: true
1040 deps_linkage: static
1041 dll: true
1042 filegroups:
1043 - grpc_base
1044 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001045 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001046 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001047 generate_plugin_registry: true
1048 platforms:
1049 - linux
1050 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001051- name: grpc_dll
1052 build: private
1053 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001054 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001055 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001056 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001057 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001058 build_system:
1059 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001060 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001061 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001062 vs_config_type: DynamicLibrary
1063 vs_packages:
1064 - grpc.dependencies.openssl
1065 - grpc.dependencies.zlib
1066 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1067 vs_props:
1068 - zlib
1069 - openssl
1070 - winsock
1071 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001072- name: grpc_test_util
1073 build: private
1074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001075 headers:
1076 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001077 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001078 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001079 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001080 - test/core/end2end/data/server1_cert.c
1081 - test/core/end2end/data/server1_key.c
1082 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001083 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001084 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001085 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001086 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001087 - grpc
1088 filegroups:
1089 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001090 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001091 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1092- name: grpc_test_util_unsecure
1093 build: private
1094 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001095 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001096 - gpr
1097 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001098 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001099 filegroups:
1100 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001101 secure: false
1102 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1103- name: grpc_unsecure
1104 build: all
1105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001106 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001107 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001108 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001109 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001110 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001111 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001112 filegroups:
1113 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001114 - grpc_transport_chttp2_server_insecure
1115 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001116 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001117 - grpc_resolver_dns_native
1118 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001119 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001120 - grpc_lb_policy_grpclb
1121 - grpc_lb_policy_pick_first
1122 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001123 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001124 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001125 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001126 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001127 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001128 secure: false
1129 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001130- name: reconnect_server
1131 build: private
1132 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001133 headers:
1134 - test/core/util/reconnect_server.h
1135 src:
1136 - test/core/util/reconnect_server.c
1137 deps:
yang-gc9fca182015-11-06 16:41:33 -08001138 - test_tcp_server
1139 - grpc_test_util
1140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001141 - gpr_test_util
1142 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001143- name: test_tcp_server
1144 build: private
1145 language: c
1146 headers:
1147 - test/core/util/test_tcp_server.h
1148 src:
1149 - test/core/util/test_tcp_server.c
1150 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001151 - grpc_test_util
1152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001153 - gpr_test_util
1154 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155- name: grpc++
1156 build: all
1157 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001158 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001159 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001160 - src/cpp/client/secure_credentials.h
1161 - src/cpp/common/secure_auth_context.h
1162 - src/cpp/server/secure_server_credentials.h
1163 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001164 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001165 - src/cpp/client/secure_credentials.cc
1166 - src/cpp/common/auth_property_iterator.cc
1167 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001168 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001169 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001170 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001171 - src/cpp/server/secure_server_credentials.cc
1172 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001173 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174 baselib: true
1175 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001176 filegroups:
1177 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001178 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001179 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001180 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181 secure: check
1182 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001183- name: grpc++_cronet
1184 build: all
1185 language: c++
1186 src:
1187 - src/cpp/client/cronet_credentials.cc
1188 - src/cpp/client/insecure_credentials.cc
1189 - src/cpp/common/insecure_create_auth_context.cc
1190 - src/cpp/server/insecure_server_credentials.cc
1191 deps:
1192 - gpr
1193 - grpc_cronet
1194 baselib: true
1195 dll: true
1196 filegroups:
1197 - grpc++_base
1198 - grpc++_codegen_base
1199 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001200 - grpc_transport_chttp2_client_insecure
1201 - grpc_transport_chttp2_server_insecure
1202 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001203 platforms:
1204 - linux
1205 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001206- name: grpc++_error_details
1207 build: all
1208 language: c++
1209 public_headers:
1210 - include/grpc++/support/error_details.h
1211 src:
1212 - src/proto/grpc/status/status.proto
1213 - src/cpp/util/error_details.cc
1214 deps:
1215 - grpc++
1216 baselib: true
1217 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001218- name: grpc++_proto_reflection_desc_db
1219 build: private
1220 language: c++
1221 headers:
1222 - test/cpp/util/proto_reflection_descriptor_database.h
1223 src:
1224 - test/cpp/util/proto_reflection_descriptor_database.cc
1225 deps:
1226 - grpc++
1227 filegroups:
1228 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001229 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001230- name: grpc++_reflection
1231 build: all
1232 language: c++
1233 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001234 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001235 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001236 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001237 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001238 - src/cpp/ext/proto_server_reflection.cc
1239 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001240 deps:
1241 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001242 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001243 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001244- name: grpc++_test_config
1245 build: private
1246 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001247 headers:
1248 - test/cpp/util/test_config.h
1249 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001250 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001251- name: grpc++_test_util
1252 build: private
1253 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001254 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001255 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001256 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001257 - test/cpp/util/create_test_channel.h
1258 - test/cpp/util/string_ref_helper.h
1259 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001260 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001261 src:
yang-gc8a49d22016-12-12 11:18:49 -08001262 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001263 - src/proto/grpc/testing/echo_messages.proto
1264 - src/proto/grpc/testing/echo.proto
1265 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001266 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001267 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001268 - test/cpp/util/create_test_channel.cc
1269 - test/cpp/util/string_ref_helper.cc
1270 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001271 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001272 deps:
1273 - grpc++
1274 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001275 filegroups:
1276 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001277 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001278 - grpc++_codegen_proto
1279 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001280 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281- name: grpc++_unsecure
1282 build: all
1283 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001284 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001285 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001286 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001287 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001288 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001289 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001290 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001291 baselib: true
1292 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001293 filegroups:
1294 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001295 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001296 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297 secure: false
1298 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001299- name: grpc_benchmark
1300 build: test
1301 language: c++
1302 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001303 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1304 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001305 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001306 src:
1307 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001308 deps:
1309 - benchmark
1310 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001311 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001312 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001313 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001314- name: grpc_cli_libs
1315 build: private
1316 language: c++
1317 headers:
1318 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001319 - test/cpp/util/cli_credentials.h
1320 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001321 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001322 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001323 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001324 src:
1325 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001326 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001327 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001328 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001329 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001330 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001331 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001332 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001333 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001334 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001335 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001336- name: grpc_plugin_support
1337 build: protoc
1338 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001339 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001340 - src/compiler/config.h
1341 - src/compiler/cpp_generator.h
1342 - src/compiler/cpp_generator_helpers.h
1343 - src/compiler/csharp_generator.h
1344 - src/compiler/csharp_generator_helpers.h
1345 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001346 - src/compiler/node_generator.h
1347 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001348 - src/compiler/objective_c_generator.h
1349 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001350 - src/compiler/php_generator.h
1351 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301352 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001353 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301354 - src/compiler/python_generator_helpers.h
1355 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001356 - src/compiler/ruby_generator.h
1357 - src/compiler/ruby_generator_helpers-inl.h
1358 - src/compiler/ruby_generator_map-inl.h
1359 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301360 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001361 src:
1362 - src/compiler/cpp_generator.cc
1363 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001364 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001365 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001366 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001367 - src/compiler/python_generator.cc
1368 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001369 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001370 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001371 secure: false
1372 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001373 vs_props:
1374 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001375- name: http2_client_main
1376 build: private
1377 language: c++
1378 headers:
1379 - test/cpp/interop/http2_client.h
1380 src:
1381 - src/proto/grpc/testing/empty.proto
1382 - src/proto/grpc/testing/messages.proto
1383 - src/proto/grpc/testing/test.proto
1384 - test/cpp/interop/http2_client.cc
1385 deps:
1386 - grpc++_test_util
1387 - grpc_test_util
1388 - grpc++
1389 - grpc
1390 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: interop_client_helper
1392 build: private
1393 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001394 headers:
1395 - test/cpp/interop/client_helper.h
1396 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001397 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001398 - test/cpp/interop/client_helper.cc
1399 deps:
1400 - grpc++_test_util
1401 - grpc_test_util
1402 - grpc++
1403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001404 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001405- name: interop_client_main
1406 build: private
1407 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001408 headers:
1409 - test/cpp/interop/interop_client.h
1410 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001411 - src/proto/grpc/testing/empty.proto
1412 - src/proto/grpc/testing/messages.proto
1413 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001414 - test/cpp/interop/client.cc
1415 - test/cpp/interop/interop_client.cc
1416 deps:
1417 - interop_client_helper
1418 - grpc++_test_util
1419 - grpc_test_util
1420 - grpc++
1421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001422 - gpr_test_util
1423 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001424 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001425- name: interop_server_helper
1426 build: private
1427 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001428 headers:
1429 - test/cpp/interop/server_helper.h
1430 src:
1431 - test/cpp/interop/server_helper.cc
1432 deps:
yang-gcc591022017-01-11 11:10:43 -08001433 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001434 - grpc_test_util
1435 - grpc++
1436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001438- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001439 build: private
1440 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001441 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001442 - src/proto/grpc/testing/empty.proto
1443 - src/proto/grpc/testing/messages.proto
1444 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001445 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001446 deps:
1447 - interop_server_helper
1448 - grpc++_test_util
1449 - grpc_test_util
1450 - grpc++
1451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001452 - gpr_test_util
1453 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001454 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001455- name: interop_server_main
1456 build: private
1457 language: c++
1458 src:
1459 - test/cpp/interop/interop_server_bootstrap.cc
1460 deps:
1461 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: qps
1463 build: private
1464 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001465 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001466 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001467 - test/cpp/qps/client.h
1468 - test/cpp/qps/driver.h
1469 - test/cpp/qps/histogram.h
1470 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001471 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001472 - test/cpp/qps/qps_worker.h
1473 - test/cpp/qps/report.h
1474 - test/cpp/qps/server.h
1475 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001476 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001477 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001478 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001479 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001480 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001481 - src/proto/grpc/testing/control.proto
1482 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001483 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001484 - test/cpp/qps/client_async.cc
1485 - test/cpp/qps/client_sync.cc
1486 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001487 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001488 - test/cpp/qps/qps_worker.cc
1489 - test/cpp/qps/report.cc
1490 - test/cpp/qps/server_async.cc
1491 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001492 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001493 deps:
1494 - grpc_test_util
1495 - grpc++_test_util
1496 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001497- name: grpc_csharp_ext
1498 build: all
1499 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001500 src:
1501 - src/csharp/ext/grpc_csharp_ext.c
1502 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001505 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001506 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507 dll: only
1508 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001509 vs_packages:
1510 - grpc.dependencies.openssl
1511 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001512 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001513 vs_props:
1514 - zlib
1515 - openssl
1516 - winsock
1517 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001518targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001519- name: alarm_test
1520 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
1703 cpu_cost: 30
1704 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
1724 build: test
1725 language: c
1726 src:
1727 - test/core/surface/concurrent_connectivity_test.c
1728 deps:
1729 - grpc_test_util
1730 - grpc
1731 - gpr_test_util
1732 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001733 exclude_iomgrs:
1734 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001735- name: connection_refused_test
1736 cpu_cost: 0.1
1737 build: test
1738 language: c
1739 src:
1740 - test/core/end2end/connection_refused_test.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
1744 - gpr_test_util
1745 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001746- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001747 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001748 build: test
1749 language: c
1750 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001751 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001752 deps:
1753 - grpc_test_util
1754 - grpc
1755 - gpr_test_util
1756 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001757 exclude_iomgrs:
1758 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001759- name: dns_resolver_test
1760 build: test
1761 language: c
1762 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001763 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001764 deps:
1765 - grpc_test_util
1766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001767 - gpr_test_util
1768 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001769- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001770 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771 build: test
1772 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001773 src:
1774 - test/core/end2end/dualstack_socket_test.c
1775 deps:
1776 - grpc_test_util
1777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001780 exclude_iomgrs:
1781 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001782 platforms:
1783 - mac
1784 - linux
1785 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001786- name: endpoint_pair_test
1787 build: test
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - test/core/iomgr/endpoint_pair_test.c
1791 deps:
1792 - grpc_test_util
1793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr_test_util
1795 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001796 exclude_iomgrs:
1797 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001798- name: error_test
1799 cpu_cost: 30
1800 build: test
1801 language: c
1802 src:
1803 - test/core/iomgr/error_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
1807 - gpr_test_util
1808 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001809- name: ev_epoll_linux_test
1810 build: test
1811 language: c
1812 src:
1813 - test/core/iomgr/ev_epoll_linux_test.c
1814 deps:
1815 - grpc_test_util
1816 - grpc
1817 - gpr_test_util
1818 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001819 exclude_iomgrs:
1820 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001821 platforms:
1822 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823- name: fd_conservation_posix_test
1824 build: test
1825 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001826 src:
1827 - test/core/iomgr/fd_conservation_posix_test.c
1828 deps:
1829 - grpc_test_util
1830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001831 - gpr_test_util
1832 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001833 exclude_iomgrs:
1834 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001835 platforms:
1836 - mac
1837 - linux
1838 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839- name: fd_posix_test
1840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
1843 - test/core/iomgr/fd_posix_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001849 exclude_iomgrs:
1850 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001851 platforms:
1852 - mac
1853 - linux
1854 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001855- name: fling_client
1856 build: test
1857 run: false
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/fling/client.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: fling_server
1867 build: test
1868 run: false
1869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
1871 - test/core/fling/server.c
1872 deps:
1873 - grpc_test_util
1874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001878 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879 build: test
1880 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001881 src:
1882 - test/core/fling/fling_stream_test.c
1883 deps:
1884 - grpc_test_util
1885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001886 - gpr_test_util
1887 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001888 platforms:
1889 - mac
1890 - linux
1891 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001893 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894 build: test
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
1897 - test/core/fling/fling_test.c
1898 deps:
1899 - grpc_test_util
1900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001903 platforms:
1904 - mac
1905 - linux
1906 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: gen_hpack_tables
1908 build: tool
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - tools/codegen/core/gen_hpack_tables.c
1912 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001914 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001915- name: gen_legal_metadata_characters
1916 build: tool
1917 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001918 src:
1919 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001921- name: gen_percent_encoding_tables
1922 build: tool
1923 language: c
1924 src:
1925 - tools/codegen/core/gen_percent_encoding_tables.c
1926 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001927- name: goaway_server_test
1928 cpu_cost: 0.1
1929 build: test
1930 language: c
1931 src:
1932 - test/core/end2end/goaway_server_test.c
1933 deps:
1934 - grpc_test_util
1935 - grpc
1936 - gpr_test_util
1937 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001938 exclude_iomgrs:
1939 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001940 platforms:
1941 - mac
1942 - linux
1943 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001944- name: gpr_avl_test
1945 build: test
1946 language: c
1947 src:
1948 - test/core/support/avl_test.c
1949 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr_test_util
1951 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001952- name: gpr_backoff_test
1953 build: test
1954 language: c
1955 src:
1956 - test/core/support/backoff_test.c
1957 deps:
1958 - gpr_test_util
1959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: gpr_cmdline_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/support/cmdline_test.c
1965 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001968- name: gpr_cpu_test
1969 build: test
1970 language: c
1971 src:
1972 - test/core/support/cpu_test.c
1973 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr_test_util
1975 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001976- name: gpr_env_test
1977 build: test
1978 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001979 src:
1980 - test/core/support/env_test.c
1981 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr_test_util
1983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: gpr_histogram_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/support/histogram_test.c
1989 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992- name: gpr_host_port_test
1993 build: test
1994 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001995 src:
1996 - test/core/support/host_port_test.c
1997 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002000- name: gpr_log_test
2001 build: test
2002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002003 src:
2004 - test/core/support/log_test.c
2005 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002008- name: gpr_mpscq_test
2009 cpu_cost: 30
2010 build: test
2011 language: c
2012 src:
2013 - test/core/support/mpscq_test.c
2014 deps:
2015 - gpr_test_util
2016 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002017- name: gpr_spinlock_test
2018 cpu_cost: 10
2019 build: test
2020 language: c
2021 src:
2022 - test/core/support/spinlock_test.c
2023 deps:
2024 - gpr_test_util
2025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002027 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07002028 build: test
2029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002030 src:
2031 - test/core/support/stack_lockfree_test.c
2032 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002035- name: gpr_string_test
2036 build: test
2037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
2039 - test/core/support/string_test.c
2040 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002041 - gpr_test_util
2042 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002043- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002044 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045 build: test
2046 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002047 src:
2048 - test/core/support/sync_test.c
2049 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr_test_util
2051 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002052- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002053 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002054 build: test
2055 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - test/core/support/thd_test.c
2058 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr_test_util
2060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: gpr_time_test
2062 build: test
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
2065 - test/core/support/time_test.c
2066 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002069- name: gpr_tls_test
2070 build: test
2071 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002072 src:
2073 - test/core/support/tls_test.c
2074 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002075 - gpr_test_util
2076 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002077- name: gpr_useful_test
2078 build: test
2079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002080 src:
2081 - test/core/support/useful_test.c
2082 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085- name: grpc_auth_context_test
2086 build: test
2087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002088 src:
2089 - test/core/security/auth_context_test.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002095- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002096 build: test
2097 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002098 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002099 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002100 deps:
2101 - grpc_test_util
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105- name: grpc_byte_buffer_reader_test
2106 build: test
2107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
2109 - test/core/surface/byte_buffer_reader_test.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115- name: grpc_channel_args_test
2116 build: test
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
2119 - test/core/channel/channel_args_test.c
2120 deps:
2121 - grpc_test_util
2122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002125- name: grpc_channel_stack_test
2126 build: test
2127 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002128 src:
2129 - test/core/channel/channel_stack_test.c
2130 deps:
2131 - grpc_test_util
2132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002133 - gpr_test_util
2134 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135- name: grpc_completion_queue_test
2136 build: test
2137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002138 src:
2139 - test/core/surface/completion_queue_test.c
2140 deps:
2141 - grpc_test_util
2142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002143 - gpr_test_util
2144 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002145- name: grpc_completion_queue_threading_test
2146 build: test
2147 language: c
2148 src:
2149 - test/core/surface/completion_queue_threading_test.c
2150 deps:
2151 - grpc_test_util
2152 - grpc
2153 - gpr_test_util
2154 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002155 exclude_iomgrs:
2156 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002157- name: grpc_create_jwt
2158 build: tool
2159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
2161 - test/core/security/create_jwt.c
2162 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002165 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002166- name: grpc_credentials_test
2167 build: test
2168 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002169 src:
2170 - test/core/security/credentials_test.c
2171 deps:
2172 - grpc_test_util
2173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002177 build: test
2178 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002180 src:
2181 - test/core/security/fetch_oauth2.c
2182 deps:
2183 - grpc_test_util
2184 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002185 - gpr_test_util
2186 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002187- name: grpc_invalid_channel_args_test
2188 build: test
2189 language: c
2190 src:
2191 - test/core/surface/invalid_channel_args_test.c
2192 deps:
2193 - grpc_test_util
2194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002195 - gpr_test_util
2196 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002197- name: grpc_json_token_test
2198 build: test
2199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002200 src:
2201 - test/core/security/json_token_test.c
2202 deps:
2203 - grpc_test_util
2204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002205 - gpr_test_util
2206 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002207 platforms:
2208 - linux
2209 - posix
2210 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002211- name: grpc_jwt_verifier_test
2212 build: test
2213 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002214 src:
2215 - test/core/security/jwt_verifier_test.c
2216 deps:
2217 - grpc_test_util
2218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002219 - gpr_test_util
2220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002221- name: grpc_print_google_default_creds_token
2222 build: tool
2223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002224 src:
2225 - test/core/security/print_google_default_creds_token.c
2226 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002229- name: grpc_security_connector_test
2230 build: test
2231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002232 src:
2233 - test/core/security/security_connector_test.c
2234 deps:
2235 - grpc_test_util
2236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002237 - gpr_test_util
2238 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239- name: grpc_verify_jwt
2240 build: tool
2241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002242 src:
2243 - test/core/security/verify_jwt.c
2244 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002247- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002248 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002249 language: c
2250 src:
2251 - test/core/handshake/client_ssl.c
2252 deps:
2253 - grpc_test_util
2254 - grpc
2255 - gpr_test_util
2256 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002257 exclude_iomgrs:
2258 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002259 platforms:
2260 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002261 secure: true
2262- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002263 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002264 language: c
2265 src:
2266 - test/core/handshake/server_ssl.c
2267 deps:
2268 - grpc_test_util
2269 - grpc
2270 - gpr_test_util
2271 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002272 platforms:
2273 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002274 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002275- name: hpack_parser_fuzzer_test
2276 build: fuzzer
2277 language: c
2278 src:
2279 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2280 deps:
2281 - grpc_test_util
2282 - grpc
2283 - gpr_test_util
2284 - gpr
2285 corpus_dirs:
2286 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002287 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002288 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002289- name: hpack_parser_test
2290 build: test
2291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002292 src:
2293 - test/core/transport/chttp2/hpack_parser_test.c
2294 deps:
2295 - grpc_test_util
2296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: hpack_table_test
2300 build: test
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/core/transport/chttp2/hpack_table_test.c
2304 deps:
2305 - grpc_test_util
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002309- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002313 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002319- name: http_request_fuzzer_test
2320 build: fuzzer
2321 language: c
2322 src:
2323 - test/core/http/request_fuzzer.c
2324 deps:
2325 - grpc_test_util
2326 - grpc
2327 - gpr_test_util
2328 - gpr
2329 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002330 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002331 maxlen: 2048
2332- name: http_response_fuzzer_test
2333 build: fuzzer
2334 language: c
2335 src:
2336 - test/core/http/response_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/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002344 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002345- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002346 build: test
2347 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002348 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002349 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002350 deps:
2351 - grpc_test_util
2352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002353 - gpr_test_util
2354 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002355- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002356 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357 build: test
2358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002359 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002360 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002361 deps:
2362 - grpc_test_util
2363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002364 - gpr_test_util
2365 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002366 platforms:
2367 - mac
2368 - linux
2369 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002370- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002371 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002372 build: test
2373 language: c
2374 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002375 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002376 deps:
2377 - grpc_test_util
2378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002379 - gpr_test_util
2380 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002381 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002382 - linux
yang-gf1183302015-12-07 16:02:05 -08002383- name: init_test
2384 build: test
2385 language: c
2386 src:
2387 - test/core/surface/init_test.c
2388 deps:
2389 - grpc_test_util
2390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 - gpr_test_util
2392 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002393- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002394 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002395 build: test
2396 language: c
2397 src:
2398 - test/core/end2end/invalid_call_argument_test.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002404- name: json_fuzzer_test
2405 build: fuzzer
2406 language: c
2407 src:
2408 - test/core/json/fuzzer.c
2409 deps:
2410 - grpc_test_util
2411 - grpc
2412 - gpr_test_util
2413 - gpr
2414 corpus_dirs:
2415 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002416 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002417- name: json_rewrite
2418 build: test
2419 run: false
2420 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002421 src:
2422 - test/core/json/json_rewrite.c
2423 deps:
2424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002425 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426- name: json_rewrite_test
2427 build: test
2428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002429 src:
2430 - test/core/json/json_rewrite_test.c
2431 deps:
2432 - grpc_test_util
2433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002434 - gpr_test_util
2435 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002436- name: json_stream_error_test
2437 build: test
2438 language: c
2439 src:
2440 - test/core/json/json_stream_error_test.c
2441 deps:
2442 - grpc_test_util
2443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002444 - gpr_test_util
2445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: json_test
2447 build: test
2448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
2450 - test/core/json/json_test.c
2451 deps:
2452 - grpc_test_util
2453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr_test_util
2455 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002456- name: lame_client_test
2457 build: test
2458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
2460 - test/core/surface/lame_client_test.c
2461 deps:
2462 - grpc_test_util
2463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr_test_util
2465 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002466- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002467 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002468 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002469 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002472 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002473 deps:
2474 - grpc_test_util
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002478- name: load_file_test
2479 build: test
2480 language: c
2481 src:
2482 - test/core/iomgr/load_file_test.c
2483 deps:
2484 - grpc_test_util
2485 - grpc
2486 - gpr_test_util
2487 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488- name: low_level_ping_pong_benchmark
2489 build: benchmark
2490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
2492 - test/core/network_benchmarks/low_level_ping_pong.c
2493 deps:
2494 - grpc_test_util
2495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr_test_util
2497 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002498 platforms:
2499 - mac
2500 - linux
2501 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002502- name: memory_profile_client
2503 build: test
2504 run: false
2505 language: c
2506 src:
2507 - test/core/memory_usage/client.c
2508 deps:
2509 - grpc_test_util
2510 - grpc
2511 - gpr_test_util
2512 - gpr
2513- name: memory_profile_server
2514 build: test
2515 run: false
2516 language: c
2517 src:
2518 - test/core/memory_usage/server.c
2519 deps:
2520 - grpc_test_util
2521 - grpc
2522 - gpr_test_util
2523 - gpr
2524- name: memory_profile_test
2525 cpu_cost: 1.5
2526 build: test
2527 language: c
2528 src:
2529 - test/core/memory_usage/memory_usage_test.c
2530 deps:
2531 - grpc_test_util
2532 - grpc
2533 - gpr_test_util
2534 - gpr
2535 platforms:
2536 - mac
2537 - linux
2538 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539- name: message_compress_test
2540 build: test
2541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002542 src:
2543 - test/core/compression/message_compress_test.c
2544 deps:
2545 - grpc_test_util
2546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002547 - gpr_test_util
2548 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002549- name: minimal_stack_is_minimal_test
2550 build: test
2551 language: c
2552 src:
2553 - test/core/channel/minimal_stack_is_minimal_test.c
2554 deps:
2555 - grpc_test_util
2556 - grpc
2557 - gpr_test_util
2558 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002559- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002560 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002561 build: test
2562 language: c
2563 src:
2564 - test/core/census/mlog_test.c
2565 deps:
2566 - grpc_test_util
2567 - grpc
2568 - gpr_test_util
2569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570- name: multiple_server_queues_test
2571 build: test
2572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002573 src:
2574 - test/core/end2end/multiple_server_queues_test.c
2575 deps:
2576 - grpc_test_util
2577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002578 - gpr_test_util
2579 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580- name: murmur_hash_test
2581 build: test
2582 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002583 src:
2584 - test/core/support/murmur_hash_test.c
2585 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002586 - gpr_test_util
2587 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002588- name: nanopb_fuzzer_response_test
2589 build: fuzzer
2590 language: c
2591 src:
2592 - test/core/nanopb/fuzzer_response.c
2593 deps:
2594 - grpc_test_util
2595 - grpc
2596 - gpr_test_util
2597 - gpr
2598 corpus_dirs:
2599 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002600 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002601- name: nanopb_fuzzer_serverlist_test
2602 build: fuzzer
2603 language: c
2604 src:
2605 - test/core/nanopb/fuzzer_serverlist.c
2606 deps:
2607 - grpc_test_util
2608 - grpc
2609 - gpr_test_util
2610 - gpr
2611 corpus_dirs:
2612 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002613 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002615 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002616 build: test
2617 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002618 src:
2619 - test/core/end2end/no_server_test.c
2620 deps:
2621 - grpc_test_util
2622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002623 - gpr_test_util
2624 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002625- name: parse_address_test
2626 build: test
2627 language: c
2628 src:
2629 - test/core/client_channel/parse_address_test.c
2630 deps:
2631 - grpc_test_util
2632 - grpc
2633 - gpr_test_util
2634 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002635- name: percent_decode_fuzzer
2636 build: fuzzer
2637 language: c
2638 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002639 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002640 deps:
2641 - grpc_test_util
2642 - grpc
2643 - gpr_test_util
2644 - gpr
2645 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002646 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002647 maxlen: 32
2648- name: percent_encode_fuzzer
2649 build: fuzzer
2650 language: c
2651 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002652 - test/core/slice/percent_encode_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_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002660 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002661- name: percent_encoding_test
2662 build: test
2663 language: c
2664 src:
2665 - test/core/slice/percent_encoding_test.c
2666 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002667 - grpc_test_util
2668 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002669 - gpr_test_util
2670 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002671- name: pollset_set_test
2672 build: test
2673 language: c
2674 src:
2675 - test/core/iomgr/pollset_set_test.c
2676 deps:
2677 - grpc_test_util
2678 - grpc
2679 - gpr_test_util
2680 - gpr
2681 exclude_iomgrs:
2682 - uv
2683 platforms:
2684 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002685- name: resolve_address_posix_test
2686 build: test
2687 language: c
2688 src:
2689 - test/core/iomgr/resolve_address_posix_test.c
2690 deps:
2691 - grpc_test_util
2692 - grpc
2693 - gpr_test_util
2694 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002695 exclude_iomgrs:
2696 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002697 platforms:
2698 - mac
2699 - linux
2700 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002701- name: resolve_address_test
2702 build: test
2703 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002704 src:
2705 - test/core/iomgr/resolve_address_test.c
2706 deps:
2707 - grpc_test_util
2708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002709 - gpr_test_util
2710 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002711- name: resource_quota_test
2712 cpu_cost: 30
2713 build: test
2714 language: c
2715 src:
2716 - test/core/iomgr/resource_quota_test.c
2717 deps:
2718 - grpc_test_util
2719 - grpc
2720 - gpr_test_util
2721 - gpr
yang-gd482e592015-12-10 14:04:00 -08002722- name: secure_channel_create_test
2723 build: test
2724 language: c
2725 src:
2726 - test/core/surface/secure_channel_create_test.c
2727 deps:
2728 - grpc_test_util
2729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002730 - gpr_test_util
2731 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002732- name: secure_endpoint_test
2733 build: test
2734 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002735 src:
2736 - test/core/security/secure_endpoint_test.c
2737 deps:
2738 - grpc_test_util
2739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002740 - gpr_test_util
2741 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002742 exclude_iomgrs:
2743 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002744- name: sequential_connectivity_test
2745 build: test
2746 language: c
2747 src:
2748 - test/core/surface/sequential_connectivity_test.c
2749 deps:
2750 - grpc_test_util
2751 - grpc
2752 - gpr_test_util
2753 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002754 exclude_iomgrs:
2755 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002756- name: server_chttp2_test
2757 build: test
2758 language: c
2759 src:
2760 - test/core/surface/server_chttp2_test.c
2761 deps:
2762 - grpc_test_util
2763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002764 - gpr_test_util
2765 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002766- name: server_fuzzer
2767 build: fuzzer
2768 language: c
2769 src:
2770 - test/core/end2end/fuzzers/server_fuzzer.c
2771 deps:
2772 - grpc_test_util
2773 - grpc
2774 - gpr_test_util
2775 - gpr
2776 corpus_dirs:
2777 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002778 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002779 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002780- name: server_test
2781 build: test
2782 language: c
2783 src:
2784 - test/core/surface/server_test.c
2785 deps:
2786 - grpc_test_util
2787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002788 - gpr_test_util
2789 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002790- name: slice_buffer_test
2791 build: test
2792 language: c
2793 src:
2794 - test/core/slice/slice_buffer_test.c
2795 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002796 - grpc_test_util
2797 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002798 - gpr_test_util
2799 - gpr
2800- name: slice_string_helpers_test
2801 build: test
2802 language: c
2803 src:
2804 - test/core/slice/slice_string_helpers_test.c
2805 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002806 - grpc_test_util
2807 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002808 - gpr_test_util
2809 - gpr
2810- name: slice_test
2811 build: test
2812 language: c
2813 src:
2814 - test/core/slice/slice_test.c
2815 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002816 - grpc_test_util
2817 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002818 - gpr_test_util
2819 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002820- name: sockaddr_resolver_test
2821 build: test
2822 language: c
2823 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002824 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002825 deps:
2826 - grpc_test_util
2827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002828 - gpr_test_util
2829 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830- name: sockaddr_utils_test
2831 build: test
2832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002833 src:
2834 - test/core/iomgr/sockaddr_utils_test.c
2835 deps:
2836 - grpc_test_util
2837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002838 - gpr_test_util
2839 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002840- name: socket_utils_test
2841 build: test
2842 language: c
2843 src:
2844 - test/core/iomgr/socket_utils_test.c
2845 deps:
2846 - grpc_test_util
2847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002848 - gpr_test_util
2849 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002850 exclude_iomgrs:
2851 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002852 platforms:
2853 - mac
2854 - linux
2855 - posix
yang-g31e21282016-11-04 15:10:03 -07002856- name: ssl_server_fuzzer
2857 build: fuzzer
2858 language: c
2859 src:
2860 - test/core/security/ssl_server_fuzzer.c
2861 deps:
2862 - grpc_test_util
2863 - grpc
2864 - gpr_test_util
2865 - gpr
2866 corpus_dirs:
2867 - test/core/security/corpus/ssl_server_corpus
2868 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002869- name: status_conversion_test
2870 build: test
2871 language: c
2872 src:
2873 - test/core/transport/status_conversion_test.c
2874 deps:
2875 - grpc_test_util
2876 - grpc
2877 - gpr_test_util
2878 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002879- name: stream_owned_slice_test
2880 build: test
2881 language: c
2882 src:
2883 - test/core/transport/stream_owned_slice_test.c
2884 deps:
2885 - grpc_test_util
2886 - grpc
2887 - gpr_test_util
2888 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002889- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002890 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002891 build: test
2892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002893 src:
2894 - test/core/iomgr/tcp_client_posix_test.c
2895 deps:
2896 - grpc_test_util
2897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002898 - gpr_test_util
2899 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002900 exclude_iomgrs:
2901 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002902 platforms:
2903 - mac
2904 - linux
2905 - posix
murgatroid991191b722017-02-08 11:56:52 -08002906- name: tcp_client_uv_test
2907 cpu_cost: 0.5
2908 build: test
2909 language: c
2910 src:
2911 - test/core/iomgr/tcp_client_uv_test.c
2912 deps:
2913 - grpc_test_util
2914 - grpc
2915 - gpr_test_util
2916 - gpr
2917 exclude_iomgrs:
2918 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002919- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002920 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002921 build: test
2922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002923 src:
2924 - test/core/iomgr/tcp_posix_test.c
2925 deps:
2926 - grpc_test_util
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr_test_util
2929 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002930 exclude_iomgrs:
2931 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002932 platforms:
2933 - mac
2934 - linux
2935 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002936- name: tcp_server_posix_test
2937 build: test
2938 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002939 src:
2940 - test/core/iomgr/tcp_server_posix_test.c
2941 deps:
2942 - grpc_test_util
2943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002944 - gpr_test_util
2945 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002946 exclude_iomgrs:
2947 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002948 platforms:
2949 - mac
2950 - linux
2951 - posix
murgatroid991191b722017-02-08 11:56:52 -08002952- name: tcp_server_uv_test
2953 build: test
2954 language: c
2955 src:
2956 - test/core/iomgr/tcp_server_uv_test.c
2957 deps:
2958 - grpc_test_util
2959 - grpc
2960 - gpr_test_util
2961 - gpr
2962 exclude_iomgrs:
2963 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002964- name: time_averaged_stats_test
2965 build: test
2966 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002967 src:
2968 - test/core/iomgr/time_averaged_stats_test.c
2969 deps:
2970 - grpc_test_util
2971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002972 - gpr_test_util
2973 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002974- name: timeout_encoding_test
2975 build: test
2976 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002977 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002978 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002979 deps:
2980 - grpc_test_util
2981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002982 - gpr_test_util
2983 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002984- name: timer_heap_test
2985 build: test
2986 language: c
2987 src:
2988 - test/core/iomgr/timer_heap_test.c
2989 deps:
2990 - grpc_test_util
2991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002992 - gpr_test_util
2993 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002994 exclude_iomgrs:
2995 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002996- name: timer_list_test
2997 build: test
2998 language: c
2999 src:
3000 - test/core/iomgr/timer_list_test.c
3001 deps:
3002 - grpc_test_util
3003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 - gpr_test_util
3005 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003006 exclude_iomgrs:
3007 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003008- name: transport_connectivity_state_test
3009 build: test
3010 language: c
3011 src:
3012 - test/core/transport/connectivity_state_test.c
3013 deps:
3014 - grpc_test_util
3015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003016 - gpr_test_util
3017 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003018- name: transport_metadata_test
3019 build: test
3020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003021 src:
3022 - test/core/transport/metadata_test.c
3023 deps:
3024 - grpc_test_util
3025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003026 - gpr_test_util
3027 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003028- name: transport_pid_controller_test
3029 build: test
3030 language: c
3031 src:
3032 - test/core/transport/pid_controller_test.c
3033 deps:
3034 - grpc_test_util
3035 - grpc
3036 - gpr_test_util
3037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003038- name: transport_security_test
3039 build: test
3040 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003041 src:
3042 - test/core/tsi/transport_security_test.c
3043 deps:
3044 - grpc_test_util
3045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003046 - gpr_test_util
3047 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003048 platforms:
3049 - linux
3050 - posix
3051 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003052- name: udp_server_test
3053 build: test
3054 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003055 src:
3056 - test/core/iomgr/udp_server_test.c
3057 deps:
3058 - grpc_test_util
3059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003060 - gpr_test_util
3061 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003062 exclude_iomgrs:
3063 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003064 platforms:
3065 - mac
3066 - linux
3067 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003068- name: uri_fuzzer_test
3069 build: fuzzer
3070 language: c
3071 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003072 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003073 deps:
3074 - grpc_test_util
3075 - grpc
3076 - gpr_test_util
3077 - gpr
3078 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003079 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003080 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003081- name: uri_parser_test
3082 build: test
3083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003084 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003085 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003086 deps:
3087 - grpc_test_util
3088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003089 - gpr_test_util
3090 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003091- name: wakeup_fd_cv_test
3092 build: test
3093 language: c
3094 src:
3095 - test/core/iomgr/wakeup_fd_cv_test.c
3096 deps:
3097 - grpc_test_util
3098 - grpc
3099 - gpr_test_util
3100 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003101 exclude_iomgrs:
3102 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003103 platforms:
3104 - mac
3105 - linux
3106 - posix
vjpai04e992a2016-02-10 16:58:38 -08003107- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003108 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003109 build: test
3110 language: c++
3111 src:
3112 - test/cpp/common/alarm_cpp_test.cc
3113 deps:
3114 - grpc++_test_util
3115 - grpc_test_util
3116 - grpc++
3117 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003118 - gpr_test_util
3119 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003120- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003121 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003122 build: test
3123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003124 src:
3125 - test/cpp/end2end/async_end2end_test.cc
3126 deps:
3127 - grpc++_test_util
3128 - grpc_test_util
3129 - grpc++
3130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003131 - gpr_test_util
3132 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003133- name: auth_property_iterator_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/common/auth_property_iterator_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 Tiller9202b3f2017-03-12 22:30:38 -07003146- name: bm_arena
3147 build: test
3148 language: c++
3149 src:
3150 - test/cpp/microbenchmarks/bm_arena.cc
3151 deps:
3152 - grpc_benchmark
3153 - benchmark
3154 - grpc++_test_util
3155 - grpc_test_util
3156 - grpc++
3157 - grpc
3158 - gpr_test_util
3159 - gpr
3160 args:
3161 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003162 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003163 platforms:
3164 - mac
3165 - linux
3166 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003167- name: bm_call_create
3168 build: test
3169 language: c++
3170 src:
3171 - test/cpp/microbenchmarks/bm_call_create.cc
3172 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003173 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003174 - benchmark
3175 - grpc++_test_util
3176 - grpc_test_util
3177 - grpc++
3178 - grpc
3179 - gpr_test_util
3180 - gpr
3181 args:
3182 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003183 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003184 platforms:
3185 - mac
3186 - linux
3187 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003188- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003189 build: test
3190 language: c++
3191 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003192 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003193 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003194 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003195 - benchmark
3196 - grpc++_test_util
3197 - grpc_test_util
3198 - grpc++
3199 - grpc
3200 - gpr_test_util
3201 - gpr
3202 args:
3203 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003204 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003205 platforms:
3206 - mac
3207 - linux
3208 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003209- name: bm_chttp2_transport
3210 build: test
3211 language: c++
3212 src:
3213 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3214 deps:
3215 - grpc_benchmark
3216 - benchmark
3217 - grpc++_test_util
3218 - grpc_test_util
3219 - grpc++
3220 - grpc
3221 - gpr_test_util
3222 - gpr
3223 args:
3224 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003225 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003226 platforms:
3227 - mac
3228 - linux
3229 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003230- name: bm_closure
3231 build: test
3232 language: c++
3233 src:
3234 - test/cpp/microbenchmarks/bm_closure.cc
3235 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003236 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003237 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003238 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003239 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003240 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003241 - grpc
3242 - gpr_test_util
3243 - gpr
3244 args:
3245 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003246 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003247 platforms:
3248 - mac
3249 - linux
3250 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003251- name: bm_cq
3252 build: test
3253 language: c++
3254 src:
3255 - test/cpp/microbenchmarks/bm_cq.cc
3256 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003257 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003258 - benchmark
3259 - grpc++_test_util
3260 - grpc_test_util
3261 - grpc++
3262 - grpc
3263 - gpr_test_util
3264 - gpr
3265 args:
3266 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003267 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003268 platforms:
3269 - mac
3270 - linux
3271 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003272- name: bm_cq_multiple_threads
3273 build: test
3274 language: c++
3275 src:
3276 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3277 deps:
3278 - grpc_benchmark
3279 - benchmark
3280 - grpc++_test_util
3281 - grpc_test_util
3282 - grpc++
3283 - grpc
3284 - gpr_test_util
3285 - gpr
3286 args:
3287 - --benchmark_min_time=0
3288 defaults: benchmark
3289 platforms:
3290 - mac
3291 - linux
3292 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003293- name: bm_error
3294 build: test
3295 language: c++
3296 src:
3297 - test/cpp/microbenchmarks/bm_error.cc
3298 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003299 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003300 - benchmark
3301 - grpc++_test_util
3302 - grpc_test_util
3303 - grpc++
3304 - grpc
3305 - gpr_test_util
3306 - gpr
3307 args:
3308 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003309 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003310 platforms:
3311 - mac
3312 - linux
3313 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003314- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003315 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003316 language: c++
3317 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003318 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003319 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003320 - grpc_benchmark
3321 - benchmark
3322 - grpc++_test_util
3323 - grpc_test_util
3324 - grpc++
3325 - grpc
3326 - gpr_test_util
3327 - gpr
3328 args:
3329 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003330 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003331 excluded_poll_engines:
3332 - poll
3333 - poll-cv
3334 platforms:
3335 - mac
3336 - linux
3337 - posix
3338 timeout_seconds: 1200
3339- name: bm_fullstack_streaming_pump
3340 build: test
3341 language: c++
3342 src:
3343 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003344 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003345 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003346 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003347 - grpc++_test_util
3348 - grpc_test_util
3349 - grpc++
3350 - grpc
3351 - gpr_test_util
3352 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003353 args:
3354 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003355 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003356 excluded_poll_engines:
3357 - poll
3358 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003359 platforms:
3360 - mac
3361 - linux
3362 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003363 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003364- name: bm_fullstack_trickle
3365 build: test
3366 language: c++
3367 src:
3368 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3369 deps:
3370 - grpc_benchmark
3371 - benchmark
3372 - grpc++_test_util
3373 - grpc_test_util
3374 - grpc++
3375 - grpc
3376 - gpr_test_util
3377 - gpr
3378 args:
3379 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003380 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003381 excluded_poll_engines:
3382 - poll
3383 - poll-cv
3384 platforms:
3385 - mac
3386 - linux
3387 - posix
3388 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003389- name: bm_fullstack_unary_ping_pong
3390 build: test
3391 language: c++
3392 src:
3393 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3394 deps:
3395 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003396 - benchmark
3397 - grpc++_test_util
3398 - grpc_test_util
3399 - grpc++
3400 - grpc
3401 - gpr_test_util
3402 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003403 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003404 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003405 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003406 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003407 - poll
3408 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003409 platforms:
3410 - mac
3411 - linux
3412 - posix
3413 timeout_seconds: 1200
3414- name: bm_metadata
3415 build: test
3416 language: c++
3417 src:
3418 - test/cpp/microbenchmarks/bm_metadata.cc
3419 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003420 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003421 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003422 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003423 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003424 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003425 - grpc
3426 - gpr_test_util
3427 - gpr
3428 args:
3429 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003430 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431 platforms:
3432 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003433 - linux
3434 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003435- name: bm_pollset
3436 build: test
3437 language: c++
3438 src:
3439 - test/cpp/microbenchmarks/bm_pollset.cc
3440 deps:
3441 - grpc_benchmark
3442 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003443 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003444 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003445 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003446 - grpc
3447 - gpr_test_util
3448 - gpr
3449 args:
3450 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003451 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003452 platforms:
3453 - mac
3454 - linux
3455 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003456- name: channel_arguments_test
3457 gtest: true
3458 build: test
3459 language: c++
3460 src:
3461 - test/cpp/common/channel_arguments_test.cc
3462 deps:
3463 - grpc++
3464 - grpc
3465 - gpr
3466- name: channel_filter_test
3467 gtest: true
3468 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003469 language: c++
3470 src:
3471 - test/cpp/common/channel_filter_test.cc
3472 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003473 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003474 - grpc
3475 - gpr
3476- name: cli_call_test
3477 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003478 build: test
3479 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003480 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003481 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003482 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003483 - grpc_cli_libs
3484 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003485 - grpc_test_util
3486 - grpc++
3487 - grpc
3488 - gpr_test_util
3489 - gpr
3490- name: client_crash_test
3491 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003492 cpu_cost: 0.1
3493 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003494 language: c++
3495 src:
3496 - test/cpp/end2end/client_crash_test.cc
3497 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003498 - grpc++_test_util
3499 - grpc_test_util
3500 - grpc++
3501 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003502 - gpr_test_util
3503 - gpr
3504 platforms:
3505 - mac
3506 - linux
3507 - posix
3508- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003509 build: test
3510 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003511 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003512 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003513 - test/cpp/end2end/client_crash_test_server.cc
3514 deps:
3515 - grpc++_test_util
3516 - grpc_test_util
3517 - grpc++
3518 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003519 - gpr_test_util
3520 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003521- name: codegen_test_full
3522 gtest: true
3523 build: test
3524 language: c++
3525 src:
3526 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003527 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003528 - src/proto/grpc/testing/payloads.proto
3529 - src/proto/grpc/testing/services.proto
3530 - src/proto/grpc/testing/stats.proto
3531 - test/cpp/codegen/codegen_test_full.cc
3532 deps:
3533 - grpc++
3534 - grpc
3535 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003536 filegroups:
3537 - grpc++_codegen_base
3538- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003539 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003540 build: test
yang-g34b58612016-06-03 17:30:09 -07003541 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003542 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003543 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003544 - src/proto/grpc/testing/messages.proto
3545 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003546 - src/proto/grpc/testing/services.proto
3547 - src/proto/grpc/testing/stats.proto
3548 - test/cpp/codegen/codegen_test_minimal.cc
3549 filegroups:
3550 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003551 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003552- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003553 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003554 build: test
3555 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003556 src:
3557 - test/cpp/client/credentials_test.cc
3558 deps:
3559 - grpc++
3560 - grpc
3561 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003562- name: cxx_byte_buffer_test
3563 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003564 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003565 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003566 src:
3567 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003568 deps:
3569 - grpc_test_util
3570 - grpc++
3571 - grpc
3572 - gpr_test_util
3573 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003574- name: cxx_slice_test
3575 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003576 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003577 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003578 src:
3579 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003580 deps:
3581 - grpc_test_util
3582 - grpc++
3583 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003584 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003586- name: cxx_string_ref_test
3587 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003588 build: test
3589 language: c++
3590 src:
3591 - test/cpp/util/string_ref_test.cc
3592 deps:
3593 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003594- name: cxx_time_test
3595 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003596 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003597 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003598 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003599 - test/cpp/util/time_test.cc
3600 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003601 - grpc_test_util
3602 - grpc++
3603 - grpc
3604 - gpr_test_util
3605 - gpr
3606- name: end2end_test
3607 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003608 cpu_cost: 0.5
3609 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003610 language: c++
3611 src:
3612 - test/cpp/end2end/end2end_test.cc
3613 deps:
3614 - grpc++_test_util
3615 - grpc_test_util
3616 - grpc++
3617 - grpc
3618 - gpr_test_util
3619 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003620- name: error_details_test
3621 gtest: true
3622 build: test
3623 language: c++
3624 src:
3625 - src/proto/grpc/testing/echo_messages.proto
3626 - test/cpp/util/error_details_test.cc
3627 deps:
3628 - grpc++_error_details
3629 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003630- name: filter_end2end_test
3631 gtest: true
3632 build: test
3633 language: c++
3634 src:
3635 - test/cpp/end2end/filter_end2end_test.cc
3636 deps:
3637 - grpc++_test_util
3638 - grpc_test_util
3639 - grpc++
3640 - grpc
3641 - gpr_test_util
3642 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003643- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003644 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003645 build: test
3646 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003647 src:
3648 - test/cpp/end2end/generic_end2end_test.cc
3649 deps:
3650 - grpc++_test_util
3651 - grpc_test_util
3652 - grpc++
3653 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003654 - gpr_test_util
3655 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003656- name: golden_file_test
3657 gtest: true
3658 build: test
3659 language: c++
3660 src:
3661 - src/proto/grpc/testing/compiler_test.proto
3662 - test/cpp/codegen/golden_file_test.cc
3663 deps:
3664 - grpc++
3665 - grpc
3666 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003667 args:
3668 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003669- name: grpc_cli
3670 build: test
3671 run: false
3672 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003673 src:
3674 - test/cpp/util/grpc_cli.cc
3675 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003676 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003677 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003678 - grpc++
3679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003680 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003681 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003682- name: grpc_cpp_plugin
3683 build: protoc
3684 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003685 src:
3686 - src/compiler/cpp_plugin.cc
3687 deps:
3688 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003689 secure: false
3690 vs_config_type: Application
3691 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3692- name: grpc_csharp_plugin
3693 build: protoc
3694 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003695 src:
3696 - src/compiler/csharp_plugin.cc
3697 deps:
3698 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003699 secure: false
3700 vs_config_type: Application
3701 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003702- name: grpc_node_plugin
3703 build: protoc
3704 language: c++
3705 src:
3706 - src/compiler/node_plugin.cc
3707 deps:
3708 - grpc_plugin_support
3709 secure: false
3710 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003711- name: grpc_objective_c_plugin
3712 build: protoc
3713 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003714 src:
3715 - src/compiler/objective_c_plugin.cc
3716 deps:
3717 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003718 secure: false
3719 vs_config_type: Application
3720 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003721- name: grpc_php_plugin
3722 build: protoc
3723 language: c++
3724 src:
3725 - src/compiler/php_plugin.cc
3726 deps:
3727 - grpc_plugin_support
3728 secure: false
3729 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003730- name: grpc_python_plugin
3731 build: protoc
3732 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003733 src:
3734 - src/compiler/python_plugin.cc
3735 deps:
3736 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003737 secure: false
3738 vs_config_type: Application
3739 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3740- name: grpc_ruby_plugin
3741 build: protoc
3742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003743 src:
3744 - src/compiler/ruby_plugin.cc
3745 deps:
3746 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003747 secure: false
3748 vs_config_type: Application
3749 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003750- name: grpc_tool_test
3751 gtest: true
3752 build: test
3753 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003754 src:
3755 - src/proto/grpc/testing/echo.proto
3756 - src/proto/grpc/testing/echo_messages.proto
3757 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003758 deps:
3759 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003760 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003761 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003762 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003763 - grpc_test_util
3764 - grpc++
3765 - grpc
3766 - gpr_test_util
3767 - gpr
3768 filegroups:
3769 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003770- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003771 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003772 build: test
3773 language: c++
3774 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003775 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003776 - test/cpp/grpclb/grpclb_api_test.cc
3777 deps:
3778 - grpc++_test_util
3779 - grpc_test_util
3780 - grpc++
3781 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003782- name: grpclb_test
3783 gtest: false
3784 build: test
3785 language: c++
3786 src:
3787 - src/proto/grpc/lb/v1/load_balancer.proto
3788 - test/cpp/grpclb/grpclb_test.cc
3789 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003790 - grpc++_test_util
3791 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003792 - grpc++
3793 - grpc
3794 - gpr_test_util
3795 - gpr
yang-gad327642016-12-12 14:32:09 -08003796- name: health_service_end2end_test
3797 gtest: true
3798 build: test
3799 language: c++
3800 src:
3801 - test/cpp/end2end/health_service_end2end_test.cc
3802 deps:
3803 - grpc++_test_util
3804 - grpc_test_util
3805 - grpc++
3806 - grpc
3807 - gpr_test_util
3808 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003809- name: http2_client
3810 build: test
3811 run: false
3812 language: c++
3813 src: []
3814 deps:
3815 - http2_client_main
3816 - grpc++_test_util
3817 - grpc_test_util
3818 - grpc++
3819 - grpc
3820 - grpc++_test_config
3821 platforms:
3822 - mac
3823 - linux
3824 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003825- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003826 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003827 build: test
3828 language: c++
3829 src:
3830 - test/cpp/end2end/hybrid_end2end_test.cc
3831 deps:
3832 - grpc++_test_util
3833 - grpc_test_util
3834 - grpc++
3835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003836 - gpr_test_util
3837 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003838- name: interop_client
3839 build: test
3840 run: false
3841 language: c++
3842 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003843 deps:
3844 - interop_client_main
3845 - interop_client_helper
3846 - grpc++_test_util
3847 - grpc_test_util
3848 - grpc++
3849 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003850 - gpr_test_util
3851 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003852 - grpc++_test_config
3853 platforms:
3854 - mac
3855 - linux
3856 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003857- name: interop_server
3858 build: test
3859 run: false
3860 language: c++
3861 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003862 deps:
3863 - interop_server_main
3864 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003865 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003866 - grpc++_test_util
3867 - grpc_test_util
3868 - grpc++
3869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003870 - gpr_test_util
3871 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003872 - grpc++_test_config
3873 platforms:
3874 - mac
3875 - linux
3876 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003877- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003878 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003879 build: test
3880 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003881 src:
3882 - test/cpp/interop/interop_test.cc
3883 deps:
3884 - grpc_test_util
3885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003886 - gpr_test_util
3887 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003888 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003889 platforms:
3890 - mac
3891 - linux
3892 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003893- name: json_run_localhost
3894 build: test
3895 run: false
3896 language: c++
3897 src:
3898 - test/cpp/qps/json_run_localhost.cc
3899 deps:
3900 - grpc++_test_util
3901 - grpc_test_util
3902 - grpc++
3903 - grpc
3904 - gpr_test_util
3905 - gpr
3906 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003907 platforms:
3908 - mac
3909 - linux
3910 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003911- name: metrics_client
3912 build: test
3913 run: false
3914 language: c++
3915 headers:
3916 - test/cpp/util/metrics_server.h
3917 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003918 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003919 - test/cpp/interop/metrics_client.cc
3920 deps:
3921 - grpc++
3922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003923 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003924 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003925- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003926 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003927 build: test
3928 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003929 src:
3930 - test/cpp/end2end/mock_test.cc
3931 deps:
3932 - grpc++_test_util
3933 - grpc_test_util
3934 - grpc++
3935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003936 - gpr_test_util
3937 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003938- name: noop-benchmark
3939 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003940 language: c++
3941 src:
3942 - test/cpp/microbenchmarks/noop-benchmark.cc
3943 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003944 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003945 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003946- name: proto_server_reflection_test
3947 gtest: true
3948 build: test
3949 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003950 src:
3951 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003952 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003953 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003954 - grpc++_reflection
3955 - grpc++_test_util
3956 - grpc_test_util
3957 - grpc++
3958 - grpc
3959 - gpr_test_util
3960 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003961- name: proto_utils_test
3962 gtest: true
3963 build: test
3964 language: c++
3965 src:
3966 - test/cpp/codegen/proto_utils_test.cc
3967 deps:
3968 - grpc++
3969 - grpc
3970 filegroups:
3971 - grpc++_codegen_base
3972 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003973- name: qps_interarrival_test
3974 build: test
3975 run: false
3976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003977 src:
3978 - test/cpp/qps/qps_interarrival_test.cc
3979 deps:
3980 - qps
3981 - grpc++_test_util
3982 - grpc_test_util
3983 - grpc++
3984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003985 - gpr_test_util
3986 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003987 platforms:
3988 - mac
3989 - linux
3990 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003991- name: qps_json_driver
3992 build: test
3993 run: false
3994 language: c++
3995 src:
3996 - test/cpp/qps/qps_json_driver.cc
3997 deps:
3998 - qps
3999 - grpc++_test_util
4000 - grpc_test_util
4001 - grpc++
4002 - grpc
4003 - gpr_test_util
4004 - gpr
4005 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004006- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004007 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004008 build: test
4009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004010 src:
4011 - test/cpp/qps/qps_openloop_test.cc
4012 deps:
4013 - qps
4014 - grpc++_test_util
4015 - grpc_test_util
4016 - grpc++
4017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004018 - gpr_test_util
4019 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004020 - grpc++_test_config
4021 platforms:
4022 - mac
4023 - linux
4024 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004025- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004026 build: test
4027 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004029 headers:
4030 - test/cpp/qps/client.h
4031 - test/cpp/qps/server.h
4032 src:
4033 - test/cpp/qps/worker.cc
4034 deps:
4035 - qps
4036 - grpc++_test_util
4037 - grpc_test_util
4038 - grpc++
4039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004040 - gpr_test_util
4041 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004042 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004043- name: reconnect_interop_client
4044 build: test
4045 run: false
4046 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004047 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004048 - src/proto/grpc/testing/empty.proto
4049 - src/proto/grpc/testing/messages.proto
4050 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004051 - test/cpp/interop/reconnect_interop_client.cc
4052 deps:
4053 - grpc++_test_util
4054 - grpc_test_util
4055 - grpc++
4056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004057 - gpr_test_util
4058 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004059 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004060- name: reconnect_interop_server
4061 build: test
4062 run: false
4063 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004064 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004065 - src/proto/grpc/testing/empty.proto
4066 - src/proto/grpc/testing/messages.proto
4067 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004068 - test/cpp/interop/reconnect_interop_server.cc
4069 deps:
4070 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004071 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004072 - grpc++_test_util
4073 - grpc_test_util
4074 - grpc++
4075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004076 - gpr_test_util
4077 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004078 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004079- name: round_robin_end2end_test
4080 gtest: true
4081 build: test
4082 language: c++
4083 src:
4084 - test/cpp/end2end/round_robin_end2end_test.cc
4085 deps:
4086 - grpc++_test_util
4087 - grpc_test_util
4088 - grpc++
4089 - grpc
4090 - gpr_test_util
4091 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004092- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004093 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004094 build: test
4095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004096 src:
4097 - test/cpp/common/secure_auth_context_test.cc
4098 deps:
4099 - grpc++_test_util
4100 - grpc_test_util
4101 - grpc++
4102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004103 - gpr_test_util
4104 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004105- name: secure_sync_unary_ping_pong_test
4106 build: test
4107 language: c++
4108 src:
4109 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4110 deps:
4111 - qps
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 platforms:
4119 - mac
4120 - linux
4121 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004122- name: server_builder_plugin_test
4123 gtest: true
4124 build: test
4125 language: c++
4126 src:
4127 - test/cpp/end2end/server_builder_plugin_test.cc
4128 deps:
4129 - grpc++_test_util
4130 - grpc_test_util
4131 - grpc++
4132 - grpc
4133 - gpr_test_util
4134 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004135- name: server_builder_test
4136 gtest: true
4137 build: test
4138 language: c++
4139 src:
4140 - src/proto/grpc/testing/echo_messages.proto
4141 - src/proto/grpc/testing/echo.proto
4142 - test/cpp/server/server_builder_test.cc
4143 deps:
4144 - grpc++_test_util
4145 - grpc_test_util
4146 - gpr_test_util
4147 - grpc++
4148 - grpc
4149 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004150- name: server_context_test_spouse_test
4151 gtest: true
4152 build: test
4153 language: c++
4154 src:
4155 - test/cpp/test/server_context_test_spouse_test.cc
4156 deps:
4157 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004158 - grpc++
4159 - grpc
4160 - gpr_test_util
4161 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004162 uses:
4163 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004164- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004165 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004166 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004167 build: test
4168 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004169 src:
4170 - test/cpp/end2end/server_crash_test.cc
4171 deps:
4172 - grpc++_test_util
4173 - grpc_test_util
4174 - grpc++
4175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004176 - gpr_test_util
4177 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004178 platforms:
4179 - mac
4180 - linux
4181 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004182- name: server_crash_test_client
4183 build: test
4184 run: false
4185 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004186 src:
4187 - test/cpp/end2end/server_crash_test_client.cc
4188 deps:
4189 - grpc++_test_util
4190 - grpc_test_util
4191 - grpc++
4192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004193 - gpr_test_util
4194 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004195- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004196 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004197 build: test
4198 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004199 src:
4200 - test/cpp/end2end/shutdown_test.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: status_test
4209 build: test
4210 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004211 src:
4212 - test/cpp/util/status_test.cc
4213 deps:
4214 - grpc_test_util
4215 - grpc++
4216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004217 - gpr_test_util
4218 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004219- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004220 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004221 build: test
4222 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004223 src:
4224 - test/cpp/end2end/streaming_throughput_test.cc
4225 deps:
4226 - grpc++_test_util
4227 - grpc_test_util
4228 - grpc++
4229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004230 - gpr_test_util
4231 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004232 platforms:
4233 - mac
4234 - linux
4235 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004236- name: stress_test
4237 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004238 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004239 language: c++
4240 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004241 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004242 - test/cpp/interop/interop_client.h
4243 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004244 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004245 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004246 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004247 - src/proto/grpc/testing/empty.proto
4248 - src/proto/grpc/testing/messages.proto
4249 - src/proto/grpc/testing/metrics.proto
4250 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004251 - test/cpp/interop/interop_client.cc
4252 - test/cpp/interop/stress_interop_client.cc
4253 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004254 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004255 deps:
4256 - grpc++_test_util
4257 - grpc_test_util
4258 - grpc++
4259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004260 - gpr_test_util
4261 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004262 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004263- name: thread_manager_test
4264 build: test
4265 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004266 src:
4267 - test/cpp/thread_manager/thread_manager_test.cc
4268 deps:
4269 - grpc++
4270 - grpc
4271 - gpr
4272 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004273- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004274 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004275 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004276 build: test
4277 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004278 src:
4279 - test/cpp/end2end/thread_stress_test.cc
4280 deps:
4281 - grpc++_test_util
4282 - grpc_test_util
4283 - grpc++
4284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004285 - gpr_test_util
4286 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004287- name: writes_per_rpc_test
4288 gtest: true
4289 cpu_cost: 0.5
4290 build: test
4291 language: c++
4292 src:
4293 - test/cpp/performance/writes_per_rpc_test.cc
4294 deps:
4295 - grpc++_test_util
4296 - grpc_test_util
4297 - grpc++
4298 - grpc
4299 - gpr_test_util
4300 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004301 platforms:
4302 - mac
4303 - linux
4304 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004305- name: public_headers_must_be_c89
4306 build: test
4307 language: c89
4308 src:
4309 - test/core/surface/public_headers_must_be_c89.c
4310 deps:
4311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004312 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004313vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004314- linkage: static
4315 name: grpc.dependencies.zlib
4316 props: false
4317 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004318 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004319- linkage: static
4320 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004321 props: true
4322 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004323 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004324- name: gflags
4325 props: false
4326 redist: false
4327 version: 2.1.2.1
4328- name: gtest
4329 props: false
4330 redist: false
4331 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004332configs:
4333 asan:
4334 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004335 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4336 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004337 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004338 LD: clang
4339 LDFLAGS: -fsanitize=address
4340 LDXX: clang++
4341 compile_the_world: true
4342 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004343 ASAN_OPTIONS: detect_leaks=1:color=always
4344 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004345 asan-noleaks:
4346 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004347 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4348 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004349 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004350 LD: clang
4351 LDFLAGS: -fsanitize=address
4352 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004353 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004354 test_environ:
4355 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004356 asan-trace-cmp:
4357 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004358 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4359 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004360 CXX: clang++
4361 LD: clang
4362 LDFLAGS: -fsanitize=address
4363 LDXX: clang++
4364 compile_the_world: true
4365 test_environ:
4366 ASAN_OPTIONS: detect_leaks=1:color=always
4367 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004368 basicprof:
4369 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4370 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004371 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004372 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004373 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004374 dbg:
4375 CPPFLAGS: -O0
4376 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004377 gcov:
4378 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004379 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004380 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004381 DEFINES: _DEBUG DEBUG GPR_GCOV
4382 LD: gcc
4383 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4384 LDXX: g++
4385 helgrind:
4386 CPPFLAGS: -O0
4387 DEFINES: _DEBUG DEBUG
4388 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004389 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004390 lto:
4391 CPPFLAGS: -O2
4392 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004393 memcheck:
4394 CPPFLAGS: -O0
4395 DEFINES: _DEBUG DEBUG
4396 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004397 valgrind: --tool=memcheck --leak-check=full
4398 msan:
4399 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004400 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4401 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4402 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004403 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004404 DEFINES: NDEBUG
4405 LD: clang
4406 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4407 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4408 LDXX: clang++
4409 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004410 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004411 CPPFLAGS: -O3 -fno-omit-frame-pointer
4412 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004413 LDFLAGS: -rdynamic
4414 opt:
4415 CPPFLAGS: -O2
4416 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004417 stapprof:
4418 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4419 DEFINES: NDEBUG
4420 tsan:
4421 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004422 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004423 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004424 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004425 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004426 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004427 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004428 LDXX: clang++
4429 compile_the_world: true
4430 test_environ:
4431 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004432 ubsan:
4433 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004434 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4435 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004436 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004437 DEFINES: NDEBUG
4438 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004439 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004440 LDXX: clang++
4441 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004442 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004443 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004444defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004445 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004446 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004447 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4448 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004449 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004450 benchmark:
4451 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004452 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004453 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004454 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004455 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004456 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004457 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004458 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004459 LDFLAGS: -g
4460 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004461 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004462 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004463node_modules:
4464- deps:
4465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004466 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004467 - boringssl
4468 - z
murgatroid9994a75412015-11-19 14:04:53 -08004469 headers:
4470 - src/node/ext/byte_buffer.h
4471 - src/node/ext/call.h
4472 - src/node/ext/call_credentials.h
4473 - src/node/ext/channel.h
4474 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004475 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004476 - src/node/ext/server.h
4477 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004478 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004479 - src/node/ext/timeval.h
4480 js:
4481 - src/node/index.js
4482 - src/node/src/client.js
4483 - src/node/src/common.js
4484 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004485 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004486 - src/node/src/metadata.js
4487 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004488 name: grpc_node
4489 src:
4490 - src/node/ext/byte_buffer.cc
4491 - src/node/ext/call.cc
4492 - src/node/ext/call_credentials.cc
4493 - src/node/ext/channel.cc
4494 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004495 - src/node/ext/completion_queue_threadpool.cc
4496 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004497 - src/node/ext/node_grpc.cc
4498 - src/node/ext/server.cc
4499 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004500 - src/node/ext/server_generic.cc
4501 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004502 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004503 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004504openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004505 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004506 extraction_dir: openssl-1.0.2f
4507 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004508php_config_m4:
4509 deps:
4510 - grpc
4511 - gpr
4512 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004513 headers:
4514 - src/php/ext/grpc/byte_buffer.h
4515 - src/php/ext/grpc/call.h
4516 - src/php/ext/grpc/call_credentials.h
4517 - src/php/ext/grpc/channel.h
4518 - src/php/ext/grpc/channel_credentials.h
4519 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004520 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004521 - src/php/ext/grpc/php_grpc.h
4522 - src/php/ext/grpc/server.h
4523 - src/php/ext/grpc/server_credentials.h
4524 - src/php/ext/grpc/timeval.h
4525 src:
4526 - src/php/ext/grpc/byte_buffer.c
4527 - src/php/ext/grpc/call.c
4528 - src/php/ext/grpc/call_credentials.c
4529 - src/php/ext/grpc/channel.c
4530 - src/php/ext/grpc/channel_credentials.c
4531 - src/php/ext/grpc/completion_queue.c
4532 - src/php/ext/grpc/php_grpc.c
4533 - src/php/ext/grpc/server.c
4534 - src/php/ext/grpc/server_credentials.c
4535 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004536python_dependencies:
4537 deps:
4538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004539 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004540 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004541 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004542 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004543ruby_gem:
4544 deps:
4545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004546 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004547 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004548 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004549 - z