blob: f4461e40ef1ec78a5357c86159344b1832bac546 [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
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001823- name: fake_resolver_test
1824 build: test
1825 language: c
1826 src:
1827 - test/core/client_channel/resolvers/fake_resolver_test.c
1828 deps:
1829 - grpc_test_util
1830 - grpc
1831 - gpr_test_util
1832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001833- name: fd_conservation_posix_test
1834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
1837 - test/core/iomgr/fd_conservation_posix_test.c
1838 deps:
1839 - grpc_test_util
1840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001843 exclude_iomgrs:
1844 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001845 platforms:
1846 - mac
1847 - linux
1848 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: fd_posix_test
1850 build: test
1851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001852 src:
1853 - test/core/iomgr/fd_posix_test.c
1854 deps:
1855 - grpc_test_util
1856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001859 exclude_iomgrs:
1860 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001861 platforms:
1862 - mac
1863 - linux
1864 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865- name: fling_client
1866 build: test
1867 run: false
1868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - test/core/fling/client.c
1871 deps:
1872 - grpc_test_util
1873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001874 - gpr_test_util
1875 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001876- name: fling_server
1877 build: test
1878 run: false
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - test/core/fling/server.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001888 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001889 build: test
1890 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001891 src:
1892 - test/core/fling/fling_stream_test.c
1893 deps:
1894 - grpc_test_util
1895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001896 - gpr_test_util
1897 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001898 platforms:
1899 - mac
1900 - linux
1901 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001902- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001903 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904 build: test
1905 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001906 src:
1907 - test/core/fling/fling_test.c
1908 deps:
1909 - grpc_test_util
1910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001911 - gpr_test_util
1912 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001913 platforms:
1914 - mac
1915 - linux
1916 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917- name: gen_hpack_tables
1918 build: tool
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - tools/codegen/core/gen_hpack_tables.c
1922 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001924 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: gen_legal_metadata_characters
1926 build: tool
1927 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001928 src:
1929 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001930 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001931- name: gen_percent_encoding_tables
1932 build: tool
1933 language: c
1934 src:
1935 - tools/codegen/core/gen_percent_encoding_tables.c
1936 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001937- name: goaway_server_test
1938 cpu_cost: 0.1
1939 build: test
1940 language: c
1941 src:
1942 - test/core/end2end/goaway_server_test.c
1943 deps:
1944 - grpc_test_util
1945 - grpc
1946 - gpr_test_util
1947 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001948 exclude_iomgrs:
1949 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001950 platforms:
1951 - mac
1952 - linux
1953 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001954- name: gpr_avl_test
1955 build: test
1956 language: c
1957 src:
1958 - test/core/support/avl_test.c
1959 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001962- name: gpr_backoff_test
1963 build: test
1964 language: c
1965 src:
1966 - test/core/support/backoff_test.c
1967 deps:
1968 - gpr_test_util
1969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970- name: gpr_cmdline_test
1971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/support/cmdline_test.c
1975 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001978- name: gpr_cpu_test
1979 build: test
1980 language: c
1981 src:
1982 - test/core/support/cpu_test.c
1983 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001984 - gpr_test_util
1985 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001986- name: gpr_env_test
1987 build: test
1988 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001989 src:
1990 - test/core/support/env_test.c
1991 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994- name: gpr_histogram_test
1995 build: test
1996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/core/support/histogram_test.c
1999 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002000 - gpr_test_util
2001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002002- name: gpr_host_port_test
2003 build: test
2004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
2006 - test/core/support/host_port_test.c
2007 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002008 - gpr_test_util
2009 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002010- name: gpr_log_test
2011 build: test
2012 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002013 src:
2014 - test/core/support/log_test.c
2015 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002018- name: gpr_mpscq_test
2019 cpu_cost: 30
2020 build: test
2021 language: c
2022 src:
2023 - test/core/support/mpscq_test.c
2024 deps:
2025 - gpr_test_util
2026 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002027- name: gpr_spinlock_test
2028 cpu_cost: 10
2029 build: test
2030 language: c
2031 src:
2032 - test/core/support/spinlock_test.c
2033 deps:
2034 - gpr_test_util
2035 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002037 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07002038 build: test
2039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
2041 - test/core/support/stack_lockfree_test.c
2042 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: gpr_string_test
2046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/support/string_test.c
2050 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002051 - gpr_test_util
2052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002054 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002055 build: test
2056 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002057 src:
2058 - test/core/support/sync_test.c
2059 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr_test_util
2061 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002062- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002063 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064 build: test
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
2067 - test/core/support/thd_test.c
2068 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: gpr_time_test
2072 build: test
2073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
2075 - test/core/support/time_test.c
2076 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 - gpr_test_util
2078 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: gpr_tls_test
2080 build: test
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/core/support/tls_test.c
2084 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002085 - gpr_test_util
2086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: gpr_useful_test
2088 build: test
2089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/core/support/useful_test.c
2092 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002095- name: grpc_auth_context_test
2096 build: test
2097 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002098 src:
2099 - test/core/security/auth_context_test.c
2100 deps:
2101 - grpc_test_util
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002105- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002106 build: test
2107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002109 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002110 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_byte_buffer_reader_test
2116 build: test
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
2119 - test/core/surface/byte_buffer_reader_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_args_test
2126 build: test
2127 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002128 src:
2129 - test/core/channel/channel_args_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_channel_stack_test
2136 build: test
2137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002138 src:
2139 - test/core/channel/channel_stack_test.c
2140 deps:
2141 - grpc_test_util
2142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002143 - gpr_test_util
2144 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002145- name: grpc_completion_queue_test
2146 build: test
2147 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002148 src:
2149 - test/core/surface/completion_queue_test.c
2150 deps:
2151 - grpc_test_util
2152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002153 - gpr_test_util
2154 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002155- name: grpc_completion_queue_threading_test
2156 build: test
2157 language: c
2158 src:
2159 - test/core/surface/completion_queue_threading_test.c
2160 deps:
2161 - grpc_test_util
2162 - grpc
2163 - gpr_test_util
2164 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002165 exclude_iomgrs:
2166 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167- name: grpc_create_jwt
2168 build: tool
2169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002170 src:
2171 - test/core/security/create_jwt.c
2172 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002175 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176- name: grpc_credentials_test
2177 build: test
2178 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002179 src:
2180 - test/core/security/credentials_test.c
2181 deps:
2182 - grpc_test_util
2183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002184 - gpr_test_util
2185 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002187 build: test
2188 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002190 src:
2191 - test/core/security/fetch_oauth2.c
2192 deps:
2193 - grpc_test_util
2194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002195 - gpr_test_util
2196 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002197- name: grpc_invalid_channel_args_test
2198 build: test
2199 language: c
2200 src:
2201 - test/core/surface/invalid_channel_args_test.c
2202 deps:
2203 - grpc_test_util
2204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002205 - gpr_test_util
2206 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002207- name: grpc_json_token_test
2208 build: test
2209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002210 src:
2211 - test/core/security/json_token_test.c
2212 deps:
2213 - grpc_test_util
2214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002215 - gpr_test_util
2216 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002217 platforms:
2218 - linux
2219 - posix
2220 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002221- name: grpc_jwt_verifier_test
2222 build: test
2223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002224 src:
2225 - test/core/security/jwt_verifier_test.c
2226 deps:
2227 - grpc_test_util
2228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002229 - gpr_test_util
2230 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002231- name: grpc_print_google_default_creds_token
2232 build: tool
2233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002234 src:
2235 - test/core/security/print_google_default_creds_token.c
2236 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002238 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239- name: grpc_security_connector_test
2240 build: test
2241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002242 src:
2243 - test/core/security/security_connector_test.c
2244 deps:
2245 - grpc_test_util
2246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002247 - gpr_test_util
2248 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249- name: grpc_verify_jwt
2250 build: tool
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
2253 - test/core/security/verify_jwt.c
2254 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002257- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002258 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002259 language: c
2260 src:
2261 - test/core/handshake/client_ssl.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
2265 - gpr_test_util
2266 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002267 exclude_iomgrs:
2268 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002269 platforms:
2270 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002271 secure: true
2272- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002273 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002274 language: c
2275 src:
2276 - test/core/handshake/server_ssl.c
2277 deps:
2278 - grpc_test_util
2279 - grpc
2280 - gpr_test_util
2281 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002282 platforms:
2283 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002284 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002285- name: hpack_parser_fuzzer_test
2286 build: fuzzer
2287 language: c
2288 src:
2289 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
2293 - gpr_test_util
2294 - gpr
2295 corpus_dirs:
2296 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002297 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002298 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: hpack_parser_test
2300 build: test
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/core/transport/chttp2/hpack_parser_test.c
2304 deps:
2305 - grpc_test_util
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: hpack_table_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/core/transport/chttp2/hpack_table_test.c
2314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002319- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320 build: test
2321 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002322 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002323 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002324 deps:
2325 - grpc_test_util
2326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002327 - gpr_test_util
2328 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002329- name: http_request_fuzzer_test
2330 build: fuzzer
2331 language: c
2332 src:
2333 - test/core/http/request_fuzzer.c
2334 deps:
2335 - grpc_test_util
2336 - grpc
2337 - gpr_test_util
2338 - gpr
2339 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002340 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002341 maxlen: 2048
2342- name: http_response_fuzzer_test
2343 build: fuzzer
2344 language: c
2345 src:
2346 - test/core/http/response_fuzzer.c
2347 deps:
2348 - grpc_test_util
2349 - grpc
2350 - gpr_test_util
2351 - gpr
2352 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002353 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002354 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002355- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002356 build: test
2357 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002358 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002359 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002360 deps:
2361 - grpc_test_util
2362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002363 - gpr_test_util
2364 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002365- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002366 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002367 build: test
2368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002369 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002370 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002371 deps:
2372 - grpc_test_util
2373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002374 - gpr_test_util
2375 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002376 platforms:
2377 - mac
2378 - linux
2379 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002380- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002381 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002382 build: test
2383 language: c
2384 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002385 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002386 deps:
2387 - grpc_test_util
2388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002389 - gpr_test_util
2390 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002391 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002392 - linux
yang-gf1183302015-12-07 16:02:05 -08002393- name: init_test
2394 build: test
2395 language: c
2396 src:
2397 - test/core/surface/init_test.c
2398 deps:
2399 - grpc_test_util
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr_test_util
2402 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002403- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002404 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002405 build: test
2406 language: c
2407 src:
2408 - test/core/end2end/invalid_call_argument_test.c
2409 deps:
2410 - grpc_test_util
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002414- name: json_fuzzer_test
2415 build: fuzzer
2416 language: c
2417 src:
2418 - test/core/json/fuzzer.c
2419 deps:
2420 - grpc_test_util
2421 - grpc
2422 - gpr_test_util
2423 - gpr
2424 corpus_dirs:
2425 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002426 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002427- name: json_rewrite
2428 build: test
2429 run: false
2430 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002431 src:
2432 - test/core/json/json_rewrite.c
2433 deps:
2434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002436- name: json_rewrite_test
2437 build: test
2438 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002439 src:
2440 - test/core/json/json_rewrite_test.c
2441 deps:
2442 - grpc_test_util
2443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002444 - gpr_test_util
2445 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002446- name: json_stream_error_test
2447 build: test
2448 language: c
2449 src:
2450 - test/core/json/json_stream_error_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: json_test
2457 build: test
2458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
2460 - test/core/json/json_test.c
2461 deps:
2462 - grpc_test_util
2463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr_test_util
2465 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: lame_client_test
2467 build: test
2468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
2470 - test/core/surface/lame_client_test.c
2471 deps:
2472 - grpc_test_util
2473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002476- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002477 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002478 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002479 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002480 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002481 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002482 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002483 deps:
2484 - grpc_test_util
2485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 - gpr_test_util
2487 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002488- name: load_file_test
2489 build: test
2490 language: c
2491 src:
2492 - test/core/iomgr/load_file_test.c
2493 deps:
2494 - grpc_test_util
2495 - grpc
2496 - gpr_test_util
2497 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002498- name: low_level_ping_pong_benchmark
2499 build: benchmark
2500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002501 src:
2502 - test/core/network_benchmarks/low_level_ping_pong.c
2503 deps:
2504 - grpc_test_util
2505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002506 - gpr_test_util
2507 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002508 platforms:
2509 - mac
2510 - linux
2511 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002512- name: memory_profile_client
2513 build: test
2514 run: false
2515 language: c
2516 src:
2517 - test/core/memory_usage/client.c
2518 deps:
2519 - grpc_test_util
2520 - grpc
2521 - gpr_test_util
2522 - gpr
2523- name: memory_profile_server
2524 build: test
2525 run: false
2526 language: c
2527 src:
2528 - test/core/memory_usage/server.c
2529 deps:
2530 - grpc_test_util
2531 - grpc
2532 - gpr_test_util
2533 - gpr
2534- name: memory_profile_test
2535 cpu_cost: 1.5
2536 build: test
2537 language: c
2538 src:
2539 - test/core/memory_usage/memory_usage_test.c
2540 deps:
2541 - grpc_test_util
2542 - grpc
2543 - gpr_test_util
2544 - gpr
2545 platforms:
2546 - mac
2547 - linux
2548 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002549- name: message_compress_test
2550 build: test
2551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002552 src:
2553 - test/core/compression/message_compress_test.c
2554 deps:
2555 - grpc_test_util
2556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002557 - gpr_test_util
2558 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002559- name: minimal_stack_is_minimal_test
2560 build: test
2561 language: c
2562 src:
2563 - test/core/channel/minimal_stack_is_minimal_test.c
2564 deps:
2565 - grpc_test_util
2566 - grpc
2567 - gpr_test_util
2568 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002569- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002570 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002571 build: test
2572 language: c
2573 src:
2574 - test/core/census/mlog_test.c
2575 deps:
2576 - grpc_test_util
2577 - grpc
2578 - gpr_test_util
2579 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580- name: multiple_server_queues_test
2581 build: test
2582 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002583 src:
2584 - test/core/end2end/multiple_server_queues_test.c
2585 deps:
2586 - grpc_test_util
2587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002588 - gpr_test_util
2589 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002590- name: murmur_hash_test
2591 build: test
2592 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002593 src:
2594 - test/core/support/murmur_hash_test.c
2595 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002598- name: nanopb_fuzzer_response_test
2599 build: fuzzer
2600 language: c
2601 src:
2602 - test/core/nanopb/fuzzer_response.c
2603 deps:
2604 - grpc_test_util
2605 - grpc
2606 - gpr_test_util
2607 - gpr
2608 corpus_dirs:
2609 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002610 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002611- name: nanopb_fuzzer_serverlist_test
2612 build: fuzzer
2613 language: c
2614 src:
2615 - test/core/nanopb/fuzzer_serverlist.c
2616 deps:
2617 - grpc_test_util
2618 - grpc
2619 - gpr_test_util
2620 - gpr
2621 corpus_dirs:
2622 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002623 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002624- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002625 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626 build: test
2627 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002628 src:
2629 - test/core/end2end/no_server_test.c
2630 deps:
2631 - grpc_test_util
2632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002633 - gpr_test_util
2634 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002635- name: parse_address_test
2636 build: test
2637 language: c
2638 src:
2639 - test/core/client_channel/parse_address_test.c
2640 deps:
2641 - grpc_test_util
2642 - grpc
2643 - gpr_test_util
2644 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002645- name: percent_decode_fuzzer
2646 build: fuzzer
2647 language: c
2648 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002649 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002650 deps:
2651 - grpc_test_util
2652 - grpc
2653 - gpr_test_util
2654 - gpr
2655 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002656 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002657 maxlen: 32
2658- name: percent_encode_fuzzer
2659 build: fuzzer
2660 language: c
2661 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002662 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002663 deps:
2664 - grpc_test_util
2665 - grpc
2666 - gpr_test_util
2667 - gpr
2668 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002669 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002670 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002671- name: percent_encoding_test
2672 build: test
2673 language: c
2674 src:
2675 - test/core/slice/percent_encoding_test.c
2676 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002677 - grpc_test_util
2678 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002679 - gpr_test_util
2680 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002681- name: pollset_set_test
2682 build: test
2683 language: c
2684 src:
2685 - test/core/iomgr/pollset_set_test.c
2686 deps:
2687 - grpc_test_util
2688 - grpc
2689 - gpr_test_util
2690 - gpr
2691 exclude_iomgrs:
2692 - uv
2693 platforms:
2694 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002695- name: resolve_address_posix_test
2696 build: test
2697 language: c
2698 src:
2699 - test/core/iomgr/resolve_address_posix_test.c
2700 deps:
2701 - grpc_test_util
2702 - grpc
2703 - gpr_test_util
2704 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002705 exclude_iomgrs:
2706 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002707 platforms:
2708 - mac
2709 - linux
2710 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002711- name: resolve_address_test
2712 build: test
2713 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002714 src:
2715 - test/core/iomgr/resolve_address_test.c
2716 deps:
2717 - grpc_test_util
2718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002719 - gpr_test_util
2720 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002721- name: resource_quota_test
2722 cpu_cost: 30
2723 build: test
2724 language: c
2725 src:
2726 - test/core/iomgr/resource_quota_test.c
2727 deps:
2728 - grpc_test_util
2729 - grpc
2730 - gpr_test_util
2731 - gpr
yang-gd482e592015-12-10 14:04:00 -08002732- name: secure_channel_create_test
2733 build: test
2734 language: c
2735 src:
2736 - test/core/surface/secure_channel_create_test.c
2737 deps:
2738 - grpc_test_util
2739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002740 - gpr_test_util
2741 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002742- name: secure_endpoint_test
2743 build: test
2744 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002745 src:
2746 - test/core/security/secure_endpoint_test.c
2747 deps:
2748 - grpc_test_util
2749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002750 - gpr_test_util
2751 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002752 exclude_iomgrs:
2753 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002754- name: sequential_connectivity_test
2755 build: test
2756 language: c
2757 src:
2758 - test/core/surface/sequential_connectivity_test.c
2759 deps:
2760 - grpc_test_util
2761 - grpc
2762 - gpr_test_util
2763 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002764 exclude_iomgrs:
2765 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002766- name: server_chttp2_test
2767 build: test
2768 language: c
2769 src:
2770 - test/core/surface/server_chttp2_test.c
2771 deps:
2772 - grpc_test_util
2773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002774 - gpr_test_util
2775 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002776- name: server_fuzzer
2777 build: fuzzer
2778 language: c
2779 src:
2780 - test/core/end2end/fuzzers/server_fuzzer.c
2781 deps:
2782 - grpc_test_util
2783 - grpc
2784 - gpr_test_util
2785 - gpr
2786 corpus_dirs:
2787 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002788 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002789 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002790- name: server_test
2791 build: test
2792 language: c
2793 src:
2794 - test/core/surface/server_test.c
2795 deps:
2796 - grpc_test_util
2797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002798 - gpr_test_util
2799 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002800- name: slice_buffer_test
2801 build: test
2802 language: c
2803 src:
2804 - test/core/slice/slice_buffer_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_string_helpers_test
2811 build: test
2812 language: c
2813 src:
2814 - test/core/slice/slice_string_helpers_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
2820- name: slice_test
2821 build: test
2822 language: c
2823 src:
2824 - test/core/slice/slice_test.c
2825 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002826 - grpc_test_util
2827 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002828 - gpr_test_util
2829 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002830- name: sockaddr_resolver_test
2831 build: test
2832 language: c
2833 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002834 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002835 deps:
2836 - grpc_test_util
2837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002838 - gpr_test_util
2839 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002840- name: sockaddr_utils_test
2841 build: test
2842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002843 src:
2844 - test/core/iomgr/sockaddr_utils_test.c
2845 deps:
2846 - grpc_test_util
2847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002848 - gpr_test_util
2849 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002850- name: socket_utils_test
2851 build: test
2852 language: c
2853 src:
2854 - test/core/iomgr/socket_utils_test.c
2855 deps:
2856 - grpc_test_util
2857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002858 - gpr_test_util
2859 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002860 exclude_iomgrs:
2861 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002862 platforms:
2863 - mac
2864 - linux
2865 - posix
yang-g31e21282016-11-04 15:10:03 -07002866- name: ssl_server_fuzzer
2867 build: fuzzer
2868 language: c
2869 src:
2870 - test/core/security/ssl_server_fuzzer.c
2871 deps:
2872 - grpc_test_util
2873 - grpc
2874 - gpr_test_util
2875 - gpr
2876 corpus_dirs:
2877 - test/core/security/corpus/ssl_server_corpus
2878 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002879- name: status_conversion_test
2880 build: test
2881 language: c
2882 src:
2883 - test/core/transport/status_conversion_test.c
2884 deps:
2885 - grpc_test_util
2886 - grpc
2887 - gpr_test_util
2888 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002889- name: stream_owned_slice_test
2890 build: test
2891 language: c
2892 src:
2893 - test/core/transport/stream_owned_slice_test.c
2894 deps:
2895 - grpc_test_util
2896 - grpc
2897 - gpr_test_util
2898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002899- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002900 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002901 build: test
2902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002903 src:
2904 - test/core/iomgr/tcp_client_posix_test.c
2905 deps:
2906 - grpc_test_util
2907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002908 - gpr_test_util
2909 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002910 exclude_iomgrs:
2911 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002912 platforms:
2913 - mac
2914 - linux
2915 - posix
murgatroid991191b722017-02-08 11:56:52 -08002916- name: tcp_client_uv_test
2917 cpu_cost: 0.5
2918 build: test
2919 language: c
2920 src:
2921 - test/core/iomgr/tcp_client_uv_test.c
2922 deps:
2923 - grpc_test_util
2924 - grpc
2925 - gpr_test_util
2926 - gpr
2927 exclude_iomgrs:
2928 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002929- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002930 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002931 build: test
2932 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002933 src:
2934 - test/core/iomgr/tcp_posix_test.c
2935 deps:
2936 - grpc_test_util
2937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002938 - gpr_test_util
2939 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002940 exclude_iomgrs:
2941 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002942 platforms:
2943 - mac
2944 - linux
2945 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002946- name: tcp_server_posix_test
2947 build: test
2948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002949 src:
2950 - test/core/iomgr/tcp_server_posix_test.c
2951 deps:
2952 - grpc_test_util
2953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002954 - gpr_test_util
2955 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002956 exclude_iomgrs:
2957 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002958 platforms:
2959 - mac
2960 - linux
2961 - posix
murgatroid991191b722017-02-08 11:56:52 -08002962- name: tcp_server_uv_test
2963 build: test
2964 language: c
2965 src:
2966 - test/core/iomgr/tcp_server_uv_test.c
2967 deps:
2968 - grpc_test_util
2969 - grpc
2970 - gpr_test_util
2971 - gpr
2972 exclude_iomgrs:
2973 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002974- name: time_averaged_stats_test
2975 build: test
2976 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002977 src:
2978 - test/core/iomgr/time_averaged_stats_test.c
2979 deps:
2980 - grpc_test_util
2981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002982 - gpr_test_util
2983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002984- name: timeout_encoding_test
2985 build: test
2986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002987 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002988 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002989 deps:
2990 - grpc_test_util
2991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002992 - gpr_test_util
2993 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002994- name: timer_heap_test
2995 build: test
2996 language: c
2997 src:
2998 - test/core/iomgr/timer_heap_test.c
2999 deps:
3000 - grpc_test_util
3001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003002 - gpr_test_util
3003 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003004 exclude_iomgrs:
3005 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003006- name: timer_list_test
3007 build: test
3008 language: c
3009 src:
3010 - test/core/iomgr/timer_list_test.c
3011 deps:
3012 - grpc_test_util
3013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003014 - gpr_test_util
3015 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003016 exclude_iomgrs:
3017 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003018- name: transport_connectivity_state_test
3019 build: test
3020 language: c
3021 src:
3022 - test/core/transport/connectivity_state_test.c
3023 deps:
3024 - grpc_test_util
3025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003026 - gpr_test_util
3027 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003028- name: transport_metadata_test
3029 build: test
3030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003031 src:
3032 - test/core/transport/metadata_test.c
3033 deps:
3034 - grpc_test_util
3035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003036 - gpr_test_util
3037 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003038- name: transport_pid_controller_test
3039 build: test
3040 language: c
3041 src:
3042 - test/core/transport/pid_controller_test.c
3043 deps:
3044 - grpc_test_util
3045 - grpc
3046 - gpr_test_util
3047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003048- name: transport_security_test
3049 build: test
3050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003051 src:
3052 - test/core/tsi/transport_security_test.c
3053 deps:
3054 - grpc_test_util
3055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003056 - gpr_test_util
3057 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003058 platforms:
3059 - linux
3060 - posix
3061 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003062- name: udp_server_test
3063 build: test
3064 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003065 src:
3066 - test/core/iomgr/udp_server_test.c
3067 deps:
3068 - grpc_test_util
3069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003070 - gpr_test_util
3071 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003072 exclude_iomgrs:
3073 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003074 platforms:
3075 - mac
3076 - linux
3077 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003078- name: uri_fuzzer_test
3079 build: fuzzer
3080 language: c
3081 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003082 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003083 deps:
3084 - grpc_test_util
3085 - grpc
3086 - gpr_test_util
3087 - gpr
3088 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003089 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003090 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003091- name: uri_parser_test
3092 build: test
3093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003094 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003095 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003096 deps:
3097 - grpc_test_util
3098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003099 - gpr_test_util
3100 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003101- name: wakeup_fd_cv_test
3102 build: test
3103 language: c
3104 src:
3105 - test/core/iomgr/wakeup_fd_cv_test.c
3106 deps:
3107 - grpc_test_util
3108 - grpc
3109 - gpr_test_util
3110 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003111 exclude_iomgrs:
3112 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003113 platforms:
3114 - mac
3115 - linux
3116 - posix
vjpai04e992a2016-02-10 16:58:38 -08003117- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003118 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003119 build: test
3120 language: c++
3121 src:
3122 - test/cpp/common/alarm_cpp_test.cc
3123 deps:
3124 - grpc++_test_util
3125 - grpc_test_util
3126 - grpc++
3127 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003128 - gpr_test_util
3129 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003130- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003131 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003132 build: test
3133 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003134 src:
3135 - test/cpp/end2end/async_end2end_test.cc
3136 deps:
3137 - grpc++_test_util
3138 - grpc_test_util
3139 - grpc++
3140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003141 - gpr_test_util
3142 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003143- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003144 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003145 build: test
3146 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003147 src:
3148 - test/cpp/common/auth_property_iterator_test.cc
3149 deps:
3150 - grpc++_test_util
3151 - grpc_test_util
3152 - grpc++
3153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003154 - gpr_test_util
3155 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003156- name: bm_arena
3157 build: test
3158 language: c++
3159 src:
3160 - test/cpp/microbenchmarks/bm_arena.cc
3161 deps:
3162 - grpc_benchmark
3163 - benchmark
3164 - grpc++_test_util
3165 - grpc_test_util
3166 - grpc++
3167 - grpc
3168 - gpr_test_util
3169 - gpr
3170 args:
3171 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003172 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003173 platforms:
3174 - mac
3175 - linux
3176 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003177- name: bm_call_create
3178 build: test
3179 language: c++
3180 src:
3181 - test/cpp/microbenchmarks/bm_call_create.cc
3182 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003183 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003184 - benchmark
3185 - grpc++_test_util
3186 - grpc_test_util
3187 - grpc++
3188 - grpc
3189 - gpr_test_util
3190 - gpr
3191 args:
3192 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003193 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003194 platforms:
3195 - mac
3196 - linux
3197 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003198- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003199 build: test
3200 language: c++
3201 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003202 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003203 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003204 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003205 - benchmark
3206 - grpc++_test_util
3207 - grpc_test_util
3208 - grpc++
3209 - grpc
3210 - gpr_test_util
3211 - gpr
3212 args:
3213 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003214 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003215 platforms:
3216 - mac
3217 - linux
3218 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003219- name: bm_chttp2_transport
3220 build: test
3221 language: c++
3222 src:
3223 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3224 deps:
3225 - grpc_benchmark
3226 - benchmark
3227 - grpc++_test_util
3228 - grpc_test_util
3229 - grpc++
3230 - grpc
3231 - gpr_test_util
3232 - gpr
3233 args:
3234 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003235 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003236 platforms:
3237 - mac
3238 - linux
3239 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003240- name: bm_closure
3241 build: test
3242 language: c++
3243 src:
3244 - test/cpp/microbenchmarks/bm_closure.cc
3245 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003246 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003247 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003248 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003249 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003250 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003251 - grpc
3252 - gpr_test_util
3253 - gpr
3254 args:
3255 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003256 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003257 platforms:
3258 - mac
3259 - linux
3260 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003261- name: bm_cq
3262 build: test
3263 language: c++
3264 src:
3265 - test/cpp/microbenchmarks/bm_cq.cc
3266 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003267 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003268 - benchmark
3269 - grpc++_test_util
3270 - grpc_test_util
3271 - grpc++
3272 - grpc
3273 - gpr_test_util
3274 - gpr
3275 args:
3276 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003277 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003278 platforms:
3279 - mac
3280 - linux
3281 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003282- name: bm_cq_multiple_threads
3283 build: test
3284 language: c++
3285 src:
3286 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3287 deps:
3288 - grpc_benchmark
3289 - benchmark
3290 - grpc++_test_util
3291 - grpc_test_util
3292 - grpc++
3293 - grpc
3294 - gpr_test_util
3295 - gpr
3296 args:
3297 - --benchmark_min_time=0
3298 defaults: benchmark
3299 platforms:
3300 - mac
3301 - linux
3302 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003303- name: bm_error
3304 build: test
3305 language: c++
3306 src:
3307 - test/cpp/microbenchmarks/bm_error.cc
3308 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003309 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003310 - benchmark
3311 - grpc++_test_util
3312 - grpc_test_util
3313 - grpc++
3314 - grpc
3315 - gpr_test_util
3316 - gpr
3317 args:
3318 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003319 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003320 platforms:
3321 - mac
3322 - linux
3323 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003324- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003325 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003326 language: c++
3327 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003328 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003329 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003330 - grpc_benchmark
3331 - benchmark
3332 - grpc++_test_util
3333 - grpc_test_util
3334 - grpc++
3335 - grpc
3336 - gpr_test_util
3337 - gpr
3338 args:
3339 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003340 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003341 excluded_poll_engines:
3342 - poll
3343 - poll-cv
3344 platforms:
3345 - mac
3346 - linux
3347 - posix
3348 timeout_seconds: 1200
3349- name: bm_fullstack_streaming_pump
3350 build: test
3351 language: c++
3352 src:
3353 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003354 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003355 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003356 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003357 - grpc++_test_util
3358 - grpc_test_util
3359 - grpc++
3360 - grpc
3361 - gpr_test_util
3362 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003363 args:
3364 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003365 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003366 excluded_poll_engines:
3367 - poll
3368 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003369 platforms:
3370 - mac
3371 - linux
3372 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003373 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003374- name: bm_fullstack_trickle
3375 build: test
3376 language: c++
3377 src:
3378 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3379 deps:
3380 - grpc_benchmark
3381 - benchmark
3382 - grpc++_test_util
3383 - grpc_test_util
3384 - grpc++
3385 - grpc
3386 - gpr_test_util
3387 - gpr
3388 args:
3389 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003390 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003391 excluded_poll_engines:
3392 - poll
3393 - poll-cv
3394 platforms:
3395 - mac
3396 - linux
3397 - posix
3398 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003399- name: bm_fullstack_unary_ping_pong
3400 build: test
3401 language: c++
3402 src:
3403 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3404 deps:
3405 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003406 - benchmark
3407 - grpc++_test_util
3408 - grpc_test_util
3409 - grpc++
3410 - grpc
3411 - gpr_test_util
3412 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003413 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003414 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003415 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003416 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003417 - poll
3418 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003419 platforms:
3420 - mac
3421 - linux
3422 - posix
3423 timeout_seconds: 1200
3424- name: bm_metadata
3425 build: test
3426 language: c++
3427 src:
3428 - test/cpp/microbenchmarks/bm_metadata.cc
3429 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003430 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003431 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003432 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003433 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003434 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003435 - grpc
3436 - gpr_test_util
3437 - gpr
3438 args:
3439 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003440 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003441 platforms:
3442 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003443 - linux
3444 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003445- name: bm_pollset
3446 build: test
3447 language: c++
3448 src:
3449 - test/cpp/microbenchmarks/bm_pollset.cc
3450 deps:
3451 - grpc_benchmark
3452 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003453 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003454 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003455 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003456 - grpc
3457 - gpr_test_util
3458 - gpr
3459 args:
3460 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003461 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003462 platforms:
3463 - mac
3464 - linux
3465 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003466- name: channel_arguments_test
3467 gtest: true
3468 build: test
3469 language: c++
3470 src:
3471 - test/cpp/common/channel_arguments_test.cc
3472 deps:
3473 - grpc++
3474 - grpc
3475 - gpr
3476- name: channel_filter_test
3477 gtest: true
3478 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003479 language: c++
3480 src:
3481 - test/cpp/common/channel_filter_test.cc
3482 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003483 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003484 - grpc
3485 - gpr
3486- name: cli_call_test
3487 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003488 build: test
3489 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003490 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003491 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003492 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003493 - grpc_cli_libs
3494 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003495 - grpc_test_util
3496 - grpc++
3497 - grpc
3498 - gpr_test_util
3499 - gpr
3500- name: client_crash_test
3501 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003502 cpu_cost: 0.1
3503 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003504 language: c++
3505 src:
3506 - test/cpp/end2end/client_crash_test.cc
3507 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003508 - grpc++_test_util
3509 - grpc_test_util
3510 - grpc++
3511 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003512 - gpr_test_util
3513 - gpr
3514 platforms:
3515 - mac
3516 - linux
3517 - posix
3518- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003519 build: test
3520 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003521 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003522 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003523 - test/cpp/end2end/client_crash_test_server.cc
3524 deps:
3525 - grpc++_test_util
3526 - grpc_test_util
3527 - grpc++
3528 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003529 - gpr_test_util
3530 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003531- name: codegen_test_full
3532 gtest: true
3533 build: test
3534 language: c++
3535 src:
3536 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003537 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003538 - src/proto/grpc/testing/payloads.proto
3539 - src/proto/grpc/testing/services.proto
3540 - src/proto/grpc/testing/stats.proto
3541 - test/cpp/codegen/codegen_test_full.cc
3542 deps:
3543 - grpc++
3544 - grpc
3545 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003546 filegroups:
3547 - grpc++_codegen_base
3548- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003549 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003550 build: test
yang-g34b58612016-06-03 17:30:09 -07003551 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003552 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003553 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003554 - src/proto/grpc/testing/messages.proto
3555 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003556 - src/proto/grpc/testing/services.proto
3557 - src/proto/grpc/testing/stats.proto
3558 - test/cpp/codegen/codegen_test_minimal.cc
3559 filegroups:
3560 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003561 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003562- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003563 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003564 build: test
3565 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003566 src:
3567 - test/cpp/client/credentials_test.cc
3568 deps:
3569 - grpc++
3570 - grpc
3571 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003572- name: cxx_byte_buffer_test
3573 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003574 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003575 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003576 src:
3577 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003578 deps:
3579 - grpc_test_util
3580 - grpc++
3581 - grpc
3582 - gpr_test_util
3583 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003584- name: cxx_slice_test
3585 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003586 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003587 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003588 src:
3589 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003590 deps:
3591 - grpc_test_util
3592 - grpc++
3593 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003594 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003595 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003596- name: cxx_string_ref_test
3597 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003598 build: test
3599 language: c++
3600 src:
3601 - test/cpp/util/string_ref_test.cc
3602 deps:
3603 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003604- name: cxx_time_test
3605 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003606 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003607 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003608 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003609 - test/cpp/util/time_test.cc
3610 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003611 - grpc_test_util
3612 - grpc++
3613 - grpc
3614 - gpr_test_util
3615 - gpr
3616- name: end2end_test
3617 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003618 cpu_cost: 0.5
3619 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003620 language: c++
3621 src:
3622 - test/cpp/end2end/end2end_test.cc
3623 deps:
3624 - grpc++_test_util
3625 - grpc_test_util
3626 - grpc++
3627 - grpc
3628 - gpr_test_util
3629 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003630- name: error_details_test
3631 gtest: true
3632 build: test
3633 language: c++
3634 src:
3635 - src/proto/grpc/testing/echo_messages.proto
3636 - test/cpp/util/error_details_test.cc
3637 deps:
3638 - grpc++_error_details
3639 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003640- name: filter_end2end_test
3641 gtest: true
3642 build: test
3643 language: c++
3644 src:
3645 - test/cpp/end2end/filter_end2end_test.cc
3646 deps:
3647 - grpc++_test_util
3648 - grpc_test_util
3649 - grpc++
3650 - grpc
3651 - gpr_test_util
3652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003653- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003654 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003655 build: test
3656 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003657 src:
3658 - test/cpp/end2end/generic_end2end_test.cc
3659 deps:
3660 - grpc++_test_util
3661 - grpc_test_util
3662 - grpc++
3663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003664 - gpr_test_util
3665 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003666- name: golden_file_test
3667 gtest: true
3668 build: test
3669 language: c++
3670 src:
3671 - src/proto/grpc/testing/compiler_test.proto
3672 - test/cpp/codegen/golden_file_test.cc
3673 deps:
3674 - grpc++
3675 - grpc
3676 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003677 args:
3678 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003679- name: grpc_cli
3680 build: test
3681 run: false
3682 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003683 src:
3684 - test/cpp/util/grpc_cli.cc
3685 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003686 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003687 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003688 - grpc++
3689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003690 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003691 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003692- name: grpc_cpp_plugin
3693 build: protoc
3694 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003695 src:
3696 - src/compiler/cpp_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: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3702- name: grpc_csharp_plugin
3703 build: protoc
3704 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003705 src:
3706 - src/compiler/csharp_plugin.cc
3707 deps:
3708 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003709 secure: false
3710 vs_config_type: Application
3711 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003712- name: grpc_node_plugin
3713 build: protoc
3714 language: c++
3715 src:
3716 - src/compiler/node_plugin.cc
3717 deps:
3718 - grpc_plugin_support
3719 secure: false
3720 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003721- name: grpc_objective_c_plugin
3722 build: protoc
3723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003724 src:
3725 - src/compiler/objective_c_plugin.cc
3726 deps:
3727 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003728 secure: false
3729 vs_config_type: Application
3730 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003731- name: grpc_php_plugin
3732 build: protoc
3733 language: c++
3734 src:
3735 - src/compiler/php_plugin.cc
3736 deps:
3737 - grpc_plugin_support
3738 secure: false
3739 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003740- name: grpc_python_plugin
3741 build: protoc
3742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003743 src:
3744 - src/compiler/python_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: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3750- name: grpc_ruby_plugin
3751 build: protoc
3752 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003753 src:
3754 - src/compiler/ruby_plugin.cc
3755 deps:
3756 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003757 secure: false
3758 vs_config_type: Application
3759 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003760- name: grpc_tool_test
3761 gtest: true
3762 build: test
3763 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003764 src:
3765 - src/proto/grpc/testing/echo.proto
3766 - src/proto/grpc/testing/echo_messages.proto
3767 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003768 deps:
3769 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003770 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003771 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003772 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003773 - grpc_test_util
3774 - grpc++
3775 - grpc
3776 - gpr_test_util
3777 - gpr
3778 filegroups:
3779 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003780- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003781 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003782 build: test
3783 language: c++
3784 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003785 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003786 - test/cpp/grpclb/grpclb_api_test.cc
3787 deps:
3788 - grpc++_test_util
3789 - grpc_test_util
3790 - grpc++
3791 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003792- name: grpclb_test
3793 gtest: false
3794 build: test
3795 language: c++
3796 src:
3797 - src/proto/grpc/lb/v1/load_balancer.proto
3798 - test/cpp/grpclb/grpclb_test.cc
3799 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003800 - grpc++_test_util
3801 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003802 - grpc++
3803 - grpc
3804 - gpr_test_util
3805 - gpr
yang-gad327642016-12-12 14:32:09 -08003806- name: health_service_end2end_test
3807 gtest: true
3808 build: test
3809 language: c++
3810 src:
3811 - test/cpp/end2end/health_service_end2end_test.cc
3812 deps:
3813 - grpc++_test_util
3814 - grpc_test_util
3815 - grpc++
3816 - grpc
3817 - gpr_test_util
3818 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003819- name: http2_client
3820 build: test
3821 run: false
3822 language: c++
3823 src: []
3824 deps:
3825 - http2_client_main
3826 - grpc++_test_util
3827 - grpc_test_util
3828 - grpc++
3829 - grpc
3830 - grpc++_test_config
3831 platforms:
3832 - mac
3833 - linux
3834 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003835- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003836 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003837 build: test
3838 language: c++
3839 src:
3840 - test/cpp/end2end/hybrid_end2end_test.cc
3841 deps:
3842 - grpc++_test_util
3843 - grpc_test_util
3844 - grpc++
3845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003846 - gpr_test_util
3847 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003848- name: interop_client
3849 build: test
3850 run: false
3851 language: c++
3852 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003853 deps:
3854 - interop_client_main
3855 - interop_client_helper
3856 - grpc++_test_util
3857 - grpc_test_util
3858 - grpc++
3859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003860 - gpr_test_util
3861 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003862 - grpc++_test_config
3863 platforms:
3864 - mac
3865 - linux
3866 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003867- name: interop_server
3868 build: test
3869 run: false
3870 language: c++
3871 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003872 deps:
3873 - interop_server_main
3874 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003875 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003876 - grpc++_test_util
3877 - grpc_test_util
3878 - grpc++
3879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003880 - gpr_test_util
3881 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003882 - grpc++_test_config
3883 platforms:
3884 - mac
3885 - linux
3886 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003887- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003888 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003889 build: test
3890 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003891 src:
3892 - test/cpp/interop/interop_test.cc
3893 deps:
3894 - grpc_test_util
3895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003896 - gpr_test_util
3897 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003898 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003899 platforms:
3900 - mac
3901 - linux
3902 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003903- name: json_run_localhost
3904 build: test
3905 run: false
3906 language: c++
3907 src:
3908 - test/cpp/qps/json_run_localhost.cc
3909 deps:
3910 - grpc++_test_util
3911 - grpc_test_util
3912 - grpc++
3913 - grpc
3914 - gpr_test_util
3915 - gpr
3916 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003917 platforms:
3918 - mac
3919 - linux
3920 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003921- name: metrics_client
3922 build: test
3923 run: false
3924 language: c++
3925 headers:
3926 - test/cpp/util/metrics_server.h
3927 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003928 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003929 - test/cpp/interop/metrics_client.cc
3930 deps:
3931 - grpc++
3932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003933 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003934 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003935- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003936 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003937 build: test
3938 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003939 src:
3940 - test/cpp/end2end/mock_test.cc
3941 deps:
3942 - grpc++_test_util
3943 - grpc_test_util
3944 - grpc++
3945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003946 - gpr_test_util
3947 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003948- name: noop-benchmark
3949 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003950 language: c++
3951 src:
3952 - test/cpp/microbenchmarks/noop-benchmark.cc
3953 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003954 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003955 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003956- name: proto_server_reflection_test
3957 gtest: true
3958 build: test
3959 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003960 src:
3961 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003962 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003963 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003964 - grpc++_reflection
3965 - grpc++_test_util
3966 - grpc_test_util
3967 - grpc++
3968 - grpc
3969 - gpr_test_util
3970 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003971- name: proto_utils_test
3972 gtest: true
3973 build: test
3974 language: c++
3975 src:
3976 - test/cpp/codegen/proto_utils_test.cc
3977 deps:
3978 - grpc++
3979 - grpc
3980 filegroups:
3981 - grpc++_codegen_base
3982 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003983- name: qps_interarrival_test
3984 build: test
3985 run: false
3986 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003987 src:
3988 - test/cpp/qps/qps_interarrival_test.cc
3989 deps:
3990 - qps
3991 - grpc++_test_util
3992 - grpc_test_util
3993 - grpc++
3994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003995 - gpr_test_util
3996 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003997 platforms:
3998 - mac
3999 - linux
4000 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004001- name: qps_json_driver
4002 build: test
4003 run: false
4004 language: c++
4005 src:
4006 - test/cpp/qps/qps_json_driver.cc
4007 deps:
4008 - qps
4009 - grpc++_test_util
4010 - grpc_test_util
4011 - grpc++
4012 - grpc
4013 - gpr_test_util
4014 - gpr
4015 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004016- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004017 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004018 build: test
4019 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004020 src:
4021 - test/cpp/qps/qps_openloop_test.cc
4022 deps:
4023 - qps
4024 - grpc++_test_util
4025 - grpc_test_util
4026 - grpc++
4027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004028 - gpr_test_util
4029 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004030 - grpc++_test_config
4031 platforms:
4032 - mac
4033 - linux
4034 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004035- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004036 build: test
4037 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004038 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004039 headers:
4040 - test/cpp/qps/client.h
4041 - test/cpp/qps/server.h
4042 src:
4043 - test/cpp/qps/worker.cc
4044 deps:
4045 - qps
4046 - grpc++_test_util
4047 - grpc_test_util
4048 - grpc++
4049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004050 - gpr_test_util
4051 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004052 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004053- name: reconnect_interop_client
4054 build: test
4055 run: false
4056 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004057 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004058 - src/proto/grpc/testing/empty.proto
4059 - src/proto/grpc/testing/messages.proto
4060 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004061 - test/cpp/interop/reconnect_interop_client.cc
4062 deps:
4063 - grpc++_test_util
4064 - grpc_test_util
4065 - grpc++
4066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004067 - gpr_test_util
4068 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004069 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004070- name: reconnect_interop_server
4071 build: test
4072 run: false
4073 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004074 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004075 - src/proto/grpc/testing/empty.proto
4076 - src/proto/grpc/testing/messages.proto
4077 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004078 - test/cpp/interop/reconnect_interop_server.cc
4079 deps:
4080 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004081 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004082 - grpc++_test_util
4083 - grpc_test_util
4084 - grpc++
4085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004086 - gpr_test_util
4087 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004088 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004089- name: round_robin_end2end_test
4090 gtest: true
4091 build: test
4092 language: c++
4093 src:
4094 - test/cpp/end2end/round_robin_end2end_test.cc
4095 deps:
4096 - grpc++_test_util
4097 - grpc_test_util
4098 - grpc++
4099 - grpc
4100 - gpr_test_util
4101 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004102- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004103 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004104 build: test
4105 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004106 src:
4107 - test/cpp/common/secure_auth_context_test.cc
4108 deps:
4109 - grpc++_test_util
4110 - grpc_test_util
4111 - grpc++
4112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004113 - gpr_test_util
4114 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004115- name: secure_sync_unary_ping_pong_test
4116 build: test
4117 language: c++
4118 src:
4119 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4120 deps:
4121 - qps
4122 - grpc++_test_util
4123 - grpc_test_util
4124 - grpc++
4125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004126 - gpr_test_util
4127 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004128 platforms:
4129 - mac
4130 - linux
4131 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004132- name: server_builder_plugin_test
4133 gtest: true
4134 build: test
4135 language: c++
4136 src:
4137 - test/cpp/end2end/server_builder_plugin_test.cc
4138 deps:
4139 - grpc++_test_util
4140 - grpc_test_util
4141 - grpc++
4142 - grpc
4143 - gpr_test_util
4144 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004145- name: server_builder_test
4146 gtest: true
4147 build: test
4148 language: c++
4149 src:
4150 - src/proto/grpc/testing/echo_messages.proto
4151 - src/proto/grpc/testing/echo.proto
4152 - test/cpp/server/server_builder_test.cc
4153 deps:
4154 - grpc++_test_util
4155 - grpc_test_util
4156 - gpr_test_util
4157 - grpc++
4158 - grpc
4159 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004160- name: server_context_test_spouse_test
4161 gtest: true
4162 build: test
4163 language: c++
4164 src:
4165 - test/cpp/test/server_context_test_spouse_test.cc
4166 deps:
4167 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004168 - grpc++
4169 - grpc
4170 - gpr_test_util
4171 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004172 uses:
4173 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004174- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004175 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004176 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004177 build: test
4178 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004179 src:
4180 - test/cpp/end2end/server_crash_test.cc
4181 deps:
4182 - grpc++_test_util
4183 - grpc_test_util
4184 - grpc++
4185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004186 - gpr_test_util
4187 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004188 platforms:
4189 - mac
4190 - linux
4191 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004192- name: server_crash_test_client
4193 build: test
4194 run: false
4195 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004196 src:
4197 - test/cpp/end2end/server_crash_test_client.cc
4198 deps:
4199 - grpc++_test_util
4200 - grpc_test_util
4201 - grpc++
4202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004203 - gpr_test_util
4204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004205- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004206 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004207 build: test
4208 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004209 src:
4210 - test/cpp/end2end/shutdown_test.cc
4211 deps:
4212 - grpc++_test_util
4213 - grpc_test_util
4214 - grpc++
4215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004216 - gpr_test_util
4217 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004218- name: status_test
4219 build: test
4220 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004221 src:
4222 - test/cpp/util/status_test.cc
4223 deps:
4224 - grpc_test_util
4225 - grpc++
4226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004227 - gpr_test_util
4228 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004229- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004230 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004231 build: test
4232 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004233 src:
4234 - test/cpp/end2end/streaming_throughput_test.cc
4235 deps:
4236 - grpc++_test_util
4237 - grpc_test_util
4238 - grpc++
4239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004240 - gpr_test_util
4241 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004242 platforms:
4243 - mac
4244 - linux
4245 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004246- name: stress_test
4247 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004248 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004249 language: c++
4250 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004251 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004252 - test/cpp/interop/interop_client.h
4253 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004254 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004255 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004256 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004257 - src/proto/grpc/testing/empty.proto
4258 - src/proto/grpc/testing/messages.proto
4259 - src/proto/grpc/testing/metrics.proto
4260 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004261 - test/cpp/interop/interop_client.cc
4262 - test/cpp/interop/stress_interop_client.cc
4263 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004264 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004265 deps:
4266 - grpc++_test_util
4267 - grpc_test_util
4268 - grpc++
4269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004270 - gpr_test_util
4271 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004272 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004273- name: thread_manager_test
4274 build: test
4275 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004276 src:
4277 - test/cpp/thread_manager/thread_manager_test.cc
4278 deps:
4279 - grpc++
4280 - grpc
4281 - gpr
4282 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004283- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004284 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004285 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004286 build: test
4287 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004288 src:
4289 - test/cpp/end2end/thread_stress_test.cc
4290 deps:
4291 - grpc++_test_util
4292 - grpc_test_util
4293 - grpc++
4294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004295 - gpr_test_util
4296 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004297- name: writes_per_rpc_test
4298 gtest: true
4299 cpu_cost: 0.5
4300 build: test
4301 language: c++
4302 src:
4303 - test/cpp/performance/writes_per_rpc_test.cc
4304 deps:
4305 - grpc++_test_util
4306 - grpc_test_util
4307 - grpc++
4308 - grpc
4309 - gpr_test_util
4310 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004311 platforms:
4312 - mac
4313 - linux
4314 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004315- name: public_headers_must_be_c89
4316 build: test
4317 language: c89
4318 src:
4319 - test/core/surface/public_headers_must_be_c89.c
4320 deps:
4321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004322 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004323vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004324- linkage: static
4325 name: grpc.dependencies.zlib
4326 props: false
4327 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004328 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004329- linkage: static
4330 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004331 props: true
4332 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004333 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004334- name: gflags
4335 props: false
4336 redist: false
4337 version: 2.1.2.1
4338- name: gtest
4339 props: false
4340 redist: false
4341 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004342configs:
4343 asan:
4344 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004345 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4346 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004347 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004348 LD: clang
4349 LDFLAGS: -fsanitize=address
4350 LDXX: clang++
4351 compile_the_world: true
4352 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004353 ASAN_OPTIONS: detect_leaks=1:color=always
4354 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004355 asan-noleaks:
4356 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004357 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4358 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004359 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004360 LD: clang
4361 LDFLAGS: -fsanitize=address
4362 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004363 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004364 test_environ:
4365 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004366 asan-trace-cmp:
4367 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004368 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4369 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004370 CXX: clang++
4371 LD: clang
4372 LDFLAGS: -fsanitize=address
4373 LDXX: clang++
4374 compile_the_world: true
4375 test_environ:
4376 ASAN_OPTIONS: detect_leaks=1:color=always
4377 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004378 basicprof:
4379 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4380 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004381 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004382 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004383 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004384 dbg:
4385 CPPFLAGS: -O0
4386 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004387 gcov:
4388 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004389 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004390 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004391 DEFINES: _DEBUG DEBUG GPR_GCOV
4392 LD: gcc
4393 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4394 LDXX: g++
4395 helgrind:
4396 CPPFLAGS: -O0
4397 DEFINES: _DEBUG DEBUG
4398 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004399 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004400 lto:
4401 CPPFLAGS: -O2
4402 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004403 memcheck:
4404 CPPFLAGS: -O0
4405 DEFINES: _DEBUG DEBUG
4406 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004407 valgrind: --tool=memcheck --leak-check=full
4408 msan:
4409 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004410 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4411 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4412 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004413 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004414 DEFINES: NDEBUG
4415 LD: clang
4416 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4417 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4418 LDXX: clang++
4419 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004420 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004421 CPPFLAGS: -O3 -fno-omit-frame-pointer
4422 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004423 LDFLAGS: -rdynamic
4424 opt:
4425 CPPFLAGS: -O2
4426 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004427 stapprof:
4428 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4429 DEFINES: NDEBUG
4430 tsan:
4431 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004432 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004433 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004434 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004435 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004436 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004437 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004438 LDXX: clang++
4439 compile_the_world: true
4440 test_environ:
4441 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004442 ubsan:
4443 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004444 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4445 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004446 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004447 DEFINES: NDEBUG
4448 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004449 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004450 LDXX: clang++
4451 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004452 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004453 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004454defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004455 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004456 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004457 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4458 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004459 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004460 benchmark:
4461 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004462 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004463 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004464 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004465 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004466 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004467 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004468 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004469 LDFLAGS: -g
4470 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004471 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004472 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004473node_modules:
4474- deps:
4475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004476 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004477 - boringssl
4478 - z
murgatroid9994a75412015-11-19 14:04:53 -08004479 headers:
4480 - src/node/ext/byte_buffer.h
4481 - src/node/ext/call.h
4482 - src/node/ext/call_credentials.h
4483 - src/node/ext/channel.h
4484 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004485 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004486 - src/node/ext/server.h
4487 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004488 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004489 - src/node/ext/timeval.h
4490 js:
4491 - src/node/index.js
4492 - src/node/src/client.js
4493 - src/node/src/common.js
4494 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004495 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004496 - src/node/src/metadata.js
4497 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004498 name: grpc_node
4499 src:
4500 - src/node/ext/byte_buffer.cc
4501 - src/node/ext/call.cc
4502 - src/node/ext/call_credentials.cc
4503 - src/node/ext/channel.cc
4504 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004505 - src/node/ext/completion_queue_threadpool.cc
4506 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004507 - src/node/ext/node_grpc.cc
4508 - src/node/ext/server.cc
4509 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004510 - src/node/ext/server_generic.cc
4511 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004512 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004513 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004514openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004515 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004516 extraction_dir: openssl-1.0.2f
4517 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004518php_config_m4:
4519 deps:
4520 - grpc
4521 - gpr
4522 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004523 headers:
4524 - src/php/ext/grpc/byte_buffer.h
4525 - src/php/ext/grpc/call.h
4526 - src/php/ext/grpc/call_credentials.h
4527 - src/php/ext/grpc/channel.h
4528 - src/php/ext/grpc/channel_credentials.h
4529 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004530 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004531 - src/php/ext/grpc/php_grpc.h
4532 - src/php/ext/grpc/server.h
4533 - src/php/ext/grpc/server_credentials.h
4534 - src/php/ext/grpc/timeval.h
4535 src:
4536 - src/php/ext/grpc/byte_buffer.c
4537 - src/php/ext/grpc/call.c
4538 - src/php/ext/grpc/call_credentials.c
4539 - src/php/ext/grpc/channel.c
4540 - src/php/ext/grpc/channel_credentials.c
4541 - src/php/ext/grpc/completion_queue.c
4542 - src/php/ext/grpc/php_grpc.c
4543 - src/php/ext/grpc/server.c
4544 - src/php/ext/grpc/server_credentials.c
4545 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004546python_dependencies:
4547 deps:
4548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004549 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004550 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004551 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004552 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004553ruby_gem:
4554 deps:
4555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004556 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004557 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004558 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004559 - z