blob: 494d1aca8f679a7346a8c8a233405e2a4b447028 [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 Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/channel/channel_args.h
177 - src/core/lib/channel/channel_stack.h
178 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/channel/compress_filter.h
180 - src/core/lib/channel/connected_channel.h
181 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700182 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700183 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800184 - src/core/lib/channel/handshaker_factory.h
185 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/channel/http_client_filter.h
187 - src/core/lib/channel/http_server_filter.h
Yuchen Zenga809ea52017-03-28 02:02:45 -0700188 - src/core/lib/channel/max_age_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700189 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/compression/algorithm_metadata.h
191 - src/core/lib/compression/message_compress.h
192 - src/core/lib/debug/trace.h
193 - src/core/lib/http/format_request.h
194 - src/core/lib/http/httpcli.h
195 - src/core/lib/http/parser.h
196 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700197 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700198 - src/core/lib/iomgr/endpoint.h
199 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700200 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800201 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700202 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700203 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700204 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/exec_ctx.h
206 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/iomgr/iocp_windows.h
208 - src/core/lib/iomgr/iomgr.h
209 - src/core/lib/iomgr/iomgr_internal.h
210 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700211 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700212 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700213 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700217 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700219 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700221 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/sockaddr.h
223 - src/core/lib/iomgr/sockaddr_posix.h
224 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700225 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500226 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700227 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700228 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/socket_utils_posix.h
230 - src/core/lib/iomgr/socket_windows.h
231 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700232 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/tcp_posix.h
234 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700235 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/tcp_windows.h
238 - src/core/lib/iomgr/time_averaged_stats.h
239 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700240 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700242 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/udp_server.h
244 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700245 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/wakeup_fd_pipe.h
247 - src/core/lib/iomgr/wakeup_fd_posix.h
248 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700249 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/workqueue_windows.h
251 - src/core/lib/json/json.h
252 - src/core/lib/json/json_common.h
253 - src/core/lib/json/json_reader.h
254 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700255 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700256 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800257 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800258 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700259 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/surface/api_trace.h
261 - src/core/lib/surface/call.h
262 - src/core/lib/surface/call_test_only.h
263 - src/core/lib/surface/channel.h
264 - src/core/lib/surface/channel_init.h
265 - src/core/lib/surface/channel_stack_type.h
266 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700267 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/surface/event_string.h
269 - src/core/lib/surface/init.h
270 - src/core/lib/surface/lame_client.h
271 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800272 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700273 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800276 - src/core/lib/transport/error_utils.h
277 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/transport/metadata.h
279 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700280 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700281 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800283 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400284 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/transport/transport.h
286 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700287 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/channel/channel_args.c
289 - src/core/lib/channel/channel_stack.c
290 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/channel/compress_filter.c
292 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700293 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700294 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800295 - src/core/lib/channel/handshaker_factory.c
296 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/channel/http_client_filter.c
298 - src/core/lib/channel/http_server_filter.c
Yuchen Zenga809ea52017-03-28 02:02:45 -0700299 - src/core/lib/channel/max_age_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700300 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700301 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/compression/message_compress.c
303 - src/core/lib/debug/trace.c
304 - src/core/lib/http/format_request.c
305 - src/core/lib/http/httpcli.c
306 - src/core/lib/http/parser.c
307 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700308 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/endpoint.c
310 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700311 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700313 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700314 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700315 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700316 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700317 - src/core/lib/iomgr/exec_ctx.c
318 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/iomgr/iocp_windows.c
320 - src/core/lib/iomgr/iomgr.c
321 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700322 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700324 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700325 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700326 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700327 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/pollset_windows.c
331 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700332 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700334 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500336 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700337 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/socket_utils_common_posix.c
339 - src/core/lib/iomgr/socket_utils_linux.c
340 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700341 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700342 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/socket_windows.c
344 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700345 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700346 - src/core/lib/iomgr/tcp_client_windows.c
347 - src/core/lib/iomgr/tcp_posix.c
348 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700349 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700350 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
351 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700352 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700354 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700355 - src/core/lib/iomgr/tcp_windows.c
356 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700357 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700358 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700359 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/iomgr/udp_server.c
361 - src/core/lib/iomgr/unix_sockets_posix.c
362 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700363 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/iomgr/wakeup_fd_eventfd.c
365 - src/core/lib/iomgr/wakeup_fd_nospecial.c
366 - src/core/lib/iomgr/wakeup_fd_pipe.c
367 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700368 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/iomgr/workqueue_windows.c
370 - src/core/lib/json/json.c
371 - src/core/lib/json/json_reader.c
372 - src/core/lib/json/json_string.c
373 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700374 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700375 - src/core/lib/slice/percent_encoding.c
376 - src/core/lib/slice/slice.c
377 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800378 - src/core/lib/slice/slice_hash_table.c
379 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700380 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700381 - src/core/lib/surface/alarm.c
382 - src/core/lib/surface/api_trace.c
383 - src/core/lib/surface/byte_buffer.c
384 - src/core/lib/surface/byte_buffer_reader.c
385 - src/core/lib/surface/call.c
386 - src/core/lib/surface/call_details.c
387 - src/core/lib/surface/call_log_batch.c
388 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700389 - src/core/lib/surface/channel_init.c
390 - src/core/lib/surface/channel_ping.c
391 - src/core/lib/surface/channel_stack_type.c
392 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700393 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700395 - src/core/lib/surface/lame_client.c
396 - src/core/lib/surface/metadata_array.c
397 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/surface/validate_metadata.c
399 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700400 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700402 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800403 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700404 - src/core/lib/transport/metadata.c
405 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700406 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700407 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700408 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800409 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400410 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700411 - src/core/lib/transport/transport.c
412 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700413 deps:
414 - gpr
415 uses:
416 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700417- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700418 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700419 - src/core/ext/filters/client_channel/client_channel.h
420 - src/core/ext/filters/client_channel/client_channel_factory.h
421 - src/core/ext/filters/client_channel/connector.h
422 - src/core/ext/filters/client_channel/http_connect_handshaker.h
423 - src/core/ext/filters/client_channel/http_proxy.h
424 - src/core/ext/filters/client_channel/lb_policy.h
425 - src/core/ext/filters/client_channel/lb_policy_factory.h
426 - src/core/ext/filters/client_channel/lb_policy_registry.h
427 - src/core/ext/filters/client_channel/parse_address.h
428 - src/core/ext/filters/client_channel/proxy_mapper.h
429 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
430 - src/core/ext/filters/client_channel/resolver.h
431 - src/core/ext/filters/client_channel/resolver_factory.h
432 - src/core/ext/filters/client_channel/resolver_registry.h
433 - src/core/ext/filters/client_channel/retry_throttle.h
434 - src/core/ext/filters/client_channel/subchannel.h
435 - src/core/ext/filters/client_channel/subchannel_index.h
436 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700437 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700438 - src/core/ext/filters/client_channel/channel_connectivity.c
439 - src/core/ext/filters/client_channel/client_channel.c
440 - src/core/ext/filters/client_channel/client_channel_factory.c
441 - src/core/ext/filters/client_channel/client_channel_plugin.c
442 - src/core/ext/filters/client_channel/connector.c
443 - src/core/ext/filters/client_channel/http_connect_handshaker.c
444 - src/core/ext/filters/client_channel/http_proxy.c
445 - src/core/ext/filters/client_channel/lb_policy.c
446 - src/core/ext/filters/client_channel/lb_policy_factory.c
447 - src/core/ext/filters/client_channel/lb_policy_registry.c
448 - src/core/ext/filters/client_channel/parse_address.c
449 - src/core/ext/filters/client_channel/proxy_mapper.c
450 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
451 - src/core/ext/filters/client_channel/resolver.c
452 - src/core/ext/filters/client_channel/resolver_factory.c
453 - src/core/ext/filters/client_channel/resolver_registry.c
454 - src/core/ext/filters/client_channel/retry_throttle.c
455 - src/core/ext/filters/client_channel/subchannel.c
456 - src/core/ext/filters/client_channel/subchannel_index.c
457 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700458 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700459 uses:
460 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800461- name: grpc_codegen
462 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700463 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800464 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800465 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800466 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800467 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800468 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700469 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800470 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700471 uses:
472 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700473- name: grpc_lb_policy_grpclb
474 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700475 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
476 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
477 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
478 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700479 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700480 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
481 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
482 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
483 - 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 -0800484 plugin: grpc_lb_policy_grpclb
485 uses:
486 - grpc_base
487 - grpc_client_channel
488 - nanopb
489- name: grpc_lb_policy_grpclb_secure
490 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700491 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
492 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
493 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
494 - 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 -0800495 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700496 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
497 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
498 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
499 - 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 -0700500 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700501 uses:
502 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700503 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700504 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700505 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700506- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700507 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700508 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700509 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700510 uses:
511 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700512 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700513- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700514 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700515 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700516 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700517 uses:
518 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700519 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700520- name: grpc_load_reporting
521 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700522 - src/core/ext/filters/load_reporting/load_reporting.h
523 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700524 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700525 - src/core/ext/filters/load_reporting/load_reporting.c
526 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700527 plugin: grpc_load_reporting_plugin
528 uses:
529 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700530- name: grpc_resolver_dns_ares
531 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700532 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
533 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700534 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700535 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
536 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
537 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700538 plugin: grpc_resolver_dns_ares
539 uses:
540 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700541 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700542- name: grpc_resolver_dns_native
543 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700544 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700545 plugin: grpc_resolver_dns_native
546 uses:
547 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700548 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700549- name: grpc_resolver_sockaddr
550 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700551 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700552 plugin: grpc_resolver_sockaddr
553 uses:
554 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700555 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100556- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700557 public_headers:
558 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100559 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700560 - src/core/lib/security/context/security_context.h
561 - src/core/lib/security/credentials/composite/composite_credentials.h
562 - src/core/lib/security/credentials/credentials.h
563 - src/core/lib/security/credentials/fake/fake_credentials.h
564 - src/core/lib/security/credentials/google_default/google_default_credentials.h
565 - src/core/lib/security/credentials/iam/iam_credentials.h
566 - src/core/lib/security/credentials/jwt/json_token.h
567 - src/core/lib/security/credentials/jwt/jwt_credentials.h
568 - src/core/lib/security/credentials/jwt/jwt_verifier.h
569 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
570 - src/core/lib/security/credentials/plugin/plugin_credentials.h
571 - src/core/lib/security/credentials/ssl/ssl_credentials.h
572 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800573 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700574 - src/core/lib/security/transport/secure_endpoint.h
575 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800576 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700577 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700578 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100579 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700580 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700581 - src/core/lib/security/context/security_context.c
582 - src/core/lib/security/credentials/composite/composite_credentials.c
583 - src/core/lib/security/credentials/credentials.c
584 - src/core/lib/security/credentials/credentials_metadata.c
585 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700586 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700587 - src/core/lib/security/credentials/google_default/google_default_credentials.c
588 - src/core/lib/security/credentials/iam/iam_credentials.c
589 - src/core/lib/security/credentials/jwt/json_token.c
590 - src/core/lib/security/credentials/jwt/jwt_credentials.c
591 - src/core/lib/security/credentials/jwt/jwt_verifier.c
592 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
593 - src/core/lib/security/credentials/plugin/plugin_credentials.c
594 - src/core/lib/security/credentials/ssl/ssl_credentials.c
595 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800596 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700597 - src/core/lib/security/transport/secure_endpoint.c
598 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800599 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700600 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700601 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700602 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700603 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700604 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700605 uses:
606 - grpc_base
607 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700608 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700609- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700610 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700611 headers:
612 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700613 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800614 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700615 - test/core/end2end/fixtures/proxy.h
616 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800617 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700618 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200619 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700620 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700621 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700622 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700623 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700624 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700625 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800626 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700627 src:
628 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700629 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800630 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700631 - test/core/end2end/fixtures/proxy.c
632 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800633 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700634 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200635 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700636 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700637 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700638 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800639 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700640 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700641 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800642 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700643 deps:
644 - grpc
645 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700646- name: grpc_transport_chttp2
647 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700648 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700649 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700650 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
651 - src/core/ext/transport/chttp2/transport/frame.h
652 - src/core/ext/transport/chttp2/transport/frame_data.h
653 - src/core/ext/transport/chttp2/transport/frame_goaway.h
654 - src/core/ext/transport/chttp2/transport/frame_ping.h
655 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
656 - src/core/ext/transport/chttp2/transport/frame_settings.h
657 - src/core/ext/transport/chttp2/transport/frame_window_update.h
658 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
659 - src/core/ext/transport/chttp2/transport/hpack_parser.h
660 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700661 - src/core/ext/transport/chttp2/transport/huffsyms.h
662 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
663 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700664 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700665 - src/core/ext/transport/chttp2/transport/varint.h
666 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700667 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700668 - src/core/ext/transport/chttp2/transport/bin_encoder.c
669 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700670 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
671 - src/core/ext/transport/chttp2/transport/frame_data.c
672 - src/core/ext/transport/chttp2/transport/frame_goaway.c
673 - src/core/ext/transport/chttp2/transport/frame_ping.c
674 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
675 - src/core/ext/transport/chttp2/transport/frame_settings.c
676 - src/core/ext/transport/chttp2/transport/frame_window_update.c
677 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
678 - src/core/ext/transport/chttp2/transport/hpack_parser.c
679 - src/core/ext/transport/chttp2/transport/hpack_table.c
680 - src/core/ext/transport/chttp2/transport/huffsyms.c
681 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
682 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700683 - src/core/ext/transport/chttp2/transport/stream_lists.c
684 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700685 - src/core/ext/transport/chttp2/transport/varint.c
686 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700687 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700688 uses:
689 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700690 - grpc_transport_chttp2_alpn
691- name: grpc_transport_chttp2_alpn
692 headers:
693 - src/core/ext/transport/chttp2/alpn/alpn.h
694 src:
695 - src/core/ext/transport/chttp2/alpn/alpn.c
696 deps:
697 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800698- name: grpc_transport_chttp2_client_connector
699 headers:
700 - src/core/ext/transport/chttp2/client/chttp2_connector.h
701 src:
702 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800703 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800704 - grpc_transport_chttp2
705 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700706 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700707- name: grpc_transport_chttp2_client_insecure
708 src:
709 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700710 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700711 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800712 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700713 - grpc_transport_chttp2
714 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700715 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700716- name: grpc_transport_chttp2_client_secure
717 src:
718 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700719 uses:
720 - grpc_transport_chttp2
721 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700722 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700723 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800724 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800725- name: grpc_transport_chttp2_server
726 headers:
727 - src/core/ext/transport/chttp2/server/chttp2_server.h
728 src:
729 - src/core/ext/transport/chttp2/server/chttp2_server.c
730 uses:
731 - grpc_transport_chttp2
732 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700733- name: grpc_transport_chttp2_server_insecure
734 src:
735 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700736 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700737 uses:
738 - grpc_transport_chttp2
739 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800740 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700741- name: grpc_transport_chttp2_server_secure
742 src:
743 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700744 uses:
745 - grpc_transport_chttp2
746 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700747 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800748 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700749- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700750 public_headers:
751 - include/grpc/grpc_cronet.h
752 - include/grpc/grpc_security.h
753 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700754 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800755 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800756 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700757 src:
758 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
759 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
760 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700761 filegroups:
762 - grpc_base
763 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800764- name: nanopb
765 headers:
766 - third_party/nanopb/pb.h
767 - third_party/nanopb/pb_common.h
768 - third_party/nanopb/pb_decode.h
769 - third_party/nanopb/pb_encode.h
770 src:
771 - third_party/nanopb/pb_common.c
772 - third_party/nanopb/pb_decode.c
773 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774- name: tsi
775 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700776 - src/core/tsi/fake_transport_security.h
777 - src/core/tsi/ssl_transport_security.h
778 - src/core/tsi/ssl_types.h
779 - src/core/tsi/transport_security.h
780 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700782 - src/core/tsi/fake_transport_security.c
783 - src/core/tsi/ssl_transport_security.c
784 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 deps:
786 - gpr
787 secure: true
788- name: grpc++_base
789 language: c++
790 public_headers:
791 - include/grpc++/alarm.h
792 - include/grpc++/channel.h
793 - include/grpc++/client_context.h
794 - include/grpc++/completion_queue.h
795 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700796 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800797 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 - include/grpc++/generic/async_generic_service.h
799 - include/grpc++/generic/generic_stub.h
800 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800801 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700802 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800803 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700804 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700805 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700806 - include/grpc++/impl/grpc_library.h
807 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700808 - include/grpc++/impl/rpc_method.h
809 - include/grpc++/impl/rpc_service_method.h
810 - include/grpc++/impl/serialization_traits.h
811 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700812 - include/grpc++/impl/server_builder_plugin.h
813 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700815 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - include/grpc++/security/auth_context.h
817 - include/grpc++/security/auth_metadata_processor.h
818 - include/grpc++/security/credentials.h
819 - include/grpc++/security/server_credentials.h
820 - include/grpc++/server.h
821 - include/grpc++/server_builder.h
822 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700823 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700824 - include/grpc++/support/async_stream.h
825 - include/grpc++/support/async_unary_call.h
826 - include/grpc++/support/byte_buffer.h
827 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700828 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - include/grpc++/support/slice.h
830 - include/grpc++/support/status.h
831 - include/grpc++/support/status_code_enum.h
832 - include/grpc++/support/string_ref.h
833 - include/grpc++/support/stub_options.h
834 - include/grpc++/support/sync_stream.h
835 - include/grpc++/support/time.h
836 headers:
837 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700838 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700839 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800840 - src/cpp/server/health/default_health_check_service.h
841 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700843 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700845 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 - src/cpp/client/client_context.cc
847 - src/cpp/client/create_channel.cc
848 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700849 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700850 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700851 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700853 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700854 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700855 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700856 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700857 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700858 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700859 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800860 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700861 - src/cpp/server/create_default_thread_pool.cc
862 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800863 - src/cpp/server/health/default_health_check_service.cc
864 - src/cpp/server/health/health.pb.c
865 - src/cpp/server/health/health_check_service.cc
866 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700868 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700869 - src/cpp/server/server_context.cc
870 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700871 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700872 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700873 - src/cpp/util/byte_buffer_cc.cc
874 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700875 - src/cpp/util/status.cc
876 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700877 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700878 uses:
yang-g17487f92016-06-03 15:21:15 -0700879 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700880 - grpc_base
881 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700882- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 language: c++
884 public_headers:
885 - include/grpc++/impl/codegen/async_stream.h
886 - include/grpc++/impl/codegen/async_unary_call.h
887 - include/grpc++/impl/codegen/call.h
888 - include/grpc++/impl/codegen/call_hook.h
889 - include/grpc++/impl/codegen/channel_interface.h
890 - include/grpc++/impl/codegen/client_context.h
891 - include/grpc++/impl/codegen/client_unary_call.h
892 - include/grpc++/impl/codegen/completion_queue.h
893 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700894 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 - include/grpc++/impl/codegen/core_codegen_interface.h
896 - include/grpc++/impl/codegen/create_auth_context.h
897 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800898 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700900 - include/grpc++/impl/codegen/rpc_method.h
901 - include/grpc++/impl/codegen/rpc_service_method.h
902 - include/grpc++/impl/codegen/security/auth_context.h
903 - include/grpc++/impl/codegen/serialization_traits.h
904 - include/grpc++/impl/codegen/server_context.h
905 - include/grpc++/impl/codegen/server_interface.h
906 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800907 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700908 - include/grpc++/impl/codegen/status.h
909 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700910 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700911 - include/grpc++/impl/codegen/string_ref.h
912 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700913 - include/grpc++/impl/codegen/sync_stream.h
914 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700915 uses:
916 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700917- name: grpc++_codegen_base_src
918 language: c++
919 src:
920 - src/cpp/codegen/codegen_init.cc
921 uses:
922 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700923- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700924 language: c++
925 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700926 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700927 uses:
yang-g17487f92016-06-03 15:21:15 -0700928 - grpc++_codegen_base
929 - grpc++_config_proto
930- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700931 language: c++
932 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700933 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700934- name: grpc++_reflection_proto
935 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700936 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700937 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800938- name: grpc++_test
939 language: c++
940 public_headers:
941 - include/grpc++/test/server_context_test_spouse.h
942 deps:
943 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700944- name: thrift_util
945 language: c++
946 public_headers:
947 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700948 - include/grpc++/impl/codegen/thrift_utils.h
949 uses:
950 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100951libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800952- name: gpr
953 build: all
954 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800955 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700956 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800957 secure: false
958 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
959- name: gpr_test_util
960 build: private
961 language: c
962 headers:
963 - test/core/util/test_config.h
964 src:
965 - test/core/util/test_config.c
966 deps:
967 - gpr
968 secure: false
969 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700970- name: grpc
971 build: all
972 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700973 src:
974 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700975 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800976 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700978 filegroups:
979 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700980 - grpc_transport_chttp2_server_secure
981 - grpc_transport_chttp2_client_secure
982 - grpc_transport_chttp2_server_insecure
983 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800984 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700985 - grpc_lb_policy_pick_first
986 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700987 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -0700988 - grpc_resolver_dns_native
989 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700990 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100991 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700992 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700993 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700994 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700995 vs_packages:
996 - grpc.dependencies.openssl
997 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700999- name: grpc_cronet
1000 build: all
1001 language: c
1002 src:
1003 - src/core/lib/surface/init.c
1004 baselib: true
1005 deps_linkage: static
1006 dll: true
1007 filegroups:
1008 - grpc_base
1009 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001010 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001011 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001012 generate_plugin_registry: true
1013 platforms:
1014 - linux
1015 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001016- name: grpc_dll
1017 build: private
1018 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001019 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001020 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001021 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001022 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001023 build_system:
1024 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001025 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001026 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001027 vs_config_type: DynamicLibrary
1028 vs_packages:
1029 - grpc.dependencies.openssl
1030 - grpc.dependencies.zlib
1031 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1032 vs_props:
1033 - zlib
1034 - openssl
1035 - winsock
1036 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037- name: grpc_test_util
1038 build: private
1039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001040 headers:
1041 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001042 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001043 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001044 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001045 - test/core/end2end/data/server1_cert.c
1046 - test/core/end2end/data/server1_key.c
1047 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001048 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001049 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001050 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001051 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001052 - grpc
1053 filegroups:
1054 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001055 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001056 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1057- name: grpc_test_util_unsecure
1058 build: private
1059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001060 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001061 - gpr
1062 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001063 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001064 filegroups:
1065 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001066 secure: false
1067 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1068- name: grpc_unsecure
1069 build: all
1070 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001071 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001072 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001073 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001074 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001075 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001076 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001077 filegroups:
1078 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001079 - grpc_transport_chttp2_server_insecure
1080 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001081 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001082 - grpc_resolver_dns_native
1083 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001084 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001085 - grpc_lb_policy_grpclb
1086 - grpc_lb_policy_pick_first
1087 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001088 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001089 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090 secure: false
1091 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001092- name: reconnect_server
1093 build: private
1094 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001095 headers:
1096 - test/core/util/reconnect_server.h
1097 src:
1098 - test/core/util/reconnect_server.c
1099 deps:
yang-gc9fca182015-11-06 16:41:33 -08001100 - test_tcp_server
1101 - grpc_test_util
1102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001103 - gpr_test_util
1104 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001105- name: test_tcp_server
1106 build: private
1107 language: c
1108 headers:
1109 - test/core/util/test_tcp_server.h
1110 src:
1111 - test/core/util/test_tcp_server.c
1112 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001113 - grpc_test_util
1114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001115 - gpr_test_util
1116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117- name: grpc++
1118 build: all
1119 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001120 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001121 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001122 - src/cpp/client/secure_credentials.h
1123 - src/cpp/common/secure_auth_context.h
1124 - src/cpp/server/secure_server_credentials.h
1125 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001126 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001127 - src/cpp/client/secure_credentials.cc
1128 - src/cpp/common/auth_property_iterator.cc
1129 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001130 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001131 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001132 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001133 - src/cpp/server/secure_server_credentials.cc
1134 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001135 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001136 baselib: true
1137 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001138 filegroups:
1139 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001140 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001141 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001142 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001143 secure: check
1144 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001145- name: grpc++_cronet
1146 build: all
1147 language: c++
1148 src:
1149 - src/cpp/client/cronet_credentials.cc
1150 - src/cpp/client/insecure_credentials.cc
1151 - src/cpp/common/insecure_create_auth_context.cc
1152 - src/cpp/server/insecure_server_credentials.cc
1153 deps:
1154 - gpr
1155 - grpc_cronet
1156 baselib: true
1157 dll: true
1158 filegroups:
1159 - grpc++_base
1160 - grpc++_codegen_base
1161 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001162 - grpc_transport_chttp2_client_insecure
1163 - grpc_transport_chttp2_server_insecure
1164 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001165 platforms:
1166 - linux
1167 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001168- name: grpc++_proto_reflection_desc_db
1169 build: private
1170 language: c++
1171 headers:
1172 - test/cpp/util/proto_reflection_descriptor_database.h
1173 src:
1174 - test/cpp/util/proto_reflection_descriptor_database.cc
1175 deps:
1176 - grpc++
1177 filegroups:
1178 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001179 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001180- name: grpc++_reflection
1181 build: all
1182 language: c++
1183 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001184 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001185 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001186 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001187 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001188 - src/cpp/ext/proto_server_reflection.cc
1189 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001190 deps:
1191 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001192 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001193 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001194- name: grpc++_test_config
1195 build: private
1196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001197 headers:
1198 - test/cpp/util/test_config.h
1199 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001200 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201- name: grpc++_test_util
1202 build: private
1203 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001204 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001205 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001206 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001207 - test/cpp/util/create_test_channel.h
1208 - test/cpp/util/string_ref_helper.h
1209 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001210 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001211 src:
yang-gc8a49d22016-12-12 11:18:49 -08001212 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001213 - src/proto/grpc/testing/echo_messages.proto
1214 - src/proto/grpc/testing/echo.proto
1215 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001216 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001217 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001218 - test/cpp/util/create_test_channel.cc
1219 - test/cpp/util/string_ref_helper.cc
1220 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001221 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001222 deps:
1223 - grpc++
1224 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001225 filegroups:
1226 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001227 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001228 - grpc++_codegen_proto
1229 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001230 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001231- name: grpc++_unsecure
1232 build: all
1233 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001234 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001235 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001236 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001237 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001238 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001239 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001240 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241 baselib: true
1242 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001243 filegroups:
1244 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001245 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001246 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001247 secure: false
1248 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001249- name: grpc_benchmark
1250 build: test
1251 language: c++
1252 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001253 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1254 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001255 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001256 src:
1257 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001258 deps:
1259 - benchmark
1260 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001261 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001262 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001263 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001264- name: grpc_cli_libs
1265 build: private
1266 language: c++
1267 headers:
1268 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001269 - test/cpp/util/cli_credentials.h
1270 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001271 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001272 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001273 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001274 src:
1275 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001276 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001277 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001278 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001279 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001280 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001281 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001282 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001283 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001284 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001285 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001286- name: grpc_plugin_support
1287 build: protoc
1288 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001289 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001290 - src/compiler/config.h
1291 - src/compiler/cpp_generator.h
1292 - src/compiler/cpp_generator_helpers.h
1293 - src/compiler/csharp_generator.h
1294 - src/compiler/csharp_generator_helpers.h
1295 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001296 - src/compiler/node_generator.h
1297 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001298 - src/compiler/objective_c_generator.h
1299 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001300 - src/compiler/php_generator.h
1301 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001302 - src/compiler/python_generator.h
1303 - src/compiler/ruby_generator.h
1304 - src/compiler/ruby_generator_helpers-inl.h
1305 - src/compiler/ruby_generator_map-inl.h
1306 - src/compiler/ruby_generator_string-inl.h
1307 src:
1308 - src/compiler/cpp_generator.cc
1309 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001310 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001311 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001312 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001313 - src/compiler/python_generator.cc
1314 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001315 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001316 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001317 secure: false
1318 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001319 vs_props:
1320 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001321- name: http2_client_main
1322 build: private
1323 language: c++
1324 headers:
1325 - test/cpp/interop/http2_client.h
1326 src:
1327 - src/proto/grpc/testing/empty.proto
1328 - src/proto/grpc/testing/messages.proto
1329 - src/proto/grpc/testing/test.proto
1330 - test/cpp/interop/http2_client.cc
1331 deps:
1332 - grpc++_test_util
1333 - grpc_test_util
1334 - grpc++
1335 - grpc
1336 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001337- name: interop_client_helper
1338 build: private
1339 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001340 headers:
1341 - test/cpp/interop/client_helper.h
1342 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001343 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001344 - test/cpp/interop/client_helper.cc
1345 deps:
1346 - grpc++_test_util
1347 - grpc_test_util
1348 - grpc++
1349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001350 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351- name: interop_client_main
1352 build: private
1353 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001354 headers:
1355 - test/cpp/interop/interop_client.h
1356 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001357 - src/proto/grpc/testing/empty.proto
1358 - src/proto/grpc/testing/messages.proto
1359 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001360 - test/cpp/interop/client.cc
1361 - test/cpp/interop/interop_client.cc
1362 deps:
1363 - interop_client_helper
1364 - grpc++_test_util
1365 - grpc_test_util
1366 - grpc++
1367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001368 - gpr_test_util
1369 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001370 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001371- name: interop_server_helper
1372 build: private
1373 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001374 headers:
1375 - test/cpp/interop/server_helper.h
1376 src:
1377 - test/cpp/interop/server_helper.cc
1378 deps:
yang-gcc591022017-01-11 11:10:43 -08001379 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001380 - grpc_test_util
1381 - grpc++
1382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001383 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001384- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385 build: private
1386 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001387 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001388 - src/proto/grpc/testing/empty.proto
1389 - src/proto/grpc/testing/messages.proto
1390 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001391 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001392 deps:
1393 - interop_server_helper
1394 - grpc++_test_util
1395 - grpc_test_util
1396 - grpc++
1397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001398 - gpr_test_util
1399 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001400 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001401- name: interop_server_main
1402 build: private
1403 language: c++
1404 src:
1405 - test/cpp/interop/interop_server_bootstrap.cc
1406 deps:
1407 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408- name: qps
1409 build: private
1410 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001411 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001412 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001413 - test/cpp/qps/client.h
1414 - test/cpp/qps/driver.h
1415 - test/cpp/qps/histogram.h
1416 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001417 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001418 - test/cpp/qps/qps_worker.h
1419 - test/cpp/qps/report.h
1420 - test/cpp/qps/server.h
1421 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001422 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001423 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001424 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001425 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001426 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001427 - src/proto/grpc/testing/control.proto
1428 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001429 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001430 - test/cpp/qps/client_async.cc
1431 - test/cpp/qps/client_sync.cc
1432 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001433 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001434 - test/cpp/qps/qps_worker.cc
1435 - test/cpp/qps/report.cc
1436 - test/cpp/qps/server_async.cc
1437 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001438 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001439 deps:
1440 - grpc_test_util
1441 - grpc++_test_util
1442 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001443- name: grpc_csharp_ext
1444 build: all
1445 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001446 src:
1447 - src/csharp/ext/grpc_csharp_ext.c
1448 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001450 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001451 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001452 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001453 dll: only
1454 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001455 vs_packages:
1456 - grpc.dependencies.openssl
1457 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001458 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001459 vs_props:
1460 - zlib
1461 - openssl
1462 - winsock
1463 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001465- name: alarm_test
1466 build: test
1467 language: c
1468 src:
1469 - test/core/surface/alarm_test.c
1470 deps:
1471 - grpc_test_util
1472 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001473 - gpr_test_util
1474 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001475- name: algorithm_test
1476 build: test
1477 language: c
1478 src:
1479 - test/core/compression/algorithm_test.c
1480 deps:
1481 - grpc_test_util
1482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001483 - gpr_test_util
1484 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001485- name: alloc_test
1486 build: test
1487 language: c
1488 src:
1489 - test/core/support/alloc_test.c
1490 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001491 - gpr_test_util
1492 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001493- name: alpn_test
1494 build: test
1495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001496 src:
1497 - test/core/transport/chttp2/alpn_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001503- name: api_fuzzer
1504 build: fuzzer
1505 language: c
1506 src:
1507 - test/core/end2end/fuzzers/api_fuzzer.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
1511 - gpr_test_util
1512 - gpr
1513 corpus_dirs:
1514 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001515 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001516 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001517- name: arena_test
1518 build: test
1519 language: c
1520 src:
1521 - test/core/support/arena_test.c
1522 deps:
1523 - gpr_test_util
1524 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001525- name: bad_server_response_test
1526 build: test
1527 language: c
1528 src:
1529 - test/core/end2end/bad_server_response_test.c
1530 deps:
1531 - test_tcp_server
1532 - grpc_test_util
1533 - grpc
1534 - gpr_test_util
1535 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001536 exclude_iomgrs:
1537 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001538- name: bdp_estimator_test
1539 build: test
1540 language: c
1541 src:
1542 - test/core/transport/bdp_estimator_test.c
1543 deps:
1544 - grpc_test_util
1545 - grpc
1546 - gpr_test_util
1547 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001548- name: bin_decoder_test
1549 build: test
1550 language: c
1551 src:
1552 - test/core/transport/chttp2/bin_decoder_test.c
1553 deps:
1554 - grpc_test_util
1555 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001556- name: bin_encoder_test
1557 build: test
1558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001559 src:
1560 - test/core/transport/chttp2/bin_encoder_test.c
1561 deps:
1562 - grpc_test_util
1563 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001564- name: census_context_test
1565 build: test
1566 language: c
1567 src:
1568 - test/core/census/context_test.c
1569 deps:
1570 - grpc_test_util
1571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001572 - gpr_test_util
1573 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001574- name: census_resource_test
1575 build: test
1576 language: c
1577 src:
1578 - test/core/census/resource_test.c
1579 deps:
1580 - grpc_test_util
1581 - grpc
1582 - gpr_test_util
1583 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001584- name: census_trace_context_test
1585 build: test
1586 language: c
1587 src:
1588 - test/core/census/trace_context_test.c
1589 deps:
1590 - grpc_test_util
1591 - grpc
1592 - gpr_test_util
1593 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001594- name: channel_create_test
1595 build: test
1596 language: c
1597 src:
1598 - test/core/surface/channel_create_test.c
1599 deps:
1600 - grpc_test_util
1601 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001602 - gpr_test_util
1603 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001604- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001605 build: test
1606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001607 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001608 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001609 deps:
1610 - grpc_test_util
1611 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001612 - gpr_test_util
1613 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001614- name: chttp2_stream_map_test
1615 build: test
1616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001617 src:
1618 - test/core/transport/chttp2/stream_map_test.c
1619 deps:
1620 - grpc_test_util
1621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001622 - gpr_test_util
1623 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001624- name: chttp2_varint_test
1625 build: test
1626 language: c
1627 src:
1628 - test/core/transport/chttp2/varint_test.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr_test_util
1633 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001634- name: client_fuzzer
1635 build: fuzzer
1636 language: c
1637 src:
1638 - test/core/end2end/fuzzers/client_fuzzer.c
1639 deps:
1640 - grpc_test_util
1641 - grpc
1642 - gpr_test_util
1643 - gpr
1644 corpus_dirs:
1645 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001646 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001647 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001648- name: combiner_test
1649 cpu_cost: 30
1650 build: test
1651 language: c
1652 src:
1653 - test/core/iomgr/combiner_test.c
1654 deps:
1655 - grpc_test_util
1656 - grpc
1657 - gpr_test_util
1658 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001659- name: compression_test
1660 build: test
1661 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001662 src:
1663 - test/core/compression/compression_test.c
1664 deps:
1665 - grpc_test_util
1666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001667 - gpr_test_util
1668 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001669- name: concurrent_connectivity_test
1670 build: test
1671 language: c
1672 src:
1673 - test/core/surface/concurrent_connectivity_test.c
1674 deps:
1675 - grpc_test_util
1676 - grpc
1677 - gpr_test_util
1678 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001679 exclude_iomgrs:
1680 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001681- name: connection_refused_test
1682 cpu_cost: 0.1
1683 build: test
1684 language: c
1685 src:
1686 - test/core/end2end/connection_refused_test.c
1687 deps:
1688 - grpc_test_util
1689 - grpc
1690 - gpr_test_util
1691 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001692- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001693 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001694 build: test
1695 language: c
1696 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001697 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001698 deps:
1699 - grpc_test_util
1700 - grpc
1701 - gpr_test_util
1702 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001703 exclude_iomgrs:
1704 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001705- name: dns_resolver_test
1706 build: test
1707 language: c
1708 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001709 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001710 deps:
1711 - grpc_test_util
1712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001713 - gpr_test_util
1714 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001715- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001716 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001717 build: test
1718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001719 src:
1720 - test/core/end2end/dualstack_socket_test.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 - gpr_test_util
1725 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001726 exclude_iomgrs:
1727 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001728 platforms:
1729 - mac
1730 - linux
1731 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001732- name: endpoint_pair_test
1733 build: test
1734 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001735 src:
1736 - test/core/iomgr/endpoint_pair_test.c
1737 deps:
1738 - grpc_test_util
1739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001740 - gpr_test_util
1741 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001742 exclude_iomgrs:
1743 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001744- name: error_test
1745 cpu_cost: 30
1746 build: test
1747 language: c
1748 src:
1749 - test/core/iomgr/error_test.c
1750 deps:
1751 - grpc_test_util
1752 - grpc
1753 - gpr_test_util
1754 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001755- name: ev_epoll_linux_test
1756 build: test
1757 language: c
1758 src:
1759 - test/core/iomgr/ev_epoll_linux_test.c
1760 deps:
1761 - grpc_test_util
1762 - grpc
1763 - gpr_test_util
1764 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001765 exclude_iomgrs:
1766 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001767 platforms:
1768 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001769- name: fd_conservation_posix_test
1770 build: test
1771 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001772 src:
1773 - test/core/iomgr/fd_conservation_posix_test.c
1774 deps:
1775 - grpc_test_util
1776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001779 exclude_iomgrs:
1780 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001781 platforms:
1782 - mac
1783 - linux
1784 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785- name: fd_posix_test
1786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/iomgr/fd_posix_test.c
1790 deps:
1791 - grpc_test_util
1792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001795 exclude_iomgrs:
1796 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001797 platforms:
1798 - mac
1799 - linux
1800 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001801- name: fling_client
1802 build: test
1803 run: false
1804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001805 src:
1806 - test/core/fling/client.c
1807 deps:
1808 - grpc_test_util
1809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001810 - gpr_test_util
1811 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001812- name: fling_server
1813 build: test
1814 run: false
1815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001816 src:
1817 - test/core/fling/server.c
1818 deps:
1819 - grpc_test_util
1820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 - gpr_test_util
1822 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001824 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001825 build: test
1826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001827 src:
1828 - test/core/fling/fling_stream_test.c
1829 deps:
1830 - grpc_test_util
1831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001832 - gpr_test_util
1833 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001834 platforms:
1835 - mac
1836 - linux
1837 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001839 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
1843 - test/core/fling/fling_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001849 platforms:
1850 - mac
1851 - linux
1852 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853- name: gen_hpack_tables
1854 build: tool
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
1857 - tools/codegen/core/gen_hpack_tables.c
1858 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001860 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001861- name: gen_legal_metadata_characters
1862 build: tool
1863 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001864 src:
1865 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001867- name: gen_percent_encoding_tables
1868 build: tool
1869 language: c
1870 src:
1871 - tools/codegen/core/gen_percent_encoding_tables.c
1872 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001873- name: goaway_server_test
1874 cpu_cost: 0.1
1875 build: test
1876 language: c
1877 src:
1878 - test/core/end2end/goaway_server_test.c
1879 deps:
1880 - grpc_test_util
1881 - grpc
1882 - gpr_test_util
1883 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001884 exclude_iomgrs:
1885 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001886 platforms:
1887 - mac
1888 - linux
1889 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001890- name: gpr_avl_test
1891 build: test
1892 language: c
1893 src:
1894 - test/core/support/avl_test.c
1895 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001896 - gpr_test_util
1897 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001898- name: gpr_backoff_test
1899 build: test
1900 language: c
1901 src:
1902 - test/core/support/backoff_test.c
1903 deps:
1904 - gpr_test_util
1905 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001906- name: gpr_cmdline_test
1907 build: test
1908 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001909 src:
1910 - test/core/support/cmdline_test.c
1911 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001912 - gpr_test_util
1913 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001914- name: gpr_cpu_test
1915 build: test
1916 language: c
1917 src:
1918 - test/core/support/cpu_test.c
1919 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001920 - gpr_test_util
1921 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001922- name: gpr_env_test
1923 build: test
1924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001925 src:
1926 - test/core/support/env_test.c
1927 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001928 - gpr_test_util
1929 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001930- name: gpr_histogram_test
1931 build: test
1932 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001933 src:
1934 - test/core/support/histogram_test.c
1935 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001936 - gpr_test_util
1937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001938- name: gpr_host_port_test
1939 build: test
1940 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001941 src:
1942 - test/core/support/host_port_test.c
1943 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001944 - gpr_test_util
1945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001946- name: gpr_log_test
1947 build: test
1948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
1950 - test/core/support/log_test.c
1951 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr_test_util
1953 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001954- name: gpr_mpscq_test
1955 cpu_cost: 30
1956 build: test
1957 language: c
1958 src:
1959 - test/core/support/mpscq_test.c
1960 deps:
1961 - gpr_test_util
1962 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001963- name: gpr_spinlock_test
1964 cpu_cost: 10
1965 build: test
1966 language: c
1967 src:
1968 - test/core/support/spinlock_test.c
1969 deps:
1970 - gpr_test_util
1971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001972- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001973 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001974 build: test
1975 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001976 src:
1977 - test/core/support/stack_lockfree_test.c
1978 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001979 - gpr_test_util
1980 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001981- name: gpr_string_test
1982 build: test
1983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001984 src:
1985 - test/core/support/string_test.c
1986 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr_test_util
1988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001990 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/support/sync_test.c
1995 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 - gpr_test_util
1997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001999 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002000 build: test
2001 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002002 src:
2003 - test/core/support/thd_test.c
2004 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007- name: gpr_time_test
2008 build: test
2009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002010 src:
2011 - test/core/support/time_test.c
2012 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002015- name: gpr_tls_test
2016 build: test
2017 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002018 src:
2019 - test/core/support/tls_test.c
2020 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002021 - gpr_test_util
2022 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002023- name: gpr_useful_test
2024 build: test
2025 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002026 src:
2027 - test/core/support/useful_test.c
2028 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002029 - gpr_test_util
2030 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002031- name: grpc_auth_context_test
2032 build: test
2033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002034 src:
2035 - test/core/security/auth_context_test.c
2036 deps:
2037 - grpc_test_util
2038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002039 - gpr_test_util
2040 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002041- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042 build: test
2043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002044 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002045 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002046 deps:
2047 - grpc_test_util
2048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002049 - gpr_test_util
2050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051- name: grpc_byte_buffer_reader_test
2052 build: test
2053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002054 src:
2055 - test/core/surface/byte_buffer_reader_test.c
2056 deps:
2057 - grpc_test_util
2058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr_test_util
2060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: grpc_channel_args_test
2062 build: test
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
2065 - test/core/channel/channel_args_test.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: grpc_channel_stack_test
2072 build: test
2073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
2075 - test/core/channel/channel_stack_test.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002081- name: grpc_completion_queue_test
2082 build: test
2083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002084 src:
2085 - test/core/surface/completion_queue_test.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002091- name: grpc_completion_queue_threading_test
2092 build: test
2093 language: c
2094 src:
2095 - test/core/surface/completion_queue_threading_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
2099 - gpr_test_util
2100 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002101 exclude_iomgrs:
2102 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002103- name: grpc_create_jwt
2104 build: tool
2105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002106 src:
2107 - test/core/security/create_jwt.c
2108 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002111 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002112- name: grpc_credentials_test
2113 build: test
2114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002115 src:
2116 - test/core/security/credentials_test.c
2117 deps:
2118 - grpc_test_util
2119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002120 - gpr_test_util
2121 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002122- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002123 build: test
2124 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002125 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002126 src:
2127 - test/core/security/fetch_oauth2.c
2128 deps:
2129 - grpc_test_util
2130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002131 - gpr_test_util
2132 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002133- name: grpc_invalid_channel_args_test
2134 build: test
2135 language: c
2136 src:
2137 - test/core/surface/invalid_channel_args_test.c
2138 deps:
2139 - grpc_test_util
2140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002141 - gpr_test_util
2142 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: grpc_json_token_test
2144 build: test
2145 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002146 src:
2147 - test/core/security/json_token_test.c
2148 deps:
2149 - grpc_test_util
2150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr_test_util
2152 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002153 platforms:
2154 - linux
2155 - posix
2156 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002157- name: grpc_jwt_verifier_test
2158 build: test
2159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
2161 - test/core/security/jwt_verifier_test.c
2162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167- name: grpc_print_google_default_creds_token
2168 build: tool
2169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002170 src:
2171 - test/core/security/print_google_default_creds_token.c
2172 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002175- name: grpc_security_connector_test
2176 build: test
2177 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002178 src:
2179 - test/core/security/security_connector_test.c
2180 deps:
2181 - grpc_test_util
2182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002183 - gpr_test_util
2184 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002185- name: grpc_verify_jwt
2186 build: tool
2187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002188 src:
2189 - test/core/security/verify_jwt.c
2190 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002193- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002194 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002195 language: c
2196 src:
2197 - test/core/handshake/client_ssl.c
2198 deps:
2199 - grpc_test_util
2200 - grpc
2201 - gpr_test_util
2202 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002203 exclude_iomgrs:
2204 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002205 platforms:
2206 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002207 secure: true
2208- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002209 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002210 language: c
2211 src:
2212 - test/core/handshake/server_ssl.c
2213 deps:
2214 - grpc_test_util
2215 - grpc
2216 - gpr_test_util
2217 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002218 platforms:
2219 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002220 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002221- name: hpack_parser_fuzzer_test
2222 build: fuzzer
2223 language: c
2224 src:
2225 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2226 deps:
2227 - grpc_test_util
2228 - grpc
2229 - gpr_test_util
2230 - gpr
2231 corpus_dirs:
2232 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002233 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002234 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235- name: hpack_parser_test
2236 build: test
2237 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002238 src:
2239 - test/core/transport/chttp2/hpack_parser_test.c
2240 deps:
2241 - grpc_test_util
2242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002243 - gpr_test_util
2244 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245- name: hpack_table_test
2246 build: test
2247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002248 src:
2249 - test/core/transport/chttp2/hpack_table_test.c
2250 deps:
2251 - grpc_test_util
2252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002255- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256 build: test
2257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002259 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002260 deps:
2261 - grpc_test_util
2262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002265- name: http_request_fuzzer_test
2266 build: fuzzer
2267 language: c
2268 src:
2269 - test/core/http/request_fuzzer.c
2270 deps:
2271 - grpc_test_util
2272 - grpc
2273 - gpr_test_util
2274 - gpr
2275 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002276 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002277 maxlen: 2048
2278- name: http_response_fuzzer_test
2279 build: fuzzer
2280 language: c
2281 src:
2282 - test/core/http/response_fuzzer.c
2283 deps:
2284 - grpc_test_util
2285 - grpc
2286 - gpr_test_util
2287 - gpr
2288 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002289 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002290 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002291- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002292 build: test
2293 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002294 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002295 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002296 deps:
2297 - grpc_test_util
2298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002299 - gpr_test_util
2300 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002301- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002302 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002303 build: test
2304 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002305 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002306 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002307 deps:
2308 - grpc_test_util
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002312 platforms:
2313 - mac
2314 - linux
2315 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002316- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002317 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002318 build: test
2319 language: c
2320 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002321 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002322 deps:
2323 - grpc_test_util
2324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002327 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002328 - linux
yang-gf1183302015-12-07 16:02:05 -08002329- name: init_test
2330 build: test
2331 language: c
2332 src:
2333 - test/core/surface/init_test.c
2334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002339- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002340 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002341 build: test
2342 language: c
2343 src:
2344 - test/core/end2end/invalid_call_argument_test.c
2345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002350- name: json_fuzzer_test
2351 build: fuzzer
2352 language: c
2353 src:
2354 - test/core/json/fuzzer.c
2355 deps:
2356 - grpc_test_util
2357 - grpc
2358 - gpr_test_util
2359 - gpr
2360 corpus_dirs:
2361 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002362 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002363- name: json_rewrite
2364 build: test
2365 run: false
2366 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002367 src:
2368 - test/core/json/json_rewrite.c
2369 deps:
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002372- name: json_rewrite_test
2373 build: test
2374 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002375 src:
2376 - test/core/json/json_rewrite_test.c
2377 deps:
2378 - grpc_test_util
2379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002380 - gpr_test_util
2381 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002382- name: json_stream_error_test
2383 build: test
2384 language: c
2385 src:
2386 - test/core/json/json_stream_error_test.c
2387 deps:
2388 - grpc_test_util
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002392- name: json_test
2393 build: test
2394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002395 src:
2396 - test/core/json/json_test.c
2397 deps:
2398 - grpc_test_util
2399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002400 - gpr_test_util
2401 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002402- name: lame_client_test
2403 build: test
2404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002405 src:
2406 - test/core/surface/lame_client_test.c
2407 deps:
2408 - grpc_test_util
2409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002410 - gpr_test_util
2411 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002412- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002413 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002414 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002415 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002417 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002418 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002419 deps:
2420 - grpc_test_util
2421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr_test_util
2423 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002424- name: load_file_test
2425 build: test
2426 language: c
2427 src:
2428 - test/core/iomgr/load_file_test.c
2429 deps:
2430 - grpc_test_util
2431 - grpc
2432 - gpr_test_util
2433 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002434- name: low_level_ping_pong_benchmark
2435 build: benchmark
2436 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002437 src:
2438 - test/core/network_benchmarks/low_level_ping_pong.c
2439 deps:
2440 - grpc_test_util
2441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr_test_util
2443 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002444 platforms:
2445 - mac
2446 - linux
2447 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002448- name: memory_profile_client
2449 build: test
2450 run: false
2451 language: c
2452 src:
2453 - test/core/memory_usage/client.c
2454 deps:
2455 - grpc_test_util
2456 - grpc
2457 - gpr_test_util
2458 - gpr
2459- name: memory_profile_server
2460 build: test
2461 run: false
2462 language: c
2463 src:
2464 - test/core/memory_usage/server.c
2465 deps:
2466 - grpc_test_util
2467 - grpc
2468 - gpr_test_util
2469 - gpr
2470- name: memory_profile_test
2471 cpu_cost: 1.5
2472 build: test
2473 language: c
2474 src:
2475 - test/core/memory_usage/memory_usage_test.c
2476 deps:
2477 - grpc_test_util
2478 - grpc
2479 - gpr_test_util
2480 - gpr
2481 platforms:
2482 - mac
2483 - linux
2484 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485- name: message_compress_test
2486 build: test
2487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002488 src:
2489 - test/core/compression/message_compress_test.c
2490 deps:
2491 - grpc_test_util
2492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr_test_util
2494 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002495- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002496 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002497 build: test
2498 language: c
2499 src:
2500 - test/core/census/mlog_test.c
2501 deps:
2502 - grpc_test_util
2503 - grpc
2504 - gpr_test_util
2505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506- name: multiple_server_queues_test
2507 build: test
2508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002509 src:
2510 - test/core/end2end/multiple_server_queues_test.c
2511 deps:
2512 - grpc_test_util
2513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002514 - gpr_test_util
2515 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002516- name: murmur_hash_test
2517 build: test
2518 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002519 src:
2520 - test/core/support/murmur_hash_test.c
2521 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002522 - gpr_test_util
2523 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002524- name: nanopb_fuzzer_response_test
2525 build: fuzzer
2526 language: c
2527 src:
2528 - test/core/nanopb/fuzzer_response.c
2529 deps:
2530 - grpc_test_util
2531 - grpc
2532 - gpr_test_util
2533 - gpr
2534 corpus_dirs:
2535 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002536 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002537- name: nanopb_fuzzer_serverlist_test
2538 build: fuzzer
2539 language: c
2540 src:
2541 - test/core/nanopb/fuzzer_serverlist.c
2542 deps:
2543 - grpc_test_util
2544 - grpc
2545 - gpr_test_util
2546 - gpr
2547 corpus_dirs:
2548 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002549 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002550- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002551 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002552 build: test
2553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002554 src:
2555 - test/core/end2end/no_server_test.c
2556 deps:
2557 - grpc_test_util
2558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002559 - gpr_test_util
2560 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002561- name: parse_address_test
2562 build: test
2563 language: c
2564 src:
2565 - test/core/client_channel/parse_address_test.c
2566 deps:
2567 - grpc_test_util
2568 - grpc
2569 - gpr_test_util
2570 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002571- name: percent_decode_fuzzer
2572 build: fuzzer
2573 language: c
2574 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002575 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002576 deps:
2577 - grpc_test_util
2578 - grpc
2579 - gpr_test_util
2580 - gpr
2581 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002582 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002583 maxlen: 32
2584- name: percent_encode_fuzzer
2585 build: fuzzer
2586 language: c
2587 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002588 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002589 deps:
2590 - grpc_test_util
2591 - grpc
2592 - gpr_test_util
2593 - gpr
2594 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002595 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002596 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002597- name: percent_encoding_test
2598 build: test
2599 language: c
2600 src:
2601 - test/core/slice/percent_encoding_test.c
2602 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002603 - grpc_test_util
2604 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002605 - gpr_test_util
2606 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002607- name: pollset_set_test
2608 build: test
2609 language: c
2610 src:
2611 - test/core/iomgr/pollset_set_test.c
2612 deps:
2613 - grpc_test_util
2614 - grpc
2615 - gpr_test_util
2616 - gpr
2617 exclude_iomgrs:
2618 - uv
2619 platforms:
2620 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002621- name: resolve_address_posix_test
2622 build: test
2623 language: c
2624 src:
2625 - test/core/iomgr/resolve_address_posix_test.c
2626 deps:
2627 - grpc_test_util
2628 - grpc
2629 - gpr_test_util
2630 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002631 exclude_iomgrs:
2632 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002633 platforms:
2634 - mac
2635 - linux
2636 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002637- name: resolve_address_test
2638 build: test
2639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002640 src:
2641 - test/core/iomgr/resolve_address_test.c
2642 deps:
2643 - grpc_test_util
2644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002645 - gpr_test_util
2646 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002647- name: resource_quota_test
2648 cpu_cost: 30
2649 build: test
2650 language: c
2651 src:
2652 - test/core/iomgr/resource_quota_test.c
2653 deps:
2654 - grpc_test_util
2655 - grpc
2656 - gpr_test_util
2657 - gpr
yang-gd482e592015-12-10 14:04:00 -08002658- name: secure_channel_create_test
2659 build: test
2660 language: c
2661 src:
2662 - test/core/surface/secure_channel_create_test.c
2663 deps:
2664 - grpc_test_util
2665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002666 - gpr_test_util
2667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002668- name: secure_endpoint_test
2669 build: test
2670 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002671 src:
2672 - test/core/security/secure_endpoint_test.c
2673 deps:
2674 - grpc_test_util
2675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002676 - gpr_test_util
2677 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002678 exclude_iomgrs:
2679 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002680- name: sequential_connectivity_test
2681 build: test
2682 language: c
2683 src:
2684 - test/core/surface/sequential_connectivity_test.c
2685 deps:
2686 - grpc_test_util
2687 - grpc
2688 - gpr_test_util
2689 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002690 exclude_iomgrs:
2691 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002692- name: server_chttp2_test
2693 build: test
2694 language: c
2695 src:
2696 - test/core/surface/server_chttp2_test.c
2697 deps:
2698 - grpc_test_util
2699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002700 - gpr_test_util
2701 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002702- name: server_fuzzer
2703 build: fuzzer
2704 language: c
2705 src:
2706 - test/core/end2end/fuzzers/server_fuzzer.c
2707 deps:
2708 - grpc_test_util
2709 - grpc
2710 - gpr_test_util
2711 - gpr
2712 corpus_dirs:
2713 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002714 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002715 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002716- name: server_test
2717 build: test
2718 language: c
2719 src:
2720 - test/core/surface/server_test.c
2721 deps:
2722 - grpc_test_util
2723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002724 - gpr_test_util
2725 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002726- name: slice_buffer_test
2727 build: test
2728 language: c
2729 src:
2730 - test/core/slice/slice_buffer_test.c
2731 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002732 - grpc_test_util
2733 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002734 - gpr_test_util
2735 - gpr
2736- name: slice_string_helpers_test
2737 build: test
2738 language: c
2739 src:
2740 - test/core/slice/slice_string_helpers_test.c
2741 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002742 - grpc_test_util
2743 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002744 - gpr_test_util
2745 - gpr
2746- name: slice_test
2747 build: test
2748 language: c
2749 src:
2750 - test/core/slice/slice_test.c
2751 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002752 - grpc_test_util
2753 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002754 - gpr_test_util
2755 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002756- name: sockaddr_resolver_test
2757 build: test
2758 language: c
2759 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002760 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002761 deps:
2762 - grpc_test_util
2763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002764 - gpr_test_util
2765 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002766- name: sockaddr_utils_test
2767 build: test
2768 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002769 src:
2770 - test/core/iomgr/sockaddr_utils_test.c
2771 deps:
2772 - grpc_test_util
2773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002774 - gpr_test_util
2775 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002776- name: socket_utils_test
2777 build: test
2778 language: c
2779 src:
2780 - test/core/iomgr/socket_utils_test.c
2781 deps:
2782 - grpc_test_util
2783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002784 - gpr_test_util
2785 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002786 exclude_iomgrs:
2787 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002788 platforms:
2789 - mac
2790 - linux
2791 - posix
yang-g31e21282016-11-04 15:10:03 -07002792- name: ssl_server_fuzzer
2793 build: fuzzer
2794 language: c
2795 src:
2796 - test/core/security/ssl_server_fuzzer.c
2797 deps:
2798 - grpc_test_util
2799 - grpc
2800 - gpr_test_util
2801 - gpr
2802 corpus_dirs:
2803 - test/core/security/corpus/ssl_server_corpus
2804 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002805- name: status_conversion_test
2806 build: test
2807 language: c
2808 src:
2809 - test/core/transport/status_conversion_test.c
2810 deps:
2811 - grpc_test_util
2812 - grpc
2813 - gpr_test_util
2814 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002815- name: stream_owned_slice_test
2816 build: test
2817 language: c
2818 src:
2819 - test/core/transport/stream_owned_slice_test.c
2820 deps:
2821 - grpc_test_util
2822 - grpc
2823 - gpr_test_util
2824 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002826 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002827 build: test
2828 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002829 src:
2830 - test/core/iomgr/tcp_client_posix_test.c
2831 deps:
2832 - grpc_test_util
2833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002834 - gpr_test_util
2835 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002836 exclude_iomgrs:
2837 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002838 platforms:
2839 - mac
2840 - linux
2841 - posix
murgatroid991191b722017-02-08 11:56:52 -08002842- name: tcp_client_uv_test
2843 cpu_cost: 0.5
2844 build: test
2845 language: c
2846 src:
2847 - test/core/iomgr/tcp_client_uv_test.c
2848 deps:
2849 - grpc_test_util
2850 - grpc
2851 - gpr_test_util
2852 - gpr
2853 exclude_iomgrs:
2854 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002855- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002856 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002857 build: test
2858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002859 src:
2860 - test/core/iomgr/tcp_posix_test.c
2861 deps:
2862 - grpc_test_util
2863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002864 - gpr_test_util
2865 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002866 exclude_iomgrs:
2867 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002868 platforms:
2869 - mac
2870 - linux
2871 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002872- name: tcp_server_posix_test
2873 build: test
2874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002875 src:
2876 - test/core/iomgr/tcp_server_posix_test.c
2877 deps:
2878 - grpc_test_util
2879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002880 - gpr_test_util
2881 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002882 exclude_iomgrs:
2883 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002884 platforms:
2885 - mac
2886 - linux
2887 - posix
murgatroid991191b722017-02-08 11:56:52 -08002888- name: tcp_server_uv_test
2889 build: test
2890 language: c
2891 src:
2892 - test/core/iomgr/tcp_server_uv_test.c
2893 deps:
2894 - grpc_test_util
2895 - grpc
2896 - gpr_test_util
2897 - gpr
2898 exclude_iomgrs:
2899 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002900- name: time_averaged_stats_test
2901 build: test
2902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002903 src:
2904 - test/core/iomgr/time_averaged_stats_test.c
2905 deps:
2906 - grpc_test_util
2907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002908 - gpr_test_util
2909 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002910- name: timeout_encoding_test
2911 build: test
2912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002913 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002914 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002915 deps:
2916 - grpc_test_util
2917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002918 - gpr_test_util
2919 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002920- name: timer_heap_test
2921 build: test
2922 language: c
2923 src:
2924 - test/core/iomgr/timer_heap_test.c
2925 deps:
2926 - grpc_test_util
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr_test_util
2929 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002930 exclude_iomgrs:
2931 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002932- name: timer_list_test
2933 build: test
2934 language: c
2935 src:
2936 - test/core/iomgr/timer_list_test.c
2937 deps:
2938 - grpc_test_util
2939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002940 - gpr_test_util
2941 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002942 exclude_iomgrs:
2943 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002944- name: transport_connectivity_state_test
2945 build: test
2946 language: c
2947 src:
2948 - test/core/transport/connectivity_state_test.c
2949 deps:
2950 - grpc_test_util
2951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002952 - gpr_test_util
2953 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002954- name: transport_metadata_test
2955 build: test
2956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002957 src:
2958 - test/core/transport/metadata_test.c
2959 deps:
2960 - grpc_test_util
2961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002962 - gpr_test_util
2963 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002964- name: transport_pid_controller_test
2965 build: test
2966 language: c
2967 src:
2968 - test/core/transport/pid_controller_test.c
2969 deps:
2970 - grpc_test_util
2971 - grpc
2972 - gpr_test_util
2973 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002974- name: transport_security_test
2975 build: test
2976 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002977 src:
2978 - test/core/tsi/transport_security_test.c
2979 deps:
2980 - grpc_test_util
2981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002982 - gpr_test_util
2983 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002984 platforms:
2985 - linux
2986 - posix
2987 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002988- name: udp_server_test
2989 build: test
2990 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002991 src:
2992 - test/core/iomgr/udp_server_test.c
2993 deps:
2994 - grpc_test_util
2995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002996 - gpr_test_util
2997 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002998 exclude_iomgrs:
2999 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003000 platforms:
3001 - mac
3002 - linux
3003 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003004- name: uri_fuzzer_test
3005 build: fuzzer
3006 language: c
3007 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003008 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003009 deps:
3010 - grpc_test_util
3011 - grpc
3012 - gpr_test_util
3013 - gpr
3014 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003015 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003016 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003017- name: uri_parser_test
3018 build: test
3019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003020 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003021 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003022 deps:
3023 - grpc_test_util
3024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003025 - gpr_test_util
3026 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003027- name: wakeup_fd_cv_test
3028 build: test
3029 language: c
3030 src:
3031 - test/core/iomgr/wakeup_fd_cv_test.c
3032 deps:
3033 - grpc_test_util
3034 - grpc
3035 - gpr_test_util
3036 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003037 exclude_iomgrs:
3038 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003039 platforms:
3040 - mac
3041 - linux
3042 - posix
vjpai04e992a2016-02-10 16:58:38 -08003043- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003044 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003045 build: test
3046 language: c++
3047 src:
3048 - test/cpp/common/alarm_cpp_test.cc
3049 deps:
3050 - grpc++_test_util
3051 - grpc_test_util
3052 - grpc++
3053 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003054 - gpr_test_util
3055 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003056- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003057 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003058 build: test
3059 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003060 src:
3061 - test/cpp/end2end/async_end2end_test.cc
3062 deps:
3063 - grpc++_test_util
3064 - grpc_test_util
3065 - grpc++
3066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003067 - gpr_test_util
3068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003069- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003070 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003071 build: test
3072 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003073 src:
3074 - test/cpp/common/auth_property_iterator_test.cc
3075 deps:
3076 - grpc++_test_util
3077 - grpc_test_util
3078 - grpc++
3079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003080 - gpr_test_util
3081 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003082- name: bm_arena
3083 build: test
3084 language: c++
3085 src:
3086 - test/cpp/microbenchmarks/bm_arena.cc
3087 deps:
3088 - grpc_benchmark
3089 - benchmark
3090 - grpc++_test_util
3091 - grpc_test_util
3092 - grpc++
3093 - grpc
3094 - gpr_test_util
3095 - gpr
3096 args:
3097 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003098 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003099 platforms:
3100 - mac
3101 - linux
3102 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003103- name: bm_call_create
3104 build: test
3105 language: c++
3106 src:
3107 - test/cpp/microbenchmarks/bm_call_create.cc
3108 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003109 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003110 - benchmark
3111 - grpc++_test_util
3112 - grpc_test_util
3113 - grpc++
3114 - grpc
3115 - gpr_test_util
3116 - gpr
3117 args:
3118 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003119 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003120 platforms:
3121 - mac
3122 - linux
3123 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003124- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003125 build: test
3126 language: c++
3127 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003128 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003129 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003130 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003131 - benchmark
3132 - grpc++_test_util
3133 - grpc_test_util
3134 - grpc++
3135 - grpc
3136 - gpr_test_util
3137 - gpr
3138 args:
3139 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003140 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003141 platforms:
3142 - mac
3143 - linux
3144 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003145- name: bm_chttp2_transport
3146 build: test
3147 language: c++
3148 src:
3149 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3150 deps:
3151 - grpc_benchmark
3152 - benchmark
3153 - grpc++_test_util
3154 - grpc_test_util
3155 - grpc++
3156 - grpc
3157 - gpr_test_util
3158 - gpr
3159 args:
3160 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003161 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003162 platforms:
3163 - mac
3164 - linux
3165 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003166- name: bm_closure
3167 build: test
3168 language: c++
3169 src:
3170 - test/cpp/microbenchmarks/bm_closure.cc
3171 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003172 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003173 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003174 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003175 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003176 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003177 - grpc
3178 - gpr_test_util
3179 - gpr
3180 args:
3181 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003182 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003183 platforms:
3184 - mac
3185 - linux
3186 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003187- name: bm_cq
3188 build: test
3189 language: c++
3190 src:
3191 - test/cpp/microbenchmarks/bm_cq.cc
3192 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003193 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003194 - benchmark
3195 - grpc++_test_util
3196 - grpc_test_util
3197 - grpc++
3198 - grpc
3199 - gpr_test_util
3200 - gpr
3201 args:
3202 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003203 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003204 platforms:
3205 - mac
3206 - linux
3207 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003208- name: bm_error
3209 build: test
3210 language: c++
3211 src:
3212 - test/cpp/microbenchmarks/bm_error.cc
3213 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003214 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003215 - benchmark
3216 - grpc++_test_util
3217 - grpc_test_util
3218 - grpc++
3219 - grpc
3220 - gpr_test_util
3221 - gpr
3222 args:
3223 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003224 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003225 platforms:
3226 - mac
3227 - linux
3228 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003229- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003230 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003231 language: c++
3232 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003233 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003234 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003235 - grpc_benchmark
3236 - benchmark
3237 - grpc++_test_util
3238 - grpc_test_util
3239 - grpc++
3240 - grpc
3241 - gpr_test_util
3242 - gpr
3243 args:
3244 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003245 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003246 excluded_poll_engines:
3247 - poll
3248 - poll-cv
3249 platforms:
3250 - mac
3251 - linux
3252 - posix
3253 timeout_seconds: 1200
3254- name: bm_fullstack_streaming_pump
3255 build: test
3256 language: c++
3257 src:
3258 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003259 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003260 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003261 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003262 - grpc++_test_util
3263 - grpc_test_util
3264 - grpc++
3265 - grpc
3266 - gpr_test_util
3267 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003268 args:
3269 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003270 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003271 excluded_poll_engines:
3272 - poll
3273 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003274 platforms:
3275 - mac
3276 - linux
3277 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003278 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003279- name: bm_fullstack_trickle
3280 build: test
3281 language: c++
3282 src:
3283 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3284 deps:
3285 - 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 Tiller52bd4412017-03-03 10:52:22 -08003296 excluded_poll_engines:
3297 - poll
3298 - poll-cv
3299 platforms:
3300 - mac
3301 - linux
3302 - posix
3303 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003304- name: bm_fullstack_unary_ping_pong
3305 build: test
3306 language: c++
3307 src:
3308 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3309 deps:
3310 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003311 - benchmark
3312 - grpc++_test_util
3313 - grpc_test_util
3314 - grpc++
3315 - grpc
3316 - gpr_test_util
3317 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003318 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003319 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003320 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003321 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003322 - poll
3323 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003324 platforms:
3325 - mac
3326 - linux
3327 - posix
3328 timeout_seconds: 1200
3329- name: bm_metadata
3330 build: test
3331 language: c++
3332 src:
3333 - test/cpp/microbenchmarks/bm_metadata.cc
3334 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003335 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003336 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003337 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003338 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003339 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003340 - 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 Tillerbf4b2242015-08-31 15:53:53 -07003346 platforms:
3347 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003348 - linux
3349 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003350- name: bm_pollset
3351 build: test
3352 language: c++
3353 src:
3354 - test/cpp/microbenchmarks/bm_pollset.cc
3355 deps:
3356 - grpc_benchmark
3357 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003358 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003359 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003360 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003361 - grpc
3362 - gpr_test_util
3363 - gpr
3364 args:
3365 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003366 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003367 platforms:
3368 - mac
3369 - linux
3370 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003371- name: channel_arguments_test
3372 gtest: true
3373 build: test
3374 language: c++
3375 src:
3376 - test/cpp/common/channel_arguments_test.cc
3377 deps:
3378 - grpc++
3379 - grpc
3380 - gpr
3381- name: channel_filter_test
3382 gtest: true
3383 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003384 language: c++
3385 src:
3386 - test/cpp/common/channel_filter_test.cc
3387 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003388 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003389 - grpc
3390 - gpr
3391- name: cli_call_test
3392 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003393 build: test
3394 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003395 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003396 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003397 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003398 - grpc_cli_libs
3399 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003400 - grpc_test_util
3401 - grpc++
3402 - grpc
3403 - gpr_test_util
3404 - gpr
3405- name: client_crash_test
3406 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003407 cpu_cost: 0.1
3408 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003409 language: c++
3410 src:
3411 - test/cpp/end2end/client_crash_test.cc
3412 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003413 - grpc++_test_util
3414 - grpc_test_util
3415 - grpc++
3416 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003417 - gpr_test_util
3418 - gpr
3419 platforms:
3420 - mac
3421 - linux
3422 - posix
3423- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003424 build: test
3425 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003426 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003427 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003428 - test/cpp/end2end/client_crash_test_server.cc
3429 deps:
3430 - grpc++_test_util
3431 - grpc_test_util
3432 - grpc++
3433 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003434 - gpr_test_util
3435 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003436- name: codegen_test_full
3437 gtest: true
3438 build: test
3439 language: c++
3440 src:
3441 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003442 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003443 - src/proto/grpc/testing/payloads.proto
3444 - src/proto/grpc/testing/services.proto
3445 - src/proto/grpc/testing/stats.proto
3446 - test/cpp/codegen/codegen_test_full.cc
3447 deps:
3448 - grpc++
3449 - grpc
3450 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003451 filegroups:
3452 - grpc++_codegen_base
3453- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003454 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003455 build: test
yang-g34b58612016-06-03 17:30:09 -07003456 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003457 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003458 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003459 - src/proto/grpc/testing/messages.proto
3460 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003461 - src/proto/grpc/testing/services.proto
3462 - src/proto/grpc/testing/stats.proto
3463 - test/cpp/codegen/codegen_test_minimal.cc
3464 filegroups:
3465 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003466 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003467- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003468 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003469 build: test
3470 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003471 src:
3472 - test/cpp/client/credentials_test.cc
3473 deps:
3474 - grpc++
3475 - grpc
3476 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003477- name: cxx_byte_buffer_test
3478 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003479 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003480 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003481 src:
3482 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003483 deps:
3484 - grpc_test_util
3485 - grpc++
3486 - grpc
3487 - gpr_test_util
3488 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003489- name: cxx_slice_test
3490 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003491 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003492 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003493 src:
3494 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003495 deps:
3496 - grpc_test_util
3497 - grpc++
3498 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003499 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003500 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003501- name: cxx_string_ref_test
3502 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003503 build: test
3504 language: c++
3505 src:
3506 - test/cpp/util/string_ref_test.cc
3507 deps:
3508 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003509- name: cxx_time_test
3510 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003511 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003512 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003513 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003514 - test/cpp/util/time_test.cc
3515 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003516 - grpc_test_util
3517 - grpc++
3518 - grpc
3519 - gpr_test_util
3520 - gpr
3521- name: end2end_test
3522 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003523 cpu_cost: 0.5
3524 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003525 language: c++
3526 src:
3527 - test/cpp/end2end/end2end_test.cc
3528 deps:
3529 - grpc++_test_util
3530 - grpc_test_util
3531 - grpc++
3532 - grpc
3533 - gpr_test_util
3534 - gpr
3535- name: filter_end2end_test
3536 gtest: true
3537 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003538 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003539 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003540 - test/cpp/end2end/filter_end2end_test.cc
3541 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003542 - grpc++_test_util
3543 - grpc_test_util
3544 - grpc++
3545 - grpc
3546 - gpr_test_util
3547 - gpr
3548- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003549 gtest: true
3550 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003551 language: c++
3552 src:
3553 - test/cpp/end2end/generic_end2end_test.cc
3554 deps:
3555 - grpc++_test_util
3556 - grpc_test_util
3557 - grpc++
3558 - grpc
3559 - gpr_test_util
3560 - gpr
3561- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003562 gtest: true
3563 build: test
3564 language: c++
3565 src:
Craig Tiller25834342015-09-25 08:08:24 -07003566 - src/proto/grpc/testing/compiler_test.proto
3567 - test/cpp/codegen/golden_file_test.cc
3568 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003569 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003570 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003571 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003572 args:
3573 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003574- name: grpc_cli
3575 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003576 run: false
3577 language: c++
3578 src:
3579 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003580 deps:
3581 - grpc_cli_libs
3582 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003583 - grpc++
3584 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003585 - gpr
3586 - grpc++_test_config
3587- name: grpc_cpp_plugin
3588 build: protoc
3589 language: c++
3590 src:
3591 - src/compiler/cpp_plugin.cc
3592 deps:
3593 - grpc_plugin_support
3594 secure: false
3595 vs_config_type: Application
3596 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3597- name: grpc_csharp_plugin
3598 build: protoc
3599 language: c++
3600 src:
3601 - src/compiler/csharp_plugin.cc
3602 deps:
3603 - grpc_plugin_support
3604 secure: false
3605 vs_config_type: Application
3606 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003607- name: grpc_node_plugin
3608 build: protoc
3609 language: c++
3610 src:
3611 - src/compiler/node_plugin.cc
3612 deps:
3613 - grpc_plugin_support
3614 secure: false
3615 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003616- name: grpc_objective_c_plugin
3617 build: protoc
3618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003619 src:
3620 - src/compiler/objective_c_plugin.cc
3621 deps:
3622 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003623 secure: false
3624 vs_config_type: Application
3625 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003626- name: grpc_php_plugin
3627 build: protoc
3628 language: c++
3629 src:
3630 - src/compiler/php_plugin.cc
3631 deps:
3632 - grpc_plugin_support
3633 secure: false
3634 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003635- name: grpc_python_plugin
3636 build: protoc
3637 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003638 src:
3639 - src/compiler/python_plugin.cc
3640 deps:
3641 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003642 secure: false
3643 vs_config_type: Application
3644 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3645- name: grpc_ruby_plugin
3646 build: protoc
3647 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003648 src:
3649 - src/compiler/ruby_plugin.cc
3650 deps:
3651 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003652 secure: false
3653 vs_config_type: Application
3654 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003655- name: grpc_tool_test
3656 gtest: true
3657 build: test
3658 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003659 src:
3660 - src/proto/grpc/testing/echo.proto
3661 - src/proto/grpc/testing/echo_messages.proto
3662 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003663 deps:
3664 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003665 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003666 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003667 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003668 - grpc_test_util
3669 - grpc++
3670 - grpc
3671 - gpr_test_util
3672 - gpr
3673 filegroups:
3674 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003675- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003676 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003677 build: test
3678 language: c++
3679 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003680 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003681 - test/cpp/grpclb/grpclb_api_test.cc
3682 deps:
3683 - grpc++_test_util
3684 - grpc_test_util
3685 - grpc++
3686 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003687- name: grpclb_test
3688 gtest: false
3689 build: test
3690 language: c++
3691 src:
3692 - src/proto/grpc/lb/v1/load_balancer.proto
3693 - test/cpp/grpclb/grpclb_test.cc
3694 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003695 - grpc++_test_util
3696 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003697 - grpc++
3698 - grpc
3699 - gpr_test_util
3700 - gpr
yang-gad327642016-12-12 14:32:09 -08003701- name: health_service_end2end_test
3702 gtest: true
3703 build: test
3704 language: c++
3705 src:
3706 - test/cpp/end2end/health_service_end2end_test.cc
3707 deps:
3708 - grpc++_test_util
3709 - grpc_test_util
3710 - grpc++
3711 - grpc
3712 - gpr_test_util
3713 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003714- name: http2_client
3715 build: test
3716 run: false
3717 language: c++
3718 src: []
3719 deps:
3720 - http2_client_main
3721 - grpc++_test_util
3722 - grpc_test_util
3723 - grpc++
3724 - grpc
3725 - grpc++_test_config
3726 platforms:
3727 - mac
3728 - linux
3729 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003730- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003731 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003732 build: test
3733 language: c++
3734 src:
3735 - test/cpp/end2end/hybrid_end2end_test.cc
3736 deps:
3737 - grpc++_test_util
3738 - grpc_test_util
3739 - grpc++
3740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003741 - gpr_test_util
3742 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003743- name: interop_client
3744 build: test
3745 run: false
3746 language: c++
3747 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003748 deps:
3749 - interop_client_main
3750 - interop_client_helper
3751 - grpc++_test_util
3752 - grpc_test_util
3753 - grpc++
3754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003755 - gpr_test_util
3756 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003757 - grpc++_test_config
3758 platforms:
3759 - mac
3760 - linux
3761 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003762- name: interop_server
3763 build: test
3764 run: false
3765 language: c++
3766 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003767 deps:
3768 - interop_server_main
3769 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003770 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003771 - grpc++_test_util
3772 - grpc_test_util
3773 - grpc++
3774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003775 - gpr_test_util
3776 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003777 - grpc++_test_config
3778 platforms:
3779 - mac
3780 - linux
3781 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003782- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003783 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003784 build: test
3785 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003786 src:
3787 - test/cpp/interop/interop_test.cc
3788 deps:
3789 - grpc_test_util
3790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003791 - gpr_test_util
3792 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003793 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003794 platforms:
3795 - mac
3796 - linux
3797 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003798- name: json_run_localhost
3799 build: test
3800 run: false
3801 language: c++
3802 src:
3803 - test/cpp/qps/json_run_localhost.cc
3804 deps:
3805 - grpc++_test_util
3806 - grpc_test_util
3807 - grpc++
3808 - grpc
3809 - gpr_test_util
3810 - gpr
3811 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003812 platforms:
3813 - mac
3814 - linux
3815 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003816- name: metrics_client
3817 build: test
3818 run: false
3819 language: c++
3820 headers:
3821 - test/cpp/util/metrics_server.h
3822 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003823 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003824 - test/cpp/interop/metrics_client.cc
3825 deps:
3826 - grpc++
3827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003828 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003829 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003830- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003831 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003832 build: test
3833 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003834 src:
3835 - test/cpp/end2end/mock_test.cc
3836 deps:
3837 - grpc++_test_util
3838 - grpc_test_util
3839 - grpc++
3840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003841 - gpr_test_util
3842 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003843- name: noop-benchmark
3844 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003845 language: c++
3846 src:
3847 - test/cpp/microbenchmarks/noop-benchmark.cc
3848 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003849 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003850 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003851- name: proto_server_reflection_test
3852 gtest: true
3853 build: test
3854 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003855 src:
3856 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003857 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003858 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003859 - grpc++_reflection
3860 - grpc++_test_util
3861 - grpc_test_util
3862 - grpc++
3863 - grpc
3864 - gpr_test_util
3865 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003866- name: proto_utils_test
3867 gtest: true
3868 build: test
3869 language: c++
3870 src:
3871 - test/cpp/codegen/proto_utils_test.cc
3872 deps:
3873 - grpc++
3874 - grpc
3875 filegroups:
3876 - grpc++_codegen_base
3877 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003878- name: qps_interarrival_test
3879 build: test
3880 run: false
3881 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003882 src:
3883 - test/cpp/qps/qps_interarrival_test.cc
3884 deps:
3885 - qps
3886 - grpc++_test_util
3887 - grpc_test_util
3888 - grpc++
3889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003890 - gpr_test_util
3891 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003892 platforms:
3893 - mac
3894 - linux
3895 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003896- name: qps_json_driver
3897 build: test
3898 run: false
3899 language: c++
3900 src:
3901 - test/cpp/qps/qps_json_driver.cc
3902 deps:
3903 - qps
3904 - grpc++_test_util
3905 - grpc_test_util
3906 - grpc++
3907 - grpc
3908 - gpr_test_util
3909 - gpr
3910 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003911- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003912 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003913 build: test
3914 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003915 src:
3916 - test/cpp/qps/qps_openloop_test.cc
3917 deps:
3918 - qps
3919 - grpc++_test_util
3920 - grpc_test_util
3921 - grpc++
3922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003923 - gpr_test_util
3924 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003925 - grpc++_test_config
3926 platforms:
3927 - mac
3928 - linux
3929 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003930- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003931 build: test
3932 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003934 headers:
3935 - test/cpp/qps/client.h
3936 - test/cpp/qps/server.h
3937 src:
3938 - test/cpp/qps/worker.cc
3939 deps:
3940 - qps
3941 - grpc++_test_util
3942 - grpc_test_util
3943 - grpc++
3944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003945 - gpr_test_util
3946 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003947 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003948- name: reconnect_interop_client
3949 build: test
3950 run: false
3951 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003952 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003953 - src/proto/grpc/testing/empty.proto
3954 - src/proto/grpc/testing/messages.proto
3955 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003956 - test/cpp/interop/reconnect_interop_client.cc
3957 deps:
3958 - grpc++_test_util
3959 - grpc_test_util
3960 - grpc++
3961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003962 - gpr_test_util
3963 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003964 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003965- name: reconnect_interop_server
3966 build: test
3967 run: false
3968 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003969 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003970 - src/proto/grpc/testing/empty.proto
3971 - src/proto/grpc/testing/messages.proto
3972 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003973 - test/cpp/interop/reconnect_interop_server.cc
3974 deps:
3975 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003976 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003977 - grpc++_test_util
3978 - grpc_test_util
3979 - grpc++
3980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003981 - gpr_test_util
3982 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003983 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003984- name: round_robin_end2end_test
3985 gtest: true
3986 build: test
3987 language: c++
3988 src:
3989 - test/cpp/end2end/round_robin_end2end_test.cc
3990 deps:
3991 - grpc++_test_util
3992 - grpc_test_util
3993 - grpc++
3994 - grpc
3995 - gpr_test_util
3996 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003997- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003998 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003999 build: test
4000 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004001 src:
4002 - test/cpp/common/secure_auth_context_test.cc
4003 deps:
4004 - grpc++_test_util
4005 - grpc_test_util
4006 - grpc++
4007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004008 - gpr_test_util
4009 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004010- name: secure_sync_unary_ping_pong_test
4011 build: test
4012 language: c++
4013 src:
4014 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4015 deps:
4016 - qps
4017 - grpc++_test_util
4018 - grpc_test_util
4019 - grpc++
4020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004021 - gpr_test_util
4022 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004023 platforms:
4024 - mac
4025 - linux
4026 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004027- name: server_builder_plugin_test
4028 gtest: true
4029 build: test
4030 language: c++
4031 src:
4032 - test/cpp/end2end/server_builder_plugin_test.cc
4033 deps:
4034 - grpc++_test_util
4035 - grpc_test_util
4036 - grpc++
4037 - grpc
4038 - gpr_test_util
4039 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004040- name: server_builder_test
4041 gtest: true
4042 build: test
4043 language: c++
4044 src:
4045 - src/proto/grpc/testing/echo_messages.proto
4046 - src/proto/grpc/testing/echo.proto
4047 - test/cpp/server/server_builder_test.cc
4048 deps:
4049 - grpc++_test_util
4050 - grpc_test_util
4051 - gpr_test_util
4052 - grpc++
4053 - grpc
4054 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004055- name: server_context_test_spouse_test
4056 gtest: true
4057 build: test
4058 language: c++
4059 src:
4060 - test/cpp/test/server_context_test_spouse_test.cc
4061 deps:
4062 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004063 - grpc++
4064 - grpc
4065 - gpr_test_util
4066 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004067 uses:
4068 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004069- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004070 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004071 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004072 build: test
4073 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004074 src:
4075 - test/cpp/end2end/server_crash_test.cc
4076 deps:
4077 - grpc++_test_util
4078 - grpc_test_util
4079 - grpc++
4080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004081 - gpr_test_util
4082 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004083 platforms:
4084 - mac
4085 - linux
4086 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004087- name: server_crash_test_client
4088 build: test
4089 run: false
4090 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004091 src:
4092 - test/cpp/end2end/server_crash_test_client.cc
4093 deps:
4094 - grpc++_test_util
4095 - grpc_test_util
4096 - grpc++
4097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004098 - gpr_test_util
4099 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004100- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004101 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004102 build: test
4103 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004104 src:
4105 - test/cpp/end2end/shutdown_test.cc
4106 deps:
4107 - grpc++_test_util
4108 - grpc_test_util
4109 - grpc++
4110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004111 - gpr_test_util
4112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004113- name: status_test
4114 build: test
4115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004116 src:
4117 - test/cpp/util/status_test.cc
4118 deps:
4119 - grpc_test_util
4120 - grpc++
4121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004122 - gpr_test_util
4123 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004124- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004125 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004126 build: test
4127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004128 src:
4129 - test/cpp/end2end/streaming_throughput_test.cc
4130 deps:
4131 - grpc++_test_util
4132 - grpc_test_util
4133 - grpc++
4134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004135 - gpr_test_util
4136 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004137 platforms:
4138 - mac
4139 - linux
4140 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004141- name: stress_test
4142 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004143 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004144 language: c++
4145 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004146 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004147 - test/cpp/interop/interop_client.h
4148 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004149 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004150 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004151 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004152 - src/proto/grpc/testing/empty.proto
4153 - src/proto/grpc/testing/messages.proto
4154 - src/proto/grpc/testing/metrics.proto
4155 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004156 - test/cpp/interop/interop_client.cc
4157 - test/cpp/interop/stress_interop_client.cc
4158 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004159 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004160 deps:
4161 - grpc++_test_util
4162 - grpc_test_util
4163 - grpc++
4164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004165 - gpr_test_util
4166 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004167 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004168- name: thread_manager_test
4169 build: test
4170 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004171 src:
4172 - test/cpp/thread_manager/thread_manager_test.cc
4173 deps:
4174 - grpc++
4175 - grpc
4176 - gpr
4177 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004178- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004179 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004180 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004181 build: test
4182 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004183 src:
4184 - test/cpp/end2end/thread_stress_test.cc
4185 deps:
4186 - grpc++_test_util
4187 - grpc_test_util
4188 - grpc++
4189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004190 - gpr_test_util
4191 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004192- name: writes_per_rpc_test
4193 gtest: true
4194 cpu_cost: 0.5
4195 build: test
4196 language: c++
4197 src:
4198 - test/cpp/performance/writes_per_rpc_test.cc
4199 deps:
4200 - grpc++_test_util
4201 - grpc_test_util
4202 - grpc++
4203 - grpc
4204 - gpr_test_util
4205 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004206 platforms:
4207 - mac
4208 - linux
4209 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004210- name: public_headers_must_be_c89
4211 build: test
4212 language: c89
4213 src:
4214 - test/core/surface/public_headers_must_be_c89.c
4215 deps:
4216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004217 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004218vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004219- linkage: static
4220 name: grpc.dependencies.zlib
4221 props: false
4222 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004223 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004224- linkage: static
4225 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004226 props: true
4227 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004228 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004229- name: gflags
4230 props: false
4231 redist: false
4232 version: 2.1.2.1
4233- name: gtest
4234 props: false
4235 redist: false
4236 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004237configs:
4238 asan:
4239 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004240 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4241 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004242 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004243 LD: clang
4244 LDFLAGS: -fsanitize=address
4245 LDXX: clang++
4246 compile_the_world: true
4247 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004248 ASAN_OPTIONS: detect_leaks=1:color=always
4249 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004250 asan-noleaks:
4251 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004252 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4253 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004254 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004255 LD: clang
4256 LDFLAGS: -fsanitize=address
4257 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004258 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004259 test_environ:
4260 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004261 asan-trace-cmp:
4262 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004263 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4264 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004265 CXX: clang++
4266 LD: clang
4267 LDFLAGS: -fsanitize=address
4268 LDXX: clang++
4269 compile_the_world: true
4270 test_environ:
4271 ASAN_OPTIONS: detect_leaks=1:color=always
4272 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004273 basicprof:
4274 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4275 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004276 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004277 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004278 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004279 dbg:
4280 CPPFLAGS: -O0
4281 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004282 gcov:
4283 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004284 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004285 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004286 DEFINES: _DEBUG DEBUG GPR_GCOV
4287 LD: gcc
4288 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4289 LDXX: g++
4290 helgrind:
4291 CPPFLAGS: -O0
4292 DEFINES: _DEBUG DEBUG
4293 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004294 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004295 lto:
4296 CPPFLAGS: -O2
4297 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004298 memcheck:
4299 CPPFLAGS: -O0
4300 DEFINES: _DEBUG DEBUG
4301 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004302 valgrind: --tool=memcheck --leak-check=full
4303 msan:
4304 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004305 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4306 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4307 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004308 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004309 DEFINES: NDEBUG
4310 LD: clang
4311 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4312 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4313 LDXX: clang++
4314 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004315 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004316 CPPFLAGS: -O3 -fno-omit-frame-pointer
4317 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004318 LDFLAGS: -rdynamic
4319 opt:
4320 CPPFLAGS: -O2
4321 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004322 stapprof:
4323 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4324 DEFINES: NDEBUG
4325 tsan:
4326 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004327 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004328 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004329 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004330 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004331 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004332 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004333 LDXX: clang++
4334 compile_the_world: true
4335 test_environ:
4336 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004337 ubsan:
4338 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004339 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4340 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004341 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004342 DEFINES: NDEBUG
4343 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004344 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004345 LDXX: clang++
4346 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004347 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004348 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004349defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004350 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004351 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004352 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4353 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004354 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004355 benchmark:
4356 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004357 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004358 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004359 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004360 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004361 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004362 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004363 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004364 LDFLAGS: -g
4365 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004366 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004367 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004368node_modules:
4369- deps:
4370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004371 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004372 - boringssl
4373 - z
murgatroid9994a75412015-11-19 14:04:53 -08004374 headers:
4375 - src/node/ext/byte_buffer.h
4376 - src/node/ext/call.h
4377 - src/node/ext/call_credentials.h
4378 - src/node/ext/channel.h
4379 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004380 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004381 - src/node/ext/server.h
4382 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004383 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004384 - src/node/ext/timeval.h
4385 js:
4386 - src/node/index.js
4387 - src/node/src/client.js
4388 - src/node/src/common.js
4389 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004390 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004391 - src/node/src/metadata.js
4392 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004393 name: grpc_node
4394 src:
4395 - src/node/ext/byte_buffer.cc
4396 - src/node/ext/call.cc
4397 - src/node/ext/call_credentials.cc
4398 - src/node/ext/channel.cc
4399 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004400 - src/node/ext/completion_queue_threadpool.cc
4401 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004402 - src/node/ext/node_grpc.cc
4403 - src/node/ext/server.cc
4404 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004405 - src/node/ext/server_generic.cc
4406 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004407 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004408 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004409openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004410 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004411 extraction_dir: openssl-1.0.2f
4412 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004413php_config_m4:
4414 deps:
4415 - grpc
4416 - gpr
4417 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004418 headers:
4419 - src/php/ext/grpc/byte_buffer.h
4420 - src/php/ext/grpc/call.h
4421 - src/php/ext/grpc/call_credentials.h
4422 - src/php/ext/grpc/channel.h
4423 - src/php/ext/grpc/channel_credentials.h
4424 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004425 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004426 - src/php/ext/grpc/php_grpc.h
4427 - src/php/ext/grpc/server.h
4428 - src/php/ext/grpc/server_credentials.h
4429 - src/php/ext/grpc/timeval.h
4430 src:
4431 - src/php/ext/grpc/byte_buffer.c
4432 - src/php/ext/grpc/call.c
4433 - src/php/ext/grpc/call_credentials.c
4434 - src/php/ext/grpc/channel.c
4435 - src/php/ext/grpc/channel_credentials.c
4436 - src/php/ext/grpc/completion_queue.c
4437 - src/php/ext/grpc/php_grpc.c
4438 - src/php/ext/grpc/server.c
4439 - src/php/ext/grpc/server_credentials.c
4440 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004441python_dependencies:
4442 deps:
4443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004444 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004445 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004446 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004447 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004448ruby_gem:
4449 deps:
4450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004451 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004452 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004453 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004454 - z