blob: f80c259606b0f77f2e3f7b8448ad01eaaf39cf07 [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
Craig Tiller1298afd2016-02-09 12:29:17 -0800160 - include/grpc/impl/codegen/sync.h
161 - include/grpc/impl/codegen/sync_generic.h
162 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700163 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700164- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700165 public_headers:
166 - include/grpc/byte_buffer.h
167 - include/grpc/byte_buffer_reader.h
168 - include/grpc/compression.h
169 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700170 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200171 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800172 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700173 - include/grpc/slice.h
174 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700175 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700176 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/channel_args.h
178 - src/core/lib/channel/channel_stack.h
179 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/channel/compress_filter.h
181 - src/core/lib/channel/connected_channel.h
182 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700183 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700184 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800185 - src/core/lib/channel/handshaker_factory.h
186 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/channel/http_client_filter.h
188 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700189 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/compression/algorithm_metadata.h
191 - src/core/lib/compression/message_compress.h
192 - src/core/lib/debug/trace.h
193 - src/core/lib/http/format_request.h
194 - src/core/lib/http/httpcli.h
195 - src/core/lib/http/parser.h
196 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700197 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700198 - src/core/lib/iomgr/endpoint.h
199 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700200 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800201 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700202 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700203 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700204 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/exec_ctx.h
206 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/iomgr/iocp_windows.h
208 - src/core/lib/iomgr/iomgr.h
209 - src/core/lib/iomgr/iomgr_internal.h
210 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700211 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700212 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700213 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700217 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700219 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700221 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/sockaddr.h
223 - src/core/lib/iomgr/sockaddr_posix.h
224 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700225 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500226 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700227 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700228 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/socket_utils_posix.h
230 - src/core/lib/iomgr/socket_windows.h
231 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700232 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/tcp_posix.h
234 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700235 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/tcp_windows.h
238 - src/core/lib/iomgr/time_averaged_stats.h
239 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700240 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700242 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/udp_server.h
244 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700245 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/wakeup_fd_pipe.h
247 - src/core/lib/iomgr/wakeup_fd_posix.h
248 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700249 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/workqueue_windows.h
251 - src/core/lib/json/json.h
252 - src/core/lib/json/json_common.h
253 - src/core/lib/json/json_reader.h
254 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700255 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700256 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800257 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800258 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700259 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/surface/api_trace.h
261 - src/core/lib/surface/call.h
262 - src/core/lib/surface/call_test_only.h
263 - src/core/lib/surface/channel.h
264 - src/core/lib/surface/channel_init.h
265 - src/core/lib/surface/channel_stack_type.h
266 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700267 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/surface/event_string.h
269 - src/core/lib/surface/init.h
270 - src/core/lib/surface/lame_client.h
271 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800272 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700273 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800276 - src/core/lib/transport/error_utils.h
277 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/transport/metadata.h
279 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700280 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700281 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800283 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400284 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/transport/transport.h
286 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700287 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/channel/channel_args.c
289 - src/core/lib/channel/channel_stack.c
290 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/channel/compress_filter.c
292 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700293 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700294 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800295 - src/core/lib/channel/handshaker_factory.c
296 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/channel/http_client_filter.c
298 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700299 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700300 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/compression/message_compress.c
302 - src/core/lib/debug/trace.c
303 - src/core/lib/http/format_request.c
304 - src/core/lib/http/httpcli.c
305 - src/core/lib/http/parser.c
306 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700307 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/endpoint.c
309 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700310 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700312 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700313 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700314 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700315 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/exec_ctx.c
317 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/iocp_windows.c
319 - src/core/lib/iomgr/iomgr.c
320 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700321 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700323 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700324 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700325 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700326 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/pollset_windows.c
330 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700331 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700333 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500335 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700336 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700337 - src/core/lib/iomgr/socket_utils_common_posix.c
338 - src/core/lib/iomgr/socket_utils_linux.c
339 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700341 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700342 - src/core/lib/iomgr/socket_windows.c
343 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700344 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700345 - src/core/lib/iomgr/tcp_client_windows.c
346 - src/core/lib/iomgr/tcp_posix.c
347 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700348 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700349 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
350 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700351 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700353 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700354 - src/core/lib/iomgr/tcp_windows.c
355 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700356 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700357 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700358 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/iomgr/udp_server.c
360 - src/core/lib/iomgr/unix_sockets_posix.c
361 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700362 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700363 - src/core/lib/iomgr/wakeup_fd_eventfd.c
364 - src/core/lib/iomgr/wakeup_fd_nospecial.c
365 - src/core/lib/iomgr/wakeup_fd_pipe.c
366 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700367 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700368 - src/core/lib/iomgr/workqueue_windows.c
369 - src/core/lib/json/json.c
370 - src/core/lib/json/json_reader.c
371 - src/core/lib/json/json_string.c
372 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700373 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700374 - src/core/lib/slice/percent_encoding.c
375 - src/core/lib/slice/slice.c
376 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800377 - src/core/lib/slice/slice_hash_table.c
378 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700379 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700380 - src/core/lib/surface/alarm.c
381 - src/core/lib/surface/api_trace.c
382 - src/core/lib/surface/byte_buffer.c
383 - src/core/lib/surface/byte_buffer_reader.c
384 - src/core/lib/surface/call.c
385 - src/core/lib/surface/call_details.c
386 - src/core/lib/surface/call_log_batch.c
387 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/surface/channel_init.c
389 - src/core/lib/surface/channel_ping.c
390 - src/core/lib/surface/channel_stack_type.c
391 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700392 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700393 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700394 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700395 - src/core/lib/surface/metadata_array.c
396 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/surface/validate_metadata.c
398 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700399 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700400 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800402 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700403 - src/core/lib/transport/metadata.c
404 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700405 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700406 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700407 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800408 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400409 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700410 - src/core/lib/transport/transport.c
411 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700412 deps:
413 - gpr
414 uses:
415 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700416- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700417 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700418 - src/core/ext/filters/client_channel/client_channel.h
419 - src/core/ext/filters/client_channel/client_channel_factory.h
420 - src/core/ext/filters/client_channel/connector.h
421 - src/core/ext/filters/client_channel/http_connect_handshaker.h
422 - src/core/ext/filters/client_channel/http_proxy.h
423 - src/core/ext/filters/client_channel/lb_policy.h
424 - src/core/ext/filters/client_channel/lb_policy_factory.h
425 - src/core/ext/filters/client_channel/lb_policy_registry.h
426 - src/core/ext/filters/client_channel/parse_address.h
427 - src/core/ext/filters/client_channel/proxy_mapper.h
428 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
429 - src/core/ext/filters/client_channel/resolver.h
430 - src/core/ext/filters/client_channel/resolver_factory.h
431 - src/core/ext/filters/client_channel/resolver_registry.h
432 - src/core/ext/filters/client_channel/retry_throttle.h
433 - src/core/ext/filters/client_channel/subchannel.h
434 - src/core/ext/filters/client_channel/subchannel_index.h
435 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700436 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700437 - src/core/ext/filters/client_channel/channel_connectivity.c
438 - src/core/ext/filters/client_channel/client_channel.c
439 - src/core/ext/filters/client_channel/client_channel_factory.c
440 - src/core/ext/filters/client_channel/client_channel_plugin.c
441 - src/core/ext/filters/client_channel/connector.c
442 - src/core/ext/filters/client_channel/http_connect_handshaker.c
443 - src/core/ext/filters/client_channel/http_proxy.c
444 - src/core/ext/filters/client_channel/lb_policy.c
445 - src/core/ext/filters/client_channel/lb_policy_factory.c
446 - src/core/ext/filters/client_channel/lb_policy_registry.c
447 - src/core/ext/filters/client_channel/parse_address.c
448 - src/core/ext/filters/client_channel/proxy_mapper.c
449 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
450 - src/core/ext/filters/client_channel/resolver.c
451 - src/core/ext/filters/client_channel/resolver_factory.c
452 - src/core/ext/filters/client_channel/resolver_registry.c
453 - src/core/ext/filters/client_channel/retry_throttle.c
454 - src/core/ext/filters/client_channel/subchannel.c
455 - src/core/ext/filters/client_channel/subchannel_index.c
456 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700457 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700458 uses:
459 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800460- name: grpc_codegen
461 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700462 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800463 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800464 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800465 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800466 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800467 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700468 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800469 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700470 uses:
471 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700472- name: grpc_lb_policy_grpclb
473 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700474 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
475 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
476 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
477 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700478 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700479 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
480 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
481 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
482 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800483 plugin: grpc_lb_policy_grpclb
484 uses:
485 - grpc_base
486 - grpc_client_channel
487 - nanopb
488- name: grpc_lb_policy_grpclb_secure
489 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700490 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
491 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
492 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
493 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800494 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700495 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
496 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
497 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
498 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700499 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700500 uses:
501 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700502 - grpc_secure
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:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700507 - src/core/ext/filters/client_channel/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:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700514 - src/core/ext/filters/client_channel/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:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700521 - src/core/ext/filters/load_reporting/load_reporting.h
522 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700523 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700524 - src/core/ext/filters/load_reporting/load_reporting.c
525 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700526 plugin: grpc_load_reporting_plugin
527 uses:
528 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700529- name: grpc_max_age_filter
530 headers:
531 - src/core/ext/filters/max_age/max_age_filter.h
532 src:
533 - src/core/ext/filters/max_age/max_age_filter.c
534 plugin: grpc_max_age_filter
535 uses:
536 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700537- name: grpc_resolver_dns_ares
538 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700539 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
540 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700541 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700542 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
543 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
544 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700545 plugin: grpc_resolver_dns_ares
546 uses:
547 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700548 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700549- name: grpc_resolver_dns_native
550 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700551 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700552 plugin: grpc_resolver_dns_native
553 uses:
554 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700555 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700556- name: grpc_resolver_sockaddr
557 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700558 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700559 plugin: grpc_resolver_sockaddr
560 uses:
561 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700562 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100563- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700564 public_headers:
565 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100566 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700567 - src/core/lib/security/context/security_context.h
568 - src/core/lib/security/credentials/composite/composite_credentials.h
569 - src/core/lib/security/credentials/credentials.h
570 - src/core/lib/security/credentials/fake/fake_credentials.h
571 - src/core/lib/security/credentials/google_default/google_default_credentials.h
572 - src/core/lib/security/credentials/iam/iam_credentials.h
573 - src/core/lib/security/credentials/jwt/json_token.h
574 - src/core/lib/security/credentials/jwt/jwt_credentials.h
575 - src/core/lib/security/credentials/jwt/jwt_verifier.h
576 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
577 - src/core/lib/security/credentials/plugin/plugin_credentials.h
578 - src/core/lib/security/credentials/ssl/ssl_credentials.h
579 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800580 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700581 - src/core/lib/security/transport/secure_endpoint.h
582 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800583 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700584 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700585 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100586 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700587 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700588 - src/core/lib/security/context/security_context.c
589 - src/core/lib/security/credentials/composite/composite_credentials.c
590 - src/core/lib/security/credentials/credentials.c
591 - src/core/lib/security/credentials/credentials_metadata.c
592 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700593 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700594 - src/core/lib/security/credentials/google_default/google_default_credentials.c
595 - src/core/lib/security/credentials/iam/iam_credentials.c
596 - src/core/lib/security/credentials/jwt/json_token.c
597 - src/core/lib/security/credentials/jwt/jwt_credentials.c
598 - src/core/lib/security/credentials/jwt/jwt_verifier.c
599 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
600 - src/core/lib/security/credentials/plugin/plugin_credentials.c
601 - src/core/lib/security/credentials/ssl/ssl_credentials.c
602 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800603 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700604 - src/core/lib/security/transport/secure_endpoint.c
605 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800606 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700607 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700608 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700609 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700610 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700611 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700612 uses:
613 - grpc_base
614 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700615 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700616- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700617 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700618 headers:
619 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700620 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800621 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700622 - test/core/end2end/fixtures/proxy.h
623 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800624 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700625 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200626 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700627 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700628 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700629 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700630 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700631 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700632 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800633 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700634 src:
635 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700636 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800637 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700638 - test/core/end2end/fixtures/proxy.c
639 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800640 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700641 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200642 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700643 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700644 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700645 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800646 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700647 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700648 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800649 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700650 deps:
651 - grpc
652 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700653- name: grpc_transport_chttp2
654 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700655 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700656 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700657 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
658 - src/core/ext/transport/chttp2/transport/frame.h
659 - src/core/ext/transport/chttp2/transport/frame_data.h
660 - src/core/ext/transport/chttp2/transport/frame_goaway.h
661 - src/core/ext/transport/chttp2/transport/frame_ping.h
662 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
663 - src/core/ext/transport/chttp2/transport/frame_settings.h
664 - src/core/ext/transport/chttp2/transport/frame_window_update.h
665 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
666 - src/core/ext/transport/chttp2/transport/hpack_parser.h
667 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700668 - src/core/ext/transport/chttp2/transport/huffsyms.h
669 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
670 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700671 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700672 - src/core/ext/transport/chttp2/transport/varint.h
673 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700674 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700675 - src/core/ext/transport/chttp2/transport/bin_encoder.c
676 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700677 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
678 - src/core/ext/transport/chttp2/transport/frame_data.c
679 - src/core/ext/transport/chttp2/transport/frame_goaway.c
680 - src/core/ext/transport/chttp2/transport/frame_ping.c
681 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
682 - src/core/ext/transport/chttp2/transport/frame_settings.c
683 - src/core/ext/transport/chttp2/transport/frame_window_update.c
684 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
685 - src/core/ext/transport/chttp2/transport/hpack_parser.c
686 - src/core/ext/transport/chttp2/transport/hpack_table.c
687 - src/core/ext/transport/chttp2/transport/huffsyms.c
688 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
689 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700690 - src/core/ext/transport/chttp2/transport/stream_lists.c
691 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700692 - src/core/ext/transport/chttp2/transport/varint.c
693 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700694 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700695 uses:
696 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700697 - grpc_transport_chttp2_alpn
698- name: grpc_transport_chttp2_alpn
699 headers:
700 - src/core/ext/transport/chttp2/alpn/alpn.h
701 src:
702 - src/core/ext/transport/chttp2/alpn/alpn.c
703 deps:
704 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800705- name: grpc_transport_chttp2_client_connector
706 headers:
707 - src/core/ext/transport/chttp2/client/chttp2_connector.h
708 src:
709 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800710 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800711 - grpc_transport_chttp2
712 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700713 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700714- name: grpc_transport_chttp2_client_insecure
715 src:
716 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700717 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700718 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800719 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700720 - grpc_transport_chttp2
721 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700722 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700723- name: grpc_transport_chttp2_client_secure
724 src:
725 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700726 uses:
727 - grpc_transport_chttp2
728 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700729 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700730 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800731 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800732- name: grpc_transport_chttp2_server
733 headers:
734 - src/core/ext/transport/chttp2/server/chttp2_server.h
735 src:
736 - src/core/ext/transport/chttp2/server/chttp2_server.c
737 uses:
738 - grpc_transport_chttp2
739 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700740- name: grpc_transport_chttp2_server_insecure
741 src:
742 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700743 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700744 uses:
745 - grpc_transport_chttp2
746 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800747 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700748- name: grpc_transport_chttp2_server_secure
749 src:
750 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700751 uses:
752 - grpc_transport_chttp2
753 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700754 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800755 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700756- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700757 public_headers:
758 - include/grpc/grpc_cronet.h
759 - include/grpc/grpc_security.h
760 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700761 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800762 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800763 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700764 src:
765 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
766 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
767 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700768 filegroups:
769 - grpc_base
770 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800771- name: nanopb
772 headers:
773 - third_party/nanopb/pb.h
774 - third_party/nanopb/pb_common.h
775 - third_party/nanopb/pb_decode.h
776 - third_party/nanopb/pb_encode.h
777 src:
778 - third_party/nanopb/pb_common.c
779 - third_party/nanopb/pb_decode.c
780 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781- name: tsi
782 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700783 - src/core/tsi/fake_transport_security.h
784 - src/core/tsi/ssl_transport_security.h
785 - src/core/tsi/ssl_types.h
786 - src/core/tsi/transport_security.h
787 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700789 - src/core/tsi/fake_transport_security.c
790 - src/core/tsi/ssl_transport_security.c
791 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 deps:
793 - gpr
794 secure: true
795- name: grpc++_base
796 language: c++
797 public_headers:
798 - include/grpc++/alarm.h
799 - include/grpc++/channel.h
800 - include/grpc++/client_context.h
801 - include/grpc++/completion_queue.h
802 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700803 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800804 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700805 - include/grpc++/generic/async_generic_service.h
806 - include/grpc++/generic/generic_stub.h
807 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800808 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700809 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800810 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700811 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700812 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 - include/grpc++/impl/grpc_library.h
814 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700815 - include/grpc++/impl/rpc_method.h
816 - include/grpc++/impl/rpc_service_method.h
817 - include/grpc++/impl/serialization_traits.h
818 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700819 - include/grpc++/impl/server_builder_plugin.h
820 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700822 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 - include/grpc++/security/auth_context.h
824 - include/grpc++/security/auth_metadata_processor.h
825 - include/grpc++/security/credentials.h
826 - include/grpc++/security/server_credentials.h
827 - include/grpc++/server.h
828 - include/grpc++/server_builder.h
829 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700830 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 - include/grpc++/support/async_stream.h
832 - include/grpc++/support/async_unary_call.h
833 - include/grpc++/support/byte_buffer.h
834 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700835 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - include/grpc++/support/slice.h
837 - include/grpc++/support/status.h
838 - include/grpc++/support/status_code_enum.h
839 - include/grpc++/support/string_ref.h
840 - include/grpc++/support/stub_options.h
841 - include/grpc++/support/sync_stream.h
842 - include/grpc++/support/time.h
843 headers:
844 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700845 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800847 - src/cpp/server/health/default_health_check_service.h
848 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700850 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700851 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700852 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700853 - src/cpp/client/client_context.cc
854 - src/cpp/client/create_channel.cc
855 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700856 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700857 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700858 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700859 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700860 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700861 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700862 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700863 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700864 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700865 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700866 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800867 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700868 - src/cpp/server/create_default_thread_pool.cc
869 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800870 - src/cpp/server/health/default_health_check_service.cc
871 - src/cpp/server/health/health.pb.c
872 - src/cpp/server/health/health_check_service.cc
873 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700875 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700876 - src/cpp/server/server_context.cc
877 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700878 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700879 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700880 - src/cpp/util/byte_buffer_cc.cc
881 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700882 - src/cpp/util/status.cc
883 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700884 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 uses:
yang-g17487f92016-06-03 15:21:15 -0700886 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700887 - grpc_base
888 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700889- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700890 language: c++
891 public_headers:
892 - include/grpc++/impl/codegen/async_stream.h
893 - include/grpc++/impl/codegen/async_unary_call.h
894 - include/grpc++/impl/codegen/call.h
895 - include/grpc++/impl/codegen/call_hook.h
896 - include/grpc++/impl/codegen/channel_interface.h
897 - include/grpc++/impl/codegen/client_context.h
898 - include/grpc++/impl/codegen/client_unary_call.h
899 - include/grpc++/impl/codegen/completion_queue.h
900 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700901 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700902 - include/grpc++/impl/codegen/core_codegen_interface.h
903 - include/grpc++/impl/codegen/create_auth_context.h
904 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800905 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700906 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 - include/grpc++/impl/codegen/rpc_method.h
908 - include/grpc++/impl/codegen/rpc_service_method.h
909 - include/grpc++/impl/codegen/security/auth_context.h
910 - include/grpc++/impl/codegen/serialization_traits.h
911 - include/grpc++/impl/codegen/server_context.h
912 - include/grpc++/impl/codegen/server_interface.h
913 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800914 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700915 - include/grpc++/impl/codegen/status.h
916 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700917 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700918 - include/grpc++/impl/codegen/string_ref.h
919 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700920 - include/grpc++/impl/codegen/sync_stream.h
921 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700922 uses:
923 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700924- name: grpc++_codegen_base_src
925 language: c++
926 src:
927 - src/cpp/codegen/codegen_init.cc
928 uses:
929 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700930- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700931 language: c++
932 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700933 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934 uses:
yang-g17487f92016-06-03 15:21:15 -0700935 - grpc++_codegen_base
936 - grpc++_config_proto
937- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700938 language: c++
939 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700940 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700941- name: grpc++_reflection_proto
942 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700943 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700944 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800945- name: grpc++_test
946 language: c++
947 public_headers:
948 - include/grpc++/test/server_context_test_spouse.h
949 deps:
950 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700951- name: thrift_util
952 language: c++
953 public_headers:
954 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700955 - include/grpc++/impl/codegen/thrift_utils.h
956 uses:
957 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100958libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800959- name: gpr
960 build: all
961 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800962 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700963 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800964 secure: false
965 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
966- name: gpr_test_util
967 build: private
968 language: c
969 headers:
970 - test/core/util/test_config.h
971 src:
972 - test/core/util/test_config.c
973 deps:
974 - gpr
975 secure: false
976 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977- name: grpc
978 build: all
979 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700980 src:
981 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700982 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800983 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700984 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700985 filegroups:
986 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700987 - grpc_transport_chttp2_server_secure
988 - grpc_transport_chttp2_client_secure
989 - grpc_transport_chttp2_server_insecure
990 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800991 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700992 - grpc_lb_policy_pick_first
993 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700994 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -0700995 - grpc_resolver_dns_native
996 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700997 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100998 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700999 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001000 - grpc_max_age_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001001 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001002 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001003 vs_packages:
1004 - grpc.dependencies.openssl
1005 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001007- name: grpc_cronet
1008 build: all
1009 language: c
1010 src:
1011 - src/core/lib/surface/init.c
1012 baselib: true
1013 deps_linkage: static
1014 dll: true
1015 filegroups:
1016 - grpc_base
1017 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001018 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001019 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001020 generate_plugin_registry: true
1021 platforms:
1022 - linux
1023 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001024- name: grpc_dll
1025 build: private
1026 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001027 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001028 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001029 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001030 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001031 build_system:
1032 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001033 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001034 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001035 vs_config_type: DynamicLibrary
1036 vs_packages:
1037 - grpc.dependencies.openssl
1038 - grpc.dependencies.zlib
1039 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1040 vs_props:
1041 - zlib
1042 - openssl
1043 - winsock
1044 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045- name: grpc_test_util
1046 build: private
1047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001048 headers:
1049 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001050 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001051 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001052 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001053 - test/core/end2end/data/server1_cert.c
1054 - test/core/end2end/data/server1_key.c
1055 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001056 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001057 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001058 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001059 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001060 - grpc
1061 filegroups:
1062 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001063 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001064 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1065- name: grpc_test_util_unsecure
1066 build: private
1067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001068 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001069 - gpr
1070 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001071 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001072 filegroups:
1073 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001074 secure: false
1075 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1076- name: grpc_unsecure
1077 build: all
1078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001079 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001080 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001081 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001082 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001083 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001084 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001085 filegroups:
1086 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001087 - grpc_transport_chttp2_server_insecure
1088 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001089 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001090 - grpc_resolver_dns_native
1091 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001092 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001093 - grpc_lb_policy_grpclb
1094 - grpc_lb_policy_pick_first
1095 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001096 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001097 - grpc_max_age_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001098 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001099 secure: false
1100 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001101- name: reconnect_server
1102 build: private
1103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001104 headers:
1105 - test/core/util/reconnect_server.h
1106 src:
1107 - test/core/util/reconnect_server.c
1108 deps:
yang-gc9fca182015-11-06 16:41:33 -08001109 - test_tcp_server
1110 - grpc_test_util
1111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001112 - gpr_test_util
1113 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001114- name: test_tcp_server
1115 build: private
1116 language: c
1117 headers:
1118 - test/core/util/test_tcp_server.h
1119 src:
1120 - test/core/util/test_tcp_server.c
1121 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001122 - grpc_test_util
1123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001124 - gpr_test_util
1125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001126- name: grpc++
1127 build: all
1128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001129 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001130 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001131 - src/cpp/client/secure_credentials.h
1132 - src/cpp/common/secure_auth_context.h
1133 - src/cpp/server/secure_server_credentials.h
1134 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001135 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001136 - src/cpp/client/secure_credentials.cc
1137 - src/cpp/common/auth_property_iterator.cc
1138 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001139 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001140 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001141 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001142 - src/cpp/server/secure_server_credentials.cc
1143 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001144 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001145 baselib: true
1146 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001147 filegroups:
1148 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001149 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001150 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001151 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152 secure: check
1153 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001154- name: grpc++_cronet
1155 build: all
1156 language: c++
1157 src:
1158 - src/cpp/client/cronet_credentials.cc
1159 - src/cpp/client/insecure_credentials.cc
1160 - src/cpp/common/insecure_create_auth_context.cc
1161 - src/cpp/server/insecure_server_credentials.cc
1162 deps:
1163 - gpr
1164 - grpc_cronet
1165 baselib: true
1166 dll: true
1167 filegroups:
1168 - grpc++_base
1169 - grpc++_codegen_base
1170 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001171 - grpc_transport_chttp2_client_insecure
1172 - grpc_transport_chttp2_server_insecure
1173 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001174 platforms:
1175 - linux
1176 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001177- name: grpc++_proto_reflection_desc_db
1178 build: private
1179 language: c++
1180 headers:
1181 - test/cpp/util/proto_reflection_descriptor_database.h
1182 src:
1183 - test/cpp/util/proto_reflection_descriptor_database.cc
1184 deps:
1185 - grpc++
1186 filegroups:
1187 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001188 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001189- name: grpc++_reflection
1190 build: all
1191 language: c++
1192 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001193 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001194 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001195 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001196 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001197 - src/cpp/ext/proto_server_reflection.cc
1198 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001199 deps:
1200 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001201 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001202 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001203- name: grpc++_test_config
1204 build: private
1205 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001206 headers:
1207 - test/cpp/util/test_config.h
1208 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001209 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001210- name: grpc++_test_util
1211 build: private
1212 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001213 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001214 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001215 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001216 - test/cpp/util/create_test_channel.h
1217 - test/cpp/util/string_ref_helper.h
1218 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001219 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001220 src:
yang-gc8a49d22016-12-12 11:18:49 -08001221 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001222 - src/proto/grpc/testing/echo_messages.proto
1223 - src/proto/grpc/testing/echo.proto
1224 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001225 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001226 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001227 - test/cpp/util/create_test_channel.cc
1228 - test/cpp/util/string_ref_helper.cc
1229 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001230 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001231 deps:
1232 - grpc++
1233 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001234 filegroups:
1235 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001236 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001237 - grpc++_codegen_proto
1238 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001239 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001240- name: grpc++_unsecure
1241 build: all
1242 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001243 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001244 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001245 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001246 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001247 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001248 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001249 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250 baselib: true
1251 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001252 filegroups:
1253 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001254 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001255 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256 secure: false
1257 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001258- name: grpc_benchmark
1259 build: test
1260 language: c++
1261 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001262 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1263 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001264 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001265 src:
1266 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001267 deps:
1268 - benchmark
1269 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001270 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001271 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001272 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001273- name: grpc_cli_libs
1274 build: private
1275 language: c++
1276 headers:
1277 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001278 - test/cpp/util/cli_credentials.h
1279 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001280 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001281 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001282 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001283 src:
1284 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001285 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001286 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001287 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001288 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001289 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001290 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001291 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001292 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001293 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001294 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001295- name: grpc_plugin_support
1296 build: protoc
1297 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001298 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001299 - src/compiler/config.h
1300 - src/compiler/cpp_generator.h
1301 - src/compiler/cpp_generator_helpers.h
1302 - src/compiler/csharp_generator.h
1303 - src/compiler/csharp_generator_helpers.h
1304 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001305 - src/compiler/node_generator.h
1306 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001307 - src/compiler/objective_c_generator.h
1308 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001309 - src/compiler/php_generator.h
1310 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301311 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001312 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301313 - src/compiler/python_generator_helpers.h
1314 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001315 - src/compiler/ruby_generator.h
1316 - src/compiler/ruby_generator_helpers-inl.h
1317 - src/compiler/ruby_generator_map-inl.h
1318 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301319 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001320 src:
1321 - src/compiler/cpp_generator.cc
1322 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001323 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001324 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001325 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001326 - src/compiler/python_generator.cc
1327 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001328 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001329 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001330 secure: false
1331 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001332 vs_props:
1333 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001334- name: http2_client_main
1335 build: private
1336 language: c++
1337 headers:
1338 - test/cpp/interop/http2_client.h
1339 src:
1340 - src/proto/grpc/testing/empty.proto
1341 - src/proto/grpc/testing/messages.proto
1342 - src/proto/grpc/testing/test.proto
1343 - test/cpp/interop/http2_client.cc
1344 deps:
1345 - grpc++_test_util
1346 - grpc_test_util
1347 - grpc++
1348 - grpc
1349 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350- name: interop_client_helper
1351 build: private
1352 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001353 headers:
1354 - test/cpp/interop/client_helper.h
1355 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001356 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001357 - test/cpp/interop/client_helper.cc
1358 deps:
1359 - grpc++_test_util
1360 - grpc_test_util
1361 - grpc++
1362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001363 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001364- name: interop_client_main
1365 build: private
1366 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001367 headers:
1368 - test/cpp/interop/interop_client.h
1369 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001370 - src/proto/grpc/testing/empty.proto
1371 - src/proto/grpc/testing/messages.proto
1372 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001373 - test/cpp/interop/client.cc
1374 - test/cpp/interop/interop_client.cc
1375 deps:
1376 - interop_client_helper
1377 - grpc++_test_util
1378 - grpc_test_util
1379 - grpc++
1380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001383 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001384- name: interop_server_helper
1385 build: private
1386 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001387 headers:
1388 - test/cpp/interop/server_helper.h
1389 src:
1390 - test/cpp/interop/server_helper.cc
1391 deps:
yang-gcc591022017-01-11 11:10:43 -08001392 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001393 - grpc_test_util
1394 - grpc++
1395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001397- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398 build: private
1399 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001400 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001401 - src/proto/grpc/testing/empty.proto
1402 - src/proto/grpc/testing/messages.proto
1403 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001404 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001405 deps:
1406 - interop_server_helper
1407 - grpc++_test_util
1408 - grpc_test_util
1409 - grpc++
1410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001411 - gpr_test_util
1412 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001413 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001414- name: interop_server_main
1415 build: private
1416 language: c++
1417 src:
1418 - test/cpp/interop/interop_server_bootstrap.cc
1419 deps:
1420 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001421- name: qps
1422 build: private
1423 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001424 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001425 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001426 - test/cpp/qps/client.h
1427 - test/cpp/qps/driver.h
1428 - test/cpp/qps/histogram.h
1429 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001430 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001431 - test/cpp/qps/qps_worker.h
1432 - test/cpp/qps/report.h
1433 - test/cpp/qps/server.h
1434 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001435 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001436 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001437 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001438 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001439 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001440 - src/proto/grpc/testing/control.proto
1441 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001442 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001443 - test/cpp/qps/client_async.cc
1444 - test/cpp/qps/client_sync.cc
1445 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001446 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001447 - test/cpp/qps/qps_worker.cc
1448 - test/cpp/qps/report.cc
1449 - test/cpp/qps/server_async.cc
1450 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001451 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001452 deps:
1453 - grpc_test_util
1454 - grpc++_test_util
1455 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001456- name: grpc_csharp_ext
1457 build: all
1458 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001459 src:
1460 - src/csharp/ext/grpc_csharp_ext.c
1461 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001463 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001464 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001465 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466 dll: only
1467 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001468 vs_packages:
1469 - grpc.dependencies.openssl
1470 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001471 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001472 vs_props:
1473 - zlib
1474 - openssl
1475 - winsock
1476 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001477targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001478- name: alarm_test
1479 build: test
1480 language: c
1481 src:
1482 - test/core/surface/alarm_test.c
1483 deps:
1484 - grpc_test_util
1485 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001486 - gpr_test_util
1487 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001488- name: algorithm_test
1489 build: test
1490 language: c
1491 src:
1492 - test/core/compression/algorithm_test.c
1493 deps:
1494 - grpc_test_util
1495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001496 - gpr_test_util
1497 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001498- name: alloc_test
1499 build: test
1500 language: c
1501 src:
1502 - test/core/support/alloc_test.c
1503 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr_test_util
1505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506- name: alpn_test
1507 build: test
1508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001509 src:
1510 - test/core/transport/chttp2/alpn_test.c
1511 deps:
1512 - grpc_test_util
1513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001514 - gpr_test_util
1515 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001516- name: api_fuzzer
1517 build: fuzzer
1518 language: c
1519 src:
1520 - test/core/end2end/fuzzers/api_fuzzer.c
1521 deps:
1522 - grpc_test_util
1523 - grpc
1524 - gpr_test_util
1525 - gpr
1526 corpus_dirs:
1527 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001528 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001529 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001530- name: arena_test
1531 build: test
1532 language: c
1533 src:
1534 - test/core/support/arena_test.c
1535 deps:
1536 - gpr_test_util
1537 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001538- name: bad_server_response_test
1539 build: test
1540 language: c
1541 src:
1542 - test/core/end2end/bad_server_response_test.c
1543 deps:
1544 - test_tcp_server
1545 - grpc_test_util
1546 - grpc
1547 - gpr_test_util
1548 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001549 exclude_iomgrs:
1550 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001551- name: bdp_estimator_test
1552 build: test
1553 language: c
1554 src:
1555 - test/core/transport/bdp_estimator_test.c
1556 deps:
1557 - grpc_test_util
1558 - grpc
1559 - gpr_test_util
1560 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001561- name: bin_decoder_test
1562 build: test
1563 language: c
1564 src:
1565 - test/core/transport/chttp2/bin_decoder_test.c
1566 deps:
1567 - grpc_test_util
1568 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001569- name: bin_encoder_test
1570 build: test
1571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001572 src:
1573 - test/core/transport/chttp2/bin_encoder_test.c
1574 deps:
1575 - grpc_test_util
1576 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001577- name: census_context_test
1578 build: test
1579 language: c
1580 src:
1581 - test/core/census/context_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001587- name: census_resource_test
1588 build: test
1589 language: c
1590 src:
1591 - test/core/census/resource_test.c
1592 deps:
1593 - grpc_test_util
1594 - grpc
1595 - gpr_test_util
1596 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001597- name: census_trace_context_test
1598 build: test
1599 language: c
1600 src:
1601 - test/core/census/trace_context_test.c
1602 deps:
1603 - grpc_test_util
1604 - grpc
1605 - gpr_test_util
1606 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001607- name: channel_create_test
1608 build: test
1609 language: c
1610 src:
1611 - test/core/surface/channel_create_test.c
1612 deps:
1613 - grpc_test_util
1614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001615 - gpr_test_util
1616 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001617- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001618 build: test
1619 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001620 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001621 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001622 deps:
1623 - grpc_test_util
1624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001625 - gpr_test_util
1626 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001627- name: chttp2_stream_map_test
1628 build: test
1629 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001630 src:
1631 - test/core/transport/chttp2/stream_map_test.c
1632 deps:
1633 - grpc_test_util
1634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001635 - gpr_test_util
1636 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001637- name: chttp2_varint_test
1638 build: test
1639 language: c
1640 src:
1641 - test/core/transport/chttp2/varint_test.c
1642 deps:
1643 - grpc_test_util
1644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001645 - gpr_test_util
1646 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001647- name: client_fuzzer
1648 build: fuzzer
1649 language: c
1650 src:
1651 - test/core/end2end/fuzzers/client_fuzzer.c
1652 deps:
1653 - grpc_test_util
1654 - grpc
1655 - gpr_test_util
1656 - gpr
1657 corpus_dirs:
1658 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001659 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001660 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001661- name: combiner_test
1662 cpu_cost: 30
1663 build: test
1664 language: c
1665 src:
1666 - test/core/iomgr/combiner_test.c
1667 deps:
1668 - grpc_test_util
1669 - grpc
1670 - gpr_test_util
1671 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672- name: compression_test
1673 build: test
1674 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001675 src:
1676 - test/core/compression/compression_test.c
1677 deps:
1678 - grpc_test_util
1679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001680 - gpr_test_util
1681 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001682- name: concurrent_connectivity_test
1683 build: test
1684 language: c
1685 src:
1686 - test/core/surface/concurrent_connectivity_test.c
1687 deps:
1688 - grpc_test_util
1689 - grpc
1690 - gpr_test_util
1691 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001692 exclude_iomgrs:
1693 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001694- name: connection_refused_test
1695 cpu_cost: 0.1
1696 build: test
1697 language: c
1698 src:
1699 - test/core/end2end/connection_refused_test.c
1700 deps:
1701 - grpc_test_util
1702 - grpc
1703 - gpr_test_util
1704 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001705- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001706 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001707 build: test
1708 language: c
1709 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001710 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001711 deps:
1712 - grpc_test_util
1713 - grpc
1714 - gpr_test_util
1715 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001716 exclude_iomgrs:
1717 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001718- name: dns_resolver_test
1719 build: test
1720 language: c
1721 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001722 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001723 deps:
1724 - grpc_test_util
1725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001728- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001729 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730 build: test
1731 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001732 src:
1733 - test/core/end2end/dualstack_socket_test.c
1734 deps:
1735 - grpc_test_util
1736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001737 - gpr_test_util
1738 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001739 exclude_iomgrs:
1740 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001741 platforms:
1742 - mac
1743 - linux
1744 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001745- name: endpoint_pair_test
1746 build: test
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
1749 - test/core/iomgr/endpoint_pair_test.c
1750 deps:
1751 - grpc_test_util
1752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001755 exclude_iomgrs:
1756 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001757- name: error_test
1758 cpu_cost: 30
1759 build: test
1760 language: c
1761 src:
1762 - test/core/iomgr/error_test.c
1763 deps:
1764 - grpc_test_util
1765 - grpc
1766 - gpr_test_util
1767 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001768- name: ev_epoll_linux_test
1769 build: test
1770 language: c
1771 src:
1772 - test/core/iomgr/ev_epoll_linux_test.c
1773 deps:
1774 - grpc_test_util
1775 - grpc
1776 - gpr_test_util
1777 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001778 exclude_iomgrs:
1779 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001780 platforms:
1781 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001782- name: fd_conservation_posix_test
1783 build: test
1784 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001785 src:
1786 - test/core/iomgr/fd_conservation_posix_test.c
1787 deps:
1788 - grpc_test_util
1789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001790 - gpr_test_util
1791 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001792 exclude_iomgrs:
1793 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001794 platforms:
1795 - mac
1796 - linux
1797 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001798- name: fd_posix_test
1799 build: test
1800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001801 src:
1802 - test/core/iomgr/fd_posix_test.c
1803 deps:
1804 - grpc_test_util
1805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001806 - gpr_test_util
1807 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001808 exclude_iomgrs:
1809 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001810 platforms:
1811 - mac
1812 - linux
1813 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001814- name: fling_client
1815 build: test
1816 run: false
1817 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001818 src:
1819 - test/core/fling/client.c
1820 deps:
1821 - grpc_test_util
1822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001825- name: fling_server
1826 build: test
1827 run: false
1828 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001829 src:
1830 - test/core/fling/server.c
1831 deps:
1832 - grpc_test_util
1833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001834 - gpr_test_util
1835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001836- name: fling_stream_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_stream_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: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001852 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853 build: test
1854 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001855 src:
1856 - test/core/fling/fling_test.c
1857 deps:
1858 - grpc_test_util
1859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001860 - gpr_test_util
1861 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001862 platforms:
1863 - mac
1864 - linux
1865 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: gen_hpack_tables
1867 build: tool
1868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - tools/codegen/core/gen_hpack_tables.c
1871 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001872 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001873 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001874- name: gen_legal_metadata_characters
1875 build: tool
1876 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001877 src:
1878 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001880- name: gen_percent_encoding_tables
1881 build: tool
1882 language: c
1883 src:
1884 - tools/codegen/core/gen_percent_encoding_tables.c
1885 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001886- name: goaway_server_test
1887 cpu_cost: 0.1
1888 build: test
1889 language: c
1890 src:
1891 - test/core/end2end/goaway_server_test.c
1892 deps:
1893 - grpc_test_util
1894 - grpc
1895 - gpr_test_util
1896 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001897 exclude_iomgrs:
1898 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001899 platforms:
1900 - mac
1901 - linux
1902 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001903- name: gpr_avl_test
1904 build: test
1905 language: c
1906 src:
1907 - test/core/support/avl_test.c
1908 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001909 - gpr_test_util
1910 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001911- name: gpr_backoff_test
1912 build: test
1913 language: c
1914 src:
1915 - test/core/support/backoff_test.c
1916 deps:
1917 - gpr_test_util
1918 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001919- name: gpr_cmdline_test
1920 build: test
1921 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001922 src:
1923 - test/core/support/cmdline_test.c
1924 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001927- name: gpr_cpu_test
1928 build: test
1929 language: c
1930 src:
1931 - test/core/support/cpu_test.c
1932 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001933 - gpr_test_util
1934 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001935- name: gpr_env_test
1936 build: test
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
1939 - test/core/support/env_test.c
1940 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr_test_util
1942 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001943- name: gpr_histogram_test
1944 build: test
1945 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001946 src:
1947 - test/core/support/histogram_test.c
1948 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr_test_util
1950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: gpr_host_port_test
1952 build: test
1953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001954 src:
1955 - test/core/support/host_port_test.c
1956 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959- name: gpr_log_test
1960 build: test
1961 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001962 src:
1963 - test/core/support/log_test.c
1964 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001967- name: gpr_mpscq_test
1968 cpu_cost: 30
1969 build: test
1970 language: c
1971 src:
1972 - test/core/support/mpscq_test.c
1973 deps:
1974 - gpr_test_util
1975 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001976- name: gpr_spinlock_test
1977 cpu_cost: 10
1978 build: test
1979 language: c
1980 src:
1981 - test/core/support/spinlock_test.c
1982 deps:
1983 - gpr_test_util
1984 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001986 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987 build: test
1988 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001989 src:
1990 - test/core/support/stack_lockfree_test.c
1991 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994- name: gpr_string_test
1995 build: test
1996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/core/support/string_test.c
1999 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002000 - gpr_test_util
2001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002002- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002003 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004 build: test
2005 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002006 src:
2007 - test/core/support/sync_test.c
2008 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002009 - gpr_test_util
2010 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002011- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002012 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013 build: test
2014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002015 src:
2016 - test/core/support/thd_test.c
2017 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr_test_util
2019 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002020- name: gpr_time_test
2021 build: test
2022 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002023 src:
2024 - test/core/support/time_test.c
2025 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002028- name: gpr_tls_test
2029 build: test
2030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002031 src:
2032 - test/core/support/tls_test.c
2033 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: gpr_useful_test
2037 build: test
2038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002039 src:
2040 - test/core/support/useful_test.c
2041 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002042 - gpr_test_util
2043 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002044- name: grpc_auth_context_test
2045 build: test
2046 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002047 src:
2048 - test/core/security/auth_context_test.c
2049 deps:
2050 - grpc_test_util
2051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002052 - gpr_test_util
2053 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002054- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002055 build: test
2056 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002057 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002058 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002059 deps:
2060 - grpc_test_util
2061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002062 - gpr_test_util
2063 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064- name: grpc_byte_buffer_reader_test
2065 build: test
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
2068 - test/core/surface/byte_buffer_reader_test.c
2069 deps:
2070 - grpc_test_util
2071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: grpc_channel_args_test
2075 build: test
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/channel/channel_args_test.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: grpc_channel_stack_test
2085 build: test
2086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
2088 - test/core/channel/channel_stack_test.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002094- name: grpc_completion_queue_test
2095 build: test
2096 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002097 src:
2098 - test/core/surface/completion_queue_test.c
2099 deps:
2100 - grpc_test_util
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002104- name: grpc_completion_queue_threading_test
2105 build: test
2106 language: c
2107 src:
2108 - test/core/surface/completion_queue_threading_test.c
2109 deps:
2110 - grpc_test_util
2111 - grpc
2112 - gpr_test_util
2113 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002114 exclude_iomgrs:
2115 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116- name: grpc_create_jwt
2117 build: tool
2118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002119 src:
2120 - test/core/security/create_jwt.c
2121 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002124 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002125- name: grpc_credentials_test
2126 build: test
2127 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002128 src:
2129 - test/core/security/credentials_test.c
2130 deps:
2131 - grpc_test_util
2132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002133 - gpr_test_util
2134 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002136 build: test
2137 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002138 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002139 src:
2140 - test/core/security/fetch_oauth2.c
2141 deps:
2142 - grpc_test_util
2143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002144 - gpr_test_util
2145 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002146- name: grpc_invalid_channel_args_test
2147 build: test
2148 language: c
2149 src:
2150 - test/core/surface/invalid_channel_args_test.c
2151 deps:
2152 - grpc_test_util
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: grpc_json_token_test
2157 build: test
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
2160 - test/core/security/json_token_test.c
2161 deps:
2162 - grpc_test_util
2163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002166 platforms:
2167 - linux
2168 - posix
2169 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: grpc_jwt_verifier_test
2171 build: test
2172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
2174 - test/core/security/jwt_verifier_test.c
2175 deps:
2176 - grpc_test_util
2177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180- name: grpc_print_google_default_creds_token
2181 build: tool
2182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002183 src:
2184 - test/core/security/print_google_default_creds_token.c
2185 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002188- name: grpc_security_connector_test
2189 build: test
2190 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002191 src:
2192 - test/core/security/security_connector_test.c
2193 deps:
2194 - grpc_test_util
2195 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002196 - gpr_test_util
2197 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002198- name: grpc_verify_jwt
2199 build: tool
2200 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002201 src:
2202 - test/core/security/verify_jwt.c
2203 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002205 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002206- name: handshake_client
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/client_ssl.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
2214 - gpr_test_util
2215 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002216 exclude_iomgrs:
2217 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002218 platforms:
2219 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002220 secure: true
2221- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002222 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002223 language: c
2224 src:
2225 - test/core/handshake/server_ssl.c
2226 deps:
2227 - grpc_test_util
2228 - grpc
2229 - gpr_test_util
2230 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002231 platforms:
2232 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002233 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002234- name: hpack_parser_fuzzer_test
2235 build: fuzzer
2236 language: c
2237 src:
2238 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2239 deps:
2240 - grpc_test_util
2241 - grpc
2242 - gpr_test_util
2243 - gpr
2244 corpus_dirs:
2245 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002246 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002247 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248- name: hpack_parser_test
2249 build: test
2250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - test/core/transport/chttp2/hpack_parser_test.c
2253 deps:
2254 - grpc_test_util
2255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258- name: hpack_table_test
2259 build: test
2260 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002261 src:
2262 - test/core/transport/chttp2/hpack_table_test.c
2263 deps:
2264 - grpc_test_util
2265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002266 - gpr_test_util
2267 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002268- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269 build: test
2270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002272 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002273 deps:
2274 - grpc_test_util
2275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002276 - gpr_test_util
2277 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002278- name: http_request_fuzzer_test
2279 build: fuzzer
2280 language: c
2281 src:
2282 - test/core/http/request_fuzzer.c
2283 deps:
2284 - grpc_test_util
2285 - grpc
2286 - gpr_test_util
2287 - gpr
2288 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002289 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002290 maxlen: 2048
2291- name: http_response_fuzzer_test
2292 build: fuzzer
2293 language: c
2294 src:
2295 - test/core/http/response_fuzzer.c
2296 deps:
2297 - grpc_test_util
2298 - grpc
2299 - gpr_test_util
2300 - gpr
2301 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002302 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002303 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002304- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002305 build: test
2306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002307 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002308 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002314- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002315 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002316 build: test
2317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002318 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002319 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002325 platforms:
2326 - mac
2327 - linux
2328 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002329- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002330 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002331 build: test
2332 language: c
2333 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002334 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002335 deps:
2336 - grpc_test_util
2337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 - gpr_test_util
2339 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002340 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002341 - linux
yang-gf1183302015-12-07 16:02:05 -08002342- name: init_test
2343 build: test
2344 language: c
2345 src:
2346 - test/core/surface/init_test.c
2347 deps:
2348 - grpc_test_util
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002352- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002353 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002354 build: test
2355 language: c
2356 src:
2357 - test/core/end2end/invalid_call_argument_test.c
2358 deps:
2359 - grpc_test_util
2360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002361 - gpr_test_util
2362 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002363- name: json_fuzzer_test
2364 build: fuzzer
2365 language: c
2366 src:
2367 - test/core/json/fuzzer.c
2368 deps:
2369 - grpc_test_util
2370 - grpc
2371 - gpr_test_util
2372 - gpr
2373 corpus_dirs:
2374 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002375 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002376- name: json_rewrite
2377 build: test
2378 run: false
2379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002380 src:
2381 - test/core/json/json_rewrite.c
2382 deps:
2383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002384 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002385- name: json_rewrite_test
2386 build: test
2387 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002388 src:
2389 - test/core/json/json_rewrite_test.c
2390 deps:
2391 - grpc_test_util
2392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 - gpr_test_util
2394 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002395- name: json_stream_error_test
2396 build: test
2397 language: c
2398 src:
2399 - test/core/json/json_stream_error_test.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002405- name: json_test
2406 build: test
2407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002408 src:
2409 - test/core/json/json_test.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002413 - gpr_test_util
2414 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002415- name: lame_client_test
2416 build: test
2417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
2419 - test/core/surface/lame_client_test.c
2420 deps:
2421 - grpc_test_util
2422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002423 - gpr_test_util
2424 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002425- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002426 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002427 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002428 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002430 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002431 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002432 deps:
2433 - grpc_test_util
2434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002435 - gpr_test_util
2436 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002437- name: load_file_test
2438 build: test
2439 language: c
2440 src:
2441 - test/core/iomgr/load_file_test.c
2442 deps:
2443 - grpc_test_util
2444 - grpc
2445 - gpr_test_util
2446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: low_level_ping_pong_benchmark
2448 build: benchmark
2449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
2451 - test/core/network_benchmarks/low_level_ping_pong.c
2452 deps:
2453 - grpc_test_util
2454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 - gpr_test_util
2456 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002457 platforms:
2458 - mac
2459 - linux
2460 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002461- name: memory_profile_client
2462 build: test
2463 run: false
2464 language: c
2465 src:
2466 - test/core/memory_usage/client.c
2467 deps:
2468 - grpc_test_util
2469 - grpc
2470 - gpr_test_util
2471 - gpr
2472- name: memory_profile_server
2473 build: test
2474 run: false
2475 language: c
2476 src:
2477 - test/core/memory_usage/server.c
2478 deps:
2479 - grpc_test_util
2480 - grpc
2481 - gpr_test_util
2482 - gpr
2483- name: memory_profile_test
2484 cpu_cost: 1.5
2485 build: test
2486 language: c
2487 src:
2488 - test/core/memory_usage/memory_usage_test.c
2489 deps:
2490 - grpc_test_util
2491 - grpc
2492 - gpr_test_util
2493 - gpr
2494 platforms:
2495 - mac
2496 - linux
2497 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002498- name: message_compress_test
2499 build: test
2500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002501 src:
2502 - test/core/compression/message_compress_test.c
2503 deps:
2504 - grpc_test_util
2505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002506 - gpr_test_util
2507 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002508- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002509 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002510 build: test
2511 language: c
2512 src:
2513 - test/core/census/mlog_test.c
2514 deps:
2515 - grpc_test_util
2516 - grpc
2517 - gpr_test_util
2518 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002519- name: multiple_server_queues_test
2520 build: test
2521 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002522 src:
2523 - test/core/end2end/multiple_server_queues_test.c
2524 deps:
2525 - grpc_test_util
2526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002527 - gpr_test_util
2528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529- name: murmur_hash_test
2530 build: test
2531 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002532 src:
2533 - test/core/support/murmur_hash_test.c
2534 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002535 - gpr_test_util
2536 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002537- name: nanopb_fuzzer_response_test
2538 build: fuzzer
2539 language: c
2540 src:
2541 - test/core/nanopb/fuzzer_response.c
2542 deps:
2543 - grpc_test_util
2544 - grpc
2545 - gpr_test_util
2546 - gpr
2547 corpus_dirs:
2548 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002549 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002550- name: nanopb_fuzzer_serverlist_test
2551 build: fuzzer
2552 language: c
2553 src:
2554 - test/core/nanopb/fuzzer_serverlist.c
2555 deps:
2556 - grpc_test_util
2557 - grpc
2558 - gpr_test_util
2559 - gpr
2560 corpus_dirs:
2561 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002562 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002563- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002564 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002565 build: test
2566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002567 src:
2568 - test/core/end2end/no_server_test.c
2569 deps:
2570 - grpc_test_util
2571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002572 - gpr_test_util
2573 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002574- name: parse_address_test
2575 build: test
2576 language: c
2577 src:
2578 - test/core/client_channel/parse_address_test.c
2579 deps:
2580 - grpc_test_util
2581 - grpc
2582 - gpr_test_util
2583 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002584- name: percent_decode_fuzzer
2585 build: fuzzer
2586 language: c
2587 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002588 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002589 deps:
2590 - grpc_test_util
2591 - grpc
2592 - gpr_test_util
2593 - gpr
2594 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002595 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002596 maxlen: 32
2597- name: percent_encode_fuzzer
2598 build: fuzzer
2599 language: c
2600 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002601 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002602 deps:
2603 - grpc_test_util
2604 - grpc
2605 - gpr_test_util
2606 - gpr
2607 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002608 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002609 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002610- name: percent_encoding_test
2611 build: test
2612 language: c
2613 src:
2614 - test/core/slice/percent_encoding_test.c
2615 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002616 - grpc_test_util
2617 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002618 - gpr_test_util
2619 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002620- name: pollset_set_test
2621 build: test
2622 language: c
2623 src:
2624 - test/core/iomgr/pollset_set_test.c
2625 deps:
2626 - grpc_test_util
2627 - grpc
2628 - gpr_test_util
2629 - gpr
2630 exclude_iomgrs:
2631 - uv
2632 platforms:
2633 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002634- name: resolve_address_posix_test
2635 build: test
2636 language: c
2637 src:
2638 - test/core/iomgr/resolve_address_posix_test.c
2639 deps:
2640 - grpc_test_util
2641 - grpc
2642 - gpr_test_util
2643 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002644 exclude_iomgrs:
2645 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002646 platforms:
2647 - mac
2648 - linux
2649 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002650- name: resolve_address_test
2651 build: test
2652 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002653 src:
2654 - test/core/iomgr/resolve_address_test.c
2655 deps:
2656 - grpc_test_util
2657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002658 - gpr_test_util
2659 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002660- name: resource_quota_test
2661 cpu_cost: 30
2662 build: test
2663 language: c
2664 src:
2665 - test/core/iomgr/resource_quota_test.c
2666 deps:
2667 - grpc_test_util
2668 - grpc
2669 - gpr_test_util
2670 - gpr
yang-gd482e592015-12-10 14:04:00 -08002671- name: secure_channel_create_test
2672 build: test
2673 language: c
2674 src:
2675 - test/core/surface/secure_channel_create_test.c
2676 deps:
2677 - grpc_test_util
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002681- name: secure_endpoint_test
2682 build: test
2683 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002684 src:
2685 - test/core/security/secure_endpoint_test.c
2686 deps:
2687 - grpc_test_util
2688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002689 - gpr_test_util
2690 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002691 exclude_iomgrs:
2692 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002693- name: sequential_connectivity_test
2694 build: test
2695 language: c
2696 src:
2697 - test/core/surface/sequential_connectivity_test.c
2698 deps:
2699 - grpc_test_util
2700 - grpc
2701 - gpr_test_util
2702 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002703 exclude_iomgrs:
2704 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002705- name: server_chttp2_test
2706 build: test
2707 language: c
2708 src:
2709 - test/core/surface/server_chttp2_test.c
2710 deps:
2711 - grpc_test_util
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002715- name: server_fuzzer
2716 build: fuzzer
2717 language: c
2718 src:
2719 - test/core/end2end/fuzzers/server_fuzzer.c
2720 deps:
2721 - grpc_test_util
2722 - grpc
2723 - gpr_test_util
2724 - gpr
2725 corpus_dirs:
2726 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002727 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002728 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002729- name: server_test
2730 build: test
2731 language: c
2732 src:
2733 - test/core/surface/server_test.c
2734 deps:
2735 - grpc_test_util
2736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002737 - gpr_test_util
2738 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002739- name: slice_buffer_test
2740 build: test
2741 language: c
2742 src:
2743 - test/core/slice/slice_buffer_test.c
2744 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002745 - grpc_test_util
2746 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002747 - gpr_test_util
2748 - gpr
2749- name: slice_string_helpers_test
2750 build: test
2751 language: c
2752 src:
2753 - test/core/slice/slice_string_helpers_test.c
2754 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002755 - grpc_test_util
2756 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002757 - gpr_test_util
2758 - gpr
2759- name: slice_test
2760 build: test
2761 language: c
2762 src:
2763 - test/core/slice/slice_test.c
2764 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002765 - grpc_test_util
2766 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002767 - gpr_test_util
2768 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002769- name: sockaddr_resolver_test
2770 build: test
2771 language: c
2772 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002773 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002774 deps:
2775 - grpc_test_util
2776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002777 - gpr_test_util
2778 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002779- name: sockaddr_utils_test
2780 build: test
2781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002782 src:
2783 - test/core/iomgr/sockaddr_utils_test.c
2784 deps:
2785 - grpc_test_util
2786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002787 - gpr_test_util
2788 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002789- name: socket_utils_test
2790 build: test
2791 language: c
2792 src:
2793 - test/core/iomgr/socket_utils_test.c
2794 deps:
2795 - grpc_test_util
2796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002797 - gpr_test_util
2798 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002799 exclude_iomgrs:
2800 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002801 platforms:
2802 - mac
2803 - linux
2804 - posix
yang-g31e21282016-11-04 15:10:03 -07002805- name: ssl_server_fuzzer
2806 build: fuzzer
2807 language: c
2808 src:
2809 - test/core/security/ssl_server_fuzzer.c
2810 deps:
2811 - grpc_test_util
2812 - grpc
2813 - gpr_test_util
2814 - gpr
2815 corpus_dirs:
2816 - test/core/security/corpus/ssl_server_corpus
2817 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002818- name: status_conversion_test
2819 build: test
2820 language: c
2821 src:
2822 - test/core/transport/status_conversion_test.c
2823 deps:
2824 - grpc_test_util
2825 - grpc
2826 - gpr_test_util
2827 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002828- name: stream_owned_slice_test
2829 build: test
2830 language: c
2831 src:
2832 - test/core/transport/stream_owned_slice_test.c
2833 deps:
2834 - grpc_test_util
2835 - grpc
2836 - gpr_test_util
2837 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002838- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002839 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002840 build: test
2841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002842 src:
2843 - test/core/iomgr/tcp_client_posix_test.c
2844 deps:
2845 - grpc_test_util
2846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002847 - gpr_test_util
2848 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002849 exclude_iomgrs:
2850 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002851 platforms:
2852 - mac
2853 - linux
2854 - posix
murgatroid991191b722017-02-08 11:56:52 -08002855- name: tcp_client_uv_test
2856 cpu_cost: 0.5
2857 build: test
2858 language: c
2859 src:
2860 - test/core/iomgr/tcp_client_uv_test.c
2861 deps:
2862 - grpc_test_util
2863 - grpc
2864 - gpr_test_util
2865 - gpr
2866 exclude_iomgrs:
2867 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002868- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002869 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870 build: test
2871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002872 src:
2873 - test/core/iomgr/tcp_posix_test.c
2874 deps:
2875 - grpc_test_util
2876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002877 - gpr_test_util
2878 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002879 exclude_iomgrs:
2880 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002881 platforms:
2882 - mac
2883 - linux
2884 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002885- name: tcp_server_posix_test
2886 build: test
2887 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002888 src:
2889 - test/core/iomgr/tcp_server_posix_test.c
2890 deps:
2891 - grpc_test_util
2892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002893 - gpr_test_util
2894 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002895 exclude_iomgrs:
2896 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002897 platforms:
2898 - mac
2899 - linux
2900 - posix
murgatroid991191b722017-02-08 11:56:52 -08002901- name: tcp_server_uv_test
2902 build: test
2903 language: c
2904 src:
2905 - test/core/iomgr/tcp_server_uv_test.c
2906 deps:
2907 - grpc_test_util
2908 - grpc
2909 - gpr_test_util
2910 - gpr
2911 exclude_iomgrs:
2912 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002913- name: time_averaged_stats_test
2914 build: test
2915 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002916 src:
2917 - test/core/iomgr/time_averaged_stats_test.c
2918 deps:
2919 - grpc_test_util
2920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002921 - gpr_test_util
2922 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002923- name: timeout_encoding_test
2924 build: test
2925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002926 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002927 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002928 deps:
2929 - grpc_test_util
2930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002931 - gpr_test_util
2932 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002933- name: timer_heap_test
2934 build: test
2935 language: c
2936 src:
2937 - test/core/iomgr/timer_heap_test.c
2938 deps:
2939 - grpc_test_util
2940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002941 - gpr_test_util
2942 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002943 exclude_iomgrs:
2944 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002945- name: timer_list_test
2946 build: test
2947 language: c
2948 src:
2949 - test/core/iomgr/timer_list_test.c
2950 deps:
2951 - grpc_test_util
2952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002953 - gpr_test_util
2954 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002955 exclude_iomgrs:
2956 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002957- name: transport_connectivity_state_test
2958 build: test
2959 language: c
2960 src:
2961 - test/core/transport/connectivity_state_test.c
2962 deps:
2963 - grpc_test_util
2964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002965 - gpr_test_util
2966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002967- name: transport_metadata_test
2968 build: test
2969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002970 src:
2971 - test/core/transport/metadata_test.c
2972 deps:
2973 - grpc_test_util
2974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002975 - gpr_test_util
2976 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002977- name: transport_pid_controller_test
2978 build: test
2979 language: c
2980 src:
2981 - test/core/transport/pid_controller_test.c
2982 deps:
2983 - grpc_test_util
2984 - grpc
2985 - gpr_test_util
2986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002987- name: transport_security_test
2988 build: test
2989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002990 src:
2991 - test/core/tsi/transport_security_test.c
2992 deps:
2993 - grpc_test_util
2994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002995 - gpr_test_util
2996 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002997 platforms:
2998 - linux
2999 - posix
3000 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003001- name: udp_server_test
3002 build: test
3003 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003004 src:
3005 - test/core/iomgr/udp_server_test.c
3006 deps:
3007 - grpc_test_util
3008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003009 - gpr_test_util
3010 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003011 exclude_iomgrs:
3012 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003013 platforms:
3014 - mac
3015 - linux
3016 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003017- name: uri_fuzzer_test
3018 build: fuzzer
3019 language: c
3020 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003021 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003022 deps:
3023 - grpc_test_util
3024 - grpc
3025 - gpr_test_util
3026 - gpr
3027 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003028 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003029 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003030- name: uri_parser_test
3031 build: test
3032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003033 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003034 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003035 deps:
3036 - grpc_test_util
3037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003038 - gpr_test_util
3039 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003040- name: wakeup_fd_cv_test
3041 build: test
3042 language: c
3043 src:
3044 - test/core/iomgr/wakeup_fd_cv_test.c
3045 deps:
3046 - grpc_test_util
3047 - grpc
3048 - gpr_test_util
3049 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003050 exclude_iomgrs:
3051 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003052 platforms:
3053 - mac
3054 - linux
3055 - posix
vjpai04e992a2016-02-10 16:58:38 -08003056- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003057 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003058 build: test
3059 language: c++
3060 src:
3061 - test/cpp/common/alarm_cpp_test.cc
3062 deps:
3063 - grpc++_test_util
3064 - grpc_test_util
3065 - grpc++
3066 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003067 - gpr_test_util
3068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003069- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003070 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003071 build: test
3072 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003073 src:
3074 - test/cpp/end2end/async_end2end_test.cc
3075 deps:
3076 - grpc++_test_util
3077 - grpc_test_util
3078 - grpc++
3079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003080 - gpr_test_util
3081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003082- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003083 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003084 build: test
3085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003086 src:
3087 - test/cpp/common/auth_property_iterator_test.cc
3088 deps:
3089 - grpc++_test_util
3090 - grpc_test_util
3091 - grpc++
3092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003093 - gpr_test_util
3094 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003095- name: bm_arena
3096 build: test
3097 language: c++
3098 src:
3099 - test/cpp/microbenchmarks/bm_arena.cc
3100 deps:
3101 - grpc_benchmark
3102 - benchmark
3103 - grpc++_test_util
3104 - grpc_test_util
3105 - grpc++
3106 - grpc
3107 - gpr_test_util
3108 - gpr
3109 args:
3110 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003111 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003112 platforms:
3113 - mac
3114 - linux
3115 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003116- name: bm_call_create
3117 build: test
3118 language: c++
3119 src:
3120 - test/cpp/microbenchmarks/bm_call_create.cc
3121 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003122 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003123 - benchmark
3124 - grpc++_test_util
3125 - grpc_test_util
3126 - grpc++
3127 - grpc
3128 - gpr_test_util
3129 - gpr
3130 args:
3131 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003132 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003133 platforms:
3134 - mac
3135 - linux
3136 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003137- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003138 build: test
3139 language: c++
3140 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003141 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003142 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003143 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003144 - benchmark
3145 - grpc++_test_util
3146 - grpc_test_util
3147 - grpc++
3148 - grpc
3149 - gpr_test_util
3150 - gpr
3151 args:
3152 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003153 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003154 platforms:
3155 - mac
3156 - linux
3157 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003158- name: bm_chttp2_transport
3159 build: test
3160 language: c++
3161 src:
3162 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3163 deps:
3164 - grpc_benchmark
3165 - benchmark
3166 - grpc++_test_util
3167 - grpc_test_util
3168 - grpc++
3169 - grpc
3170 - gpr_test_util
3171 - gpr
3172 args:
3173 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003174 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003175 platforms:
3176 - mac
3177 - linux
3178 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003179- name: bm_closure
3180 build: test
3181 language: c++
3182 src:
3183 - test/cpp/microbenchmarks/bm_closure.cc
3184 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003185 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003186 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003187 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003188 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003189 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003190 - grpc
3191 - gpr_test_util
3192 - gpr
3193 args:
3194 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003195 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003196 platforms:
3197 - mac
3198 - linux
3199 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003200- name: bm_cq
3201 build: test
3202 language: c++
3203 src:
3204 - test/cpp/microbenchmarks/bm_cq.cc
3205 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003206 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003207 - benchmark
3208 - grpc++_test_util
3209 - grpc_test_util
3210 - grpc++
3211 - grpc
3212 - gpr_test_util
3213 - gpr
3214 args:
3215 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003216 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003217 platforms:
3218 - mac
3219 - linux
3220 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003221- name: bm_cq_multiple_threads
3222 build: test
3223 language: c++
3224 src:
3225 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3226 deps:
3227 - grpc_benchmark
3228 - benchmark
3229 - grpc++_test_util
3230 - grpc_test_util
3231 - grpc++
3232 - grpc
3233 - gpr_test_util
3234 - gpr
3235 args:
3236 - --benchmark_min_time=0
3237 defaults: benchmark
3238 platforms:
3239 - mac
3240 - linux
3241 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003242- name: bm_error
3243 build: test
3244 language: c++
3245 src:
3246 - test/cpp/microbenchmarks/bm_error.cc
3247 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003248 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003249 - benchmark
3250 - grpc++_test_util
3251 - grpc_test_util
3252 - grpc++
3253 - grpc
3254 - gpr_test_util
3255 - gpr
3256 args:
3257 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003258 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003259 platforms:
3260 - mac
3261 - linux
3262 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003263- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003264 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003265 language: c++
3266 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003267 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003268 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003269 - grpc_benchmark
3270 - benchmark
3271 - grpc++_test_util
3272 - grpc_test_util
3273 - grpc++
3274 - grpc
3275 - gpr_test_util
3276 - gpr
3277 args:
3278 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003279 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003280 excluded_poll_engines:
3281 - poll
3282 - poll-cv
3283 platforms:
3284 - mac
3285 - linux
3286 - posix
3287 timeout_seconds: 1200
3288- name: bm_fullstack_streaming_pump
3289 build: test
3290 language: c++
3291 src:
3292 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003293 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003294 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003295 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003296 - grpc++_test_util
3297 - grpc_test_util
3298 - grpc++
3299 - grpc
3300 - gpr_test_util
3301 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003302 args:
3303 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003304 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003305 excluded_poll_engines:
3306 - poll
3307 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003308 platforms:
3309 - mac
3310 - linux
3311 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003312 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003313- name: bm_fullstack_trickle
3314 build: test
3315 language: c++
3316 src:
3317 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3318 deps:
3319 - grpc_benchmark
3320 - benchmark
3321 - grpc++_test_util
3322 - grpc_test_util
3323 - grpc++
3324 - grpc
3325 - gpr_test_util
3326 - gpr
3327 args:
3328 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003329 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003330 excluded_poll_engines:
3331 - poll
3332 - poll-cv
3333 platforms:
3334 - mac
3335 - linux
3336 - posix
3337 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003338- name: bm_fullstack_unary_ping_pong
3339 build: test
3340 language: c++
3341 src:
3342 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3343 deps:
3344 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003345 - benchmark
3346 - grpc++_test_util
3347 - grpc_test_util
3348 - grpc++
3349 - grpc
3350 - gpr_test_util
3351 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003352 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003353 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003354 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003355 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003356 - poll
3357 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003358 platforms:
3359 - mac
3360 - linux
3361 - posix
3362 timeout_seconds: 1200
3363- name: bm_metadata
3364 build: test
3365 language: c++
3366 src:
3367 - test/cpp/microbenchmarks/bm_metadata.cc
3368 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003369 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003370 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003371 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003372 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003373 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003374 - grpc
3375 - gpr_test_util
3376 - gpr
3377 args:
3378 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003379 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003380 platforms:
3381 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003382 - linux
3383 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003384- name: bm_pollset
3385 build: test
3386 language: c++
3387 src:
3388 - test/cpp/microbenchmarks/bm_pollset.cc
3389 deps:
3390 - grpc_benchmark
3391 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003392 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003393 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003394 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003395 - grpc
3396 - gpr_test_util
3397 - gpr
3398 args:
3399 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003400 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003401 platforms:
3402 - mac
3403 - linux
3404 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003405- name: channel_arguments_test
3406 gtest: true
3407 build: test
3408 language: c++
3409 src:
3410 - test/cpp/common/channel_arguments_test.cc
3411 deps:
3412 - grpc++
3413 - grpc
3414 - gpr
3415- name: channel_filter_test
3416 gtest: true
3417 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003418 language: c++
3419 src:
3420 - test/cpp/common/channel_filter_test.cc
3421 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003422 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003423 - grpc
3424 - gpr
3425- name: cli_call_test
3426 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003427 build: test
3428 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003430 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003431 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003432 - grpc_cli_libs
3433 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003434 - grpc_test_util
3435 - grpc++
3436 - grpc
3437 - gpr_test_util
3438 - gpr
3439- name: client_crash_test
3440 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003441 cpu_cost: 0.1
3442 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003443 language: c++
3444 src:
3445 - test/cpp/end2end/client_crash_test.cc
3446 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003447 - grpc++_test_util
3448 - grpc_test_util
3449 - grpc++
3450 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003451 - gpr_test_util
3452 - gpr
3453 platforms:
3454 - mac
3455 - linux
3456 - posix
3457- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003458 build: test
3459 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003460 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003461 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003462 - test/cpp/end2end/client_crash_test_server.cc
3463 deps:
3464 - grpc++_test_util
3465 - grpc_test_util
3466 - grpc++
3467 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003468 - gpr_test_util
3469 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003470- name: codegen_test_full
3471 gtest: true
3472 build: test
3473 language: c++
3474 src:
3475 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003476 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003477 - src/proto/grpc/testing/payloads.proto
3478 - src/proto/grpc/testing/services.proto
3479 - src/proto/grpc/testing/stats.proto
3480 - test/cpp/codegen/codegen_test_full.cc
3481 deps:
3482 - grpc++
3483 - grpc
3484 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003485 filegroups:
3486 - grpc++_codegen_base
3487- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003488 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003489 build: test
yang-g34b58612016-06-03 17:30:09 -07003490 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003491 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003492 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003493 - src/proto/grpc/testing/messages.proto
3494 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003495 - src/proto/grpc/testing/services.proto
3496 - src/proto/grpc/testing/stats.proto
3497 - test/cpp/codegen/codegen_test_minimal.cc
3498 filegroups:
3499 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003500 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003501- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003502 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003503 build: test
3504 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003505 src:
3506 - test/cpp/client/credentials_test.cc
3507 deps:
3508 - grpc++
3509 - grpc
3510 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003511- name: cxx_byte_buffer_test
3512 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003513 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003514 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003515 src:
3516 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003517 deps:
3518 - grpc_test_util
3519 - grpc++
3520 - grpc
3521 - gpr_test_util
3522 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003523- name: cxx_slice_test
3524 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003525 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003526 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003527 src:
3528 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003529 deps:
3530 - grpc_test_util
3531 - grpc++
3532 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003533 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003535- name: cxx_string_ref_test
3536 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003537 build: test
3538 language: c++
3539 src:
3540 - test/cpp/util/string_ref_test.cc
3541 deps:
3542 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003543- name: cxx_time_test
3544 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003545 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003546 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003547 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003548 - test/cpp/util/time_test.cc
3549 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003550 - grpc_test_util
3551 - grpc++
3552 - grpc
3553 - gpr_test_util
3554 - gpr
3555- name: end2end_test
3556 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003557 cpu_cost: 0.5
3558 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003559 language: c++
3560 src:
3561 - test/cpp/end2end/end2end_test.cc
3562 deps:
3563 - grpc++_test_util
3564 - grpc_test_util
3565 - grpc++
3566 - grpc
3567 - gpr_test_util
3568 - gpr
3569- name: filter_end2end_test
3570 gtest: true
3571 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003572 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003573 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003574 - test/cpp/end2end/filter_end2end_test.cc
3575 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003576 - grpc++_test_util
3577 - grpc_test_util
3578 - grpc++
3579 - grpc
3580 - gpr_test_util
3581 - gpr
3582- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003583 gtest: true
3584 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003585 language: c++
3586 src:
3587 - test/cpp/end2end/generic_end2end_test.cc
3588 deps:
3589 - grpc++_test_util
3590 - grpc_test_util
3591 - grpc++
3592 - grpc
3593 - gpr_test_util
3594 - gpr
3595- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003596 gtest: true
3597 build: test
3598 language: c++
3599 src:
Craig Tiller25834342015-09-25 08:08:24 -07003600 - src/proto/grpc/testing/compiler_test.proto
3601 - test/cpp/codegen/golden_file_test.cc
3602 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003603 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003604 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003605 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003606 args:
3607 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003608- name: grpc_cli
3609 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003610 run: false
3611 language: c++
3612 src:
3613 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003614 deps:
3615 - grpc_cli_libs
3616 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003617 - grpc++
3618 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003619 - gpr
3620 - grpc++_test_config
3621- name: grpc_cpp_plugin
3622 build: protoc
3623 language: c++
3624 src:
3625 - src/compiler/cpp_plugin.cc
3626 deps:
3627 - grpc_plugin_support
3628 secure: false
3629 vs_config_type: Application
3630 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3631- name: grpc_csharp_plugin
3632 build: protoc
3633 language: c++
3634 src:
3635 - src/compiler/csharp_plugin.cc
3636 deps:
3637 - grpc_plugin_support
3638 secure: false
3639 vs_config_type: Application
3640 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003641- name: grpc_node_plugin
3642 build: protoc
3643 language: c++
3644 src:
3645 - src/compiler/node_plugin.cc
3646 deps:
3647 - grpc_plugin_support
3648 secure: false
3649 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003650- name: grpc_objective_c_plugin
3651 build: protoc
3652 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003653 src:
3654 - src/compiler/objective_c_plugin.cc
3655 deps:
3656 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003657 secure: false
3658 vs_config_type: Application
3659 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003660- name: grpc_php_plugin
3661 build: protoc
3662 language: c++
3663 src:
3664 - src/compiler/php_plugin.cc
3665 deps:
3666 - grpc_plugin_support
3667 secure: false
3668 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003669- name: grpc_python_plugin
3670 build: protoc
3671 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003672 src:
3673 - src/compiler/python_plugin.cc
3674 deps:
3675 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003676 secure: false
3677 vs_config_type: Application
3678 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3679- name: grpc_ruby_plugin
3680 build: protoc
3681 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003682 src:
3683 - src/compiler/ruby_plugin.cc
3684 deps:
3685 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003686 secure: false
3687 vs_config_type: Application
3688 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003689- name: grpc_tool_test
3690 gtest: true
3691 build: test
3692 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003693 src:
3694 - src/proto/grpc/testing/echo.proto
3695 - src/proto/grpc/testing/echo_messages.proto
3696 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003697 deps:
3698 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003699 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003700 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003701 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003702 - grpc_test_util
3703 - grpc++
3704 - grpc
3705 - gpr_test_util
3706 - gpr
3707 filegroups:
3708 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003709- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003710 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003711 build: test
3712 language: c++
3713 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003714 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003715 - test/cpp/grpclb/grpclb_api_test.cc
3716 deps:
3717 - grpc++_test_util
3718 - grpc_test_util
3719 - grpc++
3720 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003721- name: grpclb_test
3722 gtest: false
3723 build: test
3724 language: c++
3725 src:
3726 - src/proto/grpc/lb/v1/load_balancer.proto
3727 - test/cpp/grpclb/grpclb_test.cc
3728 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003729 - grpc++_test_util
3730 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003731 - grpc++
3732 - grpc
3733 - gpr_test_util
3734 - gpr
yang-gad327642016-12-12 14:32:09 -08003735- name: health_service_end2end_test
3736 gtest: true
3737 build: test
3738 language: c++
3739 src:
3740 - test/cpp/end2end/health_service_end2end_test.cc
3741 deps:
3742 - grpc++_test_util
3743 - grpc_test_util
3744 - grpc++
3745 - grpc
3746 - gpr_test_util
3747 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003748- name: http2_client
3749 build: test
3750 run: false
3751 language: c++
3752 src: []
3753 deps:
3754 - http2_client_main
3755 - grpc++_test_util
3756 - grpc_test_util
3757 - grpc++
3758 - grpc
3759 - grpc++_test_config
3760 platforms:
3761 - mac
3762 - linux
3763 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003764- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003765 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003766 build: test
3767 language: c++
3768 src:
3769 - test/cpp/end2end/hybrid_end2end_test.cc
3770 deps:
3771 - grpc++_test_util
3772 - grpc_test_util
3773 - grpc++
3774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003775 - gpr_test_util
3776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003777- name: interop_client
3778 build: test
3779 run: false
3780 language: c++
3781 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003782 deps:
3783 - interop_client_main
3784 - interop_client_helper
3785 - grpc++_test_util
3786 - grpc_test_util
3787 - grpc++
3788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003789 - gpr_test_util
3790 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003791 - grpc++_test_config
3792 platforms:
3793 - mac
3794 - linux
3795 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003796- name: interop_server
3797 build: test
3798 run: false
3799 language: c++
3800 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003801 deps:
3802 - interop_server_main
3803 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003804 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003805 - grpc++_test_util
3806 - grpc_test_util
3807 - grpc++
3808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003809 - gpr_test_util
3810 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003811 - grpc++_test_config
3812 platforms:
3813 - mac
3814 - linux
3815 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003816- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003817 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003818 build: test
3819 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003820 src:
3821 - test/cpp/interop/interop_test.cc
3822 deps:
3823 - grpc_test_util
3824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003825 - gpr_test_util
3826 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003827 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003828 platforms:
3829 - mac
3830 - linux
3831 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003832- name: json_run_localhost
3833 build: test
3834 run: false
3835 language: c++
3836 src:
3837 - test/cpp/qps/json_run_localhost.cc
3838 deps:
3839 - grpc++_test_util
3840 - grpc_test_util
3841 - grpc++
3842 - grpc
3843 - gpr_test_util
3844 - gpr
3845 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003846 platforms:
3847 - mac
3848 - linux
3849 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07003850- name: memory_test
3851 gtest: true
3852 build: test
3853 language: c++
3854 src:
3855 - test/core/support/memory_test.cc
3856 deps:
3857 - grpc_test_util
3858 - grpc++
3859 - grpc
3860 - gpr_test_util
3861 - gpr
3862 uses:
3863 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003864- name: metrics_client
3865 build: test
3866 run: false
3867 language: c++
3868 headers:
3869 - test/cpp/util/metrics_server.h
3870 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003871 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003872 - test/cpp/interop/metrics_client.cc
3873 deps:
3874 - grpc++
3875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003876 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003877 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003878- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003879 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003880 build: test
3881 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003882 src:
3883 - test/cpp/end2end/mock_test.cc
3884 deps:
3885 - grpc++_test_util
3886 - grpc_test_util
3887 - grpc++
3888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003889 - gpr_test_util
3890 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003891- name: noop-benchmark
3892 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003893 language: c++
3894 src:
3895 - test/cpp/microbenchmarks/noop-benchmark.cc
3896 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003897 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003898 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003899- name: proto_server_reflection_test
3900 gtest: true
3901 build: test
3902 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003903 src:
3904 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003905 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003906 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003907 - grpc++_reflection
3908 - grpc++_test_util
3909 - grpc_test_util
3910 - grpc++
3911 - grpc
3912 - gpr_test_util
3913 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003914- name: proto_utils_test
3915 gtest: true
3916 build: test
3917 language: c++
3918 src:
3919 - test/cpp/codegen/proto_utils_test.cc
3920 deps:
3921 - grpc++
3922 - grpc
3923 filegroups:
3924 - grpc++_codegen_base
3925 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003926- name: qps_interarrival_test
3927 build: test
3928 run: false
3929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003930 src:
3931 - test/cpp/qps/qps_interarrival_test.cc
3932 deps:
3933 - qps
3934 - grpc++_test_util
3935 - grpc_test_util
3936 - grpc++
3937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003938 - gpr_test_util
3939 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003940 platforms:
3941 - mac
3942 - linux
3943 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003944- name: qps_json_driver
3945 build: test
3946 run: false
3947 language: c++
3948 src:
3949 - test/cpp/qps/qps_json_driver.cc
3950 deps:
3951 - qps
3952 - grpc++_test_util
3953 - grpc_test_util
3954 - grpc++
3955 - grpc
3956 - gpr_test_util
3957 - gpr
3958 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003959- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003960 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003961 build: test
3962 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003963 src:
3964 - test/cpp/qps/qps_openloop_test.cc
3965 deps:
3966 - qps
3967 - grpc++_test_util
3968 - grpc_test_util
3969 - grpc++
3970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003971 - gpr_test_util
3972 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003973 - grpc++_test_config
3974 platforms:
3975 - mac
3976 - linux
3977 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003978- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003979 build: test
3980 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003982 headers:
3983 - test/cpp/qps/client.h
3984 - test/cpp/qps/server.h
3985 src:
3986 - test/cpp/qps/worker.cc
3987 deps:
3988 - qps
3989 - 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
Craig Tillerbf4b2242015-08-31 15:53:53 -07003996- name: reconnect_interop_client
3997 build: test
3998 run: false
3999 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004000 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004001 - src/proto/grpc/testing/empty.proto
4002 - src/proto/grpc/testing/messages.proto
4003 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004004 - test/cpp/interop/reconnect_interop_client.cc
4005 deps:
4006 - grpc++_test_util
4007 - grpc_test_util
4008 - grpc++
4009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004010 - gpr_test_util
4011 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004012 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004013- name: reconnect_interop_server
4014 build: test
4015 run: false
4016 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004017 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004018 - src/proto/grpc/testing/empty.proto
4019 - src/proto/grpc/testing/messages.proto
4020 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004021 - test/cpp/interop/reconnect_interop_server.cc
4022 deps:
4023 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004024 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004025 - grpc++_test_util
4026 - grpc_test_util
4027 - grpc++
4028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004029 - gpr_test_util
4030 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004031 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004032- name: round_robin_end2end_test
4033 gtest: true
4034 build: test
4035 language: c++
4036 src:
4037 - test/cpp/end2end/round_robin_end2end_test.cc
4038 deps:
4039 - grpc++_test_util
4040 - grpc_test_util
4041 - grpc++
4042 - grpc
4043 - gpr_test_util
4044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004045- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004046 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004047 build: test
4048 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004049 src:
4050 - test/cpp/common/secure_auth_context_test.cc
4051 deps:
4052 - grpc++_test_util
4053 - grpc_test_util
4054 - grpc++
4055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004056 - gpr_test_util
4057 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004058- name: secure_sync_unary_ping_pong_test
4059 build: test
4060 language: c++
4061 src:
4062 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4063 deps:
4064 - qps
4065 - grpc++_test_util
4066 - grpc_test_util
4067 - grpc++
4068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004069 - gpr_test_util
4070 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004071 platforms:
4072 - mac
4073 - linux
4074 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004075- name: server_builder_plugin_test
4076 gtest: true
4077 build: test
4078 language: c++
4079 src:
4080 - test/cpp/end2end/server_builder_plugin_test.cc
4081 deps:
4082 - grpc++_test_util
4083 - grpc_test_util
4084 - grpc++
4085 - grpc
4086 - gpr_test_util
4087 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004088- name: server_builder_test
4089 gtest: true
4090 build: test
4091 language: c++
4092 src:
4093 - src/proto/grpc/testing/echo_messages.proto
4094 - src/proto/grpc/testing/echo.proto
4095 - test/cpp/server/server_builder_test.cc
4096 deps:
4097 - grpc++_test_util
4098 - grpc_test_util
4099 - gpr_test_util
4100 - grpc++
4101 - grpc
4102 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004103- name: server_context_test_spouse_test
4104 gtest: true
4105 build: test
4106 language: c++
4107 src:
4108 - test/cpp/test/server_context_test_spouse_test.cc
4109 deps:
4110 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004111 - grpc++
4112 - grpc
4113 - gpr_test_util
4114 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004115 uses:
4116 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004117- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004118 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004119 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004120 build: test
4121 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004122 src:
4123 - test/cpp/end2end/server_crash_test.cc
4124 deps:
4125 - grpc++_test_util
4126 - grpc_test_util
4127 - grpc++
4128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004129 - gpr_test_util
4130 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004131 platforms:
4132 - mac
4133 - linux
4134 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004135- name: server_crash_test_client
4136 build: test
4137 run: false
4138 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004139 src:
4140 - test/cpp/end2end/server_crash_test_client.cc
4141 deps:
4142 - grpc++_test_util
4143 - grpc_test_util
4144 - grpc++
4145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004146 - gpr_test_util
4147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004148- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004149 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004150 build: test
4151 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004152 src:
4153 - test/cpp/end2end/shutdown_test.cc
4154 deps:
4155 - grpc++_test_util
4156 - grpc_test_util
4157 - grpc++
4158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004159 - gpr_test_util
4160 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004161- name: status_test
4162 build: test
4163 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004164 src:
4165 - test/cpp/util/status_test.cc
4166 deps:
4167 - grpc_test_util
4168 - grpc++
4169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004170 - gpr_test_util
4171 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004172- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004173 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004174 build: test
4175 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004176 src:
4177 - test/cpp/end2end/streaming_throughput_test.cc
4178 deps:
4179 - grpc++_test_util
4180 - grpc_test_util
4181 - grpc++
4182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004183 - gpr_test_util
4184 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004185 platforms:
4186 - mac
4187 - linux
4188 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004189- name: stress_test
4190 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004191 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004192 language: c++
4193 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004194 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004195 - test/cpp/interop/interop_client.h
4196 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004197 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004198 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004199 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004200 - src/proto/grpc/testing/empty.proto
4201 - src/proto/grpc/testing/messages.proto
4202 - src/proto/grpc/testing/metrics.proto
4203 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004204 - test/cpp/interop/interop_client.cc
4205 - test/cpp/interop/stress_interop_client.cc
4206 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004207 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004208 deps:
4209 - grpc++_test_util
4210 - grpc_test_util
4211 - grpc++
4212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004213 - gpr_test_util
4214 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004215 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004216- name: thread_manager_test
4217 build: test
4218 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004219 src:
4220 - test/cpp/thread_manager/thread_manager_test.cc
4221 deps:
4222 - grpc++
4223 - grpc
4224 - gpr
4225 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004226- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004227 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004228 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004229 build: test
4230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004231 src:
4232 - test/cpp/end2end/thread_stress_test.cc
4233 deps:
4234 - grpc++_test_util
4235 - grpc_test_util
4236 - grpc++
4237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004238 - gpr_test_util
4239 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004240- name: writes_per_rpc_test
4241 gtest: true
4242 cpu_cost: 0.5
4243 build: test
4244 language: c++
4245 src:
4246 - test/cpp/performance/writes_per_rpc_test.cc
4247 deps:
4248 - grpc++_test_util
4249 - grpc_test_util
4250 - grpc++
4251 - grpc
4252 - gpr_test_util
4253 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004254 platforms:
4255 - mac
4256 - linux
4257 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004258- name: public_headers_must_be_c89
4259 build: test
4260 language: c89
4261 src:
4262 - test/core/surface/public_headers_must_be_c89.c
4263 deps:
4264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004265 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004266vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004267- linkage: static
4268 name: grpc.dependencies.zlib
4269 props: false
4270 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004271 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004272- linkage: static
4273 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004274 props: true
4275 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004276 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004277- name: gflags
4278 props: false
4279 redist: false
4280 version: 2.1.2.1
4281- name: gtest
4282 props: false
4283 redist: false
4284 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004285configs:
4286 asan:
4287 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004288 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4289 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004290 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004291 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004292 LDFLAGS: -fsanitize=address
4293 LDXX: clang++
4294 compile_the_world: true
4295 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004296 ASAN_OPTIONS: detect_leaks=1:color=always
4297 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004298 asan-noleaks:
4299 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004300 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4301 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004302 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004303 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004304 LDFLAGS: -fsanitize=address
4305 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004306 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004307 test_environ:
4308 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004309 asan-trace-cmp:
4310 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004311 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4312 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004313 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004314 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004315 LDFLAGS: -fsanitize=address
4316 LDXX: clang++
4317 compile_the_world: true
4318 test_environ:
4319 ASAN_OPTIONS: detect_leaks=1:color=always
4320 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004321 basicprof:
4322 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4323 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004324 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004325 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004326 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004327 dbg:
4328 CPPFLAGS: -O0
4329 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004330 gcov:
4331 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004332 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004333 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004334 DEFINES: _DEBUG DEBUG GPR_GCOV
4335 LD: gcc
4336 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4337 LDXX: g++
4338 helgrind:
4339 CPPFLAGS: -O0
4340 DEFINES: _DEBUG DEBUG
4341 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004342 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004343 lto:
4344 CPPFLAGS: -O2
4345 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004346 memcheck:
4347 CPPFLAGS: -O0
4348 DEFINES: _DEBUG DEBUG
4349 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004350 valgrind: --tool=memcheck --leak-check=full
4351 msan:
4352 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004353 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4354 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4355 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004356 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004357 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004358 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004359 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4360 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4361 LDXX: clang++
4362 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004363 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004364 CPPFLAGS: -O3 -fno-omit-frame-pointer
4365 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004366 LDFLAGS: -rdynamic
4367 opt:
4368 CPPFLAGS: -O2
4369 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004370 stapprof:
4371 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4372 DEFINES: NDEBUG
4373 tsan:
4374 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004375 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004376 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004377 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004378 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004379 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004380 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004381 LDXX: clang++
4382 compile_the_world: true
4383 test_environ:
4384 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004385 ubsan:
4386 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004387 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4388 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004389 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004390 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004391 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004392 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004393 LDXX: clang++
4394 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004395 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004396 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004397defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004398 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004399 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004400 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4401 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004402 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004403 benchmark:
4404 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004405 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004406 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004407 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004408 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004409 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004410 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004411 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004412 LDFLAGS: -g
4413 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004414 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004415 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004416node_modules:
4417- deps:
4418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004419 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004420 - boringssl
4421 - z
murgatroid9994a75412015-11-19 14:04:53 -08004422 headers:
4423 - src/node/ext/byte_buffer.h
4424 - src/node/ext/call.h
4425 - src/node/ext/call_credentials.h
4426 - src/node/ext/channel.h
4427 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004428 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004429 - src/node/ext/server.h
4430 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004431 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004432 - src/node/ext/timeval.h
4433 js:
4434 - src/node/index.js
4435 - src/node/src/client.js
4436 - src/node/src/common.js
4437 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004438 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004439 - src/node/src/metadata.js
4440 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004441 name: grpc_node
4442 src:
4443 - src/node/ext/byte_buffer.cc
4444 - src/node/ext/call.cc
4445 - src/node/ext/call_credentials.cc
4446 - src/node/ext/channel.cc
4447 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004448 - src/node/ext/completion_queue_threadpool.cc
4449 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004450 - src/node/ext/node_grpc.cc
4451 - src/node/ext/server.cc
4452 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004453 - src/node/ext/server_generic.cc
4454 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004455 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004456 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004457openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004458 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004459 extraction_dir: openssl-1.0.2f
4460 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004461php_config_m4:
4462 deps:
4463 - grpc
4464 - gpr
4465 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004466 headers:
4467 - src/php/ext/grpc/byte_buffer.h
4468 - src/php/ext/grpc/call.h
4469 - src/php/ext/grpc/call_credentials.h
4470 - src/php/ext/grpc/channel.h
4471 - src/php/ext/grpc/channel_credentials.h
4472 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004473 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004474 - src/php/ext/grpc/php_grpc.h
4475 - src/php/ext/grpc/server.h
4476 - src/php/ext/grpc/server_credentials.h
4477 - src/php/ext/grpc/timeval.h
4478 src:
4479 - src/php/ext/grpc/byte_buffer.c
4480 - src/php/ext/grpc/call.c
4481 - src/php/ext/grpc/call_credentials.c
4482 - src/php/ext/grpc/channel.c
4483 - src/php/ext/grpc/channel_credentials.c
4484 - src/php/ext/grpc/completion_queue.c
4485 - src/php/ext/grpc/php_grpc.c
4486 - src/php/ext/grpc/server.c
4487 - src/php/ext/grpc/server_credentials.c
4488 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004489python_dependencies:
4490 deps:
4491 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004492 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004493 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004494 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004495 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004496ruby_gem:
4497 deps:
4498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004499 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004500 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004501 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004502 - z