blob: 2d52b38fbf23f9a575076f78c382aa5584c366f3 [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
9 '#05': new word.
10 '#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
Craig Tiller5cad46e2017-01-30 15:32:24 -080015 core_version: 3.0.0-dev
Nicolas "Pixel" Noble58796c82017-03-14 20:58:24 +010016 g_stands_for: gentle
David Garcia Quintas74cec102017-03-09 15:00:26 -080017 version: 1.3.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 Tiller3be7dd02017-04-03 14:30:03 -0700176 - src/core/ext/filters/deadline/deadline_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/channel_args.h
178 - src/core/lib/channel/channel_stack.h
179 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/channel/connected_channel.h
181 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700182 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800183 - src/core/lib/channel/handshaker_factory.h
184 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700185 - src/core/lib/compression/algorithm_metadata.h
186 - src/core/lib/compression/message_compress.h
187 - src/core/lib/debug/trace.h
188 - src/core/lib/http/format_request.h
189 - src/core/lib/http/httpcli.h
190 - src/core/lib/http/parser.h
191 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700192 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/endpoint.h
194 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700195 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800196 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700197 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700198 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700199 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/iomgr/exec_ctx.h
201 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/iocp_windows.h
203 - src/core/lib/iomgr/iomgr.h
204 - src/core/lib/iomgr/iomgr_internal.h
205 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700206 - src/core/lib/iomgr/load_file.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 Tiller3be7dd02017-04-03 14:30:03 -0700283 - src/core/ext/filters/deadline/deadline_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/channel/channel_args.c
285 - src/core/lib/channel/channel_stack.c
286 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700288 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800289 - src/core/lib/channel/handshaker_factory.c
290 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700291 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/compression/message_compress.c
293 - src/core/lib/debug/trace.c
294 - src/core/lib/http/format_request.c
295 - src/core/lib/http/httpcli.c
296 - src/core/lib/http/parser.c
297 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700298 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/iomgr/endpoint.c
300 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700301 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700303 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700304 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700305 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700306 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/exec_ctx.c
308 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/iocp_windows.c
310 - src/core/lib/iomgr/iomgr.c
311 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700312 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700314 - src/core/lib/iomgr/load_file.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 Tillera24b9712017-04-06 09:03:21 -0700479 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700480 - src/core/ext/filters/http/http_filters_plugin.c
481 - 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 Tillerf0555b32016-03-28 10:19:24 -0700689 - src/core/ext/transport/chttp2/transport/huffsyms.h
690 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
691 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700692 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700693 - src/core/ext/transport/chttp2/transport/varint.h
694 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700695 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700696 - src/core/ext/transport/chttp2/transport/bin_encoder.c
697 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700698 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
699 - src/core/ext/transport/chttp2/transport/frame_data.c
700 - src/core/ext/transport/chttp2/transport/frame_goaway.c
701 - src/core/ext/transport/chttp2/transport/frame_ping.c
702 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
703 - src/core/ext/transport/chttp2/transport/frame_settings.c
704 - src/core/ext/transport/chttp2/transport/frame_window_update.c
705 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
706 - src/core/ext/transport/chttp2/transport/hpack_parser.c
707 - src/core/ext/transport/chttp2/transport/hpack_table.c
708 - src/core/ext/transport/chttp2/transport/huffsyms.c
709 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
710 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700711 - src/core/ext/transport/chttp2/transport/stream_lists.c
712 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700713 - src/core/ext/transport/chttp2/transport/varint.c
714 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700715 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700716 uses:
717 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700718 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700719 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700720- name: grpc_transport_chttp2_alpn
721 headers:
722 - src/core/ext/transport/chttp2/alpn/alpn.h
723 src:
724 - src/core/ext/transport/chttp2/alpn/alpn.c
725 deps:
726 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800727- name: grpc_transport_chttp2_client_connector
728 headers:
729 - src/core/ext/transport/chttp2/client/chttp2_connector.h
730 src:
731 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800732 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800733 - grpc_transport_chttp2
734 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700735 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700736- name: grpc_transport_chttp2_client_insecure
737 src:
738 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700739 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700740 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800741 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700742 - grpc_transport_chttp2
743 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700744 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700745- name: grpc_transport_chttp2_client_secure
746 src:
747 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700748 uses:
749 - grpc_transport_chttp2
750 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700751 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700752 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800753 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800754- name: grpc_transport_chttp2_server
755 headers:
756 - src/core/ext/transport/chttp2/server/chttp2_server.h
757 src:
758 - src/core/ext/transport/chttp2/server/chttp2_server.c
759 uses:
760 - grpc_transport_chttp2
761 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700762- name: grpc_transport_chttp2_server_insecure
763 src:
764 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700765 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700766 uses:
767 - grpc_transport_chttp2
768 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800769 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700770- name: grpc_transport_chttp2_server_secure
771 src:
772 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700773 uses:
774 - grpc_transport_chttp2
775 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700776 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800777 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700778- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700779 public_headers:
780 - include/grpc/grpc_cronet.h
781 - include/grpc/grpc_security.h
782 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700783 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800784 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800785 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700786 src:
787 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
788 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
789 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700790 filegroups:
791 - grpc_base
792 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700793 - grpc_http_filters
Craig Tillereb841e22016-02-11 15:49:16 -0800794- name: nanopb
795 headers:
796 - third_party/nanopb/pb.h
797 - third_party/nanopb/pb_common.h
798 - third_party/nanopb/pb_decode.h
799 - third_party/nanopb/pb_encode.h
800 src:
801 - third_party/nanopb/pb_common.c
802 - third_party/nanopb/pb_decode.c
803 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700804- name: tsi
805 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700806 - src/core/tsi/fake_transport_security.h
807 - src/core/tsi/ssl_transport_security.h
808 - src/core/tsi/ssl_types.h
809 - src/core/tsi/transport_security.h
810 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700811 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700812 - src/core/tsi/fake_transport_security.c
813 - src/core/tsi/ssl_transport_security.c
814 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700815 deps:
816 - gpr
817 secure: true
818- name: grpc++_base
819 language: c++
820 public_headers:
821 - include/grpc++/alarm.h
822 - include/grpc++/channel.h
823 - include/grpc++/client_context.h
824 - include/grpc++/completion_queue.h
825 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700826 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800827 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - include/grpc++/generic/async_generic_service.h
829 - include/grpc++/generic/generic_stub.h
830 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800831 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800833 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700835 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - include/grpc++/impl/grpc_library.h
837 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 - include/grpc++/impl/rpc_method.h
839 - include/grpc++/impl/rpc_service_method.h
840 - include/grpc++/impl/serialization_traits.h
841 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700842 - include/grpc++/impl/server_builder_plugin.h
843 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700845 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 - include/grpc++/security/auth_context.h
847 - include/grpc++/security/auth_metadata_processor.h
848 - include/grpc++/security/credentials.h
849 - include/grpc++/security/server_credentials.h
850 - include/grpc++/server.h
851 - include/grpc++/server_builder.h
852 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700853 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 - include/grpc++/support/async_stream.h
855 - include/grpc++/support/async_unary_call.h
856 - include/grpc++/support/byte_buffer.h
857 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700858 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700859 - include/grpc++/support/slice.h
860 - include/grpc++/support/status.h
861 - include/grpc++/support/status_code_enum.h
862 - include/grpc++/support/string_ref.h
863 - include/grpc++/support/stub_options.h
864 - include/grpc++/support/sync_stream.h
865 - include/grpc++/support/time.h
866 headers:
867 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700868 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700869 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800870 - src/cpp/server/health/default_health_check_service.h
871 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700872 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700873 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700875 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700876 - src/cpp/client/client_context.cc
877 - src/cpp/client/create_channel.cc
878 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700879 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700880 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700881 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700882 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700883 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700884 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700886 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700888 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800890 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 - src/cpp/server/create_default_thread_pool.cc
892 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800893 - src/cpp/server/health/default_health_check_service.cc
894 - src/cpp/server/health/health.pb.c
895 - src/cpp/server/health/health_check_service.cc
896 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700898 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 - src/cpp/server/server_context.cc
900 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700901 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700902 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700903 - src/cpp/util/byte_buffer_cc.cc
904 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700905 - src/cpp/util/status.cc
906 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700907 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700908 uses:
yang-g17487f92016-06-03 15:21:15 -0700909 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700910 - grpc_base
911 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700912- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700913 language: c++
914 public_headers:
915 - include/grpc++/impl/codegen/async_stream.h
916 - include/grpc++/impl/codegen/async_unary_call.h
917 - include/grpc++/impl/codegen/call.h
918 - include/grpc++/impl/codegen/call_hook.h
919 - include/grpc++/impl/codegen/channel_interface.h
920 - include/grpc++/impl/codegen/client_context.h
921 - include/grpc++/impl/codegen/client_unary_call.h
922 - include/grpc++/impl/codegen/completion_queue.h
923 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700924 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700925 - include/grpc++/impl/codegen/core_codegen_interface.h
926 - include/grpc++/impl/codegen/create_auth_context.h
927 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800928 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700929 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700930 - include/grpc++/impl/codegen/rpc_method.h
931 - include/grpc++/impl/codegen/rpc_service_method.h
932 - include/grpc++/impl/codegen/security/auth_context.h
933 - include/grpc++/impl/codegen/serialization_traits.h
934 - include/grpc++/impl/codegen/server_context.h
935 - include/grpc++/impl/codegen/server_interface.h
936 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800937 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700938 - include/grpc++/impl/codegen/status.h
939 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700940 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700941 - include/grpc++/impl/codegen/string_ref.h
942 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700943 - include/grpc++/impl/codegen/sync_stream.h
944 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700945 uses:
946 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700947- name: grpc++_codegen_base_src
948 language: c++
949 src:
950 - src/cpp/codegen/codegen_init.cc
951 uses:
952 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700953- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700954 language: c++
955 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700956 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700957 uses:
yang-g17487f92016-06-03 15:21:15 -0700958 - grpc++_codegen_base
959 - grpc++_config_proto
960- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700961 language: c++
962 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700963 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700964- name: grpc++_reflection_proto
965 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700966 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700967 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800968- name: grpc++_test
969 language: c++
970 public_headers:
971 - include/grpc++/test/server_context_test_spouse.h
972 deps:
973 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700974- name: thrift_util
975 language: c++
976 public_headers:
977 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700978 - include/grpc++/impl/codegen/thrift_utils.h
979 uses:
980 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100981libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800982- name: gpr
983 build: all
984 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800985 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700986 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800987 secure: false
988 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
989- name: gpr_test_util
990 build: private
991 language: c
992 headers:
993 - test/core/util/test_config.h
994 src:
995 - test/core/util/test_config.c
996 deps:
997 - gpr
998 secure: false
999 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001000- name: grpc
1001 build: all
1002 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001003 src:
1004 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001005 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001006 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001008 filegroups:
1009 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001010 - grpc_transport_chttp2_server_secure
1011 - grpc_transport_chttp2_client_secure
1012 - grpc_transport_chttp2_server_insecure
1013 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -08001014 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001015 - grpc_lb_policy_pick_first
1016 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001017 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001018 - grpc_resolver_dns_native
1019 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001020 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001021 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001022 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001023 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001024 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001025 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001026 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001028 vs_packages:
1029 - grpc.dependencies.openssl
1030 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001031 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001032- name: grpc_cronet
1033 build: all
1034 language: c
1035 src:
1036 - src/core/lib/surface/init.c
1037 baselib: true
1038 deps_linkage: static
1039 dll: true
1040 filegroups:
1041 - grpc_base
1042 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001043 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001044 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001045 generate_plugin_registry: true
1046 platforms:
1047 - linux
1048 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001049- name: grpc_dll
1050 build: private
1051 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001052 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001053 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001054 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001055 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001056 build_system:
1057 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001058 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001059 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001060 vs_config_type: DynamicLibrary
1061 vs_packages:
1062 - grpc.dependencies.openssl
1063 - grpc.dependencies.zlib
1064 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1065 vs_props:
1066 - zlib
1067 - openssl
1068 - winsock
1069 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001070- name: grpc_test_util
1071 build: private
1072 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001073 headers:
1074 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001075 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001076 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001077 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001078 - test/core/end2end/data/server1_cert.c
1079 - test/core/end2end/data/server1_key.c
1080 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001081 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001082 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001083 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001084 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001085 - grpc
1086 filegroups:
1087 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001088 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001089 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1090- name: grpc_test_util_unsecure
1091 build: private
1092 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001093 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001094 - gpr
1095 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001096 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001097 filegroups:
1098 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001099 secure: false
1100 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1101- name: grpc_unsecure
1102 build: all
1103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001104 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001105 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001106 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001107 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001108 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001109 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001110 filegroups:
1111 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001112 - grpc_transport_chttp2_server_insecure
1113 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001114 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001115 - grpc_resolver_dns_native
1116 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001117 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001118 - grpc_lb_policy_grpclb
1119 - grpc_lb_policy_pick_first
1120 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001121 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001122 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001123 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001124 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001125 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001126 secure: false
1127 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001128- name: reconnect_server
1129 build: private
1130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001131 headers:
1132 - test/core/util/reconnect_server.h
1133 src:
1134 - test/core/util/reconnect_server.c
1135 deps:
yang-gc9fca182015-11-06 16:41:33 -08001136 - test_tcp_server
1137 - grpc_test_util
1138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001139 - gpr_test_util
1140 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001141- name: test_tcp_server
1142 build: private
1143 language: c
1144 headers:
1145 - test/core/util/test_tcp_server.h
1146 src:
1147 - test/core/util/test_tcp_server.c
1148 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001149 - grpc_test_util
1150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001151 - gpr_test_util
1152 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001153- name: grpc++
1154 build: all
1155 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001156 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001157 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001158 - src/cpp/client/secure_credentials.h
1159 - src/cpp/common/secure_auth_context.h
1160 - src/cpp/server/secure_server_credentials.h
1161 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001162 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001163 - src/cpp/client/secure_credentials.cc
1164 - src/cpp/common/auth_property_iterator.cc
1165 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001166 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001167 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001168 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001169 - src/cpp/server/secure_server_credentials.cc
1170 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001171 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001172 baselib: true
1173 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001174 filegroups:
1175 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001176 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001177 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001178 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179 secure: check
1180 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001181- name: grpc++_cronet
1182 build: all
1183 language: c++
1184 src:
1185 - src/cpp/client/cronet_credentials.cc
1186 - src/cpp/client/insecure_credentials.cc
1187 - src/cpp/common/insecure_create_auth_context.cc
1188 - src/cpp/server/insecure_server_credentials.cc
1189 deps:
1190 - gpr
1191 - grpc_cronet
1192 baselib: true
1193 dll: true
1194 filegroups:
1195 - grpc++_base
1196 - grpc++_codegen_base
1197 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001198 - grpc_transport_chttp2_client_insecure
1199 - grpc_transport_chttp2_server_insecure
1200 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001201 platforms:
1202 - linux
1203 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001204- name: grpc++_proto_reflection_desc_db
1205 build: private
1206 language: c++
1207 headers:
1208 - test/cpp/util/proto_reflection_descriptor_database.h
1209 src:
1210 - test/cpp/util/proto_reflection_descriptor_database.cc
1211 deps:
1212 - grpc++
1213 filegroups:
1214 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001215 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001216- name: grpc++_reflection
1217 build: all
1218 language: c++
1219 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001220 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001221 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001222 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001223 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001224 - src/cpp/ext/proto_server_reflection.cc
1225 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001226 deps:
1227 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001228 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001229 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230- name: grpc++_test_config
1231 build: private
1232 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001233 headers:
1234 - test/cpp/util/test_config.h
1235 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001236 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237- name: grpc++_test_util
1238 build: private
1239 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001240 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001241 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001242 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001243 - test/cpp/util/create_test_channel.h
1244 - test/cpp/util/string_ref_helper.h
1245 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001246 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001247 src:
yang-gc8a49d22016-12-12 11:18:49 -08001248 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001249 - src/proto/grpc/testing/echo_messages.proto
1250 - src/proto/grpc/testing/echo.proto
1251 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001252 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001253 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001254 - test/cpp/util/create_test_channel.cc
1255 - test/cpp/util/string_ref_helper.cc
1256 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001257 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001258 deps:
1259 - grpc++
1260 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001261 filegroups:
1262 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001263 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001264 - grpc++_codegen_proto
1265 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001266 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001267- name: grpc++_unsecure
1268 build: all
1269 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001270 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001271 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001272 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001273 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001274 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001275 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001276 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001277 baselib: true
1278 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001279 filegroups:
1280 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001281 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001282 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001283 secure: false
1284 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001285- name: grpc_benchmark
1286 build: test
1287 language: c++
1288 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001289 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1290 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001291 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001292 src:
1293 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001294 deps:
1295 - benchmark
1296 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001297 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001298 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001299 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001300- name: grpc_cli_libs
1301 build: private
1302 language: c++
1303 headers:
1304 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001305 - test/cpp/util/cli_credentials.h
1306 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001307 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001308 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001309 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001310 src:
1311 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001312 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001313 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001314 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001315 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001316 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001317 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001318 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001319 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001320 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001321 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322- name: grpc_plugin_support
1323 build: protoc
1324 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001325 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001326 - src/compiler/config.h
1327 - src/compiler/cpp_generator.h
1328 - src/compiler/cpp_generator_helpers.h
1329 - src/compiler/csharp_generator.h
1330 - src/compiler/csharp_generator_helpers.h
1331 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001332 - src/compiler/node_generator.h
1333 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001334 - src/compiler/objective_c_generator.h
1335 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001336 - src/compiler/php_generator.h
1337 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301338 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001339 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301340 - src/compiler/python_generator_helpers.h
1341 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001342 - src/compiler/ruby_generator.h
1343 - src/compiler/ruby_generator_helpers-inl.h
1344 - src/compiler/ruby_generator_map-inl.h
1345 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301346 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001347 src:
1348 - src/compiler/cpp_generator.cc
1349 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001350 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001351 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001352 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001353 - src/compiler/python_generator.cc
1354 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001355 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001356 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001357 secure: false
1358 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001359 vs_props:
1360 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001361- name: http2_client_main
1362 build: private
1363 language: c++
1364 headers:
1365 - test/cpp/interop/http2_client.h
1366 src:
1367 - src/proto/grpc/testing/empty.proto
1368 - src/proto/grpc/testing/messages.proto
1369 - src/proto/grpc/testing/test.proto
1370 - test/cpp/interop/http2_client.cc
1371 deps:
1372 - grpc++_test_util
1373 - grpc_test_util
1374 - grpc++
1375 - grpc
1376 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001377- name: interop_client_helper
1378 build: private
1379 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001380 headers:
1381 - test/cpp/interop/client_helper.h
1382 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001383 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001384 - test/cpp/interop/client_helper.cc
1385 deps:
1386 - grpc++_test_util
1387 - grpc_test_util
1388 - grpc++
1389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001390 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: interop_client_main
1392 build: private
1393 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001394 headers:
1395 - test/cpp/interop/interop_client.h
1396 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001397 - src/proto/grpc/testing/empty.proto
1398 - src/proto/grpc/testing/messages.proto
1399 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001400 - test/cpp/interop/client.cc
1401 - test/cpp/interop/interop_client.cc
1402 deps:
1403 - interop_client_helper
1404 - grpc++_test_util
1405 - grpc_test_util
1406 - grpc++
1407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001408 - gpr_test_util
1409 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001410 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411- name: interop_server_helper
1412 build: private
1413 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001414 headers:
1415 - test/cpp/interop/server_helper.h
1416 src:
1417 - test/cpp/interop/server_helper.cc
1418 deps:
yang-gcc591022017-01-11 11:10:43 -08001419 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001420 - grpc_test_util
1421 - grpc++
1422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001423 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001424- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001425 build: private
1426 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001427 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001428 - src/proto/grpc/testing/empty.proto
1429 - src/proto/grpc/testing/messages.proto
1430 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001431 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001432 deps:
1433 - interop_server_helper
1434 - grpc++_test_util
1435 - grpc_test_util
1436 - grpc++
1437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001438 - gpr_test_util
1439 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001440 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001441- name: interop_server_main
1442 build: private
1443 language: c++
1444 src:
1445 - test/cpp/interop/interop_server_bootstrap.cc
1446 deps:
1447 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448- name: qps
1449 build: private
1450 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001451 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001452 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001453 - test/cpp/qps/client.h
1454 - test/cpp/qps/driver.h
1455 - test/cpp/qps/histogram.h
1456 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001457 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001458 - test/cpp/qps/qps_worker.h
1459 - test/cpp/qps/report.h
1460 - test/cpp/qps/server.h
1461 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001462 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001463 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001464 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001465 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001466 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001467 - src/proto/grpc/testing/control.proto
1468 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001469 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001470 - test/cpp/qps/client_async.cc
1471 - test/cpp/qps/client_sync.cc
1472 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001473 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001474 - test/cpp/qps/qps_worker.cc
1475 - test/cpp/qps/report.cc
1476 - test/cpp/qps/server_async.cc
1477 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001478 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001479 deps:
1480 - grpc_test_util
1481 - grpc++_test_util
1482 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001483- name: grpc_csharp_ext
1484 build: all
1485 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001486 src:
1487 - src/csharp/ext/grpc_csharp_ext.c
1488 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001490 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001491 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001492 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001493 dll: only
1494 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001495 vs_packages:
1496 - grpc.dependencies.openssl
1497 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001498 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001499 vs_props:
1500 - zlib
1501 - openssl
1502 - winsock
1503 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001504targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001505- name: alarm_test
1506 build: test
1507 language: c
1508 src:
1509 - test/core/surface/alarm_test.c
1510 deps:
1511 - grpc_test_util
1512 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001513 - gpr_test_util
1514 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001515- name: algorithm_test
1516 build: test
1517 language: c
1518 src:
1519 - test/core/compression/algorithm_test.c
1520 deps:
1521 - grpc_test_util
1522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001523 - gpr_test_util
1524 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001525- name: alloc_test
1526 build: test
1527 language: c
1528 src:
1529 - test/core/support/alloc_test.c
1530 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001533- name: alpn_test
1534 build: test
1535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001536 src:
1537 - test/core/transport/chttp2/alpn_test.c
1538 deps:
1539 - grpc_test_util
1540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001541 - gpr_test_util
1542 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001543- name: api_fuzzer
1544 build: fuzzer
1545 language: c
1546 src:
1547 - test/core/end2end/fuzzers/api_fuzzer.c
1548 deps:
1549 - grpc_test_util
1550 - grpc
1551 - gpr_test_util
1552 - gpr
1553 corpus_dirs:
1554 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001555 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001556 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001557- name: arena_test
1558 build: test
1559 language: c
1560 src:
1561 - test/core/support/arena_test.c
1562 deps:
1563 - gpr_test_util
1564 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001565- name: bad_server_response_test
1566 build: test
1567 language: c
1568 src:
1569 - test/core/end2end/bad_server_response_test.c
1570 deps:
1571 - test_tcp_server
1572 - grpc_test_util
1573 - grpc
1574 - gpr_test_util
1575 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001576 exclude_iomgrs:
1577 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001578- name: bdp_estimator_test
1579 build: test
1580 language: c
1581 src:
1582 - test/core/transport/bdp_estimator_test.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
1586 - gpr_test_util
1587 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001588- name: bin_decoder_test
1589 build: test
1590 language: c
1591 src:
1592 - test/core/transport/chttp2/bin_decoder_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001596- name: bin_encoder_test
1597 build: test
1598 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001599 src:
1600 - test/core/transport/chttp2/bin_encoder_test.c
1601 deps:
1602 - grpc_test_util
1603 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001604- name: census_context_test
1605 build: test
1606 language: c
1607 src:
1608 - test/core/census/context_test.c
1609 deps:
1610 - grpc_test_util
1611 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001612 - gpr_test_util
1613 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001614- name: census_resource_test
1615 build: test
1616 language: c
1617 src:
1618 - test/core/census/resource_test.c
1619 deps:
1620 - grpc_test_util
1621 - grpc
1622 - gpr_test_util
1623 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001624- name: census_trace_context_test
1625 build: test
1626 language: c
1627 src:
1628 - test/core/census/trace_context_test.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
1632 - gpr_test_util
1633 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001634- name: channel_create_test
1635 build: test
1636 language: c
1637 src:
1638 - test/core/surface/channel_create_test.c
1639 deps:
1640 - grpc_test_util
1641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001642 - gpr_test_util
1643 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001644- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001645 build: test
1646 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001647 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001648 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001649 deps:
1650 - grpc_test_util
1651 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 - gpr_test_util
1653 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001654- name: chttp2_stream_map_test
1655 build: test
1656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001657 src:
1658 - test/core/transport/chttp2/stream_map_test.c
1659 deps:
1660 - grpc_test_util
1661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001662 - gpr_test_util
1663 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001664- name: chttp2_varint_test
1665 build: test
1666 language: c
1667 src:
1668 - test/core/transport/chttp2/varint_test.c
1669 deps:
1670 - grpc_test_util
1671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001672 - gpr_test_util
1673 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001674- name: client_fuzzer
1675 build: fuzzer
1676 language: c
1677 src:
1678 - test/core/end2end/fuzzers/client_fuzzer.c
1679 deps:
1680 - grpc_test_util
1681 - grpc
1682 - gpr_test_util
1683 - gpr
1684 corpus_dirs:
1685 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001686 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001687 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001688- name: combiner_test
1689 cpu_cost: 30
1690 build: test
1691 language: c
1692 src:
1693 - test/core/iomgr/combiner_test.c
1694 deps:
1695 - grpc_test_util
1696 - grpc
1697 - gpr_test_util
1698 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699- name: compression_test
1700 build: test
1701 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001702 src:
1703 - test/core/compression/compression_test.c
1704 deps:
1705 - grpc_test_util
1706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr_test_util
1708 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001709- name: concurrent_connectivity_test
1710 build: test
1711 language: c
1712 src:
1713 - test/core/surface/concurrent_connectivity_test.c
1714 deps:
1715 - grpc_test_util
1716 - grpc
1717 - gpr_test_util
1718 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001719 exclude_iomgrs:
1720 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001721- name: connection_refused_test
1722 cpu_cost: 0.1
1723 build: test
1724 language: c
1725 src:
1726 - test/core/end2end/connection_refused_test.c
1727 deps:
1728 - grpc_test_util
1729 - grpc
1730 - gpr_test_util
1731 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001732- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001733 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001734 build: test
1735 language: c
1736 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001737 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001738 deps:
1739 - grpc_test_util
1740 - grpc
1741 - gpr_test_util
1742 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001743 exclude_iomgrs:
1744 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001745- name: dns_resolver_test
1746 build: test
1747 language: c
1748 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001749 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001750 deps:
1751 - grpc_test_util
1752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001755- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001756 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001757 build: test
1758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001759 src:
1760 - test/core/end2end/dualstack_socket_test.c
1761 deps:
1762 - grpc_test_util
1763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001764 - gpr_test_util
1765 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001766 exclude_iomgrs:
1767 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001768 platforms:
1769 - mac
1770 - linux
1771 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001772- name: endpoint_pair_test
1773 build: test
1774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001775 src:
1776 - test/core/iomgr/endpoint_pair_test.c
1777 deps:
1778 - grpc_test_util
1779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr_test_util
1781 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001782 exclude_iomgrs:
1783 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001784- name: error_test
1785 cpu_cost: 30
1786 build: test
1787 language: c
1788 src:
1789 - test/core/iomgr/error_test.c
1790 deps:
1791 - grpc_test_util
1792 - grpc
1793 - gpr_test_util
1794 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001795- name: ev_epoll_linux_test
1796 build: test
1797 language: c
1798 src:
1799 - test/core/iomgr/ev_epoll_linux_test.c
1800 deps:
1801 - grpc_test_util
1802 - grpc
1803 - gpr_test_util
1804 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001805 exclude_iomgrs:
1806 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001807 platforms:
1808 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001809- name: fd_conservation_posix_test
1810 build: test
1811 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001812 src:
1813 - test/core/iomgr/fd_conservation_posix_test.c
1814 deps:
1815 - grpc_test_util
1816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001817 - gpr_test_util
1818 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001819 exclude_iomgrs:
1820 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001821 platforms:
1822 - mac
1823 - linux
1824 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001825- name: fd_posix_test
1826 build: test
1827 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001828 src:
1829 - test/core/iomgr/fd_posix_test.c
1830 deps:
1831 - grpc_test_util
1832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001833 - gpr_test_util
1834 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001835 exclude_iomgrs:
1836 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001837 platforms:
1838 - mac
1839 - linux
1840 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841- name: fling_client
1842 build: test
1843 run: false
1844 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001845 src:
1846 - test/core/fling/client.c
1847 deps:
1848 - grpc_test_util
1849 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001850 - gpr_test_util
1851 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852- name: fling_server
1853 build: test
1854 run: false
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
1857 - test/core/fling/server.c
1858 deps:
1859 - grpc_test_util
1860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr_test_util
1862 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001864 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865 build: test
1866 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001867 src:
1868 - test/core/fling/fling_stream_test.c
1869 deps:
1870 - grpc_test_util
1871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001872 - gpr_test_util
1873 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001874 platforms:
1875 - mac
1876 - linux
1877 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001878- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001879 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880 build: test
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - test/core/fling/fling_test.c
1884 deps:
1885 - grpc_test_util
1886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001889 platforms:
1890 - mac
1891 - linux
1892 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: gen_hpack_tables
1894 build: tool
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
1897 - tools/codegen/core/gen_hpack_tables.c
1898 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001900 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901- name: gen_legal_metadata_characters
1902 build: tool
1903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
1905 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001906 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001907- name: gen_percent_encoding_tables
1908 build: tool
1909 language: c
1910 src:
1911 - tools/codegen/core/gen_percent_encoding_tables.c
1912 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001913- name: goaway_server_test
1914 cpu_cost: 0.1
1915 build: test
1916 language: c
1917 src:
1918 - test/core/end2end/goaway_server_test.c
1919 deps:
1920 - grpc_test_util
1921 - grpc
1922 - gpr_test_util
1923 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001924 exclude_iomgrs:
1925 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001926 platforms:
1927 - mac
1928 - linux
1929 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001930- name: gpr_avl_test
1931 build: test
1932 language: c
1933 src:
1934 - test/core/support/avl_test.c
1935 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001936 - gpr_test_util
1937 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001938- name: gpr_backoff_test
1939 build: test
1940 language: c
1941 src:
1942 - test/core/support/backoff_test.c
1943 deps:
1944 - gpr_test_util
1945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001946- name: gpr_cmdline_test
1947 build: test
1948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
1950 - test/core/support/cmdline_test.c
1951 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr_test_util
1953 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001954- name: gpr_cpu_test
1955 build: test
1956 language: c
1957 src:
1958 - test/core/support/cpu_test.c
1959 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962- name: gpr_env_test
1963 build: test
1964 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001965 src:
1966 - test/core/support/env_test.c
1967 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001968 - gpr_test_util
1969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970- name: gpr_histogram_test
1971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/support/histogram_test.c
1975 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001978- name: gpr_host_port_test
1979 build: test
1980 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001981 src:
1982 - test/core/support/host_port_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_log_test
1987 build: test
1988 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001989 src:
1990 - test/core/support/log_test.c
1991 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001994- name: gpr_mpscq_test
1995 cpu_cost: 30
1996 build: test
1997 language: c
1998 src:
1999 - test/core/support/mpscq_test.c
2000 deps:
2001 - gpr_test_util
2002 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002003- name: gpr_spinlock_test
2004 cpu_cost: 10
2005 build: test
2006 language: c
2007 src:
2008 - test/core/support/spinlock_test.c
2009 deps:
2010 - gpr_test_util
2011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002013 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014 build: test
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/core/support/stack_lockfree_test.c
2018 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002019 - gpr_test_util
2020 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: gpr_string_test
2022 build: test
2023 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002024 src:
2025 - test/core/support/string_test.c
2026 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002030 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002031 build: test
2032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002033 src:
2034 - test/core/support/sync_test.c
2035 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr_test_util
2037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002038- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002039 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040 build: test
2041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
2043 - test/core/support/thd_test.c
2044 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: gpr_time_test
2048 build: test
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/core/support/time_test.c
2052 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002055- name: gpr_tls_test
2056 build: test
2057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002058 src:
2059 - test/core/support/tls_test.c
2060 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002061 - gpr_test_util
2062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063- name: gpr_useful_test
2064 build: test
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
2067 - test/core/support/useful_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: grpc_auth_context_test
2072 build: test
2073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
2075 - test/core/security/auth_context_test.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002081- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082 build: test
2083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002084 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002085 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: grpc_byte_buffer_reader_test
2092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/surface/byte_buffer_reader_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: grpc_channel_args_test
2102 build: test
2103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002104 src:
2105 - test/core/channel/channel_args_test.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002109 - gpr_test_util
2110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111- name: grpc_channel_stack_test
2112 build: test
2113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002114 src:
2115 - test/core/channel/channel_stack_test.c
2116 deps:
2117 - grpc_test_util
2118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121- name: grpc_completion_queue_test
2122 build: test
2123 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002124 src:
2125 - test/core/surface/completion_queue_test.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr_test_util
2130 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002131- name: grpc_completion_queue_threading_test
2132 build: test
2133 language: c
2134 src:
2135 - test/core/surface/completion_queue_threading_test.c
2136 deps:
2137 - grpc_test_util
2138 - grpc
2139 - gpr_test_util
2140 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002141 exclude_iomgrs:
2142 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: grpc_create_jwt
2144 build: tool
2145 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002146 src:
2147 - test/core/security/create_jwt.c
2148 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002150 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002151 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002152- name: grpc_credentials_test
2153 build: test
2154 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002155 src:
2156 - test/core/security/credentials_test.c
2157 deps:
2158 - grpc_test_util
2159 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002160 - gpr_test_util
2161 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002163 build: test
2164 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002165 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002166 src:
2167 - test/core/security/fetch_oauth2.c
2168 deps:
2169 - grpc_test_util
2170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002171 - gpr_test_util
2172 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002173- name: grpc_invalid_channel_args_test
2174 build: test
2175 language: c
2176 src:
2177 - test/core/surface/invalid_channel_args_test.c
2178 deps:
2179 - grpc_test_util
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002183- name: grpc_json_token_test
2184 build: test
2185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002186 src:
2187 - test/core/security/json_token_test.c
2188 deps:
2189 - grpc_test_util
2190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002191 - gpr_test_util
2192 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002193 platforms:
2194 - linux
2195 - posix
2196 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002197- name: grpc_jwt_verifier_test
2198 build: test
2199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002200 src:
2201 - test/core/security/jwt_verifier_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_print_google_default_creds_token
2208 build: tool
2209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002210 src:
2211 - test/core/security/print_google_default_creds_token.c
2212 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002215- name: grpc_security_connector_test
2216 build: test
2217 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002218 src:
2219 - test/core/security/security_connector_test.c
2220 deps:
2221 - grpc_test_util
2222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002223 - gpr_test_util
2224 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002225- name: grpc_verify_jwt
2226 build: tool
2227 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002228 src:
2229 - test/core/security/verify_jwt.c
2230 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002233- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002234 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002235 language: c
2236 src:
2237 - test/core/handshake/client_ssl.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
2241 - gpr_test_util
2242 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002243 exclude_iomgrs:
2244 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002245 platforms:
2246 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002247 secure: true
2248- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002249 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002250 language: c
2251 src:
2252 - test/core/handshake/server_ssl.c
2253 deps:
2254 - grpc_test_util
2255 - grpc
2256 - gpr_test_util
2257 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002258 platforms:
2259 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002260 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002261- name: hpack_parser_fuzzer_test
2262 build: fuzzer
2263 language: c
2264 src:
2265 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2266 deps:
2267 - grpc_test_util
2268 - grpc
2269 - gpr_test_util
2270 - gpr
2271 corpus_dirs:
2272 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002273 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002274 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002275- name: hpack_parser_test
2276 build: test
2277 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002278 src:
2279 - test/core/transport/chttp2/hpack_parser_test.c
2280 deps:
2281 - grpc_test_util
2282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 - gpr_test_util
2284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: hpack_table_test
2286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/core/transport/chttp2/hpack_table_test.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002295- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296 build: test
2297 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002299 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002300 deps:
2301 - grpc_test_util
2302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002303 - gpr_test_util
2304 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002305- name: http_request_fuzzer_test
2306 build: fuzzer
2307 language: c
2308 src:
2309 - test/core/http/request_fuzzer.c
2310 deps:
2311 - grpc_test_util
2312 - grpc
2313 - gpr_test_util
2314 - gpr
2315 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002316 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002317 maxlen: 2048
2318- name: http_response_fuzzer_test
2319 build: fuzzer
2320 language: c
2321 src:
2322 - test/core/http/response_fuzzer.c
2323 deps:
2324 - grpc_test_util
2325 - grpc
2326 - gpr_test_util
2327 - gpr
2328 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002329 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002330 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002331- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332 build: test
2333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002335 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002341- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002342 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002343 build: test
2344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002345 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002346 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002347 deps:
2348 - grpc_test_util
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002352 platforms:
2353 - mac
2354 - linux
2355 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002356- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002357 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002358 build: test
2359 language: c
2360 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002361 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002362 deps:
2363 - grpc_test_util
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002367 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002368 - linux
yang-gf1183302015-12-07 16:02:05 -08002369- name: init_test
2370 build: test
2371 language: c
2372 src:
2373 - test/core/surface/init_test.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002379- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002380 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002381 build: test
2382 language: c
2383 src:
2384 - test/core/end2end/invalid_call_argument_test.c
2385 deps:
2386 - grpc_test_util
2387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002388 - gpr_test_util
2389 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002390- name: json_fuzzer_test
2391 build: fuzzer
2392 language: c
2393 src:
2394 - test/core/json/fuzzer.c
2395 deps:
2396 - grpc_test_util
2397 - grpc
2398 - gpr_test_util
2399 - gpr
2400 corpus_dirs:
2401 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002402 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002403- name: json_rewrite
2404 build: test
2405 run: false
2406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002407 src:
2408 - test/core/json/json_rewrite.c
2409 deps:
2410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002412- name: json_rewrite_test
2413 build: test
2414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
2416 - test/core/json/json_rewrite_test.c
2417 deps:
2418 - grpc_test_util
2419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002422- name: json_stream_error_test
2423 build: test
2424 language: c
2425 src:
2426 - test/core/json/json_stream_error_test.c
2427 deps:
2428 - grpc_test_util
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr_test_util
2431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432- name: json_test
2433 build: test
2434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
2436 - test/core/json/json_test.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002442- name: lame_client_test
2443 build: test
2444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002445 src:
2446 - test/core/surface/lame_client_test.c
2447 deps:
2448 - grpc_test_util
2449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002450 - gpr_test_util
2451 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002452- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002453 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002454 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002455 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002457 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002458 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002459 deps:
2460 - grpc_test_util
2461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr_test_util
2463 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002464- name: load_file_test
2465 build: test
2466 language: c
2467 src:
2468 - test/core/iomgr/load_file_test.c
2469 deps:
2470 - grpc_test_util
2471 - grpc
2472 - gpr_test_util
2473 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474- name: low_level_ping_pong_benchmark
2475 build: benchmark
2476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002477 src:
2478 - test/core/network_benchmarks/low_level_ping_pong.c
2479 deps:
2480 - grpc_test_util
2481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002482 - gpr_test_util
2483 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002484 platforms:
2485 - mac
2486 - linux
2487 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002488- name: memory_profile_client
2489 build: test
2490 run: false
2491 language: c
2492 src:
2493 - test/core/memory_usage/client.c
2494 deps:
2495 - grpc_test_util
2496 - grpc
2497 - gpr_test_util
2498 - gpr
2499- name: memory_profile_server
2500 build: test
2501 run: false
2502 language: c
2503 src:
2504 - test/core/memory_usage/server.c
2505 deps:
2506 - grpc_test_util
2507 - grpc
2508 - gpr_test_util
2509 - gpr
2510- name: memory_profile_test
2511 cpu_cost: 1.5
2512 build: test
2513 language: c
2514 src:
2515 - test/core/memory_usage/memory_usage_test.c
2516 deps:
2517 - grpc_test_util
2518 - grpc
2519 - gpr_test_util
2520 - gpr
2521 platforms:
2522 - mac
2523 - linux
2524 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002525- name: message_compress_test
2526 build: test
2527 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002528 src:
2529 - test/core/compression/message_compress_test.c
2530 deps:
2531 - grpc_test_util
2532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002533 - gpr_test_util
2534 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002535- name: minimal_stack_is_minimal_test
2536 build: test
2537 language: c
2538 src:
2539 - test/core/channel/minimal_stack_is_minimal_test.c
2540 deps:
2541 - grpc_test_util
2542 - grpc
2543 - gpr_test_util
2544 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002545- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002546 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002547 build: test
2548 language: c
2549 src:
2550 - test/core/census/mlog_test.c
2551 deps:
2552 - grpc_test_util
2553 - grpc
2554 - gpr_test_util
2555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556- name: multiple_server_queues_test
2557 build: test
2558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002559 src:
2560 - test/core/end2end/multiple_server_queues_test.c
2561 deps:
2562 - grpc_test_util
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566- name: murmur_hash_test
2567 build: test
2568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002569 src:
2570 - test/core/support/murmur_hash_test.c
2571 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002572 - gpr_test_util
2573 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002574- name: nanopb_fuzzer_response_test
2575 build: fuzzer
2576 language: c
2577 src:
2578 - test/core/nanopb/fuzzer_response.c
2579 deps:
2580 - grpc_test_util
2581 - grpc
2582 - gpr_test_util
2583 - gpr
2584 corpus_dirs:
2585 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002586 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002587- name: nanopb_fuzzer_serverlist_test
2588 build: fuzzer
2589 language: c
2590 src:
2591 - test/core/nanopb/fuzzer_serverlist.c
2592 deps:
2593 - grpc_test_util
2594 - grpc
2595 - gpr_test_util
2596 - gpr
2597 corpus_dirs:
2598 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002599 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002601 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602 build: test
2603 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
2605 - test/core/end2end/no_server_test.c
2606 deps:
2607 - grpc_test_util
2608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002609 - gpr_test_util
2610 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002611- name: parse_address_test
2612 build: test
2613 language: c
2614 src:
2615 - test/core/client_channel/parse_address_test.c
2616 deps:
2617 - grpc_test_util
2618 - grpc
2619 - gpr_test_util
2620 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002621- name: percent_decode_fuzzer
2622 build: fuzzer
2623 language: c
2624 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002625 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002626 deps:
2627 - grpc_test_util
2628 - grpc
2629 - gpr_test_util
2630 - gpr
2631 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002632 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002633 maxlen: 32
2634- name: percent_encode_fuzzer
2635 build: fuzzer
2636 language: c
2637 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002638 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002639 deps:
2640 - grpc_test_util
2641 - grpc
2642 - gpr_test_util
2643 - gpr
2644 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002645 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002646 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002647- name: percent_encoding_test
2648 build: test
2649 language: c
2650 src:
2651 - test/core/slice/percent_encoding_test.c
2652 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002653 - grpc_test_util
2654 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002655 - gpr_test_util
2656 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002657- name: pollset_set_test
2658 build: test
2659 language: c
2660 src:
2661 - test/core/iomgr/pollset_set_test.c
2662 deps:
2663 - grpc_test_util
2664 - grpc
2665 - gpr_test_util
2666 - gpr
2667 exclude_iomgrs:
2668 - uv
2669 platforms:
2670 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002671- name: resolve_address_posix_test
2672 build: test
2673 language: c
2674 src:
2675 - test/core/iomgr/resolve_address_posix_test.c
2676 deps:
2677 - grpc_test_util
2678 - grpc
2679 - gpr_test_util
2680 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002681 exclude_iomgrs:
2682 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002683 platforms:
2684 - mac
2685 - linux
2686 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002687- name: resolve_address_test
2688 build: test
2689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002690 src:
2691 - test/core/iomgr/resolve_address_test.c
2692 deps:
2693 - grpc_test_util
2694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002695 - gpr_test_util
2696 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002697- name: resource_quota_test
2698 cpu_cost: 30
2699 build: test
2700 language: c
2701 src:
2702 - test/core/iomgr/resource_quota_test.c
2703 deps:
2704 - grpc_test_util
2705 - grpc
2706 - gpr_test_util
2707 - gpr
yang-gd482e592015-12-10 14:04:00 -08002708- name: secure_channel_create_test
2709 build: test
2710 language: c
2711 src:
2712 - test/core/surface/secure_channel_create_test.c
2713 deps:
2714 - grpc_test_util
2715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002716 - gpr_test_util
2717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718- name: secure_endpoint_test
2719 build: test
2720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002721 src:
2722 - test/core/security/secure_endpoint_test.c
2723 deps:
2724 - grpc_test_util
2725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002726 - gpr_test_util
2727 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002728 exclude_iomgrs:
2729 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002730- name: sequential_connectivity_test
2731 build: test
2732 language: c
2733 src:
2734 - test/core/surface/sequential_connectivity_test.c
2735 deps:
2736 - grpc_test_util
2737 - grpc
2738 - gpr_test_util
2739 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002740 exclude_iomgrs:
2741 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002742- name: server_chttp2_test
2743 build: test
2744 language: c
2745 src:
2746 - test/core/surface/server_chttp2_test.c
2747 deps:
2748 - grpc_test_util
2749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002750 - gpr_test_util
2751 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002752- name: server_fuzzer
2753 build: fuzzer
2754 language: c
2755 src:
2756 - test/core/end2end/fuzzers/server_fuzzer.c
2757 deps:
2758 - grpc_test_util
2759 - grpc
2760 - gpr_test_util
2761 - gpr
2762 corpus_dirs:
2763 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002764 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002765 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002766- name: server_test
2767 build: test
2768 language: c
2769 src:
2770 - test/core/surface/server_test.c
2771 deps:
2772 - grpc_test_util
2773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002774 - gpr_test_util
2775 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002776- name: slice_buffer_test
2777 build: test
2778 language: c
2779 src:
2780 - test/core/slice/slice_buffer_test.c
2781 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002782 - grpc_test_util
2783 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002784 - gpr_test_util
2785 - gpr
2786- name: slice_string_helpers_test
2787 build: test
2788 language: c
2789 src:
2790 - test/core/slice/slice_string_helpers_test.c
2791 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002792 - grpc_test_util
2793 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002794 - gpr_test_util
2795 - gpr
2796- name: slice_test
2797 build: test
2798 language: c
2799 src:
2800 - test/core/slice/slice_test.c
2801 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002802 - grpc_test_util
2803 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002804 - gpr_test_util
2805 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002806- name: sockaddr_resolver_test
2807 build: test
2808 language: c
2809 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002810 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002811 deps:
2812 - grpc_test_util
2813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002814 - gpr_test_util
2815 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002816- name: sockaddr_utils_test
2817 build: test
2818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002819 src:
2820 - test/core/iomgr/sockaddr_utils_test.c
2821 deps:
2822 - grpc_test_util
2823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002824 - gpr_test_util
2825 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002826- name: socket_utils_test
2827 build: test
2828 language: c
2829 src:
2830 - test/core/iomgr/socket_utils_test.c
2831 deps:
2832 - grpc_test_util
2833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002834 - gpr_test_util
2835 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002836 exclude_iomgrs:
2837 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002838 platforms:
2839 - mac
2840 - linux
2841 - posix
yang-g31e21282016-11-04 15:10:03 -07002842- name: ssl_server_fuzzer
2843 build: fuzzer
2844 language: c
2845 src:
2846 - test/core/security/ssl_server_fuzzer.c
2847 deps:
2848 - grpc_test_util
2849 - grpc
2850 - gpr_test_util
2851 - gpr
2852 corpus_dirs:
2853 - test/core/security/corpus/ssl_server_corpus
2854 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002855- name: status_conversion_test
2856 build: test
2857 language: c
2858 src:
2859 - test/core/transport/status_conversion_test.c
2860 deps:
2861 - grpc_test_util
2862 - grpc
2863 - gpr_test_util
2864 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002865- name: stream_owned_slice_test
2866 build: test
2867 language: c
2868 src:
2869 - test/core/transport/stream_owned_slice_test.c
2870 deps:
2871 - grpc_test_util
2872 - grpc
2873 - gpr_test_util
2874 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002875- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002876 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002877 build: test
2878 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002879 src:
2880 - test/core/iomgr/tcp_client_posix_test.c
2881 deps:
2882 - grpc_test_util
2883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002884 - gpr_test_util
2885 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002886 exclude_iomgrs:
2887 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002888 platforms:
2889 - mac
2890 - linux
2891 - posix
murgatroid991191b722017-02-08 11:56:52 -08002892- name: tcp_client_uv_test
2893 cpu_cost: 0.5
2894 build: test
2895 language: c
2896 src:
2897 - test/core/iomgr/tcp_client_uv_test.c
2898 deps:
2899 - grpc_test_util
2900 - grpc
2901 - gpr_test_util
2902 - gpr
2903 exclude_iomgrs:
2904 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002905- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002906 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002907 build: test
2908 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002909 src:
2910 - test/core/iomgr/tcp_posix_test.c
2911 deps:
2912 - grpc_test_util
2913 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002914 - gpr_test_util
2915 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002916 exclude_iomgrs:
2917 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002918 platforms:
2919 - mac
2920 - linux
2921 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002922- name: tcp_server_posix_test
2923 build: test
2924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002925 src:
2926 - test/core/iomgr/tcp_server_posix_test.c
2927 deps:
2928 - grpc_test_util
2929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002930 - gpr_test_util
2931 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002932 exclude_iomgrs:
2933 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002934 platforms:
2935 - mac
2936 - linux
2937 - posix
murgatroid991191b722017-02-08 11:56:52 -08002938- name: tcp_server_uv_test
2939 build: test
2940 language: c
2941 src:
2942 - test/core/iomgr/tcp_server_uv_test.c
2943 deps:
2944 - grpc_test_util
2945 - grpc
2946 - gpr_test_util
2947 - gpr
2948 exclude_iomgrs:
2949 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002950- name: time_averaged_stats_test
2951 build: test
2952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002953 src:
2954 - test/core/iomgr/time_averaged_stats_test.c
2955 deps:
2956 - grpc_test_util
2957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002958 - gpr_test_util
2959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002960- name: timeout_encoding_test
2961 build: test
2962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002963 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002964 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002965 deps:
2966 - grpc_test_util
2967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002968 - gpr_test_util
2969 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002970- name: timer_heap_test
2971 build: test
2972 language: c
2973 src:
2974 - test/core/iomgr/timer_heap_test.c
2975 deps:
2976 - grpc_test_util
2977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002978 - gpr_test_util
2979 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002980 exclude_iomgrs:
2981 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002982- name: timer_list_test
2983 build: test
2984 language: c
2985 src:
2986 - test/core/iomgr/timer_list_test.c
2987 deps:
2988 - grpc_test_util
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr_test_util
2991 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002992 exclude_iomgrs:
2993 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002994- name: transport_connectivity_state_test
2995 build: test
2996 language: c
2997 src:
2998 - test/core/transport/connectivity_state_test.c
2999 deps:
3000 - grpc_test_util
3001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003002 - gpr_test_util
3003 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004- name: transport_metadata_test
3005 build: test
3006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003007 src:
3008 - test/core/transport/metadata_test.c
3009 deps:
3010 - grpc_test_util
3011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003012 - gpr_test_util
3013 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003014- name: transport_pid_controller_test
3015 build: test
3016 language: c
3017 src:
3018 - test/core/transport/pid_controller_test.c
3019 deps:
3020 - grpc_test_util
3021 - grpc
3022 - gpr_test_util
3023 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003024- name: transport_security_test
3025 build: test
3026 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003027 src:
3028 - test/core/tsi/transport_security_test.c
3029 deps:
3030 - grpc_test_util
3031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003032 - gpr_test_util
3033 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003034 platforms:
3035 - linux
3036 - posix
3037 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003038- name: udp_server_test
3039 build: test
3040 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003041 src:
3042 - test/core/iomgr/udp_server_test.c
3043 deps:
3044 - grpc_test_util
3045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003046 - gpr_test_util
3047 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003048 exclude_iomgrs:
3049 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003050 platforms:
3051 - mac
3052 - linux
3053 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003054- name: uri_fuzzer_test
3055 build: fuzzer
3056 language: c
3057 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003058 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003059 deps:
3060 - grpc_test_util
3061 - grpc
3062 - gpr_test_util
3063 - gpr
3064 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003065 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003066 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003067- name: uri_parser_test
3068 build: test
3069 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003070 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003071 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003072 deps:
3073 - grpc_test_util
3074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003075 - gpr_test_util
3076 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003077- name: wakeup_fd_cv_test
3078 build: test
3079 language: c
3080 src:
3081 - test/core/iomgr/wakeup_fd_cv_test.c
3082 deps:
3083 - grpc_test_util
3084 - grpc
3085 - gpr_test_util
3086 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003087 exclude_iomgrs:
3088 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003089 platforms:
3090 - mac
3091 - linux
3092 - posix
vjpai04e992a2016-02-10 16:58:38 -08003093- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003094 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003095 build: test
3096 language: c++
3097 src:
3098 - test/cpp/common/alarm_cpp_test.cc
3099 deps:
3100 - grpc++_test_util
3101 - grpc_test_util
3102 - grpc++
3103 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003104 - gpr_test_util
3105 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003106- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003107 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003108 build: test
3109 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003110 src:
3111 - test/cpp/end2end/async_end2end_test.cc
3112 deps:
3113 - grpc++_test_util
3114 - grpc_test_util
3115 - grpc++
3116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003117 - gpr_test_util
3118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003119- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003120 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003121 build: test
3122 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003123 src:
3124 - test/cpp/common/auth_property_iterator_test.cc
3125 deps:
3126 - grpc++_test_util
3127 - grpc_test_util
3128 - grpc++
3129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003130 - gpr_test_util
3131 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003132- name: bm_arena
3133 build: test
3134 language: c++
3135 src:
3136 - test/cpp/microbenchmarks/bm_arena.cc
3137 deps:
3138 - grpc_benchmark
3139 - benchmark
3140 - grpc++_test_util
3141 - grpc_test_util
3142 - grpc++
3143 - grpc
3144 - gpr_test_util
3145 - gpr
3146 args:
3147 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003148 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003149 platforms:
3150 - mac
3151 - linux
3152 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003153- name: bm_call_create
3154 build: test
3155 language: c++
3156 src:
3157 - test/cpp/microbenchmarks/bm_call_create.cc
3158 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003159 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003160 - benchmark
3161 - grpc++_test_util
3162 - grpc_test_util
3163 - grpc++
3164 - grpc
3165 - gpr_test_util
3166 - gpr
3167 args:
3168 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003169 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003170 platforms:
3171 - mac
3172 - linux
3173 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003174- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003175 build: test
3176 language: c++
3177 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003178 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003179 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003180 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003181 - benchmark
3182 - grpc++_test_util
3183 - grpc_test_util
3184 - grpc++
3185 - grpc
3186 - gpr_test_util
3187 - gpr
3188 args:
3189 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003190 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003191 platforms:
3192 - mac
3193 - linux
3194 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003195- name: bm_chttp2_transport
3196 build: test
3197 language: c++
3198 src:
3199 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3200 deps:
3201 - grpc_benchmark
3202 - benchmark
3203 - grpc++_test_util
3204 - grpc_test_util
3205 - grpc++
3206 - grpc
3207 - gpr_test_util
3208 - gpr
3209 args:
3210 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003211 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003212 platforms:
3213 - mac
3214 - linux
3215 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003216- name: bm_closure
3217 build: test
3218 language: c++
3219 src:
3220 - test/cpp/microbenchmarks/bm_closure.cc
3221 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003222 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003223 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003224 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003225 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003226 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003227 - grpc
3228 - gpr_test_util
3229 - gpr
3230 args:
3231 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003232 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003233 platforms:
3234 - mac
3235 - linux
3236 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003237- name: bm_cq
3238 build: test
3239 language: c++
3240 src:
3241 - test/cpp/microbenchmarks/bm_cq.cc
3242 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003243 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003244 - benchmark
3245 - grpc++_test_util
3246 - grpc_test_util
3247 - grpc++
3248 - grpc
3249 - gpr_test_util
3250 - gpr
3251 args:
3252 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003253 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003254 platforms:
3255 - mac
3256 - linux
3257 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003258- name: bm_error
3259 build: test
3260 language: c++
3261 src:
3262 - test/cpp/microbenchmarks/bm_error.cc
3263 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003264 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003265 - benchmark
3266 - grpc++_test_util
3267 - grpc_test_util
3268 - grpc++
3269 - grpc
3270 - gpr_test_util
3271 - gpr
3272 args:
3273 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003274 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003275 platforms:
3276 - mac
3277 - linux
3278 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003279- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003280 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003281 language: c++
3282 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003283 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003284 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003285 - grpc_benchmark
3286 - benchmark
3287 - grpc++_test_util
3288 - grpc_test_util
3289 - grpc++
3290 - grpc
3291 - gpr_test_util
3292 - gpr
3293 args:
3294 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003295 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003296 excluded_poll_engines:
3297 - poll
3298 - poll-cv
3299 platforms:
3300 - mac
3301 - linux
3302 - posix
3303 timeout_seconds: 1200
3304- name: bm_fullstack_streaming_pump
3305 build: test
3306 language: c++
3307 src:
3308 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003309 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003310 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003311 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003312 - grpc++_test_util
3313 - grpc_test_util
3314 - grpc++
3315 - grpc
3316 - gpr_test_util
3317 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003318 args:
3319 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003320 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003321 excluded_poll_engines:
3322 - poll
3323 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003324 platforms:
3325 - mac
3326 - linux
3327 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003328 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003329- name: bm_fullstack_trickle
3330 build: test
3331 language: c++
3332 src:
3333 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3334 deps:
3335 - grpc_benchmark
3336 - benchmark
3337 - grpc++_test_util
3338 - grpc_test_util
3339 - grpc++
3340 - grpc
3341 - gpr_test_util
3342 - gpr
3343 args:
3344 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003345 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003346 excluded_poll_engines:
3347 - poll
3348 - poll-cv
3349 platforms:
3350 - mac
3351 - linux
3352 - posix
3353 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003354- name: bm_fullstack_unary_ping_pong
3355 build: test
3356 language: c++
3357 src:
3358 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3359 deps:
3360 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003361 - benchmark
3362 - grpc++_test_util
3363 - grpc_test_util
3364 - grpc++
3365 - grpc
3366 - gpr_test_util
3367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003368 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003369 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003370 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003371 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003372 - poll
3373 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003374 platforms:
3375 - mac
3376 - linux
3377 - posix
3378 timeout_seconds: 1200
3379- name: bm_metadata
3380 build: test
3381 language: c++
3382 src:
3383 - test/cpp/microbenchmarks/bm_metadata.cc
3384 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003385 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003386 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003387 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003388 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003389 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003390 - grpc
3391 - gpr_test_util
3392 - gpr
3393 args:
3394 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003395 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003396 platforms:
3397 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003398 - linux
3399 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003400- name: bm_pollset
3401 build: test
3402 language: c++
3403 src:
3404 - test/cpp/microbenchmarks/bm_pollset.cc
3405 deps:
3406 - grpc_benchmark
3407 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003408 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003409 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003410 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003411 - grpc
3412 - gpr_test_util
3413 - gpr
3414 args:
3415 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003416 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003417 platforms:
3418 - mac
3419 - linux
3420 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003421- name: channel_arguments_test
3422 gtest: true
3423 build: test
3424 language: c++
3425 src:
3426 - test/cpp/common/channel_arguments_test.cc
3427 deps:
3428 - grpc++
3429 - grpc
3430 - gpr
3431- name: channel_filter_test
3432 gtest: true
3433 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003434 language: c++
3435 src:
3436 - test/cpp/common/channel_filter_test.cc
3437 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003438 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003439 - grpc
3440 - gpr
3441- name: cli_call_test
3442 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003443 build: test
3444 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003445 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003446 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003447 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003448 - grpc_cli_libs
3449 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003450 - grpc_test_util
3451 - grpc++
3452 - grpc
3453 - gpr_test_util
3454 - gpr
3455- name: client_crash_test
3456 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003457 cpu_cost: 0.1
3458 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003459 language: c++
3460 src:
3461 - test/cpp/end2end/client_crash_test.cc
3462 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003463 - grpc++_test_util
3464 - grpc_test_util
3465 - grpc++
3466 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003467 - gpr_test_util
3468 - gpr
3469 platforms:
3470 - mac
3471 - linux
3472 - posix
3473- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003474 build: test
3475 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003476 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003477 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003478 - test/cpp/end2end/client_crash_test_server.cc
3479 deps:
3480 - grpc++_test_util
3481 - grpc_test_util
3482 - grpc++
3483 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003484 - gpr_test_util
3485 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003486- name: codegen_test_full
3487 gtest: true
3488 build: test
3489 language: c++
3490 src:
3491 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003492 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003493 - src/proto/grpc/testing/payloads.proto
3494 - src/proto/grpc/testing/services.proto
3495 - src/proto/grpc/testing/stats.proto
3496 - test/cpp/codegen/codegen_test_full.cc
3497 deps:
3498 - grpc++
3499 - grpc
3500 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003501 filegroups:
3502 - grpc++_codegen_base
3503- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003504 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003505 build: test
yang-g34b58612016-06-03 17:30:09 -07003506 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003507 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003508 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003509 - src/proto/grpc/testing/messages.proto
3510 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003511 - src/proto/grpc/testing/services.proto
3512 - src/proto/grpc/testing/stats.proto
3513 - test/cpp/codegen/codegen_test_minimal.cc
3514 filegroups:
3515 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003516 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003517- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003518 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003519 build: test
3520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003521 src:
3522 - test/cpp/client/credentials_test.cc
3523 deps:
3524 - grpc++
3525 - grpc
3526 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003527- name: cxx_byte_buffer_test
3528 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003529 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003530 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003531 src:
3532 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003533 deps:
3534 - grpc_test_util
3535 - grpc++
3536 - grpc
3537 - gpr_test_util
3538 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003539- name: cxx_slice_test
3540 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003541 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003542 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003543 src:
3544 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003545 deps:
3546 - grpc_test_util
3547 - grpc++
3548 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003549 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003551- name: cxx_string_ref_test
3552 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003553 build: test
3554 language: c++
3555 src:
3556 - test/cpp/util/string_ref_test.cc
3557 deps:
3558 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003559- name: cxx_time_test
3560 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003561 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003562 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003563 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003564 - test/cpp/util/time_test.cc
3565 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003566 - grpc_test_util
3567 - grpc++
3568 - grpc
3569 - gpr_test_util
3570 - gpr
3571- name: end2end_test
3572 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003573 cpu_cost: 0.5
3574 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003575 language: c++
3576 src:
3577 - test/cpp/end2end/end2end_test.cc
3578 deps:
3579 - grpc++_test_util
3580 - grpc_test_util
3581 - grpc++
3582 - grpc
3583 - gpr_test_util
3584 - gpr
3585- name: filter_end2end_test
3586 gtest: true
3587 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003588 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003589 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003590 - test/cpp/end2end/filter_end2end_test.cc
3591 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003592 - grpc++_test_util
3593 - grpc_test_util
3594 - grpc++
3595 - grpc
3596 - gpr_test_util
3597 - gpr
3598- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003599 gtest: true
3600 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003601 language: c++
3602 src:
3603 - test/cpp/end2end/generic_end2end_test.cc
3604 deps:
3605 - grpc++_test_util
3606 - grpc_test_util
3607 - grpc++
3608 - grpc
3609 - gpr_test_util
3610 - gpr
3611- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003612 gtest: true
3613 build: test
3614 language: c++
3615 src:
Craig Tiller25834342015-09-25 08:08:24 -07003616 - src/proto/grpc/testing/compiler_test.proto
3617 - test/cpp/codegen/golden_file_test.cc
3618 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003619 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003620 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003621 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003622 args:
3623 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003624- name: grpc_cli
3625 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003626 run: false
3627 language: c++
3628 src:
3629 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003630 deps:
3631 - grpc_cli_libs
3632 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003633 - grpc++
3634 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003635 - gpr
3636 - grpc++_test_config
3637- name: grpc_cpp_plugin
3638 build: protoc
3639 language: c++
3640 src:
3641 - src/compiler/cpp_plugin.cc
3642 deps:
3643 - grpc_plugin_support
3644 secure: false
3645 vs_config_type: Application
3646 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3647- name: grpc_csharp_plugin
3648 build: protoc
3649 language: c++
3650 src:
3651 - src/compiler/csharp_plugin.cc
3652 deps:
3653 - grpc_plugin_support
3654 secure: false
3655 vs_config_type: Application
3656 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003657- name: grpc_node_plugin
3658 build: protoc
3659 language: c++
3660 src:
3661 - src/compiler/node_plugin.cc
3662 deps:
3663 - grpc_plugin_support
3664 secure: false
3665 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003666- name: grpc_objective_c_plugin
3667 build: protoc
3668 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003669 src:
3670 - src/compiler/objective_c_plugin.cc
3671 deps:
3672 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003673 secure: false
3674 vs_config_type: Application
3675 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003676- name: grpc_php_plugin
3677 build: protoc
3678 language: c++
3679 src:
3680 - src/compiler/php_plugin.cc
3681 deps:
3682 - grpc_plugin_support
3683 secure: false
3684 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003685- name: grpc_python_plugin
3686 build: protoc
3687 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003688 src:
3689 - src/compiler/python_plugin.cc
3690 deps:
3691 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003692 secure: false
3693 vs_config_type: Application
3694 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3695- name: grpc_ruby_plugin
3696 build: protoc
3697 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003698 src:
3699 - src/compiler/ruby_plugin.cc
3700 deps:
3701 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003702 secure: false
3703 vs_config_type: Application
3704 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003705- name: grpc_tool_test
3706 gtest: true
3707 build: test
3708 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003709 src:
3710 - src/proto/grpc/testing/echo.proto
3711 - src/proto/grpc/testing/echo_messages.proto
3712 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003713 deps:
3714 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003715 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003716 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003717 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003718 - grpc_test_util
3719 - grpc++
3720 - grpc
3721 - gpr_test_util
3722 - gpr
3723 filegroups:
3724 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003725- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003726 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003727 build: test
3728 language: c++
3729 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003730 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003731 - test/cpp/grpclb/grpclb_api_test.cc
3732 deps:
3733 - grpc++_test_util
3734 - grpc_test_util
3735 - grpc++
3736 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003737- name: grpclb_test
3738 gtest: false
3739 build: test
3740 language: c++
3741 src:
3742 - src/proto/grpc/lb/v1/load_balancer.proto
3743 - test/cpp/grpclb/grpclb_test.cc
3744 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003745 - grpc++_test_util
3746 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003747 - grpc++
3748 - grpc
3749 - gpr_test_util
3750 - gpr
yang-gad327642016-12-12 14:32:09 -08003751- name: health_service_end2end_test
3752 gtest: true
3753 build: test
3754 language: c++
3755 src:
3756 - test/cpp/end2end/health_service_end2end_test.cc
3757 deps:
3758 - grpc++_test_util
3759 - grpc_test_util
3760 - grpc++
3761 - grpc
3762 - gpr_test_util
3763 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003764- name: http2_client
3765 build: test
3766 run: false
3767 language: c++
3768 src: []
3769 deps:
3770 - http2_client_main
3771 - grpc++_test_util
3772 - grpc_test_util
3773 - grpc++
3774 - grpc
3775 - grpc++_test_config
3776 platforms:
3777 - mac
3778 - linux
3779 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003780- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003781 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003782 build: test
3783 language: c++
3784 src:
3785 - test/cpp/end2end/hybrid_end2end_test.cc
3786 deps:
3787 - grpc++_test_util
3788 - grpc_test_util
3789 - grpc++
3790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003791 - gpr_test_util
3792 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003793- name: interop_client
3794 build: test
3795 run: false
3796 language: c++
3797 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003798 deps:
3799 - interop_client_main
3800 - interop_client_helper
3801 - grpc++_test_util
3802 - grpc_test_util
3803 - grpc++
3804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003805 - gpr_test_util
3806 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003807 - grpc++_test_config
3808 platforms:
3809 - mac
3810 - linux
3811 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003812- name: interop_server
3813 build: test
3814 run: false
3815 language: c++
3816 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003817 deps:
3818 - interop_server_main
3819 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003820 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003821 - grpc++_test_util
3822 - grpc_test_util
3823 - grpc++
3824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003825 - gpr_test_util
3826 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003827 - grpc++_test_config
3828 platforms:
3829 - mac
3830 - linux
3831 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003832- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003833 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003834 build: test
3835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003836 src:
3837 - test/cpp/interop/interop_test.cc
3838 deps:
3839 - grpc_test_util
3840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003841 - gpr_test_util
3842 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003843 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003844 platforms:
3845 - mac
3846 - linux
3847 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003848- name: json_run_localhost
3849 build: test
3850 run: false
3851 language: c++
3852 src:
3853 - test/cpp/qps/json_run_localhost.cc
3854 deps:
3855 - grpc++_test_util
3856 - grpc_test_util
3857 - grpc++
3858 - grpc
3859 - gpr_test_util
3860 - gpr
3861 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003862 platforms:
3863 - mac
3864 - linux
3865 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003866- name: metrics_client
3867 build: test
3868 run: false
3869 language: c++
3870 headers:
3871 - test/cpp/util/metrics_server.h
3872 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003873 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003874 - test/cpp/interop/metrics_client.cc
3875 deps:
3876 - grpc++
3877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003878 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003879 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003880- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003881 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003882 build: test
3883 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003884 src:
3885 - test/cpp/end2end/mock_test.cc
3886 deps:
3887 - grpc++_test_util
3888 - grpc_test_util
3889 - grpc++
3890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003891 - gpr_test_util
3892 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003893- name: noop-benchmark
3894 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003895 language: c++
3896 src:
3897 - test/cpp/microbenchmarks/noop-benchmark.cc
3898 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003899 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003900 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003901- name: proto_server_reflection_test
3902 gtest: true
3903 build: test
3904 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003905 src:
3906 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003907 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003908 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003909 - grpc++_reflection
3910 - grpc++_test_util
3911 - grpc_test_util
3912 - grpc++
3913 - grpc
3914 - gpr_test_util
3915 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003916- name: proto_utils_test
3917 gtest: true
3918 build: test
3919 language: c++
3920 src:
3921 - test/cpp/codegen/proto_utils_test.cc
3922 deps:
3923 - grpc++
3924 - grpc
3925 filegroups:
3926 - grpc++_codegen_base
3927 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928- name: qps_interarrival_test
3929 build: test
3930 run: false
3931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003932 src:
3933 - test/cpp/qps/qps_interarrival_test.cc
3934 deps:
3935 - qps
3936 - grpc++_test_util
3937 - grpc_test_util
3938 - grpc++
3939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003940 - gpr_test_util
3941 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003942 platforms:
3943 - mac
3944 - linux
3945 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003946- name: qps_json_driver
3947 build: test
3948 run: false
3949 language: c++
3950 src:
3951 - test/cpp/qps/qps_json_driver.cc
3952 deps:
3953 - qps
3954 - grpc++_test_util
3955 - grpc_test_util
3956 - grpc++
3957 - grpc
3958 - gpr_test_util
3959 - gpr
3960 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003961- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003962 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003963 build: test
3964 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003965 src:
3966 - test/cpp/qps/qps_openloop_test.cc
3967 deps:
3968 - qps
3969 - grpc++_test_util
3970 - grpc_test_util
3971 - grpc++
3972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003973 - gpr_test_util
3974 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003975 - grpc++_test_config
3976 platforms:
3977 - mac
3978 - linux
3979 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003980- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003981 build: test
3982 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003983 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003984 headers:
3985 - test/cpp/qps/client.h
3986 - test/cpp/qps/server.h
3987 src:
3988 - test/cpp/qps/worker.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 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003998- name: reconnect_interop_client
3999 build: test
4000 run: false
4001 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004002 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004003 - src/proto/grpc/testing/empty.proto
4004 - src/proto/grpc/testing/messages.proto
4005 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004006 - test/cpp/interop/reconnect_interop_client.cc
4007 deps:
4008 - grpc++_test_util
4009 - grpc_test_util
4010 - grpc++
4011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004012 - gpr_test_util
4013 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004014 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004015- name: reconnect_interop_server
4016 build: test
4017 run: false
4018 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004019 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004020 - src/proto/grpc/testing/empty.proto
4021 - src/proto/grpc/testing/messages.proto
4022 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004023 - test/cpp/interop/reconnect_interop_server.cc
4024 deps:
4025 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004026 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004027 - grpc++_test_util
4028 - grpc_test_util
4029 - grpc++
4030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004031 - gpr_test_util
4032 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004033 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004034- name: round_robin_end2end_test
4035 gtest: true
4036 build: test
4037 language: c++
4038 src:
4039 - test/cpp/end2end/round_robin_end2end_test.cc
4040 deps:
4041 - grpc++_test_util
4042 - grpc_test_util
4043 - grpc++
4044 - grpc
4045 - gpr_test_util
4046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004047- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004048 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004049 build: test
4050 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004051 src:
4052 - test/cpp/common/secure_auth_context_test.cc
4053 deps:
4054 - grpc++_test_util
4055 - grpc_test_util
4056 - grpc++
4057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004058 - gpr_test_util
4059 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004060- name: secure_sync_unary_ping_pong_test
4061 build: test
4062 language: c++
4063 src:
4064 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4065 deps:
4066 - qps
4067 - grpc++_test_util
4068 - grpc_test_util
4069 - grpc++
4070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004071 - gpr_test_util
4072 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004073 platforms:
4074 - mac
4075 - linux
4076 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004077- name: server_builder_plugin_test
4078 gtest: true
4079 build: test
4080 language: c++
4081 src:
4082 - test/cpp/end2end/server_builder_plugin_test.cc
4083 deps:
4084 - grpc++_test_util
4085 - grpc_test_util
4086 - grpc++
4087 - grpc
4088 - gpr_test_util
4089 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004090- name: server_builder_test
4091 gtest: true
4092 build: test
4093 language: c++
4094 src:
4095 - src/proto/grpc/testing/echo_messages.proto
4096 - src/proto/grpc/testing/echo.proto
4097 - test/cpp/server/server_builder_test.cc
4098 deps:
4099 - grpc++_test_util
4100 - grpc_test_util
4101 - gpr_test_util
4102 - grpc++
4103 - grpc
4104 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004105- name: server_context_test_spouse_test
4106 gtest: true
4107 build: test
4108 language: c++
4109 src:
4110 - test/cpp/test/server_context_test_spouse_test.cc
4111 deps:
4112 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004113 - grpc++
4114 - grpc
4115 - gpr_test_util
4116 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004117 uses:
4118 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004119- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004120 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004121 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004122 build: test
4123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004124 src:
4125 - test/cpp/end2end/server_crash_test.cc
4126 deps:
4127 - grpc++_test_util
4128 - grpc_test_util
4129 - grpc++
4130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004131 - gpr_test_util
4132 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004133 platforms:
4134 - mac
4135 - linux
4136 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004137- name: server_crash_test_client
4138 build: test
4139 run: false
4140 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004141 src:
4142 - test/cpp/end2end/server_crash_test_client.cc
4143 deps:
4144 - grpc++_test_util
4145 - grpc_test_util
4146 - grpc++
4147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004148 - gpr_test_util
4149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004150- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004151 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004152 build: test
4153 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004154 src:
4155 - test/cpp/end2end/shutdown_test.cc
4156 deps:
4157 - grpc++_test_util
4158 - grpc_test_util
4159 - grpc++
4160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004161 - gpr_test_util
4162 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004163- name: status_test
4164 build: test
4165 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004166 src:
4167 - test/cpp/util/status_test.cc
4168 deps:
4169 - grpc_test_util
4170 - grpc++
4171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004172 - gpr_test_util
4173 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004174- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004175 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004176 build: test
4177 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004178 src:
4179 - test/cpp/end2end/streaming_throughput_test.cc
4180 deps:
4181 - grpc++_test_util
4182 - grpc_test_util
4183 - grpc++
4184 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004185 - gpr_test_util
4186 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004187 platforms:
4188 - mac
4189 - linux
4190 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004191- name: stress_test
4192 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004193 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004194 language: c++
4195 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004196 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004197 - test/cpp/interop/interop_client.h
4198 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004199 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004200 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004201 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004202 - src/proto/grpc/testing/empty.proto
4203 - src/proto/grpc/testing/messages.proto
4204 - src/proto/grpc/testing/metrics.proto
4205 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004206 - test/cpp/interop/interop_client.cc
4207 - test/cpp/interop/stress_interop_client.cc
4208 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004209 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004210 deps:
4211 - grpc++_test_util
4212 - grpc_test_util
4213 - grpc++
4214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004215 - gpr_test_util
4216 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004217 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004218- name: thread_manager_test
4219 build: test
4220 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004221 src:
4222 - test/cpp/thread_manager/thread_manager_test.cc
4223 deps:
4224 - grpc++
4225 - grpc
4226 - gpr
4227 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004228- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004229 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004230 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004231 build: test
4232 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004233 src:
4234 - test/cpp/end2end/thread_stress_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 Tiller9a3997c2017-01-30 13:22:33 -08004242- name: writes_per_rpc_test
4243 gtest: true
4244 cpu_cost: 0.5
4245 build: test
4246 language: c++
4247 src:
4248 - test/cpp/performance/writes_per_rpc_test.cc
4249 deps:
4250 - grpc++_test_util
4251 - grpc_test_util
4252 - grpc++
4253 - grpc
4254 - gpr_test_util
4255 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004256 platforms:
4257 - mac
4258 - linux
4259 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004260- name: public_headers_must_be_c89
4261 build: test
4262 language: c89
4263 src:
4264 - test/core/surface/public_headers_must_be_c89.c
4265 deps:
4266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004267 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004268vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004269- linkage: static
4270 name: grpc.dependencies.zlib
4271 props: false
4272 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004273 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004274- linkage: static
4275 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004276 props: true
4277 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004278 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004279- name: gflags
4280 props: false
4281 redist: false
4282 version: 2.1.2.1
4283- name: gtest
4284 props: false
4285 redist: false
4286 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004287configs:
4288 asan:
4289 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004290 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4291 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004292 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004293 LD: clang
4294 LDFLAGS: -fsanitize=address
4295 LDXX: clang++
4296 compile_the_world: true
4297 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004298 ASAN_OPTIONS: detect_leaks=1:color=always
4299 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004300 asan-noleaks:
4301 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004302 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4303 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004304 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004305 LD: clang
4306 LDFLAGS: -fsanitize=address
4307 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004308 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004309 test_environ:
4310 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004311 asan-trace-cmp:
4312 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004313 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4314 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004315 CXX: clang++
4316 LD: clang
4317 LDFLAGS: -fsanitize=address
4318 LDXX: clang++
4319 compile_the_world: true
4320 test_environ:
4321 ASAN_OPTIONS: detect_leaks=1:color=always
4322 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004323 basicprof:
4324 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4325 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004326 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004327 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004328 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004329 dbg:
4330 CPPFLAGS: -O0
4331 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004332 gcov:
4333 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004334 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004335 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004336 DEFINES: _DEBUG DEBUG GPR_GCOV
4337 LD: gcc
4338 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4339 LDXX: g++
4340 helgrind:
4341 CPPFLAGS: -O0
4342 DEFINES: _DEBUG DEBUG
4343 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004344 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004345 lto:
4346 CPPFLAGS: -O2
4347 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004348 memcheck:
4349 CPPFLAGS: -O0
4350 DEFINES: _DEBUG DEBUG
4351 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004352 valgrind: --tool=memcheck --leak-check=full
4353 msan:
4354 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004355 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4356 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4357 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004358 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004359 DEFINES: NDEBUG
4360 LD: clang
4361 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4362 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4363 LDXX: clang++
4364 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004365 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004366 CPPFLAGS: -O3 -fno-omit-frame-pointer
4367 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004368 LDFLAGS: -rdynamic
4369 opt:
4370 CPPFLAGS: -O2
4371 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004372 stapprof:
4373 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4374 DEFINES: NDEBUG
4375 tsan:
4376 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004377 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004378 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004379 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004380 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004381 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004382 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004383 LDXX: clang++
4384 compile_the_world: true
4385 test_environ:
4386 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004387 ubsan:
4388 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004389 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4390 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004391 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004392 DEFINES: NDEBUG
4393 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004394 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004395 LDXX: clang++
4396 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004397 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004398 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004399defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004400 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004401 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004402 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4403 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004404 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004405 benchmark:
4406 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004407 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004408 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004409 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004410 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004411 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004412 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004413 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004414 LDFLAGS: -g
4415 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004416 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004417 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004418node_modules:
4419- deps:
4420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004421 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004422 - boringssl
4423 - z
murgatroid9994a75412015-11-19 14:04:53 -08004424 headers:
4425 - src/node/ext/byte_buffer.h
4426 - src/node/ext/call.h
4427 - src/node/ext/call_credentials.h
4428 - src/node/ext/channel.h
4429 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004430 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004431 - src/node/ext/server.h
4432 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004433 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004434 - src/node/ext/timeval.h
4435 js:
4436 - src/node/index.js
4437 - src/node/src/client.js
4438 - src/node/src/common.js
4439 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004440 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004441 - src/node/src/metadata.js
4442 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004443 name: grpc_node
4444 src:
4445 - src/node/ext/byte_buffer.cc
4446 - src/node/ext/call.cc
4447 - src/node/ext/call_credentials.cc
4448 - src/node/ext/channel.cc
4449 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004450 - src/node/ext/completion_queue_threadpool.cc
4451 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004452 - src/node/ext/node_grpc.cc
4453 - src/node/ext/server.cc
4454 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004455 - src/node/ext/server_generic.cc
4456 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004457 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004458 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004459openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004460 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004461 extraction_dir: openssl-1.0.2f
4462 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004463php_config_m4:
4464 deps:
4465 - grpc
4466 - gpr
4467 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004468 headers:
4469 - src/php/ext/grpc/byte_buffer.h
4470 - src/php/ext/grpc/call.h
4471 - src/php/ext/grpc/call_credentials.h
4472 - src/php/ext/grpc/channel.h
4473 - src/php/ext/grpc/channel_credentials.h
4474 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004475 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004476 - src/php/ext/grpc/php_grpc.h
4477 - src/php/ext/grpc/server.h
4478 - src/php/ext/grpc/server_credentials.h
4479 - src/php/ext/grpc/timeval.h
4480 src:
4481 - src/php/ext/grpc/byte_buffer.c
4482 - src/php/ext/grpc/call.c
4483 - src/php/ext/grpc/call_credentials.c
4484 - src/php/ext/grpc/channel.c
4485 - src/php/ext/grpc/channel_credentials.c
4486 - src/php/ext/grpc/completion_queue.c
4487 - src/php/ext/grpc/php_grpc.c
4488 - src/php/ext/grpc/server.c
4489 - src/php/ext/grpc/server_credentials.c
4490 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004491python_dependencies:
4492 deps:
4493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004494 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004495 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004496 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004497 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004498ruby_gem:
4499 deps:
4500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004501 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004502 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004503 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004504 - z