blob: 2aa1c236f88bcc5e23f4e2465da13134047eedeb [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 Tillerb3d70102017-03-31 14:17:09 -070092 - src/core/lib/support/memory.h
Craig Tiller57726ca2016-09-12 11:59:45 -070093 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080095 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070096 - src/core/lib/support/stack_lockfree.h
97 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070098 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070099 - src/core/lib/support/thd_internal.h
100 - src/core/lib/support/time_precise.h
101 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100102 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700103 - src/core/lib/profiling/basic_timers.c
104 - src/core/lib/profiling/stap_timers.c
105 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700106 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700107 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/avl.c
109 - src/core/lib/support/backoff.c
110 - src/core/lib/support/cmdline.c
111 - src/core/lib/support/cpu_iphone.c
112 - src/core/lib/support/cpu_linux.c
113 - src/core/lib/support/cpu_posix.c
114 - src/core/lib/support/cpu_windows.c
115 - src/core/lib/support/env_linux.c
116 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700117 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700118 - src/core/lib/support/histogram.c
119 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700120 - src/core/lib/support/log.c
121 - src/core/lib/support/log_android.c
122 - src/core/lib/support/log_linux.c
123 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700124 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700125 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700126 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/stack_lockfree.c
128 - src/core/lib/support/string.c
129 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700130 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700131 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700132 - src/core/lib/support/subprocess_posix.c
133 - src/core/lib/support/subprocess_windows.c
134 - src/core/lib/support/sync.c
135 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700136 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700137 - src/core/lib/support/thd.c
138 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700139 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700140 - src/core/lib/support/time.c
141 - src/core/lib/support/time_posix.c
142 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700143 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700144 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200145 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700146 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700147 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700148 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700149 uses:
150 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800151- name: gpr_codegen
152 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800153 - include/grpc/impl/codegen/atm.h
154 - include/grpc/impl/codegen/atm_gcc_atomic.h
155 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700156 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800157 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700158 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/port_platform.h
160 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800161 - include/grpc/impl/codegen/sync.h
162 - include/grpc/impl/codegen/sync_generic.h
163 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700164 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700165- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700166 public_headers:
167 - include/grpc/byte_buffer.h
168 - include/grpc/byte_buffer_reader.h
169 - include/grpc/compression.h
170 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700171 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200172 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800173 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700174 - include/grpc/slice.h
175 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700176 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700177 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700178 - src/core/lib/channel/channel_args.h
179 - src/core/lib/channel/channel_stack.h
180 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700181 - src/core/lib/channel/compress_filter.h
182 - src/core/lib/channel/connected_channel.h
183 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700184 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700185 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800186 - src/core/lib/channel/handshaker_factory.h
187 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/channel/http_client_filter.h
189 - src/core/lib/channel/http_server_filter.h
Yuchen Zenga809ea52017-03-28 02:02:45 -0700190 - src/core/lib/channel/max_age_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700191 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700192 - src/core/lib/compression/algorithm_metadata.h
193 - src/core/lib/compression/message_compress.h
194 - src/core/lib/debug/trace.h
195 - src/core/lib/http/format_request.h
196 - src/core/lib/http/httpcli.h
197 - src/core/lib/http/parser.h
198 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700199 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/iomgr/endpoint.h
201 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700202 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800203 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700204 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700205 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700206 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/iomgr/exec_ctx.h
208 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/iocp_windows.h
210 - src/core/lib/iomgr/iomgr.h
211 - src/core/lib/iomgr/iomgr_internal.h
212 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700213 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700214 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700215 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700219 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700221 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700223 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/sockaddr.h
225 - src/core/lib/iomgr/sockaddr_posix.h
226 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700227 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500228 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700229 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700230 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/socket_utils_posix.h
232 - src/core/lib/iomgr/socket_windows.h
233 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700234 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/iomgr/tcp_posix.h
236 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700237 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700238 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/iomgr/tcp_windows.h
240 - src/core/lib/iomgr/time_averaged_stats.h
241 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700242 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700244 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/udp_server.h
246 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700247 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700248 - src/core/lib/iomgr/wakeup_fd_pipe.h
249 - src/core/lib/iomgr/wakeup_fd_posix.h
250 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700251 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/iomgr/workqueue_windows.h
253 - src/core/lib/json/json.h
254 - src/core/lib/json/json_common.h
255 - src/core/lib/json/json_reader.h
256 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700257 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800258 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800259 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700260 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/surface/api_trace.h
262 - src/core/lib/surface/call.h
263 - src/core/lib/surface/call_test_only.h
264 - src/core/lib/surface/channel.h
265 - src/core/lib/surface/channel_init.h
266 - src/core/lib/surface/channel_stack_type.h
267 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700268 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/surface/event_string.h
270 - src/core/lib/surface/init.h
271 - src/core/lib/surface/lame_client.h
272 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800273 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700274 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800277 - src/core/lib/transport/error_utils.h
278 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/transport/metadata.h
280 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700281 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700282 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800284 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400285 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/transport/transport.h
287 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700288 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/channel/channel_args.c
290 - src/core/lib/channel/channel_stack.c
291 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/channel/compress_filter.c
293 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700294 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700295 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800296 - src/core/lib/channel/handshaker_factory.c
297 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/channel/http_client_filter.c
299 - src/core/lib/channel/http_server_filter.c
Yuchen Zenga809ea52017-03-28 02:02:45 -0700300 - src/core/lib/channel/max_age_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700301 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700302 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/compression/message_compress.c
304 - src/core/lib/debug/trace.c
305 - src/core/lib/http/format_request.c
306 - src/core/lib/http/httpcli.c
307 - src/core/lib/http/parser.c
308 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700309 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/endpoint.c
311 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700312 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700314 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700315 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700316 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700317 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/exec_ctx.c
319 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/iocp_windows.c
321 - src/core/lib/iomgr/iomgr.c
322 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700325 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700326 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700327 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700330 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700331 - src/core/lib/iomgr/pollset_windows.c
332 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700333 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700335 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500337 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700338 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/socket_utils_common_posix.c
340 - src/core/lib/iomgr/socket_utils_linux.c
341 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700342 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700343 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/socket_windows.c
345 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700346 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700347 - src/core/lib/iomgr/tcp_client_windows.c
348 - src/core/lib/iomgr/tcp_posix.c
349 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700350 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700351 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
352 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700353 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700354 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700355 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/iomgr/tcp_windows.c
357 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700358 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700360 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/iomgr/udp_server.c
362 - src/core/lib/iomgr/unix_sockets_posix.c
363 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700364 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700365 - src/core/lib/iomgr/wakeup_fd_eventfd.c
366 - src/core/lib/iomgr/wakeup_fd_nospecial.c
367 - src/core/lib/iomgr/wakeup_fd_pipe.c
368 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700369 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700370 - src/core/lib/iomgr/workqueue_windows.c
371 - src/core/lib/json/json.c
372 - src/core/lib/json/json_reader.c
373 - src/core/lib/json/json_string.c
374 - src/core/lib/json/json_writer.c
Makarand Dharmapurikar226098c2017-03-22 10:53:37 -0700375 - src/core/lib/security/util/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700376 - src/core/lib/slice/percent_encoding.c
377 - src/core/lib/slice/slice.c
378 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800379 - src/core/lib/slice/slice_hash_table.c
380 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700381 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700382 - src/core/lib/surface/alarm.c
383 - src/core/lib/surface/api_trace.c
384 - src/core/lib/surface/byte_buffer.c
385 - src/core/lib/surface/byte_buffer_reader.c
386 - src/core/lib/surface/call.c
387 - src/core/lib/surface/call_details.c
388 - src/core/lib/surface/call_log_batch.c
389 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/surface/channel_init.c
391 - src/core/lib/surface/channel_ping.c
392 - src/core/lib/surface/channel_stack_type.c
393 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700394 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700395 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700396 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/surface/metadata_array.c
398 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700399 - src/core/lib/surface/validate_metadata.c
400 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700401 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700402 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700403 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800404 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700405 - src/core/lib/transport/metadata.c
406 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700407 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700408 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700409 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800410 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400411 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700412 - src/core/lib/transport/transport.c
413 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700414 deps:
415 - gpr
416 uses:
417 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700418- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700419 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700420 - src/core/ext/client_channel/client_channel.h
421 - src/core/ext/client_channel/client_channel_factory.h
422 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700423 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800424 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700425 - src/core/ext/client_channel/lb_policy.h
426 - src/core/ext/client_channel/lb_policy_factory.h
427 - src/core/ext/client_channel/lb_policy_registry.h
428 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800429 - src/core/ext/client_channel/proxy_mapper.h
430 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700431 - src/core/ext/client_channel/resolver.h
432 - src/core/ext/client_channel/resolver_factory.h
433 - src/core/ext/client_channel/resolver_registry.h
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800434 - src/core/ext/client_channel/retry_throttle.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700435 - src/core/ext/client_channel/subchannel.h
436 - src/core/ext/client_channel/subchannel_index.h
437 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700438 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700439 - src/core/ext/client_channel/channel_connectivity.c
440 - src/core/ext/client_channel/client_channel.c
441 - src/core/ext/client_channel/client_channel_factory.c
442 - src/core/ext/client_channel/client_channel_plugin.c
443 - src/core/ext/client_channel/connector.c
Mark D. Roth15195742016-10-07 09:02:28 -0700444 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800445 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700446 - src/core/ext/client_channel/lb_policy.c
447 - src/core/ext/client_channel/lb_policy_factory.c
448 - src/core/ext/client_channel/lb_policy_registry.c
449 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800450 - src/core/ext/client_channel/proxy_mapper.c
451 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700452 - src/core/ext/client_channel/resolver.c
453 - src/core/ext/client_channel/resolver_factory.c
454 - src/core/ext/client_channel/resolver_registry.c
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800455 - src/core/ext/client_channel/retry_throttle.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700456 - src/core/ext/client_channel/subchannel.c
457 - src/core/ext/client_channel/subchannel_index.c
458 - src/core/ext/client_channel/uri_parser.c
459 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700460 uses:
461 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800462- name: grpc_codegen
463 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700464 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800465 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800466 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800467 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800468 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800469 - include/grpc/impl/codegen/propagation_bits.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:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700475 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800476 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700477 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700478 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700479 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700480 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800481 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
482 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
483 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
484 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:
491 - src/core/ext/lb_policy/grpclb/grpclb.h
492 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
493 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
494 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
495 src:
496 - src/core/ext/lb_policy/grpclb/grpclb.c
497 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700498 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700499 - src/core/ext/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
Mark D. Roth2137cd82016-09-14 09:04:00 -0700503 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700504 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700505- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700506 src:
507 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700508 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700509 uses:
510 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700511 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700512- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700513 src:
514 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700515 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700516 uses:
517 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700518 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700519- name: grpc_load_reporting
520 headers:
521 - src/core/ext/load_reporting/load_reporting.h
522 - src/core/ext/load_reporting/load_reporting_filter.h
523 src:
524 - src/core/ext/load_reporting/load_reporting.c
525 - src/core/ext/load_reporting/load_reporting_filter.c
526 plugin: grpc_load_reporting_plugin
527 uses:
528 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700529- name: grpc_resolver_dns_ares
530 headers:
Yuchen Zeng85750b02016-08-08 14:16:34 -0700531 - src/core/ext/resolver/dns/c_ares/grpc_ares_ev_driver.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700532 - src/core/ext/resolver/dns/c_ares/grpc_ares_wrapper.h
533 src:
Yuchen Zengea88fc12016-08-19 00:20:59 -0700534 - src/core/ext/resolver/dns/c_ares/dns_resolver_ares.c
Yuchen Zeng85750b02016-08-08 14:16:34 -0700535 - src/core/ext/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700536 - src/core/ext/resolver/dns/c_ares/grpc_ares_wrapper.c
537 plugin: grpc_resolver_dns_ares
538 uses:
539 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700540 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700541- name: grpc_resolver_dns_native
542 src:
543 - src/core/ext/resolver/dns/native/dns_resolver.c
544 plugin: grpc_resolver_dns_native
545 uses:
546 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700547 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700548- name: grpc_resolver_sockaddr
549 src:
550 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
551 plugin: grpc_resolver_sockaddr
552 uses:
553 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700554 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100555- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700556 public_headers:
557 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100558 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700559 - src/core/lib/security/context/security_context.h
560 - src/core/lib/security/credentials/composite/composite_credentials.h
561 - src/core/lib/security/credentials/credentials.h
562 - src/core/lib/security/credentials/fake/fake_credentials.h
563 - src/core/lib/security/credentials/google_default/google_default_credentials.h
564 - src/core/lib/security/credentials/iam/iam_credentials.h
565 - src/core/lib/security/credentials/jwt/json_token.h
566 - src/core/lib/security/credentials/jwt/jwt_credentials.h
567 - src/core/lib/security/credentials/jwt/jwt_verifier.h
568 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
569 - src/core/lib/security/credentials/plugin/plugin_credentials.h
570 - src/core/lib/security/credentials/ssl/ssl_credentials.h
571 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800572 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700573 - src/core/lib/security/transport/secure_endpoint.h
574 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800575 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700576 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700577 - src/core/lib/security/util/b64.h
578 - 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/b64.c
603 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700604 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700605 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700606 uses:
607 - grpc_base
608 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700609 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700610- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700611 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700612 headers:
613 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700614 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800615 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700616 - test/core/end2end/fixtures/proxy.h
617 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800618 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700619 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200620 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700621 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700622 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700623 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700624 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700625 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700626 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800627 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700628 src:
629 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700630 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800631 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700632 - test/core/end2end/fixtures/proxy.c
633 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800634 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700635 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200636 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700637 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700638 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700639 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800640 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700641 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700642 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800643 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700644 deps:
645 - grpc
646 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700647- name: grpc_transport_chttp2
648 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700649 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700650 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700651 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
652 - src/core/ext/transport/chttp2/transport/frame.h
653 - src/core/ext/transport/chttp2/transport/frame_data.h
654 - src/core/ext/transport/chttp2/transport/frame_goaway.h
655 - src/core/ext/transport/chttp2/transport/frame_ping.h
656 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
657 - src/core/ext/transport/chttp2/transport/frame_settings.h
658 - src/core/ext/transport/chttp2/transport/frame_window_update.h
659 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
660 - src/core/ext/transport/chttp2/transport/hpack_parser.h
661 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700662 - src/core/ext/transport/chttp2/transport/huffsyms.h
663 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
664 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700665 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700666 - src/core/ext/transport/chttp2/transport/varint.h
667 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700668 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700669 - src/core/ext/transport/chttp2/transport/bin_encoder.c
670 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700671 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
672 - src/core/ext/transport/chttp2/transport/frame_data.c
673 - src/core/ext/transport/chttp2/transport/frame_goaway.c
674 - src/core/ext/transport/chttp2/transport/frame_ping.c
675 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
676 - src/core/ext/transport/chttp2/transport/frame_settings.c
677 - src/core/ext/transport/chttp2/transport/frame_window_update.c
678 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
679 - src/core/ext/transport/chttp2/transport/hpack_parser.c
680 - src/core/ext/transport/chttp2/transport/hpack_table.c
681 - src/core/ext/transport/chttp2/transport/huffsyms.c
682 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
683 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700684 - src/core/ext/transport/chttp2/transport/stream_lists.c
685 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700686 - src/core/ext/transport/chttp2/transport/varint.c
687 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700688 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700689 uses:
690 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700691 - grpc_transport_chttp2_alpn
692- name: grpc_transport_chttp2_alpn
693 headers:
694 - src/core/ext/transport/chttp2/alpn/alpn.h
695 src:
696 - src/core/ext/transport/chttp2/alpn/alpn.c
697 deps:
698 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800699- name: grpc_transport_chttp2_client_connector
700 headers:
701 - src/core/ext/transport/chttp2/client/chttp2_connector.h
702 src:
703 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800704 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800705 - grpc_transport_chttp2
706 - grpc_base
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
880- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700881 language: c++
882 public_headers:
883 - include/grpc++/impl/codegen/async_stream.h
884 - include/grpc++/impl/codegen/async_unary_call.h
885 - include/grpc++/impl/codegen/call.h
886 - include/grpc++/impl/codegen/call_hook.h
887 - include/grpc++/impl/codegen/channel_interface.h
888 - include/grpc++/impl/codegen/client_context.h
889 - include/grpc++/impl/codegen/client_unary_call.h
890 - include/grpc++/impl/codegen/completion_queue.h
891 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700892 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700893 - include/grpc++/impl/codegen/core_codegen_interface.h
894 - include/grpc++/impl/codegen/create_auth_context.h
895 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800896 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700898 - include/grpc++/impl/codegen/rpc_method.h
899 - include/grpc++/impl/codegen/rpc_service_method.h
900 - include/grpc++/impl/codegen/security/auth_context.h
901 - include/grpc++/impl/codegen/serialization_traits.h
902 - include/grpc++/impl/codegen/server_context.h
903 - include/grpc++/impl/codegen/server_interface.h
904 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800905 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700906 - include/grpc++/impl/codegen/status.h
907 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700908 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700909 - include/grpc++/impl/codegen/string_ref.h
910 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700911 - include/grpc++/impl/codegen/sync_stream.h
912 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700913 uses:
914 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700915- name: grpc++_codegen_base_src
916 language: c++
917 src:
918 - src/cpp/codegen/codegen_init.cc
919 uses:
920 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700921- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700922 language: c++
923 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700924 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700925 uses:
yang-g17487f92016-06-03 15:21:15 -0700926 - grpc++_codegen_base
927 - grpc++_config_proto
928- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700929 language: c++
930 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700931 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700932- name: grpc++_reflection_proto
933 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700934 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700935 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800936- name: grpc++_test
937 language: c++
938 public_headers:
939 - include/grpc++/test/server_context_test_spouse.h
940 deps:
941 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700942- name: thrift_util
943 language: c++
944 public_headers:
945 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700946 - include/grpc++/impl/codegen/thrift_utils.h
947 uses:
948 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100949libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800950- name: gpr
951 build: all
952 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700954 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800955 secure: false
956 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
957- name: gpr_test_util
958 build: private
959 language: c
960 headers:
961 - test/core/util/test_config.h
962 src:
963 - test/core/util/test_config.c
964 deps:
965 - gpr
966 secure: false
967 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700968- name: grpc
969 build: all
970 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700971 src:
972 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700973 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800974 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700975 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700976 filegroups:
977 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700978 - grpc_transport_chttp2_server_secure
979 - grpc_transport_chttp2_client_secure
980 - grpc_transport_chttp2_server_insecure
981 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800982 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700983 - grpc_lb_policy_pick_first
984 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700985 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -0700986 - grpc_resolver_dns_native
987 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700988 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100989 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700990 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700991 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700992 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700993 vs_packages:
994 - grpc.dependencies.openssl
995 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700996 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700997- name: grpc_cronet
998 build: all
999 language: c
1000 src:
1001 - src/core/lib/surface/init.c
1002 baselib: true
1003 deps_linkage: static
1004 dll: true
1005 filegroups:
1006 - grpc_base
1007 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001008 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001009 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001010 generate_plugin_registry: true
1011 platforms:
1012 - linux
1013 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001014- name: grpc_dll
1015 build: private
1016 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001017 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001018 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001019 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001020 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001021 build_system:
1022 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001023 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001024 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001025 vs_config_type: DynamicLibrary
1026 vs_packages:
1027 - grpc.dependencies.openssl
1028 - grpc.dependencies.zlib
1029 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1030 vs_props:
1031 - zlib
1032 - openssl
1033 - winsock
1034 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001035- name: grpc_test_util
1036 build: private
1037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001038 headers:
1039 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001040 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001041 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001042 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001043 - test/core/end2end/data/server1_cert.c
1044 - test/core/end2end/data/server1_key.c
1045 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001046 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001047 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001048 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001049 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001050 - grpc
1051 filegroups:
1052 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001053 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001054 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1055- name: grpc_test_util_unsecure
1056 build: private
1057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001058 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001059 - gpr
1060 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001061 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001062 filegroups:
1063 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001064 secure: false
1065 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1066- name: grpc_unsecure
1067 build: all
1068 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001069 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001070 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001071 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001072 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001073 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001074 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001075 filegroups:
1076 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001077 - grpc_transport_chttp2_server_insecure
1078 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001079 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001080 - grpc_resolver_dns_native
1081 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001082 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001083 - grpc_lb_policy_grpclb
1084 - grpc_lb_policy_pick_first
1085 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001086 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001087 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001088 secure: false
1089 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090- name: reconnect_server
1091 build: private
1092 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001093 headers:
1094 - test/core/util/reconnect_server.h
1095 src:
1096 - test/core/util/reconnect_server.c
1097 deps:
yang-gc9fca182015-11-06 16:41:33 -08001098 - test_tcp_server
1099 - grpc_test_util
1100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001101 - gpr_test_util
1102 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001103- name: test_tcp_server
1104 build: private
1105 language: c
1106 headers:
1107 - test/core/util/test_tcp_server.h
1108 src:
1109 - test/core/util/test_tcp_server.c
1110 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001111 - grpc_test_util
1112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001113 - gpr_test_util
1114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115- name: grpc++
1116 build: all
1117 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001118 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001119 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001120 - src/cpp/client/secure_credentials.h
1121 - src/cpp/common/secure_auth_context.h
1122 - src/cpp/server/secure_server_credentials.h
1123 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001124 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001125 - src/cpp/client/secure_credentials.cc
1126 - src/cpp/common/auth_property_iterator.cc
1127 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001128 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001129 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001130 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001131 - src/cpp/server/secure_server_credentials.cc
1132 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001133 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001134 baselib: true
1135 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001136 filegroups:
1137 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001138 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001139 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001140 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001141 secure: check
1142 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001143- name: grpc++_cronet
1144 build: all
1145 language: c++
1146 src:
1147 - src/cpp/client/cronet_credentials.cc
1148 - src/cpp/client/insecure_credentials.cc
1149 - src/cpp/common/insecure_create_auth_context.cc
1150 - src/cpp/server/insecure_server_credentials.cc
1151 deps:
1152 - gpr
1153 - grpc_cronet
1154 baselib: true
1155 dll: true
1156 filegroups:
1157 - grpc++_base
1158 - grpc++_codegen_base
1159 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001160 - grpc_transport_chttp2_client_insecure
1161 - grpc_transport_chttp2_server_insecure
1162 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001163 platforms:
1164 - linux
1165 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001166- name: grpc++_proto_reflection_desc_db
1167 build: private
1168 language: c++
1169 headers:
1170 - test/cpp/util/proto_reflection_descriptor_database.h
1171 src:
1172 - test/cpp/util/proto_reflection_descriptor_database.cc
1173 deps:
1174 - grpc++
1175 filegroups:
1176 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001177 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001178- name: grpc++_reflection
1179 build: all
1180 language: c++
1181 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001182 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001183 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001184 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001185 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001186 - src/cpp/ext/proto_server_reflection.cc
1187 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001188 deps:
1189 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001190 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001191 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192- name: grpc++_test_config
1193 build: private
1194 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001195 headers:
1196 - test/cpp/util/test_config.h
1197 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001198 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001199- name: grpc++_test_util
1200 build: private
1201 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001202 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001203 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001204 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001205 - test/cpp/util/create_test_channel.h
1206 - test/cpp/util/string_ref_helper.h
1207 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001208 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001209 src:
yang-gc8a49d22016-12-12 11:18:49 -08001210 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001211 - src/proto/grpc/testing/echo_messages.proto
1212 - src/proto/grpc/testing/echo.proto
1213 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001214 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001215 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001216 - test/cpp/util/create_test_channel.cc
1217 - test/cpp/util/string_ref_helper.cc
1218 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001219 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001220 deps:
1221 - grpc++
1222 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001223 filegroups:
1224 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001225 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001226 - grpc++_codegen_proto
1227 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001228 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001229- name: grpc++_unsecure
1230 build: all
1231 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001232 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001233 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001234 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001235 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001236 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001238 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239 baselib: true
1240 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001241 filegroups:
1242 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001243 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001244 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245 secure: false
1246 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001247- name: grpc_benchmark
1248 build: test
1249 language: c++
1250 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001251 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1252 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001253 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001254 src:
1255 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001256 deps:
1257 - benchmark
1258 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001259 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001260 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001261 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001262- name: grpc_cli_libs
1263 build: private
1264 language: c++
1265 headers:
1266 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001267 - test/cpp/util/cli_credentials.h
1268 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001269 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001270 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001271 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001272 src:
1273 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001274 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001275 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001276 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001277 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001278 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001279 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001280 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001281 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001282 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001283 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001284- name: grpc_plugin_support
1285 build: protoc
1286 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001287 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001288 - src/compiler/config.h
1289 - src/compiler/cpp_generator.h
1290 - src/compiler/cpp_generator_helpers.h
1291 - src/compiler/csharp_generator.h
1292 - src/compiler/csharp_generator_helpers.h
1293 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001294 - src/compiler/node_generator.h
1295 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001296 - src/compiler/objective_c_generator.h
1297 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001298 - src/compiler/php_generator.h
1299 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001300 - src/compiler/python_generator.h
1301 - src/compiler/ruby_generator.h
1302 - src/compiler/ruby_generator_helpers-inl.h
1303 - src/compiler/ruby_generator_map-inl.h
1304 - src/compiler/ruby_generator_string-inl.h
1305 src:
1306 - src/compiler/cpp_generator.cc
1307 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001308 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001309 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001310 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001311 - src/compiler/python_generator.cc
1312 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001313 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001314 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001315 secure: false
1316 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001317 vs_props:
1318 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001319- name: http2_client_main
1320 build: private
1321 language: c++
1322 headers:
1323 - test/cpp/interop/http2_client.h
1324 src:
1325 - src/proto/grpc/testing/empty.proto
1326 - src/proto/grpc/testing/messages.proto
1327 - src/proto/grpc/testing/test.proto
1328 - test/cpp/interop/http2_client.cc
1329 deps:
1330 - grpc++_test_util
1331 - grpc_test_util
1332 - grpc++
1333 - grpc
1334 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335- name: interop_client_helper
1336 build: private
1337 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001338 headers:
1339 - test/cpp/interop/client_helper.h
1340 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001341 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001342 - test/cpp/interop/client_helper.cc
1343 deps:
1344 - grpc++_test_util
1345 - grpc_test_util
1346 - grpc++
1347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001349- name: interop_client_main
1350 build: private
1351 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001352 headers:
1353 - test/cpp/interop/interop_client.h
1354 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001355 - src/proto/grpc/testing/empty.proto
1356 - src/proto/grpc/testing/messages.proto
1357 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001358 - test/cpp/interop/client.cc
1359 - test/cpp/interop/interop_client.cc
1360 deps:
1361 - interop_client_helper
1362 - grpc++_test_util
1363 - grpc_test_util
1364 - grpc++
1365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001366 - gpr_test_util
1367 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001368 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001369- name: interop_server_helper
1370 build: private
1371 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001372 headers:
1373 - test/cpp/interop/server_helper.h
1374 src:
1375 - test/cpp/interop/server_helper.cc
1376 deps:
yang-gcc591022017-01-11 11:10:43 -08001377 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001378 - grpc_test_util
1379 - grpc++
1380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001382- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383 build: private
1384 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001385 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001386 - src/proto/grpc/testing/empty.proto
1387 - src/proto/grpc/testing/messages.proto
1388 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001389 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001390 deps:
1391 - interop_server_helper
1392 - grpc++_test_util
1393 - grpc_test_util
1394 - grpc++
1395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001398 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001399- name: interop_server_main
1400 build: private
1401 language: c++
1402 src:
1403 - test/cpp/interop/interop_server_bootstrap.cc
1404 deps:
1405 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001406- name: qps
1407 build: private
1408 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001409 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001410 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001411 - test/cpp/qps/client.h
1412 - test/cpp/qps/driver.h
1413 - test/cpp/qps/histogram.h
1414 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001415 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001416 - test/cpp/qps/qps_worker.h
1417 - test/cpp/qps/report.h
1418 - test/cpp/qps/server.h
1419 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001420 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001421 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001422 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001423 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001424 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001425 - src/proto/grpc/testing/control.proto
1426 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001427 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001428 - test/cpp/qps/client_async.cc
1429 - test/cpp/qps/client_sync.cc
1430 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001431 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001432 - test/cpp/qps/qps_worker.cc
1433 - test/cpp/qps/report.cc
1434 - test/cpp/qps/server_async.cc
1435 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001436 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001437 deps:
1438 - grpc_test_util
1439 - grpc++_test_util
1440 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001441- name: grpc_csharp_ext
1442 build: all
1443 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001444 src:
1445 - src/csharp/ext/grpc_csharp_ext.c
1446 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001448 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001449 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001450 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001451 dll: only
1452 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001453 vs_packages:
1454 - grpc.dependencies.openssl
1455 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001456 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001457 vs_props:
1458 - zlib
1459 - openssl
1460 - winsock
1461 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001463- name: alarm_test
1464 build: test
1465 language: c
1466 src:
1467 - test/core/surface/alarm_test.c
1468 deps:
1469 - grpc_test_util
1470 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001471 - gpr_test_util
1472 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001473- name: algorithm_test
1474 build: test
1475 language: c
1476 src:
1477 - test/core/compression/algorithm_test.c
1478 deps:
1479 - grpc_test_util
1480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001481 - gpr_test_util
1482 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001483- name: alloc_test
1484 build: test
1485 language: c
1486 src:
1487 - test/core/support/alloc_test.c
1488 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001489 - gpr_test_util
1490 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001491- name: alpn_test
1492 build: test
1493 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001494 src:
1495 - test/core/transport/chttp2/alpn_test.c
1496 deps:
1497 - grpc_test_util
1498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001499 - gpr_test_util
1500 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001501- name: api_fuzzer
1502 build: fuzzer
1503 language: c
1504 src:
1505 - test/core/end2end/fuzzers/api_fuzzer.c
1506 deps:
1507 - grpc_test_util
1508 - grpc
1509 - gpr_test_util
1510 - gpr
1511 corpus_dirs:
1512 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001513 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001514 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001515- name: arena_test
1516 build: test
1517 language: c
1518 src:
1519 - test/core/support/arena_test.c
1520 deps:
1521 - gpr_test_util
1522 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001523- name: bad_server_response_test
1524 build: test
1525 language: c
1526 src:
1527 - test/core/end2end/bad_server_response_test.c
1528 deps:
1529 - test_tcp_server
1530 - grpc_test_util
1531 - grpc
1532 - gpr_test_util
1533 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001534 exclude_iomgrs:
1535 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001536- name: bdp_estimator_test
1537 build: test
1538 language: c
1539 src:
1540 - test/core/transport/bdp_estimator_test.c
1541 deps:
1542 - grpc_test_util
1543 - grpc
1544 - gpr_test_util
1545 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001546- name: bin_decoder_test
1547 build: test
1548 language: c
1549 src:
1550 - test/core/transport/chttp2/bin_decoder_test.c
1551 deps:
1552 - grpc_test_util
1553 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554- name: bin_encoder_test
1555 build: test
1556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - test/core/transport/chttp2/bin_encoder_test.c
1559 deps:
1560 - grpc_test_util
1561 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001562- name: census_context_test
1563 build: test
1564 language: c
1565 src:
1566 - test/core/census/context_test.c
1567 deps:
1568 - grpc_test_util
1569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001570 - gpr_test_util
1571 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001572- name: census_resource_test
1573 build: test
1574 language: c
1575 src:
1576 - test/core/census/resource_test.c
1577 deps:
1578 - grpc_test_util
1579 - grpc
1580 - gpr_test_util
1581 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001582- name: census_trace_context_test
1583 build: test
1584 language: c
1585 src:
1586 - test/core/census/trace_context_test.c
1587 deps:
1588 - grpc_test_util
1589 - grpc
1590 - gpr_test_util
1591 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001592- name: channel_create_test
1593 build: test
1594 language: c
1595 src:
1596 - test/core/surface/channel_create_test.c
1597 deps:
1598 - grpc_test_util
1599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr_test_util
1601 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001602- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603 build: test
1604 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001605 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001606 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001607 deps:
1608 - grpc_test_util
1609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001612- name: chttp2_stream_map_test
1613 build: test
1614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001615 src:
1616 - test/core/transport/chttp2/stream_map_test.c
1617 deps:
1618 - grpc_test_util
1619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 - gpr_test_util
1621 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001622- name: chttp2_varint_test
1623 build: test
1624 language: c
1625 src:
1626 - test/core/transport/chttp2/varint_test.c
1627 deps:
1628 - grpc_test_util
1629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001630 - gpr_test_util
1631 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001632- name: client_fuzzer
1633 build: fuzzer
1634 language: c
1635 src:
1636 - test/core/end2end/fuzzers/client_fuzzer.c
1637 deps:
1638 - grpc_test_util
1639 - grpc
1640 - gpr_test_util
1641 - gpr
1642 corpus_dirs:
1643 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001644 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001645 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001646- name: combiner_test
1647 cpu_cost: 30
1648 build: test
1649 language: c
1650 src:
1651 - test/core/iomgr/combiner_test.c
1652 deps:
1653 - grpc_test_util
1654 - grpc
1655 - gpr_test_util
1656 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001657- name: compression_test
1658 build: test
1659 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001660 src:
1661 - test/core/compression/compression_test.c
1662 deps:
1663 - grpc_test_util
1664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001665 - gpr_test_util
1666 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001667- name: concurrent_connectivity_test
1668 build: test
1669 language: c
1670 src:
1671 - test/core/surface/concurrent_connectivity_test.c
1672 deps:
1673 - grpc_test_util
1674 - grpc
1675 - gpr_test_util
1676 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001677 exclude_iomgrs:
1678 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001679- name: connection_refused_test
1680 cpu_cost: 0.1
1681 build: test
1682 language: c
1683 src:
1684 - test/core/end2end/connection_refused_test.c
1685 deps:
1686 - grpc_test_util
1687 - grpc
1688 - gpr_test_util
1689 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001690- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001691 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001692 build: test
1693 language: c
1694 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001695 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001696 deps:
1697 - grpc_test_util
1698 - grpc
1699 - gpr_test_util
1700 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001701 exclude_iomgrs:
1702 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001703- name: dns_resolver_test
1704 build: test
1705 language: c
1706 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001707 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001708 deps:
1709 - grpc_test_util
1710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr_test_util
1712 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001713- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001714 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001715 build: test
1716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001717 src:
1718 - test/core/end2end/dualstack_socket_test.c
1719 deps:
1720 - grpc_test_util
1721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001722 - gpr_test_util
1723 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001724 exclude_iomgrs:
1725 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001726 platforms:
1727 - mac
1728 - linux
1729 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001730- name: endpoint_pair_test
1731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/iomgr/endpoint_pair_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr_test_util
1739 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001740 exclude_iomgrs:
1741 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001742- name: error_test
1743 cpu_cost: 30
1744 build: test
1745 language: c
1746 src:
1747 - test/core/iomgr/error_test.c
1748 deps:
1749 - grpc_test_util
1750 - grpc
1751 - gpr_test_util
1752 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001753- name: ev_epoll_linux_test
1754 build: test
1755 language: c
1756 src:
1757 - test/core/iomgr/ev_epoll_linux_test.c
1758 deps:
1759 - grpc_test_util
1760 - grpc
1761 - gpr_test_util
1762 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001763 exclude_iomgrs:
1764 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001765 platforms:
1766 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001767- name: fd_conservation_posix_test
1768 build: test
1769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001770 src:
1771 - test/core/iomgr/fd_conservation_posix_test.c
1772 deps:
1773 - grpc_test_util
1774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001777 exclude_iomgrs:
1778 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001779 platforms:
1780 - mac
1781 - linux
1782 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783- name: fd_posix_test
1784 build: test
1785 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001786 src:
1787 - test/core/iomgr/fd_posix_test.c
1788 deps:
1789 - grpc_test_util
1790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 - gpr_test_util
1792 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001793 exclude_iomgrs:
1794 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001795 platforms:
1796 - mac
1797 - linux
1798 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: fling_client
1800 build: test
1801 run: false
1802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001803 src:
1804 - test/core/fling/client.c
1805 deps:
1806 - grpc_test_util
1807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001808 - gpr_test_util
1809 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001810- name: fling_server
1811 build: test
1812 run: false
1813 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001814 src:
1815 - test/core/fling/server.c
1816 deps:
1817 - grpc_test_util
1818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 - gpr_test_util
1820 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001821- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001822 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823 build: test
1824 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001825 src:
1826 - test/core/fling/fling_stream_test.c
1827 deps:
1828 - grpc_test_util
1829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr_test_util
1831 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001832 platforms:
1833 - mac
1834 - linux
1835 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001836- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001837 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838 build: test
1839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001840 src:
1841 - test/core/fling/fling_test.c
1842 deps:
1843 - grpc_test_util
1844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001845 - gpr_test_util
1846 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001847 platforms:
1848 - mac
1849 - linux
1850 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851- name: gen_hpack_tables
1852 build: tool
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
1855 - tools/codegen/core/gen_hpack_tables.c
1856 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001858 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001859- name: gen_legal_metadata_characters
1860 build: tool
1861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001862 src:
1863 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001864 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001865- name: gen_percent_encoding_tables
1866 build: tool
1867 language: c
1868 src:
1869 - tools/codegen/core/gen_percent_encoding_tables.c
1870 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001871- name: goaway_server_test
1872 cpu_cost: 0.1
1873 build: test
1874 language: c
1875 src:
1876 - test/core/end2end/goaway_server_test.c
1877 deps:
1878 - grpc_test_util
1879 - grpc
1880 - gpr_test_util
1881 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001882 exclude_iomgrs:
1883 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001884 platforms:
1885 - mac
1886 - linux
1887 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001888- name: gpr_avl_test
1889 build: test
1890 language: c
1891 src:
1892 - test/core/support/avl_test.c
1893 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001896- name: gpr_backoff_test
1897 build: test
1898 language: c
1899 src:
1900 - test/core/support/backoff_test.c
1901 deps:
1902 - gpr_test_util
1903 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904- name: gpr_cmdline_test
1905 build: test
1906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001907 src:
1908 - test/core/support/cmdline_test.c
1909 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001912- name: gpr_cpu_test
1913 build: test
1914 language: c
1915 src:
1916 - test/core/support/cpu_test.c
1917 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr_test_util
1919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920- name: gpr_env_test
1921 build: test
1922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001923 src:
1924 - test/core/support/env_test.c
1925 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001926 - gpr_test_util
1927 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001928- name: gpr_histogram_test
1929 build: test
1930 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001931 src:
1932 - test/core/support/histogram_test.c
1933 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr_test_util
1935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: gpr_host_port_test
1937 build: test
1938 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001939 src:
1940 - test/core/support/host_port_test.c
1941 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001942 - gpr_test_util
1943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001944- name: gpr_log_test
1945 build: test
1946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001947 src:
1948 - test/core/support/log_test.c
1949 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr_test_util
1951 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001952- name: gpr_mpscq_test
1953 cpu_cost: 30
1954 build: test
1955 language: c
1956 src:
1957 - test/core/support/mpscq_test.c
1958 deps:
1959 - gpr_test_util
1960 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001961- name: gpr_spinlock_test
1962 cpu_cost: 10
1963 build: test
1964 language: c
1965 src:
1966 - test/core/support/spinlock_test.c
1967 deps:
1968 - gpr_test_util
1969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001971 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001972 build: test
1973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
1975 - test/core/support/stack_lockfree_test.c
1976 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979- name: gpr_string_test
1980 build: test
1981 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001982 src:
1983 - test/core/support/string_test.c
1984 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 - gpr_test_util
1986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001988 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989 build: test
1990 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001991 src:
1992 - test/core/support/sync_test.c
1993 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001994 - gpr_test_util
1995 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001997 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998 build: test
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/support/thd_test.c
2002 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: gpr_time_test
2006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/support/time_test.c
2010 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002011 - gpr_test_util
2012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013- name: gpr_tls_test
2014 build: test
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/core/support/tls_test.c
2018 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002019 - gpr_test_util
2020 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: gpr_useful_test
2022 build: test
2023 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002024 src:
2025 - test/core/support/useful_test.c
2026 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: grpc_auth_context_test
2030 build: test
2031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
2033 - test/core/security/auth_context_test.c
2034 deps:
2035 - grpc_test_util
2036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002037 - gpr_test_util
2038 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002039- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040 build: test
2041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
Craig Tiller732a8752016-02-22 15:59:19 -08002043 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002044 deps:
2045 - grpc_test_util
2046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002049- name: grpc_byte_buffer_reader_test
2050 build: test
2051 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002052 src:
2053 - test/core/surface/byte_buffer_reader_test.c
2054 deps:
2055 - grpc_test_util
2056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002057 - gpr_test_util
2058 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002059- name: grpc_channel_args_test
2060 build: test
2061 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002062 src:
2063 - test/core/channel/channel_args_test.c
2064 deps:
2065 - grpc_test_util
2066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002069- name: grpc_channel_stack_test
2070 build: test
2071 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002072 src:
2073 - test/core/channel/channel_stack_test.c
2074 deps:
2075 - grpc_test_util
2076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 - gpr_test_util
2078 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: grpc_completion_queue_test
2080 build: test
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/core/surface/completion_queue_test.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002089- name: grpc_completion_queue_threading_test
2090 build: test
2091 language: c
2092 src:
2093 - test/core/surface/completion_queue_threading_test.c
2094 deps:
2095 - grpc_test_util
2096 - grpc
2097 - gpr_test_util
2098 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002099 exclude_iomgrs:
2100 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: grpc_create_jwt
2102 build: tool
2103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002104 src:
2105 - test/core/security/create_jwt.c
2106 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002109 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002110- name: grpc_credentials_test
2111 build: test
2112 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002113 src:
2114 - test/core/security/credentials_test.c
2115 deps:
2116 - grpc_test_util
2117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002118 - gpr_test_util
2119 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002121 build: test
2122 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002124 src:
2125 - test/core/security/fetch_oauth2.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr_test_util
2130 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002131- name: grpc_invalid_channel_args_test
2132 build: test
2133 language: c
2134 src:
2135 - test/core/surface/invalid_channel_args_test.c
2136 deps:
2137 - grpc_test_util
2138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr_test_util
2140 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002141- name: grpc_json_token_test
2142 build: test
2143 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002144 src:
2145 - test/core/security/json_token_test.c
2146 deps:
2147 - grpc_test_util
2148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002149 - gpr_test_util
2150 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002151 platforms:
2152 - linux
2153 - posix
2154 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002155- name: grpc_jwt_verifier_test
2156 build: test
2157 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002158 src:
2159 - test/core/security/jwt_verifier_test.c
2160 deps:
2161 - grpc_test_util
2162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002163 - gpr_test_util
2164 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002165- name: grpc_print_google_default_creds_token
2166 build: tool
2167 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002168 src:
2169 - test/core/security/print_google_default_creds_token.c
2170 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002173- name: grpc_security_connector_test
2174 build: test
2175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002176 src:
2177 - test/core/security/security_connector_test.c
2178 deps:
2179 - grpc_test_util
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002183- name: grpc_verify_jwt
2184 build: tool
2185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002186 src:
2187 - test/core/security/verify_jwt.c
2188 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002190 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002191- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002192 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002193 language: c
2194 src:
2195 - test/core/handshake/client_ssl.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
2199 - gpr_test_util
2200 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002201 exclude_iomgrs:
2202 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002203 platforms:
2204 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002205 secure: true
2206- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002207 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002208 language: c
2209 src:
2210 - test/core/handshake/server_ssl.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
2214 - gpr_test_util
2215 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002216 platforms:
2217 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002218 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002219- name: hpack_parser_fuzzer_test
2220 build: fuzzer
2221 language: c
2222 src:
2223 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2224 deps:
2225 - grpc_test_util
2226 - grpc
2227 - gpr_test_util
2228 - gpr
2229 corpus_dirs:
2230 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002231 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002232 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233- name: hpack_parser_test
2234 build: test
2235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002236 src:
2237 - test/core/transport/chttp2/hpack_parser_test.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243- name: hpack_table_test
2244 build: test
2245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002246 src:
2247 - test/core/transport/chttp2/hpack_table_test.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002253- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002254 build: test
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002257 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002258 deps:
2259 - grpc_test_util
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002263- name: http_request_fuzzer_test
2264 build: fuzzer
2265 language: c
2266 src:
2267 - test/core/http/request_fuzzer.c
2268 deps:
2269 - grpc_test_util
2270 - grpc
2271 - gpr_test_util
2272 - gpr
2273 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002274 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002275 maxlen: 2048
2276- name: http_response_fuzzer_test
2277 build: fuzzer
2278 language: c
2279 src:
2280 - test/core/http/response_fuzzer.c
2281 deps:
2282 - grpc_test_util
2283 - grpc
2284 - gpr_test_util
2285 - gpr
2286 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002287 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002288 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002289- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002290 build: test
2291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002292 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002293 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002294 deps:
2295 - grpc_test_util
2296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002300 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002301 build: test
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002304 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002305 deps:
2306 - grpc_test_util
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002310 platforms:
2311 - mac
2312 - linux
2313 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002314- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002315 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002316 build: test
2317 language: c
2318 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002319 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002325 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002326 - linux
yang-gf1183302015-12-07 16:02:05 -08002327- name: init_test
2328 build: test
2329 language: c
2330 src:
2331 - test/core/surface/init_test.c
2332 deps:
2333 - grpc_test_util
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002337- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002338 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002339 build: test
2340 language: c
2341 src:
2342 - test/core/end2end/invalid_call_argument_test.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr_test_util
2347 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002348- name: json_fuzzer_test
2349 build: fuzzer
2350 language: c
2351 src:
2352 - test/core/json/fuzzer.c
2353 deps:
2354 - grpc_test_util
2355 - grpc
2356 - gpr_test_util
2357 - gpr
2358 corpus_dirs:
2359 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002360 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002361- name: json_rewrite
2362 build: test
2363 run: false
2364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002365 src:
2366 - test/core/json/json_rewrite.c
2367 deps:
2368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: json_rewrite_test
2371 build: test
2372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002373 src:
2374 - test/core/json/json_rewrite_test.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002380- name: json_stream_error_test
2381 build: test
2382 language: c
2383 src:
2384 - test/core/json/json_stream_error_test.c
2385 deps:
2386 - grpc_test_util
2387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002388 - gpr_test_util
2389 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390- name: json_test
2391 build: test
2392 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002393 src:
2394 - test/core/json/json_test.c
2395 deps:
2396 - grpc_test_util
2397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002398 - gpr_test_util
2399 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002400- name: lame_client_test
2401 build: test
2402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002403 src:
2404 - test/core/surface/lame_client_test.c
2405 deps:
2406 - grpc_test_util
2407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002408 - gpr_test_util
2409 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002410- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002411 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002412 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002413 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002416 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002417 deps:
2418 - grpc_test_util
2419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002422- name: load_file_test
2423 build: test
2424 language: c
2425 src:
2426 - test/core/iomgr/load_file_test.c
2427 deps:
2428 - grpc_test_util
2429 - grpc
2430 - gpr_test_util
2431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432- name: low_level_ping_pong_benchmark
2433 build: benchmark
2434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
2436 - test/core/network_benchmarks/low_level_ping_pong.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002442 platforms:
2443 - mac
2444 - linux
2445 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002446- name: memory_profile_client
2447 build: test
2448 run: false
2449 language: c
2450 src:
2451 - test/core/memory_usage/client.c
2452 deps:
2453 - grpc_test_util
2454 - grpc
2455 - gpr_test_util
2456 - gpr
2457- name: memory_profile_server
2458 build: test
2459 run: false
2460 language: c
2461 src:
2462 - test/core/memory_usage/server.c
2463 deps:
2464 - grpc_test_util
2465 - grpc
2466 - gpr_test_util
2467 - gpr
2468- name: memory_profile_test
2469 cpu_cost: 1.5
2470 build: test
2471 language: c
2472 src:
2473 - test/core/memory_usage/memory_usage_test.c
2474 deps:
2475 - grpc_test_util
2476 - grpc
2477 - gpr_test_util
2478 - gpr
2479 platforms:
2480 - mac
2481 - linux
2482 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002483- name: message_compress_test
2484 build: test
2485 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002486 src:
2487 - test/core/compression/message_compress_test.c
2488 deps:
2489 - grpc_test_util
2490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002491 - gpr_test_util
2492 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002493- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002494 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002495 build: test
2496 language: c
2497 src:
2498 - test/core/census/mlog_test.c
2499 deps:
2500 - grpc_test_util
2501 - grpc
2502 - gpr_test_util
2503 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002504- name: multiple_server_queues_test
2505 build: test
2506 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002507 src:
2508 - test/core/end2end/multiple_server_queues_test.c
2509 deps:
2510 - grpc_test_util
2511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002512 - gpr_test_util
2513 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514- name: murmur_hash_test
2515 build: test
2516 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002517 src:
2518 - test/core/support/murmur_hash_test.c
2519 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002520 - gpr_test_util
2521 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002522- name: nanopb_fuzzer_response_test
2523 build: fuzzer
2524 language: c
2525 src:
2526 - test/core/nanopb/fuzzer_response.c
2527 deps:
2528 - grpc_test_util
2529 - grpc
2530 - gpr_test_util
2531 - gpr
2532 corpus_dirs:
2533 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002534 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002535- name: nanopb_fuzzer_serverlist_test
2536 build: fuzzer
2537 language: c
2538 src:
2539 - test/core/nanopb/fuzzer_serverlist.c
2540 deps:
2541 - grpc_test_util
2542 - grpc
2543 - gpr_test_util
2544 - gpr
2545 corpus_dirs:
2546 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002547 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002548- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002549 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002550 build: test
2551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002552 src:
2553 - test/core/end2end/no_server_test.c
2554 deps:
2555 - grpc_test_util
2556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002557 - gpr_test_util
2558 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002559- name: parse_address_test
2560 build: test
2561 language: c
2562 src:
2563 - test/core/client_channel/parse_address_test.c
2564 deps:
2565 - grpc_test_util
2566 - grpc
2567 - gpr_test_util
2568 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002569- name: percent_decode_fuzzer
2570 build: fuzzer
2571 language: c
2572 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002573 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002574 deps:
2575 - grpc_test_util
2576 - grpc
2577 - gpr_test_util
2578 - gpr
2579 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002580 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002581 maxlen: 32
2582- name: percent_encode_fuzzer
2583 build: fuzzer
2584 language: c
2585 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002586 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002587 deps:
2588 - grpc_test_util
2589 - grpc
2590 - gpr_test_util
2591 - gpr
2592 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002593 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002594 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002595- name: percent_encoding_test
2596 build: test
2597 language: c
2598 src:
2599 - test/core/slice/percent_encoding_test.c
2600 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002601 - grpc_test_util
2602 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002603 - gpr_test_util
2604 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002605- name: pollset_set_test
2606 build: test
2607 language: c
2608 src:
2609 - test/core/iomgr/pollset_set_test.c
2610 deps:
2611 - grpc_test_util
2612 - grpc
2613 - gpr_test_util
2614 - gpr
2615 exclude_iomgrs:
2616 - uv
2617 platforms:
2618 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002619- name: resolve_address_posix_test
2620 build: test
2621 language: c
2622 src:
2623 - test/core/iomgr/resolve_address_posix_test.c
2624 deps:
2625 - grpc_test_util
2626 - grpc
2627 - gpr_test_util
2628 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002629 exclude_iomgrs:
2630 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002631 platforms:
2632 - mac
2633 - linux
2634 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002635- name: resolve_address_test
2636 build: test
2637 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002638 src:
2639 - test/core/iomgr/resolve_address_test.c
2640 deps:
2641 - grpc_test_util
2642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002643 - gpr_test_util
2644 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002645- name: resource_quota_test
2646 cpu_cost: 30
2647 build: test
2648 language: c
2649 src:
2650 - test/core/iomgr/resource_quota_test.c
2651 deps:
2652 - grpc_test_util
2653 - grpc
2654 - gpr_test_util
2655 - gpr
yang-gd482e592015-12-10 14:04:00 -08002656- name: secure_channel_create_test
2657 build: test
2658 language: c
2659 src:
2660 - test/core/surface/secure_channel_create_test.c
2661 deps:
2662 - grpc_test_util
2663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002664 - gpr_test_util
2665 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002666- name: secure_endpoint_test
2667 build: test
2668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002669 src:
2670 - test/core/security/secure_endpoint_test.c
2671 deps:
2672 - grpc_test_util
2673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002674 - gpr_test_util
2675 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002676 exclude_iomgrs:
2677 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002678- name: sequential_connectivity_test
2679 build: test
2680 language: c
2681 src:
2682 - test/core/surface/sequential_connectivity_test.c
2683 deps:
2684 - grpc_test_util
2685 - grpc
2686 - gpr_test_util
2687 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002688 exclude_iomgrs:
2689 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002690- name: server_chttp2_test
2691 build: test
2692 language: c
2693 src:
2694 - test/core/surface/server_chttp2_test.c
2695 deps:
2696 - grpc_test_util
2697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002698 - gpr_test_util
2699 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002700- name: server_fuzzer
2701 build: fuzzer
2702 language: c
2703 src:
2704 - test/core/end2end/fuzzers/server_fuzzer.c
2705 deps:
2706 - grpc_test_util
2707 - grpc
2708 - gpr_test_util
2709 - gpr
2710 corpus_dirs:
2711 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002712 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002713 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002714- name: server_test
2715 build: test
2716 language: c
2717 src:
2718 - test/core/surface/server_test.c
2719 deps:
2720 - grpc_test_util
2721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002722 - gpr_test_util
2723 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002724- name: slice_buffer_test
2725 build: test
2726 language: c
2727 src:
2728 - test/core/slice/slice_buffer_test.c
2729 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002730 - grpc_test_util
2731 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002732 - gpr_test_util
2733 - gpr
2734- name: slice_string_helpers_test
2735 build: test
2736 language: c
2737 src:
2738 - test/core/slice/slice_string_helpers_test.c
2739 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002740 - grpc_test_util
2741 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002742 - gpr_test_util
2743 - gpr
2744- name: slice_test
2745 build: test
2746 language: c
2747 src:
2748 - test/core/slice/slice_test.c
2749 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002750 - grpc_test_util
2751 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002752 - gpr_test_util
2753 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002754- name: sockaddr_resolver_test
2755 build: test
2756 language: c
2757 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002758 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002759 deps:
2760 - grpc_test_util
2761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002762 - gpr_test_util
2763 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002764- name: sockaddr_utils_test
2765 build: test
2766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002767 src:
2768 - test/core/iomgr/sockaddr_utils_test.c
2769 deps:
2770 - grpc_test_util
2771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002772 - gpr_test_util
2773 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002774- name: socket_utils_test
2775 build: test
2776 language: c
2777 src:
2778 - test/core/iomgr/socket_utils_test.c
2779 deps:
2780 - grpc_test_util
2781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002782 - gpr_test_util
2783 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002784 exclude_iomgrs:
2785 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002786 platforms:
2787 - mac
2788 - linux
2789 - posix
yang-g31e21282016-11-04 15:10:03 -07002790- name: ssl_server_fuzzer
2791 build: fuzzer
2792 language: c
2793 src:
2794 - test/core/security/ssl_server_fuzzer.c
2795 deps:
2796 - grpc_test_util
2797 - grpc
2798 - gpr_test_util
2799 - gpr
2800 corpus_dirs:
2801 - test/core/security/corpus/ssl_server_corpus
2802 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002803- name: status_conversion_test
2804 build: test
2805 language: c
2806 src:
2807 - test/core/transport/status_conversion_test.c
2808 deps:
2809 - grpc_test_util
2810 - grpc
2811 - gpr_test_util
2812 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002813- name: stream_owned_slice_test
2814 build: test
2815 language: c
2816 src:
2817 - test/core/transport/stream_owned_slice_test.c
2818 deps:
2819 - grpc_test_util
2820 - grpc
2821 - gpr_test_util
2822 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002824 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825 build: test
2826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002827 src:
2828 - test/core/iomgr/tcp_client_posix_test.c
2829 deps:
2830 - grpc_test_util
2831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002832 - gpr_test_util
2833 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002834 exclude_iomgrs:
2835 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002836 platforms:
2837 - mac
2838 - linux
2839 - posix
murgatroid991191b722017-02-08 11:56:52 -08002840- name: tcp_client_uv_test
2841 cpu_cost: 0.5
2842 build: test
2843 language: c
2844 src:
2845 - test/core/iomgr/tcp_client_uv_test.c
2846 deps:
2847 - grpc_test_util
2848 - grpc
2849 - gpr_test_util
2850 - gpr
2851 exclude_iomgrs:
2852 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002854 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002855 build: test
2856 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002857 src:
2858 - test/core/iomgr/tcp_posix_test.c
2859 deps:
2860 - grpc_test_util
2861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002862 - gpr_test_util
2863 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002864 exclude_iomgrs:
2865 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002866 platforms:
2867 - mac
2868 - linux
2869 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870- name: tcp_server_posix_test
2871 build: test
2872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002873 src:
2874 - test/core/iomgr/tcp_server_posix_test.c
2875 deps:
2876 - grpc_test_util
2877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002878 - gpr_test_util
2879 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002880 exclude_iomgrs:
2881 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002882 platforms:
2883 - mac
2884 - linux
2885 - posix
murgatroid991191b722017-02-08 11:56:52 -08002886- name: tcp_server_uv_test
2887 build: test
2888 language: c
2889 src:
2890 - test/core/iomgr/tcp_server_uv_test.c
2891 deps:
2892 - grpc_test_util
2893 - grpc
2894 - gpr_test_util
2895 - gpr
2896 exclude_iomgrs:
2897 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898- name: time_averaged_stats_test
2899 build: test
2900 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002901 src:
2902 - test/core/iomgr/time_averaged_stats_test.c
2903 deps:
2904 - grpc_test_util
2905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002906 - gpr_test_util
2907 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002908- name: timeout_encoding_test
2909 build: test
2910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002911 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002912 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002913 deps:
2914 - grpc_test_util
2915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002916 - gpr_test_util
2917 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002918- name: timer_heap_test
2919 build: test
2920 language: c
2921 src:
2922 - test/core/iomgr/timer_heap_test.c
2923 deps:
2924 - grpc_test_util
2925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002926 - gpr_test_util
2927 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002928 exclude_iomgrs:
2929 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002930- name: timer_list_test
2931 build: test
2932 language: c
2933 src:
2934 - test/core/iomgr/timer_list_test.c
2935 deps:
2936 - grpc_test_util
2937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002938 - gpr_test_util
2939 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002940 exclude_iomgrs:
2941 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002942- name: transport_connectivity_state_test
2943 build: test
2944 language: c
2945 src:
2946 - test/core/transport/connectivity_state_test.c
2947 deps:
2948 - grpc_test_util
2949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002950 - gpr_test_util
2951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002952- name: transport_metadata_test
2953 build: test
2954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002955 src:
2956 - test/core/transport/metadata_test.c
2957 deps:
2958 - grpc_test_util
2959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002960 - gpr_test_util
2961 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002962- name: transport_pid_controller_test
2963 build: test
2964 language: c
2965 src:
2966 - test/core/transport/pid_controller_test.c
2967 deps:
2968 - grpc_test_util
2969 - grpc
2970 - gpr_test_util
2971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002972- name: transport_security_test
2973 build: test
2974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002975 src:
2976 - test/core/tsi/transport_security_test.c
2977 deps:
2978 - grpc_test_util
2979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002980 - gpr_test_util
2981 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002982 platforms:
2983 - linux
2984 - posix
2985 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002986- name: udp_server_test
2987 build: test
2988 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002989 src:
2990 - test/core/iomgr/udp_server_test.c
2991 deps:
2992 - grpc_test_util
2993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002994 - gpr_test_util
2995 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002996 exclude_iomgrs:
2997 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002998 platforms:
2999 - mac
3000 - linux
3001 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003002- name: uri_fuzzer_test
3003 build: fuzzer
3004 language: c
3005 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003006 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003007 deps:
3008 - grpc_test_util
3009 - grpc
3010 - gpr_test_util
3011 - gpr
3012 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003013 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003014 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003015- name: uri_parser_test
3016 build: test
3017 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003018 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003019 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003020 deps:
3021 - grpc_test_util
3022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003023 - gpr_test_util
3024 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003025- name: wakeup_fd_cv_test
3026 build: test
3027 language: c
3028 src:
3029 - test/core/iomgr/wakeup_fd_cv_test.c
3030 deps:
3031 - grpc_test_util
3032 - grpc
3033 - gpr_test_util
3034 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003035 exclude_iomgrs:
3036 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003037 platforms:
3038 - mac
3039 - linux
3040 - posix
vjpai04e992a2016-02-10 16:58:38 -08003041- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003042 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003043 build: test
3044 language: c++
3045 src:
3046 - test/cpp/common/alarm_cpp_test.cc
3047 deps:
3048 - grpc++_test_util
3049 - grpc_test_util
3050 - grpc++
3051 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003052 - gpr_test_util
3053 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003054- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003055 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003056 build: test
3057 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003058 src:
3059 - test/cpp/end2end/async_end2end_test.cc
3060 deps:
3061 - grpc++_test_util
3062 - grpc_test_util
3063 - grpc++
3064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003065 - gpr_test_util
3066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003067- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003068 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003069 build: test
3070 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003071 src:
3072 - test/cpp/common/auth_property_iterator_test.cc
3073 deps:
3074 - grpc++_test_util
3075 - grpc_test_util
3076 - grpc++
3077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003078 - gpr_test_util
3079 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003080- name: bm_arena
3081 build: test
3082 language: c++
3083 src:
3084 - test/cpp/microbenchmarks/bm_arena.cc
3085 deps:
3086 - grpc_benchmark
3087 - benchmark
3088 - grpc++_test_util
3089 - grpc_test_util
3090 - grpc++
3091 - grpc
3092 - gpr_test_util
3093 - gpr
3094 args:
3095 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003096 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003097 platforms:
3098 - mac
3099 - linux
3100 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003101- name: bm_call_create
3102 build: test
3103 language: c++
3104 src:
3105 - test/cpp/microbenchmarks/bm_call_create.cc
3106 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003107 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003108 - benchmark
3109 - grpc++_test_util
3110 - grpc_test_util
3111 - grpc++
3112 - grpc
3113 - gpr_test_util
3114 - gpr
3115 args:
3116 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003117 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003118 platforms:
3119 - mac
3120 - linux
3121 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003122- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003123 build: test
3124 language: c++
3125 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003126 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003127 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003128 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003129 - benchmark
3130 - grpc++_test_util
3131 - grpc_test_util
3132 - grpc++
3133 - grpc
3134 - gpr_test_util
3135 - gpr
3136 args:
3137 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003138 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003139 platforms:
3140 - mac
3141 - linux
3142 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003143- name: bm_chttp2_transport
3144 build: test
3145 language: c++
3146 src:
3147 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3148 deps:
3149 - grpc_benchmark
3150 - benchmark
3151 - grpc++_test_util
3152 - grpc_test_util
3153 - grpc++
3154 - grpc
3155 - gpr_test_util
3156 - gpr
3157 args:
3158 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003159 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003160 platforms:
3161 - mac
3162 - linux
3163 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003164- name: bm_closure
3165 build: test
3166 language: c++
3167 src:
3168 - test/cpp/microbenchmarks/bm_closure.cc
3169 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003170 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003171 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003172 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003173 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003174 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003175 - grpc
3176 - gpr_test_util
3177 - gpr
3178 args:
3179 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003180 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003181 platforms:
3182 - mac
3183 - linux
3184 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003185- name: bm_cq
3186 build: test
3187 language: c++
3188 src:
3189 - test/cpp/microbenchmarks/bm_cq.cc
3190 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003191 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003192 - benchmark
3193 - grpc++_test_util
3194 - grpc_test_util
3195 - grpc++
3196 - grpc
3197 - gpr_test_util
3198 - gpr
3199 args:
3200 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003201 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003202 platforms:
3203 - mac
3204 - linux
3205 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003206- name: bm_error
3207 build: test
3208 language: c++
3209 src:
3210 - test/cpp/microbenchmarks/bm_error.cc
3211 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003212 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003213 - benchmark
3214 - grpc++_test_util
3215 - grpc_test_util
3216 - grpc++
3217 - grpc
3218 - gpr_test_util
3219 - gpr
3220 args:
3221 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003222 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003223 platforms:
3224 - mac
3225 - linux
3226 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003227- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003228 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003229 language: c++
3230 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003231 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003232 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003233 - grpc_benchmark
3234 - benchmark
3235 - grpc++_test_util
3236 - grpc_test_util
3237 - grpc++
3238 - grpc
3239 - gpr_test_util
3240 - gpr
3241 args:
3242 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003243 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003244 excluded_poll_engines:
3245 - poll
3246 - poll-cv
3247 platforms:
3248 - mac
3249 - linux
3250 - posix
3251 timeout_seconds: 1200
3252- name: bm_fullstack_streaming_pump
3253 build: test
3254 language: c++
3255 src:
3256 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003257 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003258 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003259 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003260 - grpc++_test_util
3261 - grpc_test_util
3262 - grpc++
3263 - grpc
3264 - gpr_test_util
3265 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003266 args:
3267 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003268 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003269 excluded_poll_engines:
3270 - poll
3271 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003272 platforms:
3273 - mac
3274 - linux
3275 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003276 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003277- name: bm_fullstack_trickle
3278 build: test
3279 language: c++
3280 src:
3281 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3282 deps:
3283 - grpc_benchmark
3284 - benchmark
3285 - grpc++_test_util
3286 - grpc_test_util
3287 - grpc++
3288 - grpc
3289 - gpr_test_util
3290 - gpr
3291 args:
3292 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003293 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003294 excluded_poll_engines:
3295 - poll
3296 - poll-cv
3297 platforms:
3298 - mac
3299 - linux
3300 - posix
3301 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003302- name: bm_fullstack_unary_ping_pong
3303 build: test
3304 language: c++
3305 src:
3306 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3307 deps:
3308 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003309 - benchmark
3310 - grpc++_test_util
3311 - grpc_test_util
3312 - grpc++
3313 - grpc
3314 - gpr_test_util
3315 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003316 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003317 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003318 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003319 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003320 - poll
3321 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003322 platforms:
3323 - mac
3324 - linux
3325 - posix
3326 timeout_seconds: 1200
3327- name: bm_metadata
3328 build: test
3329 language: c++
3330 src:
3331 - test/cpp/microbenchmarks/bm_metadata.cc
3332 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003333 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003334 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003335 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003336 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003337 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003338 - grpc
3339 - gpr_test_util
3340 - gpr
3341 args:
3342 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003343 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003344 platforms:
3345 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003346 - linux
3347 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003348- name: bm_pollset
3349 build: test
3350 language: c++
3351 src:
3352 - test/cpp/microbenchmarks/bm_pollset.cc
3353 deps:
3354 - grpc_benchmark
3355 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003356 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003357 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003358 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003359 - grpc
3360 - gpr_test_util
3361 - gpr
3362 args:
3363 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003364 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003365 platforms:
3366 - mac
3367 - linux
3368 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003369- name: channel_arguments_test
3370 gtest: true
3371 build: test
3372 language: c++
3373 src:
3374 - test/cpp/common/channel_arguments_test.cc
3375 deps:
3376 - grpc++
3377 - grpc
3378 - gpr
3379- name: channel_filter_test
3380 gtest: true
3381 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003382 language: c++
3383 src:
3384 - test/cpp/common/channel_filter_test.cc
3385 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003386 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003387 - grpc
3388 - gpr
3389- name: cli_call_test
3390 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003391 build: test
3392 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003393 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003394 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003395 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003396 - grpc_cli_libs
3397 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003398 - grpc_test_util
3399 - grpc++
3400 - grpc
3401 - gpr_test_util
3402 - gpr
3403- name: client_crash_test
3404 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003405 cpu_cost: 0.1
3406 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003407 language: c++
3408 src:
3409 - test/cpp/end2end/client_crash_test.cc
3410 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003411 - grpc++_test_util
3412 - grpc_test_util
3413 - grpc++
3414 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003415 - gpr_test_util
3416 - gpr
3417 platforms:
3418 - mac
3419 - linux
3420 - posix
3421- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003422 build: test
3423 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003424 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003425 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003426 - test/cpp/end2end/client_crash_test_server.cc
3427 deps:
3428 - grpc++_test_util
3429 - grpc_test_util
3430 - grpc++
3431 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003432 - gpr_test_util
3433 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003434- name: codegen_test_full
3435 gtest: true
3436 build: test
3437 language: c++
3438 src:
3439 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003440 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003441 - src/proto/grpc/testing/payloads.proto
3442 - src/proto/grpc/testing/services.proto
3443 - src/proto/grpc/testing/stats.proto
3444 - test/cpp/codegen/codegen_test_full.cc
3445 deps:
3446 - grpc++
3447 - grpc
3448 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003449 filegroups:
3450 - grpc++_codegen_base
3451- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003452 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003453 build: test
yang-g34b58612016-06-03 17:30:09 -07003454 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003455 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003456 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003457 - src/proto/grpc/testing/messages.proto
3458 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003459 - src/proto/grpc/testing/services.proto
3460 - src/proto/grpc/testing/stats.proto
3461 - test/cpp/codegen/codegen_test_minimal.cc
3462 filegroups:
3463 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003464 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003465- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003466 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003467 build: test
3468 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003469 src:
3470 - test/cpp/client/credentials_test.cc
3471 deps:
3472 - grpc++
3473 - grpc
3474 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003475- name: cxx_byte_buffer_test
3476 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003477 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003478 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003479 src:
3480 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003481 deps:
3482 - grpc_test_util
3483 - grpc++
3484 - grpc
3485 - gpr_test_util
3486 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003487- name: cxx_slice_test
3488 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003489 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003490 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003491 src:
3492 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003493 deps:
3494 - grpc_test_util
3495 - grpc++
3496 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003497 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003498 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003499- name: cxx_string_ref_test
3500 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003501 build: test
3502 language: c++
3503 src:
3504 - test/cpp/util/string_ref_test.cc
3505 deps:
3506 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003507- name: cxx_time_test
3508 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003509 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003510 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003511 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003512 - test/cpp/util/time_test.cc
3513 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003514 - grpc_test_util
3515 - grpc++
3516 - grpc
3517 - gpr_test_util
3518 - gpr
3519- name: end2end_test
3520 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003521 cpu_cost: 0.5
3522 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003523 language: c++
3524 src:
3525 - test/cpp/end2end/end2end_test.cc
3526 deps:
3527 - grpc++_test_util
3528 - grpc_test_util
3529 - grpc++
3530 - grpc
3531 - gpr_test_util
3532 - gpr
3533- name: filter_end2end_test
3534 gtest: true
3535 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003536 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003537 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003538 - test/cpp/end2end/filter_end2end_test.cc
3539 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003540 - grpc++_test_util
3541 - grpc_test_util
3542 - grpc++
3543 - grpc
3544 - gpr_test_util
3545 - gpr
3546- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003547 gtest: true
3548 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003549 language: c++
3550 src:
3551 - test/cpp/end2end/generic_end2end_test.cc
3552 deps:
3553 - grpc++_test_util
3554 - grpc_test_util
3555 - grpc++
3556 - grpc
3557 - gpr_test_util
3558 - gpr
3559- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003560 gtest: true
3561 build: test
3562 language: c++
3563 src:
Craig Tiller25834342015-09-25 08:08:24 -07003564 - src/proto/grpc/testing/compiler_test.proto
3565 - test/cpp/codegen/golden_file_test.cc
3566 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003567 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003568 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003569 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003570 args:
3571 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003572- name: grpc_cli
3573 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003574 run: false
3575 language: c++
3576 src:
3577 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003578 deps:
3579 - grpc_cli_libs
3580 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003581 - grpc++
3582 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003583 - gpr
3584 - grpc++_test_config
3585- name: grpc_cpp_plugin
3586 build: protoc
3587 language: c++
3588 src:
3589 - src/compiler/cpp_plugin.cc
3590 deps:
3591 - grpc_plugin_support
3592 secure: false
3593 vs_config_type: Application
3594 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3595- name: grpc_csharp_plugin
3596 build: protoc
3597 language: c++
3598 src:
3599 - src/compiler/csharp_plugin.cc
3600 deps:
3601 - grpc_plugin_support
3602 secure: false
3603 vs_config_type: Application
3604 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003605- name: grpc_node_plugin
3606 build: protoc
3607 language: c++
3608 src:
3609 - src/compiler/node_plugin.cc
3610 deps:
3611 - grpc_plugin_support
3612 secure: false
3613 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003614- name: grpc_objective_c_plugin
3615 build: protoc
3616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003617 src:
3618 - src/compiler/objective_c_plugin.cc
3619 deps:
3620 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003621 secure: false
3622 vs_config_type: Application
3623 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003624- name: grpc_php_plugin
3625 build: protoc
3626 language: c++
3627 src:
3628 - src/compiler/php_plugin.cc
3629 deps:
3630 - grpc_plugin_support
3631 secure: false
3632 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003633- name: grpc_python_plugin
3634 build: protoc
3635 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003636 src:
3637 - src/compiler/python_plugin.cc
3638 deps:
3639 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003640 secure: false
3641 vs_config_type: Application
3642 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3643- name: grpc_ruby_plugin
3644 build: protoc
3645 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003646 src:
3647 - src/compiler/ruby_plugin.cc
3648 deps:
3649 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003650 secure: false
3651 vs_config_type: Application
3652 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003653- name: grpc_tool_test
3654 gtest: true
3655 build: test
3656 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003657 src:
3658 - src/proto/grpc/testing/echo.proto
3659 - src/proto/grpc/testing/echo_messages.proto
3660 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003661 deps:
3662 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003663 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003664 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003665 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003666 - grpc_test_util
3667 - grpc++
3668 - grpc
3669 - gpr_test_util
3670 - gpr
3671 filegroups:
3672 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003673- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003674 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003675 build: test
3676 language: c++
3677 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003678 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003679 - test/cpp/grpclb/grpclb_api_test.cc
3680 deps:
3681 - grpc++_test_util
3682 - grpc_test_util
3683 - grpc++
3684 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003685- name: grpclb_test
3686 gtest: false
3687 build: test
3688 language: c++
3689 src:
3690 - src/proto/grpc/lb/v1/load_balancer.proto
3691 - test/cpp/grpclb/grpclb_test.cc
3692 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003693 - grpc++_test_util
3694 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003695 - grpc++
3696 - grpc
3697 - gpr_test_util
3698 - gpr
yang-gad327642016-12-12 14:32:09 -08003699- name: health_service_end2end_test
3700 gtest: true
3701 build: test
3702 language: c++
3703 src:
3704 - test/cpp/end2end/health_service_end2end_test.cc
3705 deps:
3706 - grpc++_test_util
3707 - grpc_test_util
3708 - grpc++
3709 - grpc
3710 - gpr_test_util
3711 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003712- name: http2_client
3713 build: test
3714 run: false
3715 language: c++
3716 src: []
3717 deps:
3718 - http2_client_main
3719 - grpc++_test_util
3720 - grpc_test_util
3721 - grpc++
3722 - grpc
3723 - grpc++_test_config
3724 platforms:
3725 - mac
3726 - linux
3727 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003728- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003729 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003730 build: test
3731 language: c++
3732 src:
3733 - test/cpp/end2end/hybrid_end2end_test.cc
3734 deps:
3735 - grpc++_test_util
3736 - grpc_test_util
3737 - grpc++
3738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003739 - gpr_test_util
3740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003741- name: interop_client
3742 build: test
3743 run: false
3744 language: c++
3745 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003746 deps:
3747 - interop_client_main
3748 - interop_client_helper
3749 - grpc++_test_util
3750 - grpc_test_util
3751 - grpc++
3752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003753 - gpr_test_util
3754 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003755 - grpc++_test_config
3756 platforms:
3757 - mac
3758 - linux
3759 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003760- name: interop_server
3761 build: test
3762 run: false
3763 language: c++
3764 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003765 deps:
3766 - interop_server_main
3767 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003768 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003769 - grpc++_test_util
3770 - grpc_test_util
3771 - grpc++
3772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003773 - gpr_test_util
3774 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003775 - grpc++_test_config
3776 platforms:
3777 - mac
3778 - linux
3779 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003780- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003781 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003782 build: test
3783 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003784 src:
3785 - test/cpp/interop/interop_test.cc
3786 deps:
3787 - grpc_test_util
3788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003789 - gpr_test_util
3790 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003791 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003792 platforms:
3793 - mac
3794 - linux
3795 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003796- name: json_run_localhost
3797 build: test
3798 run: false
3799 language: c++
3800 src:
3801 - test/cpp/qps/json_run_localhost.cc
3802 deps:
3803 - grpc++_test_util
3804 - grpc_test_util
3805 - grpc++
3806 - grpc
3807 - gpr_test_util
3808 - gpr
3809 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003810 platforms:
3811 - mac
3812 - linux
3813 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07003814- name: memory_test
3815 gtest: true
3816 build: test
3817 language: c++
3818 src:
3819 - test/core/support/memory_test.cc
3820 deps:
3821 - grpc_test_util
3822 - grpc++
3823 - grpc
3824 - gpr_test_util
3825 - gpr
3826 uses:
3827 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003828- name: metrics_client
3829 build: test
3830 run: false
3831 language: c++
3832 headers:
3833 - test/cpp/util/metrics_server.h
3834 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003835 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003836 - test/cpp/interop/metrics_client.cc
3837 deps:
3838 - grpc++
3839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003840 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003841 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003842- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003843 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003844 build: test
3845 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003846 src:
3847 - test/cpp/end2end/mock_test.cc
3848 deps:
3849 - grpc++_test_util
3850 - grpc_test_util
3851 - grpc++
3852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003853 - gpr_test_util
3854 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003855- name: noop-benchmark
3856 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003857 language: c++
3858 src:
3859 - test/cpp/microbenchmarks/noop-benchmark.cc
3860 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003861 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003862 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003863- name: proto_server_reflection_test
3864 gtest: true
3865 build: test
3866 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003867 src:
3868 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003869 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003870 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003871 - grpc++_reflection
3872 - grpc++_test_util
3873 - grpc_test_util
3874 - grpc++
3875 - grpc
3876 - gpr_test_util
3877 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003878- name: proto_utils_test
3879 gtest: true
3880 build: test
3881 language: c++
3882 src:
3883 - test/cpp/codegen/proto_utils_test.cc
3884 deps:
3885 - grpc++
3886 - grpc
3887 filegroups:
3888 - grpc++_codegen_base
3889 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003890- name: qps_interarrival_test
3891 build: test
3892 run: false
3893 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003894 src:
3895 - test/cpp/qps/qps_interarrival_test.cc
3896 deps:
3897 - qps
3898 - grpc++_test_util
3899 - grpc_test_util
3900 - grpc++
3901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003902 - gpr_test_util
3903 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003904 platforms:
3905 - mac
3906 - linux
3907 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003908- name: qps_json_driver
3909 build: test
3910 run: false
3911 language: c++
3912 src:
3913 - test/cpp/qps/qps_json_driver.cc
3914 deps:
3915 - qps
3916 - grpc++_test_util
3917 - grpc_test_util
3918 - grpc++
3919 - grpc
3920 - gpr_test_util
3921 - gpr
3922 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003923- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003924 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003925 build: test
3926 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003927 src:
3928 - test/cpp/qps/qps_openloop_test.cc
3929 deps:
3930 - qps
3931 - grpc++_test_util
3932 - grpc_test_util
3933 - grpc++
3934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003935 - gpr_test_util
3936 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003937 - grpc++_test_config
3938 platforms:
3939 - mac
3940 - linux
3941 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003942- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003943 build: test
3944 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003945 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003946 headers:
3947 - test/cpp/qps/client.h
3948 - test/cpp/qps/server.h
3949 src:
3950 - test/cpp/qps/worker.cc
3951 deps:
3952 - qps
3953 - grpc++_test_util
3954 - grpc_test_util
3955 - grpc++
3956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003957 - gpr_test_util
3958 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003959 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003960- name: reconnect_interop_client
3961 build: test
3962 run: false
3963 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003964 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003965 - src/proto/grpc/testing/empty.proto
3966 - src/proto/grpc/testing/messages.proto
3967 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003968 - test/cpp/interop/reconnect_interop_client.cc
3969 deps:
3970 - grpc++_test_util
3971 - grpc_test_util
3972 - grpc++
3973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003974 - gpr_test_util
3975 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003976 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003977- name: reconnect_interop_server
3978 build: test
3979 run: false
3980 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003981 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003982 - src/proto/grpc/testing/empty.proto
3983 - src/proto/grpc/testing/messages.proto
3984 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003985 - test/cpp/interop/reconnect_interop_server.cc
3986 deps:
3987 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003988 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003989 - grpc++_test_util
3990 - grpc_test_util
3991 - grpc++
3992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003993 - gpr_test_util
3994 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003995 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003996- name: round_robin_end2end_test
3997 gtest: true
3998 build: test
3999 language: c++
4000 src:
4001 - test/cpp/end2end/round_robin_end2end_test.cc
4002 deps:
4003 - grpc++_test_util
4004 - grpc_test_util
4005 - grpc++
4006 - grpc
4007 - gpr_test_util
4008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004009- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004010 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004011 build: test
4012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004013 src:
4014 - test/cpp/common/secure_auth_context_test.cc
4015 deps:
4016 - grpc++_test_util
4017 - grpc_test_util
4018 - grpc++
4019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004020 - gpr_test_util
4021 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004022- name: secure_sync_unary_ping_pong_test
4023 build: test
4024 language: c++
4025 src:
4026 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4027 deps:
4028 - qps
4029 - grpc++_test_util
4030 - grpc_test_util
4031 - grpc++
4032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004033 - gpr_test_util
4034 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004035 platforms:
4036 - mac
4037 - linux
4038 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004039- name: server_builder_plugin_test
4040 gtest: true
4041 build: test
4042 language: c++
4043 src:
4044 - test/cpp/end2end/server_builder_plugin_test.cc
4045 deps:
4046 - grpc++_test_util
4047 - grpc_test_util
4048 - grpc++
4049 - grpc
4050 - gpr_test_util
4051 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004052- name: server_builder_test
4053 gtest: true
4054 build: test
4055 language: c++
4056 src:
4057 - src/proto/grpc/testing/echo_messages.proto
4058 - src/proto/grpc/testing/echo.proto
4059 - test/cpp/server/server_builder_test.cc
4060 deps:
4061 - grpc++_test_util
4062 - grpc_test_util
4063 - gpr_test_util
4064 - grpc++
4065 - grpc
4066 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004067- name: server_context_test_spouse_test
4068 gtest: true
4069 build: test
4070 language: c++
4071 src:
4072 - test/cpp/test/server_context_test_spouse_test.cc
4073 deps:
4074 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004075 - grpc++
4076 - grpc
4077 - gpr_test_util
4078 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004079 uses:
4080 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004081- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004082 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004083 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004084 build: test
4085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004086 src:
4087 - test/cpp/end2end/server_crash_test.cc
4088 deps:
4089 - grpc++_test_util
4090 - grpc_test_util
4091 - grpc++
4092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004093 - gpr_test_util
4094 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004095 platforms:
4096 - mac
4097 - linux
4098 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004099- name: server_crash_test_client
4100 build: test
4101 run: false
4102 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004103 src:
4104 - test/cpp/end2end/server_crash_test_client.cc
4105 deps:
4106 - grpc++_test_util
4107 - grpc_test_util
4108 - grpc++
4109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004110 - gpr_test_util
4111 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004112- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004113 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004114 build: test
4115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004116 src:
4117 - test/cpp/end2end/shutdown_test.cc
4118 deps:
4119 - grpc++_test_util
4120 - grpc_test_util
4121 - grpc++
4122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004123 - gpr_test_util
4124 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004125- name: status_test
4126 build: test
4127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004128 src:
4129 - test/cpp/util/status_test.cc
4130 deps:
4131 - grpc_test_util
4132 - grpc++
4133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004134 - gpr_test_util
4135 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004136- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004137 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004138 build: test
4139 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004140 src:
4141 - test/cpp/end2end/streaming_throughput_test.cc
4142 deps:
4143 - grpc++_test_util
4144 - grpc_test_util
4145 - grpc++
4146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004147 - gpr_test_util
4148 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004149 platforms:
4150 - mac
4151 - linux
4152 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004153- name: stress_test
4154 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004155 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004156 language: c++
4157 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004158 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004159 - test/cpp/interop/interop_client.h
4160 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004161 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004162 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004163 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004164 - src/proto/grpc/testing/empty.proto
4165 - src/proto/grpc/testing/messages.proto
4166 - src/proto/grpc/testing/metrics.proto
4167 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004168 - test/cpp/interop/interop_client.cc
4169 - test/cpp/interop/stress_interop_client.cc
4170 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004171 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004172 deps:
4173 - grpc++_test_util
4174 - grpc_test_util
4175 - grpc++
4176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004177 - gpr_test_util
4178 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004179 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004180- name: thread_manager_test
4181 build: test
4182 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004183 src:
4184 - test/cpp/thread_manager/thread_manager_test.cc
4185 deps:
4186 - grpc++
4187 - grpc
4188 - gpr
4189 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004190- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004191 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004192 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004193 build: test
4194 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004195 src:
4196 - test/cpp/end2end/thread_stress_test.cc
4197 deps:
4198 - grpc++_test_util
4199 - grpc_test_util
4200 - grpc++
4201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004202 - gpr_test_util
4203 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004204- name: writes_per_rpc_test
4205 gtest: true
4206 cpu_cost: 0.5
4207 build: test
4208 language: c++
4209 src:
4210 - test/cpp/performance/writes_per_rpc_test.cc
4211 deps:
4212 - grpc++_test_util
4213 - grpc_test_util
4214 - grpc++
4215 - grpc
4216 - gpr_test_util
4217 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004218 platforms:
4219 - mac
4220 - linux
4221 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004222- name: public_headers_must_be_c89
4223 build: test
4224 language: c89
4225 src:
4226 - test/core/surface/public_headers_must_be_c89.c
4227 deps:
4228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004229 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004230vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004231- linkage: static
4232 name: grpc.dependencies.zlib
4233 props: false
4234 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004235 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004236- linkage: static
4237 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004238 props: true
4239 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004240 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004241- name: gflags
4242 props: false
4243 redist: false
4244 version: 2.1.2.1
4245- name: gtest
4246 props: false
4247 redist: false
4248 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004249configs:
4250 asan:
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++
4258 compile_the_world: true
4259 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004260 ASAN_OPTIONS: detect_leaks=1:color=always
4261 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004262 asan-noleaks:
4263 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004264 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4265 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004266 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004267 LD: clang
4268 LDFLAGS: -fsanitize=address
4269 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004270 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004271 test_environ:
4272 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004273 asan-trace-cmp:
4274 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004275 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4276 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004277 CXX: clang++
4278 LD: clang
4279 LDFLAGS: -fsanitize=address
4280 LDXX: clang++
4281 compile_the_world: true
4282 test_environ:
4283 ASAN_OPTIONS: detect_leaks=1:color=always
4284 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004285 basicprof:
4286 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4287 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004288 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004289 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004290 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004291 dbg:
4292 CPPFLAGS: -O0
4293 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004294 gcov:
4295 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004296 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004297 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004298 DEFINES: _DEBUG DEBUG GPR_GCOV
4299 LD: gcc
4300 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4301 LDXX: g++
4302 helgrind:
4303 CPPFLAGS: -O0
4304 DEFINES: _DEBUG DEBUG
4305 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004306 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004307 lto:
4308 CPPFLAGS: -O2
4309 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004310 memcheck:
4311 CPPFLAGS: -O0
4312 DEFINES: _DEBUG DEBUG
4313 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004314 valgrind: --tool=memcheck --leak-check=full
4315 msan:
4316 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004317 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4318 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4319 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004320 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004321 DEFINES: NDEBUG
4322 LD: clang
4323 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4324 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4325 LDXX: clang++
4326 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004327 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004328 CPPFLAGS: -O3 -fno-omit-frame-pointer
4329 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004330 LDFLAGS: -rdynamic
4331 opt:
4332 CPPFLAGS: -O2
4333 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004334 stapprof:
4335 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4336 DEFINES: NDEBUG
4337 tsan:
4338 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004339 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004340 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004341 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004342 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004343 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004344 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004345 LDXX: clang++
4346 compile_the_world: true
4347 test_environ:
4348 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004349 ubsan:
4350 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004351 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4352 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004353 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004354 DEFINES: NDEBUG
4355 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004356 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004357 LDXX: clang++
4358 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004359 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004360 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004361defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004362 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004363 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004364 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4365 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004366 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004367 benchmark:
4368 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004369 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004370 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004371 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004372 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004373 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004374 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004375 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004376 LDFLAGS: -g
4377 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004378 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004379 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004380node_modules:
4381- deps:
4382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004383 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004384 - boringssl
4385 - z
murgatroid9994a75412015-11-19 14:04:53 -08004386 headers:
4387 - src/node/ext/byte_buffer.h
4388 - src/node/ext/call.h
4389 - src/node/ext/call_credentials.h
4390 - src/node/ext/channel.h
4391 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004392 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004393 - src/node/ext/server.h
4394 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004395 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004396 - src/node/ext/timeval.h
4397 js:
4398 - src/node/index.js
4399 - src/node/src/client.js
4400 - src/node/src/common.js
4401 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004402 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004403 - src/node/src/metadata.js
4404 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004405 name: grpc_node
4406 src:
4407 - src/node/ext/byte_buffer.cc
4408 - src/node/ext/call.cc
4409 - src/node/ext/call_credentials.cc
4410 - src/node/ext/channel.cc
4411 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004412 - src/node/ext/completion_queue_threadpool.cc
4413 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004414 - src/node/ext/node_grpc.cc
4415 - src/node/ext/server.cc
4416 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004417 - src/node/ext/server_generic.cc
4418 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004419 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004420 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004421openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004422 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004423 extraction_dir: openssl-1.0.2f
4424 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004425php_config_m4:
4426 deps:
4427 - grpc
4428 - gpr
4429 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004430 headers:
4431 - src/php/ext/grpc/byte_buffer.h
4432 - src/php/ext/grpc/call.h
4433 - src/php/ext/grpc/call_credentials.h
4434 - src/php/ext/grpc/channel.h
4435 - src/php/ext/grpc/channel_credentials.h
4436 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004437 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004438 - src/php/ext/grpc/php_grpc.h
4439 - src/php/ext/grpc/server.h
4440 - src/php/ext/grpc/server_credentials.h
4441 - src/php/ext/grpc/timeval.h
4442 src:
4443 - src/php/ext/grpc/byte_buffer.c
4444 - src/php/ext/grpc/call.c
4445 - src/php/ext/grpc/call_credentials.c
4446 - src/php/ext/grpc/channel.c
4447 - src/php/ext/grpc/channel_credentials.c
4448 - src/php/ext/grpc/completion_queue.c
4449 - src/php/ext/grpc/php_grpc.c
4450 - src/php/ext/grpc/server.c
4451 - src/php/ext/grpc/server_credentials.c
4452 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004453python_dependencies:
4454 deps:
4455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004456 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004457 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004458 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004459 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004460ruby_gem:
4461 deps:
4462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004463 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004464 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004465 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004466 - z