blob: e063f3e3df0ab4754ebf3474eb1ab44a2a58a394 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Sree Kuchibhotla9a7bab52017-03-29 11:51:25 -070015 core_version: 4.0.0-dev
David Garcia Quintasae64b012017-04-21 16:12:39 -070016 g_stands_for: gregarious
David Garcia Quintas9e1acc02017-04-13 16:30:15 -070017 version: 1.4.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
Craig Tiller9202b3f2017-03-12 22:30:38 -070088 - src/core/lib/support/arena.h
Craig Tillerf23078c2016-03-25 17:07:29 -070089 - src/core/lib/support/backoff.h
90 - src/core/lib/support/block_annotate.h
91 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070092 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070093 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080094 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/stack_lockfree.h
96 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070097 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070098 - src/core/lib/support/thd_internal.h
99 - src/core/lib/support/time_precise.h
100 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100101 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700102 - src/core/lib/profiling/basic_timers.c
103 - src/core/lib/profiling/stap_timers.c
104 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700105 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700106 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/avl.c
108 - src/core/lib/support/backoff.c
109 - src/core/lib/support/cmdline.c
110 - src/core/lib/support/cpu_iphone.c
111 - src/core/lib/support/cpu_linux.c
112 - src/core/lib/support/cpu_posix.c
113 - src/core/lib/support/cpu_windows.c
114 - src/core/lib/support/env_linux.c
115 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/histogram.c
118 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/log.c
120 - src/core/lib/support/log_android.c
121 - src/core/lib/support/log_linux.c
122 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700123 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700124 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700126 - src/core/lib/support/stack_lockfree.c
127 - src/core/lib/support/string.c
128 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700129 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700130 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700131 - src/core/lib/support/subprocess_posix.c
132 - src/core/lib/support/subprocess_windows.c
133 - src/core/lib/support/sync.c
134 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700135 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/thd.c
137 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/time.c
140 - src/core/lib/support/time_posix.c
141 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200144 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700145 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700147 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700148 uses:
149 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800150- name: gpr_codegen
151 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800152 - include/grpc/impl/codegen/atm.h
153 - include/grpc/impl/codegen/atm_gcc_atomic.h
154 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700155 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800156 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700157 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800158 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/sync.h
160 - include/grpc/impl/codegen/sync_generic.h
161 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700162 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700163- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700164 public_headers:
165 - include/grpc/byte_buffer.h
166 - include/grpc/byte_buffer_reader.h
167 - include/grpc/compression.h
168 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700169 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200170 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800171 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700172 - include/grpc/slice.h
173 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700174 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700175 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/channel/channel_args.h
177 - src/core/lib/channel/channel_stack.h
178 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/channel/connected_channel.h
180 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700181 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800182 - src/core/lib/channel/handshaker_factory.h
183 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/compression/algorithm_metadata.h
185 - src/core/lib/compression/message_compress.h
186 - src/core/lib/debug/trace.h
187 - src/core/lib/http/format_request.h
188 - src/core/lib/http/httpcli.h
189 - src/core/lib/http/parser.h
190 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700191 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700192 - src/core/lib/iomgr/endpoint.h
193 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700194 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800195 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700196 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700197 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700198 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700199 - src/core/lib/iomgr/exec_ctx.h
200 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/iocp_windows.h
202 - src/core/lib/iomgr/iomgr.h
203 - src/core/lib/iomgr/iomgr_internal.h
204 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700205 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700206 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700207 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700208 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700212 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700214 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700216 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/sockaddr.h
218 - src/core/lib/iomgr/sockaddr_posix.h
219 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700220 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500221 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700222 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700223 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/socket_utils_posix.h
225 - src/core/lib/iomgr/socket_windows.h
226 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700227 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/tcp_posix.h
229 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700230 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700231 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/tcp_windows.h
233 - src/core/lib/iomgr/time_averaged_stats.h
234 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/udp_server.h
239 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700240 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/wakeup_fd_pipe.h
242 - src/core/lib/iomgr/wakeup_fd_posix.h
243 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700244 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/workqueue_windows.h
246 - src/core/lib/json/json.h
247 - src/core/lib/json/json_common.h
248 - src/core/lib/json/json_reader.h
249 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700250 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700251 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800252 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800253 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700254 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/surface/api_trace.h
256 - src/core/lib/surface/call.h
257 - src/core/lib/surface/call_test_only.h
258 - src/core/lib/surface/channel.h
259 - src/core/lib/surface/channel_init.h
260 - src/core/lib/surface/channel_stack_type.h
261 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700262 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/surface/event_string.h
264 - src/core/lib/surface/init.h
265 - src/core/lib/surface/lame_client.h
266 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800267 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700268 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800271 - src/core/lib/transport/error_utils.h
272 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/transport/metadata.h
274 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700275 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700276 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800278 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400279 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/transport/transport.h
281 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700282 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/channel/channel_args.c
284 - src/core/lib/channel/channel_stack.c
285 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700287 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800288 - src/core/lib/channel/handshaker_factory.c
289 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700290 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/compression/message_compress.c
292 - src/core/lib/debug/trace.c
293 - src/core/lib/http/format_request.c
294 - src/core/lib/http/httpcli.c
295 - src/core/lib/http/parser.c
296 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700297 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/iomgr/endpoint.c
299 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700300 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700302 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700303 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700304 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700305 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/iomgr/exec_ctx.c
307 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/iocp_windows.c
309 - src/core/lib/iomgr/iomgr.c
310 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700311 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700313 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700314 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700315 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700316 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700317 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/pollset_windows.c
321 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700322 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700324 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500326 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700327 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/socket_utils_common_posix.c
329 - src/core/lib/iomgr/socket_utils_linux.c
330 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700331 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700332 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/socket_windows.c
334 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700335 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/tcp_client_windows.c
337 - src/core/lib/iomgr/tcp_posix.c
338 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700339 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700340 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
341 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700342 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700344 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700345 - src/core/lib/iomgr/tcp_windows.c
346 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700347 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/udp_server.c
351 - src/core/lib/iomgr/unix_sockets_posix.c
352 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700353 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700354 - src/core/lib/iomgr/wakeup_fd_eventfd.c
355 - src/core/lib/iomgr/wakeup_fd_nospecial.c
356 - src/core/lib/iomgr/wakeup_fd_pipe.c
357 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700358 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/iomgr/workqueue_windows.c
360 - src/core/lib/json/json.c
361 - src/core/lib/json/json_reader.c
362 - src/core/lib/json/json_string.c
363 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700364 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700365 - src/core/lib/slice/percent_encoding.c
366 - src/core/lib/slice/slice.c
367 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800368 - src/core/lib/slice/slice_hash_table.c
369 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700370 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700371 - src/core/lib/surface/alarm.c
372 - src/core/lib/surface/api_trace.c
373 - src/core/lib/surface/byte_buffer.c
374 - src/core/lib/surface/byte_buffer_reader.c
375 - src/core/lib/surface/call.c
376 - src/core/lib/surface/call_details.c
377 - src/core/lib/surface/call_log_batch.c
378 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700379 - src/core/lib/surface/channel_init.c
380 - src/core/lib/surface/channel_ping.c
381 - src/core/lib/surface/channel_stack_type.c
382 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700383 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700384 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/surface/lame_client.c
386 - src/core/lib/surface/metadata_array.c
387 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/surface/validate_metadata.c
389 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700390 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700391 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800393 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/transport/metadata.c
395 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700396 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700397 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800399 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400400 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/transport/transport.c
402 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700403 deps:
404 - gpr
405 uses:
406 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700407- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700408 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700409 - src/core/ext/filters/client_channel/client_channel.h
410 - src/core/ext/filters/client_channel/client_channel_factory.h
411 - src/core/ext/filters/client_channel/connector.h
412 - src/core/ext/filters/client_channel/http_connect_handshaker.h
413 - src/core/ext/filters/client_channel/http_proxy.h
414 - src/core/ext/filters/client_channel/lb_policy.h
415 - src/core/ext/filters/client_channel/lb_policy_factory.h
416 - src/core/ext/filters/client_channel/lb_policy_registry.h
417 - src/core/ext/filters/client_channel/parse_address.h
418 - src/core/ext/filters/client_channel/proxy_mapper.h
419 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
420 - src/core/ext/filters/client_channel/resolver.h
421 - src/core/ext/filters/client_channel/resolver_factory.h
422 - src/core/ext/filters/client_channel/resolver_registry.h
423 - src/core/ext/filters/client_channel/retry_throttle.h
424 - src/core/ext/filters/client_channel/subchannel.h
425 - src/core/ext/filters/client_channel/subchannel_index.h
426 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700427 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700428 - src/core/ext/filters/client_channel/channel_connectivity.c
429 - src/core/ext/filters/client_channel/client_channel.c
430 - src/core/ext/filters/client_channel/client_channel_factory.c
431 - src/core/ext/filters/client_channel/client_channel_plugin.c
432 - src/core/ext/filters/client_channel/connector.c
433 - src/core/ext/filters/client_channel/http_connect_handshaker.c
434 - src/core/ext/filters/client_channel/http_proxy.c
435 - src/core/ext/filters/client_channel/lb_policy.c
436 - src/core/ext/filters/client_channel/lb_policy_factory.c
437 - src/core/ext/filters/client_channel/lb_policy_registry.c
438 - src/core/ext/filters/client_channel/parse_address.c
439 - src/core/ext/filters/client_channel/proxy_mapper.c
440 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
441 - src/core/ext/filters/client_channel/resolver.c
442 - src/core/ext/filters/client_channel/resolver_factory.c
443 - src/core/ext/filters/client_channel/resolver_registry.c
444 - src/core/ext/filters/client_channel/retry_throttle.c
445 - src/core/ext/filters/client_channel/subchannel.c
446 - src/core/ext/filters/client_channel/subchannel_index.c
447 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700448 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700449 uses:
450 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700451 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800452- name: grpc_codegen
453 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700454 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800455 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800456 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800457 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800458 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800459 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700460 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800461 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700462 uses:
463 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700464- name: grpc_deadline_filter
465 headers:
466 - src/core/ext/filters/deadline/deadline_filter.h
467 src:
468 - src/core/ext/filters/deadline/deadline_filter.c
469 plugin: grpc_deadline_filter
470 uses:
471 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700472- name: grpc_http_filters
473 headers:
474 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700475 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700476 - src/core/ext/filters/http/server/http_server_filter.h
477 src:
478 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700479 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700480 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700481 - src/core/ext/filters/http/server/http_server_filter.c
482 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700483 uses:
484 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700485- name: grpc_lb_policy_grpclb
486 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700487 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
488 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
489 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
490 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700491 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700492 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
493 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
494 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
495 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800496 plugin: grpc_lb_policy_grpclb
497 uses:
498 - grpc_base
499 - grpc_client_channel
500 - nanopb
501- name: grpc_lb_policy_grpclb_secure
502 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700503 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
504 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
505 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
506 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800507 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700508 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
509 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
510 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
511 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700512 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700513 uses:
514 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700515 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700516 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700517 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700518- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700519 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700520 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700521 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700522 uses:
523 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700524 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700525- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700526 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700527 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700528 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700529 uses:
530 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700531 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700532- name: grpc_load_reporting
533 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700534 - src/core/ext/filters/load_reporting/load_reporting.h
535 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700536 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700537 - src/core/ext/filters/load_reporting/load_reporting.c
538 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700539 plugin: grpc_load_reporting_plugin
540 uses:
541 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700542- name: grpc_max_age_filter
543 headers:
544 - src/core/ext/filters/max_age/max_age_filter.h
545 src:
546 - src/core/ext/filters/max_age/max_age_filter.c
547 plugin: grpc_max_age_filter
548 uses:
549 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700550- name: grpc_message_size_filter
551 headers:
552 - src/core/ext/filters/message_size/message_size_filter.h
553 src:
554 - src/core/ext/filters/message_size/message_size_filter.c
555 plugin: grpc_message_size_filter
556 uses:
557 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700558- name: grpc_resolver_dns_ares
559 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700560 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
561 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700562 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700563 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
564 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
565 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700566 plugin: grpc_resolver_dns_ares
567 uses:
568 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700569 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700570- name: grpc_resolver_dns_native
571 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700572 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700573 plugin: grpc_resolver_dns_native
574 uses:
575 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700576 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700577- name: grpc_resolver_sockaddr
578 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700579 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700580 plugin: grpc_resolver_sockaddr
581 uses:
582 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700583 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100584- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700585 public_headers:
586 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100587 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700588 - src/core/lib/security/context/security_context.h
589 - src/core/lib/security/credentials/composite/composite_credentials.h
590 - src/core/lib/security/credentials/credentials.h
591 - src/core/lib/security/credentials/fake/fake_credentials.h
592 - src/core/lib/security/credentials/google_default/google_default_credentials.h
593 - src/core/lib/security/credentials/iam/iam_credentials.h
594 - src/core/lib/security/credentials/jwt/json_token.h
595 - src/core/lib/security/credentials/jwt/jwt_credentials.h
596 - src/core/lib/security/credentials/jwt/jwt_verifier.h
597 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
598 - src/core/lib/security/credentials/plugin/plugin_credentials.h
599 - src/core/lib/security/credentials/ssl/ssl_credentials.h
600 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800601 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700602 - src/core/lib/security/transport/secure_endpoint.h
603 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800604 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700605 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700606 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100607 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700608 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700609 - src/core/lib/security/context/security_context.c
610 - src/core/lib/security/credentials/composite/composite_credentials.c
611 - src/core/lib/security/credentials/credentials.c
612 - src/core/lib/security/credentials/credentials_metadata.c
613 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700614 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700615 - src/core/lib/security/credentials/google_default/google_default_credentials.c
616 - src/core/lib/security/credentials/iam/iam_credentials.c
617 - src/core/lib/security/credentials/jwt/json_token.c
618 - src/core/lib/security/credentials/jwt/jwt_credentials.c
619 - src/core/lib/security/credentials/jwt/jwt_verifier.c
620 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
621 - src/core/lib/security/credentials/plugin/plugin_credentials.c
622 - src/core/lib/security/credentials/ssl/ssl_credentials.c
623 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800624 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700625 - src/core/lib/security/transport/secure_endpoint.c
626 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800627 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700628 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700629 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700630 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700631 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700632 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700633 uses:
634 - grpc_base
635 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700636 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700637- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700638 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700639 headers:
640 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700641 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800642 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700643 - test/core/end2end/fixtures/proxy.h
644 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800645 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700646 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200647 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700648 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700649 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700650 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700651 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700652 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700653 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800654 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700655 src:
656 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700657 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800658 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700659 - test/core/end2end/fixtures/proxy.c
660 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800661 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700662 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200663 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700664 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700665 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700666 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800667 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700668 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700669 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800670 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700671 deps:
672 - grpc
673 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700674- name: grpc_transport_chttp2
675 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700676 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700677 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700678 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
679 - src/core/ext/transport/chttp2/transport/frame.h
680 - src/core/ext/transport/chttp2/transport/frame_data.h
681 - src/core/ext/transport/chttp2/transport/frame_goaway.h
682 - src/core/ext/transport/chttp2/transport/frame_ping.h
683 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
684 - src/core/ext/transport/chttp2/transport/frame_settings.h
685 - src/core/ext/transport/chttp2/transport/frame_window_update.h
686 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
687 - src/core/ext/transport/chttp2/transport/hpack_parser.h
688 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700689 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700690 - src/core/ext/transport/chttp2/transport/huffsyms.h
691 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
692 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700693 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700694 - src/core/ext/transport/chttp2/transport/varint.h
695 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700696 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700697 - src/core/ext/transport/chttp2/transport/bin_encoder.c
698 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700699 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
700 - src/core/ext/transport/chttp2/transport/frame_data.c
701 - src/core/ext/transport/chttp2/transport/frame_goaway.c
702 - src/core/ext/transport/chttp2/transport/frame_ping.c
703 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
704 - src/core/ext/transport/chttp2/transport/frame_settings.c
705 - src/core/ext/transport/chttp2/transport/frame_window_update.c
706 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
707 - src/core/ext/transport/chttp2/transport/hpack_parser.c
708 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700709 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700710 - src/core/ext/transport/chttp2/transport/huffsyms.c
711 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
712 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700713 - src/core/ext/transport/chttp2/transport/stream_lists.c
714 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700715 - src/core/ext/transport/chttp2/transport/varint.c
716 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700717 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700718 uses:
719 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700720 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700721 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700722- name: grpc_transport_chttp2_alpn
723 headers:
724 - src/core/ext/transport/chttp2/alpn/alpn.h
725 src:
726 - src/core/ext/transport/chttp2/alpn/alpn.c
727 deps:
728 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800729- name: grpc_transport_chttp2_client_connector
730 headers:
731 - src/core/ext/transport/chttp2/client/chttp2_connector.h
732 src:
733 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800734 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800735 - grpc_transport_chttp2
736 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700737 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700738- name: grpc_transport_chttp2_client_insecure
739 src:
740 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700741 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700742 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800743 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700744 - grpc_transport_chttp2
745 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700746 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700747- name: grpc_transport_chttp2_client_secure
748 src:
749 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700750 uses:
751 - grpc_transport_chttp2
752 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700753 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700754 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800755 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800756- name: grpc_transport_chttp2_server
757 headers:
758 - src/core/ext/transport/chttp2/server/chttp2_server.h
759 src:
760 - src/core/ext/transport/chttp2/server/chttp2_server.c
761 uses:
762 - grpc_transport_chttp2
763 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700764- name: grpc_transport_chttp2_server_insecure
765 src:
766 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700767 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700768 uses:
769 - grpc_transport_chttp2
770 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800771 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700772- name: grpc_transport_chttp2_server_secure
773 src:
774 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700775 uses:
776 - grpc_transport_chttp2
777 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700778 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800779 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700780- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700781 public_headers:
782 - include/grpc/grpc_cronet.h
783 - include/grpc/grpc_security.h
784 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700785 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800786 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800787 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700788 src:
789 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
790 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
791 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700792 filegroups:
793 - grpc_base
794 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700795 - grpc_http_filters
Craig Tillereb841e22016-02-11 15:49:16 -0800796- name: nanopb
797 headers:
798 - third_party/nanopb/pb.h
799 - third_party/nanopb/pb_common.h
800 - third_party/nanopb/pb_decode.h
801 - third_party/nanopb/pb_encode.h
802 src:
803 - third_party/nanopb/pb_common.c
804 - third_party/nanopb/pb_decode.c
805 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700806- name: tsi
807 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700808 - src/core/tsi/fake_transport_security.h
809 - src/core/tsi/ssl_transport_security.h
810 - src/core/tsi/ssl_types.h
811 - src/core/tsi/transport_security.h
812 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700814 - src/core/tsi/fake_transport_security.c
815 - src/core/tsi/ssl_transport_security.c
816 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700817 deps:
818 - gpr
819 secure: true
820- name: grpc++_base
821 language: c++
822 public_headers:
823 - include/grpc++/alarm.h
824 - include/grpc++/channel.h
825 - include/grpc++/client_context.h
826 - include/grpc++/completion_queue.h
827 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700828 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800829 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - include/grpc++/generic/async_generic_service.h
831 - include/grpc++/generic/generic_stub.h
832 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800833 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800835 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700837 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 - include/grpc++/impl/grpc_library.h
839 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700840 - include/grpc++/impl/rpc_method.h
841 - include/grpc++/impl/rpc_service_method.h
842 - include/grpc++/impl/serialization_traits.h
843 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700844 - include/grpc++/impl/server_builder_plugin.h
845 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700847 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700848 - include/grpc++/security/auth_context.h
849 - include/grpc++/security/auth_metadata_processor.h
850 - include/grpc++/security/credentials.h
851 - include/grpc++/security/server_credentials.h
852 - include/grpc++/server.h
853 - include/grpc++/server_builder.h
854 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700855 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 - include/grpc++/support/async_stream.h
857 - include/grpc++/support/async_unary_call.h
858 - include/grpc++/support/byte_buffer.h
859 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700860 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700861 - include/grpc++/support/slice.h
862 - include/grpc++/support/status.h
863 - include/grpc++/support/status_code_enum.h
864 - include/grpc++/support/string_ref.h
865 - include/grpc++/support/stub_options.h
866 - include/grpc++/support/sync_stream.h
867 - include/grpc++/support/time.h
868 headers:
869 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700870 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700871 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800872 - src/cpp/server/health/default_health_check_service.h
873 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700875 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700876 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700877 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700878 - src/cpp/client/client_context.cc
879 - src/cpp/client/create_channel.cc
880 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700881 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700882 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700884 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700885 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700886 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700888 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700890 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800892 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700893 - src/cpp/server/create_default_thread_pool.cc
894 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800895 - src/cpp/server/health/default_health_check_service.cc
896 - src/cpp/server/health/health.pb.c
897 - src/cpp/server/health/health_check_service.cc
898 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700900 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700901 - src/cpp/server/server_context.cc
902 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700903 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700904 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700905 - src/cpp/util/byte_buffer_cc.cc
906 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 - src/cpp/util/status.cc
908 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700909 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700910 uses:
yang-g17487f92016-06-03 15:21:15 -0700911 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700912 - grpc_base
913 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700914- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700915 language: c++
916 public_headers:
917 - include/grpc++/impl/codegen/async_stream.h
918 - include/grpc++/impl/codegen/async_unary_call.h
919 - include/grpc++/impl/codegen/call.h
920 - include/grpc++/impl/codegen/call_hook.h
921 - include/grpc++/impl/codegen/channel_interface.h
922 - include/grpc++/impl/codegen/client_context.h
923 - include/grpc++/impl/codegen/client_unary_call.h
924 - include/grpc++/impl/codegen/completion_queue.h
925 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700926 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700927 - include/grpc++/impl/codegen/core_codegen_interface.h
928 - include/grpc++/impl/codegen/create_auth_context.h
929 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800930 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700931 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700932 - include/grpc++/impl/codegen/rpc_method.h
933 - include/grpc++/impl/codegen/rpc_service_method.h
934 - include/grpc++/impl/codegen/security/auth_context.h
935 - include/grpc++/impl/codegen/serialization_traits.h
936 - include/grpc++/impl/codegen/server_context.h
937 - include/grpc++/impl/codegen/server_interface.h
938 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800939 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700940 - include/grpc++/impl/codegen/status.h
941 - include/grpc++/impl/codegen/status_code_enum.h
942 - include/grpc++/impl/codegen/string_ref.h
943 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700944 - include/grpc++/impl/codegen/sync_stream.h
945 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700946 uses:
947 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700948- name: grpc++_codegen_base_src
949 language: c++
950 src:
951 - src/cpp/codegen/codegen_init.cc
952 uses:
953 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700954- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700955 language: c++
956 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700957 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700958 uses:
yang-g17487f92016-06-03 15:21:15 -0700959 - grpc++_codegen_base
960 - grpc++_config_proto
961- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700962 language: c++
963 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700964 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700965- name: grpc++_reflection_proto
966 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700967 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700968 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800969- name: grpc++_test
970 language: c++
971 public_headers:
972 - include/grpc++/test/server_context_test_spouse.h
973 deps:
974 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700975- name: thrift_util
976 language: c++
977 public_headers:
978 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700979 - include/grpc++/impl/codegen/thrift_utils.h
980 uses:
981 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100982libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800983- name: gpr
984 build: all
985 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800986 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700987 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800988 secure: false
989 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
990- name: gpr_test_util
991 build: private
992 language: c
993 headers:
994 - test/core/util/test_config.h
995 src:
996 - test/core/util/test_config.c
997 deps:
998 - gpr
999 secure: false
1000 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001001- name: grpc
1002 build: all
1003 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001004 src:
1005 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001007 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001009 filegroups:
1010 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001011 - grpc_transport_chttp2_server_secure
1012 - grpc_transport_chttp2_client_secure
1013 - grpc_transport_chttp2_server_insecure
1014 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -08001015 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001016 - grpc_lb_policy_pick_first
1017 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001018 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001019 - grpc_resolver_dns_native
1020 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001021 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001022 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001023 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001024 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001025 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001026 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001027 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001028 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001029 vs_packages:
1030 - grpc.dependencies.openssl
1031 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001032 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001033- name: grpc_cronet
1034 build: all
1035 language: c
1036 src:
1037 - src/core/lib/surface/init.c
1038 baselib: true
1039 deps_linkage: static
1040 dll: true
1041 filegroups:
1042 - grpc_base
1043 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001044 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001045 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001046 generate_plugin_registry: true
1047 platforms:
1048 - linux
1049 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001050- name: grpc_dll
1051 build: private
1052 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001053 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001054 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001055 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001056 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001057 build_system:
1058 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001059 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001060 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001061 vs_config_type: DynamicLibrary
1062 vs_packages:
1063 - grpc.dependencies.openssl
1064 - grpc.dependencies.zlib
1065 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1066 vs_props:
1067 - zlib
1068 - openssl
1069 - winsock
1070 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001071- name: grpc_test_util
1072 build: private
1073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001074 headers:
1075 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001076 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001077 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001078 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001079 - test/core/end2end/data/server1_cert.c
1080 - test/core/end2end/data/server1_key.c
1081 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001082 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001083 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001084 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001085 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001086 - grpc
1087 filegroups:
1088 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001089 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1091- name: grpc_test_util_unsecure
1092 build: private
1093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001094 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001095 - gpr
1096 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001097 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001098 filegroups:
1099 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001100 secure: false
1101 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1102- name: grpc_unsecure
1103 build: all
1104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001105 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001106 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001107 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001108 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001109 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001111 filegroups:
1112 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001113 - grpc_transport_chttp2_server_insecure
1114 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001115 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001116 - grpc_resolver_dns_native
1117 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001118 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001119 - grpc_lb_policy_grpclb
1120 - grpc_lb_policy_pick_first
1121 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001122 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001123 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001124 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001125 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001126 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001127 secure: false
1128 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001129- name: reconnect_server
1130 build: private
1131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001132 headers:
1133 - test/core/util/reconnect_server.h
1134 src:
1135 - test/core/util/reconnect_server.c
1136 deps:
yang-gc9fca182015-11-06 16:41:33 -08001137 - test_tcp_server
1138 - grpc_test_util
1139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001140 - gpr_test_util
1141 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001142- name: test_tcp_server
1143 build: private
1144 language: c
1145 headers:
1146 - test/core/util/test_tcp_server.h
1147 src:
1148 - test/core/util/test_tcp_server.c
1149 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001150 - grpc_test_util
1151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001152 - gpr_test_util
1153 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154- name: grpc++
1155 build: all
1156 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001157 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001158 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001159 - src/cpp/client/secure_credentials.h
1160 - src/cpp/common/secure_auth_context.h
1161 - src/cpp/server/secure_server_credentials.h
1162 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001163 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001164 - src/cpp/client/secure_credentials.cc
1165 - src/cpp/common/auth_property_iterator.cc
1166 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001167 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001168 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001169 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001170 - src/cpp/server/secure_server_credentials.cc
1171 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001172 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001173 baselib: true
1174 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001175 filegroups:
1176 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001177 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001178 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001179 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001180 secure: check
1181 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001182- name: grpc++_cronet
1183 build: all
1184 language: c++
1185 src:
1186 - src/cpp/client/cronet_credentials.cc
1187 - src/cpp/client/insecure_credentials.cc
1188 - src/cpp/common/insecure_create_auth_context.cc
1189 - src/cpp/server/insecure_server_credentials.cc
1190 deps:
1191 - gpr
1192 - grpc_cronet
1193 baselib: true
1194 dll: true
1195 filegroups:
1196 - grpc++_base
1197 - grpc++_codegen_base
1198 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001199 - grpc_transport_chttp2_client_insecure
1200 - grpc_transport_chttp2_server_insecure
1201 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001202 platforms:
1203 - linux
1204 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001205- name: grpc++_error_details
1206 build: all
1207 language: c++
1208 public_headers:
1209 - include/grpc++/support/error_details.h
1210 src:
1211 - src/proto/grpc/status/status.proto
1212 - src/cpp/util/error_details.cc
1213 deps:
1214 - grpc++
1215 baselib: true
1216 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001217- name: grpc++_proto_reflection_desc_db
1218 build: private
1219 language: c++
1220 headers:
1221 - test/cpp/util/proto_reflection_descriptor_database.h
1222 src:
1223 - test/cpp/util/proto_reflection_descriptor_database.cc
1224 deps:
1225 - grpc++
1226 filegroups:
1227 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001228 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001229- name: grpc++_reflection
1230 build: all
1231 language: c++
1232 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001233 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001234 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001235 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001236 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001237 - src/cpp/ext/proto_server_reflection.cc
1238 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001239 deps:
1240 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001241 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001242 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243- name: grpc++_test_config
1244 build: private
1245 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001246 headers:
1247 - test/cpp/util/test_config.h
1248 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001249 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250- name: grpc++_test_util
1251 build: private
1252 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001253 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001254 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001255 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001256 - test/cpp/util/create_test_channel.h
1257 - test/cpp/util/string_ref_helper.h
1258 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001259 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001260 src:
yang-gc8a49d22016-12-12 11:18:49 -08001261 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001262 - src/proto/grpc/testing/echo_messages.proto
1263 - src/proto/grpc/testing/echo.proto
1264 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001265 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001266 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001267 - test/cpp/util/create_test_channel.cc
1268 - test/cpp/util/string_ref_helper.cc
1269 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001270 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001271 deps:
1272 - grpc++
1273 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001274 filegroups:
1275 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001276 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001277 - grpc++_codegen_proto
1278 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001279 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280- name: grpc++_unsecure
1281 build: all
1282 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001283 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001284 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001285 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001286 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001287 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001288 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001289 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290 baselib: true
1291 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001292 filegroups:
1293 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001294 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001295 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296 secure: false
1297 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001298- name: grpc_benchmark
1299 build: test
1300 language: c++
1301 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001302 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1303 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001304 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001305 src:
1306 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001307 deps:
1308 - benchmark
1309 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001310 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001311 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001312 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001313- name: grpc_cli_libs
1314 build: private
1315 language: c++
1316 headers:
1317 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001318 - test/cpp/util/cli_credentials.h
1319 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001320 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001321 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001322 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001323 src:
1324 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001325 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001326 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001327 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001328 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001329 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001330 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001331 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001332 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001333 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001334 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335- name: grpc_plugin_support
1336 build: protoc
1337 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001338 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001339 - src/compiler/config.h
1340 - src/compiler/cpp_generator.h
1341 - src/compiler/cpp_generator_helpers.h
1342 - src/compiler/csharp_generator.h
1343 - src/compiler/csharp_generator_helpers.h
1344 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001345 - src/compiler/node_generator.h
1346 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001347 - src/compiler/objective_c_generator.h
1348 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001349 - src/compiler/php_generator.h
1350 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301351 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001352 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301353 - src/compiler/python_generator_helpers.h
1354 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001355 - src/compiler/ruby_generator.h
1356 - src/compiler/ruby_generator_helpers-inl.h
1357 - src/compiler/ruby_generator_map-inl.h
1358 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301359 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001360 src:
1361 - src/compiler/cpp_generator.cc
1362 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001363 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001364 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001365 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001366 - src/compiler/python_generator.cc
1367 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001368 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001369 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370 secure: false
1371 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001372 vs_props:
1373 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001374- name: http2_client_main
1375 build: private
1376 language: c++
1377 headers:
1378 - test/cpp/interop/http2_client.h
1379 src:
1380 - src/proto/grpc/testing/empty.proto
1381 - src/proto/grpc/testing/messages.proto
1382 - src/proto/grpc/testing/test.proto
1383 - test/cpp/interop/http2_client.cc
1384 deps:
1385 - grpc++_test_util
1386 - grpc_test_util
1387 - grpc++
1388 - grpc
1389 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001390- name: interop_client_helper
1391 build: private
1392 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001393 headers:
1394 - test/cpp/interop/client_helper.h
1395 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001396 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001397 - test/cpp/interop/client_helper.cc
1398 deps:
1399 - grpc++_test_util
1400 - grpc_test_util
1401 - grpc++
1402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001403 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001404- name: interop_client_main
1405 build: private
1406 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001407 headers:
1408 - test/cpp/interop/interop_client.h
1409 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001410 - src/proto/grpc/testing/empty.proto
1411 - src/proto/grpc/testing/messages.proto
1412 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001413 - test/cpp/interop/client.cc
1414 - test/cpp/interop/interop_client.cc
1415 deps:
1416 - interop_client_helper
1417 - grpc++_test_util
1418 - grpc_test_util
1419 - grpc++
1420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr_test_util
1422 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001423 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424- name: interop_server_helper
1425 build: private
1426 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001427 headers:
1428 - test/cpp/interop/server_helper.h
1429 src:
1430 - test/cpp/interop/server_helper.cc
1431 deps:
yang-gcc591022017-01-11 11:10:43 -08001432 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001433 - grpc_test_util
1434 - grpc++
1435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001436 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001437- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001438 build: private
1439 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001440 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001441 - src/proto/grpc/testing/empty.proto
1442 - src/proto/grpc/testing/messages.proto
1443 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001444 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001445 deps:
1446 - interop_server_helper
1447 - grpc++_test_util
1448 - grpc_test_util
1449 - grpc++
1450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001451 - gpr_test_util
1452 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001453 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001454- name: interop_server_main
1455 build: private
1456 language: c++
1457 src:
1458 - test/cpp/interop/interop_server_bootstrap.cc
1459 deps:
1460 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461- name: qps
1462 build: private
1463 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001464 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001465 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001466 - test/cpp/qps/client.h
1467 - test/cpp/qps/driver.h
1468 - test/cpp/qps/histogram.h
1469 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001470 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001471 - test/cpp/qps/qps_worker.h
1472 - test/cpp/qps/report.h
1473 - test/cpp/qps/server.h
1474 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001475 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001476 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001477 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001478 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001479 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001480 - src/proto/grpc/testing/control.proto
1481 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001482 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001483 - test/cpp/qps/client_async.cc
1484 - test/cpp/qps/client_sync.cc
1485 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001486 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001487 - test/cpp/qps/qps_worker.cc
1488 - test/cpp/qps/report.cc
1489 - test/cpp/qps/server_async.cc
1490 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001491 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001492 deps:
1493 - grpc_test_util
1494 - grpc++_test_util
1495 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496- name: grpc_csharp_ext
1497 build: all
1498 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001499 src:
1500 - src/csharp/ext/grpc_csharp_ext.c
1501 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001503 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001504 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001505 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506 dll: only
1507 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001508 vs_packages:
1509 - grpc.dependencies.openssl
1510 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001512 vs_props:
1513 - zlib
1514 - openssl
1515 - winsock
1516 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001518- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001519 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001520 build: test
1521 language: c
1522 src:
1523 - test/core/surface/alarm_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001527 - gpr_test_util
1528 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001529- name: algorithm_test
1530 build: test
1531 language: c
1532 src:
1533 - test/core/compression/algorithm_test.c
1534 deps:
1535 - grpc_test_util
1536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001539- name: alloc_test
1540 build: test
1541 language: c
1542 src:
1543 - test/core/support/alloc_test.c
1544 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001545 - gpr_test_util
1546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: alpn_test
1548 build: test
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/transport/chttp2/alpn_test.c
1552 deps:
1553 - grpc_test_util
1554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001557- name: api_fuzzer
1558 build: fuzzer
1559 language: c
1560 src:
1561 - test/core/end2end/fuzzers/api_fuzzer.c
1562 deps:
1563 - grpc_test_util
1564 - grpc
1565 - gpr_test_util
1566 - gpr
1567 corpus_dirs:
1568 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001569 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001570 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001571- name: arena_test
1572 build: test
1573 language: c
1574 src:
1575 - test/core/support/arena_test.c
1576 deps:
1577 - gpr_test_util
1578 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001579- name: bad_server_response_test
1580 build: test
1581 language: c
1582 src:
1583 - test/core/end2end/bad_server_response_test.c
1584 deps:
1585 - test_tcp_server
1586 - grpc_test_util
1587 - grpc
1588 - gpr_test_util
1589 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001590 exclude_iomgrs:
1591 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001592- name: bdp_estimator_test
1593 build: test
1594 language: c
1595 src:
1596 - test/core/transport/bdp_estimator_test.c
1597 deps:
1598 - grpc_test_util
1599 - grpc
1600 - gpr_test_util
1601 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001602- name: bin_decoder_test
1603 build: test
1604 language: c
1605 src:
1606 - test/core/transport/chttp2/bin_decoder_test.c
1607 deps:
1608 - grpc_test_util
1609 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001610- name: bin_encoder_test
1611 build: test
1612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001613 src:
1614 - test/core/transport/chttp2/bin_encoder_test.c
1615 deps:
1616 - grpc_test_util
1617 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001618- name: census_context_test
1619 build: test
1620 language: c
1621 src:
1622 - test/core/census/context_test.c
1623 deps:
1624 - grpc_test_util
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001628- name: census_resource_test
1629 build: test
1630 language: c
1631 src:
1632 - test/core/census/resource_test.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
1636 - gpr_test_util
1637 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001638- name: census_trace_context_test
1639 build: test
1640 language: c
1641 src:
1642 - test/core/census/trace_context_test.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
1646 - gpr_test_util
1647 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001648- name: channel_create_test
1649 build: test
1650 language: c
1651 src:
1652 - test/core/surface/channel_create_test.c
1653 deps:
1654 - grpc_test_util
1655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001656 - gpr_test_util
1657 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001658- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001659 build: test
1660 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001661 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001662 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001663 deps:
1664 - grpc_test_util
1665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001666 - gpr_test_util
1667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001668- name: chttp2_stream_map_test
1669 build: test
1670 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001671 src:
1672 - test/core/transport/chttp2/stream_map_test.c
1673 deps:
1674 - grpc_test_util
1675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001678- name: chttp2_varint_test
1679 build: test
1680 language: c
1681 src:
1682 - test/core/transport/chttp2/varint_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001688- name: client_fuzzer
1689 build: fuzzer
1690 language: c
1691 src:
1692 - test/core/end2end/fuzzers/client_fuzzer.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
1696 - gpr_test_util
1697 - gpr
1698 corpus_dirs:
1699 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001700 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001701 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001702- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001703 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001704 build: test
1705 language: c
1706 src:
1707 - test/core/iomgr/combiner_test.c
1708 deps:
1709 - grpc_test_util
1710 - grpc
1711 - gpr_test_util
1712 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001713- name: compression_test
1714 build: test
1715 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001716 src:
1717 - test/core/compression/compression_test.c
1718 deps:
1719 - grpc_test_util
1720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001721 - gpr_test_util
1722 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001723- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001724 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001725 build: test
1726 language: c
1727 src:
1728 - test/core/surface/concurrent_connectivity_test.c
1729 deps:
1730 - grpc_test_util
1731 - grpc
1732 - gpr_test_util
1733 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001734 exclude_iomgrs:
1735 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001736- name: connection_refused_test
1737 cpu_cost: 0.1
1738 build: test
1739 language: c
1740 src:
1741 - test/core/end2end/connection_refused_test.c
1742 deps:
1743 - grpc_test_util
1744 - grpc
1745 - gpr_test_util
1746 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001747- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001748 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001749 build: test
1750 language: c
1751 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001752 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001753 deps:
1754 - grpc_test_util
1755 - grpc
1756 - gpr_test_util
1757 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001758 exclude_iomgrs:
1759 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001760- name: dns_resolver_test
1761 build: test
1762 language: c
1763 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001764 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001771 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772 build: test
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - test/core/end2end/dualstack_socket_test.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001779 - gpr_test_util
1780 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001781 exclude_iomgrs:
1782 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001783 platforms:
1784 - mac
1785 - linux
1786 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001787- name: endpoint_pair_test
1788 build: test
1789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
1791 - test/core/iomgr/endpoint_pair_test.c
1792 deps:
1793 - grpc_test_util
1794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001795 - gpr_test_util
1796 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001797 exclude_iomgrs:
1798 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001799- name: error_test
1800 cpu_cost: 30
1801 build: test
1802 language: c
1803 src:
1804 - test/core/iomgr/error_test.c
1805 deps:
1806 - grpc_test_util
1807 - grpc
1808 - gpr_test_util
1809 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001810- name: ev_epoll_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001811 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001812 build: test
1813 language: c
1814 src:
1815 - test/core/iomgr/ev_epoll_linux_test.c
1816 deps:
1817 - grpc_test_util
1818 - grpc
1819 - gpr_test_util
1820 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001821 exclude_iomgrs:
1822 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001823 platforms:
1824 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001825- name: fake_resolver_test
1826 build: test
1827 language: c
1828 src:
1829 - test/core/client_channel/resolvers/fake_resolver_test.c
1830 deps:
1831 - grpc_test_util
1832 - grpc
1833 - gpr_test_util
1834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001835- name: fd_conservation_posix_test
1836 build: test
1837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001838 src:
1839 - test/core/iomgr/fd_conservation_posix_test.c
1840 deps:
1841 - grpc_test_util
1842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001845 exclude_iomgrs:
1846 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001847 platforms:
1848 - mac
1849 - linux
1850 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851- name: fd_posix_test
1852 build: test
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
1855 - test/core/iomgr/fd_posix_test.c
1856 deps:
1857 - grpc_test_util
1858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001861 exclude_iomgrs:
1862 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001863 platforms:
1864 - mac
1865 - linux
1866 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867- name: fling_client
1868 build: test
1869 run: false
1870 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001871 src:
1872 - test/core/fling/client.c
1873 deps:
1874 - grpc_test_util
1875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001876 - gpr_test_util
1877 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001878- name: fling_server
1879 build: test
1880 run: false
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - test/core/fling/server.c
1884 deps:
1885 - grpc_test_util
1886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001889- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001890 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891 build: test
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
1894 - test/core/fling/fling_stream_test.c
1895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001900 platforms:
1901 - mac
1902 - linux
1903 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001905 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001906 build: test
1907 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001908 src:
1909 - test/core/fling/fling_test.c
1910 deps:
1911 - grpc_test_util
1912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001915 platforms:
1916 - mac
1917 - linux
1918 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001919- name: gen_hpack_tables
1920 build: tool
1921 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001922 src:
1923 - tools/codegen/core/gen_hpack_tables.c
1924 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001926 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001927- name: gen_legal_metadata_characters
1928 build: tool
1929 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001930 src:
1931 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001933- name: gen_percent_encoding_tables
1934 build: tool
1935 language: c
1936 src:
1937 - tools/codegen/core/gen_percent_encoding_tables.c
1938 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001939- name: goaway_server_test
1940 cpu_cost: 0.1
1941 build: test
1942 language: c
1943 src:
1944 - test/core/end2end/goaway_server_test.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
1948 - gpr_test_util
1949 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001950 exclude_iomgrs:
1951 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001952 platforms:
1953 - mac
1954 - linux
1955 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001956- name: gpr_avl_test
1957 build: test
1958 language: c
1959 src:
1960 - test/core/support/avl_test.c
1961 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001964- name: gpr_backoff_test
1965 build: test
1966 language: c
1967 src:
1968 - test/core/support/backoff_test.c
1969 deps:
1970 - gpr_test_util
1971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001972- name: gpr_cmdline_test
1973 build: test
1974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001975 src:
1976 - test/core/support/cmdline_test.c
1977 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001980- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07001981 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001982 build: test
1983 language: c
1984 src:
1985 - test/core/support/cpu_test.c
1986 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr_test_util
1988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989- name: gpr_env_test
1990 build: test
1991 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001992 src:
1993 - test/core/support/env_test.c
1994 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 - gpr_test_util
1996 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997- name: gpr_histogram_test
1998 build: test
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/support/histogram_test.c
2002 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: gpr_host_port_test
2006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/support/host_port_test.c
2010 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002011 - gpr_test_util
2012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013- name: gpr_log_test
2014 build: test
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/core/support/log_test.c
2018 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002019 - gpr_test_util
2020 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002021- name: gpr_mpscq_test
2022 cpu_cost: 30
2023 build: test
2024 language: c
2025 src:
2026 - test/core/support/mpscq_test.c
2027 deps:
2028 - gpr_test_util
2029 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002030- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002031 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002032 build: test
2033 language: c
2034 src:
2035 - test/core/support/spinlock_test.c
2036 deps:
2037 - gpr_test_util
2038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002040 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07002041 build: test
2042 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002043 src:
2044 - test/core/support/stack_lockfree_test.c
2045 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002046 - gpr_test_util
2047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: gpr_string_test
2049 build: test
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
2052 - test/core/support/string_test.c
2053 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002056- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002057 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058 build: test
2059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002060 src:
2061 - test/core/support/sync_test.c
2062 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002066 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067 build: test
2068 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002069 src:
2070 - test/core/support/thd_test.c
2071 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: gpr_time_test
2075 build: test
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/support/time_test.c
2079 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: gpr_tls_test
2083 build: test
2084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002085 src:
2086 - test/core/support/tls_test.c
2087 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002088 - gpr_test_util
2089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090- name: gpr_useful_test
2091 build: test
2092 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002093 src:
2094 - test/core/support/useful_test.c
2095 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002098- name: grpc_auth_context_test
2099 build: test
2100 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002101 src:
2102 - test/core/security/auth_context_test.c
2103 deps:
2104 - grpc_test_util
2105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr_test_util
2107 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002108- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002109 build: test
2110 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002111 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002112 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002113 deps:
2114 - grpc_test_util
2115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002116 - gpr_test_util
2117 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118- name: grpc_byte_buffer_reader_test
2119 build: test
2120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002121 src:
2122 - test/core/surface/byte_buffer_reader_test.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: grpc_channel_args_test
2129 build: test
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
2132 - test/core/channel/channel_args_test.c
2133 deps:
2134 - grpc_test_util
2135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr_test_util
2137 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002138- name: grpc_channel_stack_test
2139 build: test
2140 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002141 src:
2142 - test/core/channel/channel_stack_test.c
2143 deps:
2144 - grpc_test_util
2145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002146 - gpr_test_util
2147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148- name: grpc_completion_queue_test
2149 build: test
2150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002151 src:
2152 - test/core/surface/completion_queue_test.c
2153 deps:
2154 - grpc_test_util
2155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002158- name: grpc_completion_queue_threading_test
2159 build: test
2160 language: c
2161 src:
2162 - test/core/surface/completion_queue_threading_test.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
2166 - gpr_test_util
2167 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002168 exclude_iomgrs:
2169 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: grpc_create_jwt
2171 build: tool
2172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
2174 - test/core/security/create_jwt.c
2175 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002178 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179- name: grpc_credentials_test
2180 build: test
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - test/core/security/credentials_test.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002190 build: test
2191 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002193 src:
2194 - test/core/security/fetch_oauth2.c
2195 deps:
2196 - grpc_test_util
2197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002198 - gpr_test_util
2199 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002200- name: grpc_invalid_channel_args_test
2201 build: test
2202 language: c
2203 src:
2204 - test/core/surface/invalid_channel_args_test.c
2205 deps:
2206 - grpc_test_util
2207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002208 - gpr_test_util
2209 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002210- name: grpc_json_token_test
2211 build: test
2212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002213 src:
2214 - test/core/security/json_token_test.c
2215 deps:
2216 - grpc_test_util
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002220 platforms:
2221 - linux
2222 - posix
2223 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002224- name: grpc_jwt_verifier_test
2225 build: test
2226 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002227 src:
2228 - test/core/security/jwt_verifier_test.c
2229 deps:
2230 - grpc_test_util
2231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr_test_util
2233 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002234- name: grpc_print_google_default_creds_token
2235 build: tool
2236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002237 src:
2238 - test/core/security/print_google_default_creds_token.c
2239 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242- name: grpc_security_connector_test
2243 build: test
2244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
2246 - test/core/security/security_connector_test.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002252- name: grpc_verify_jwt
2253 build: tool
2254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002255 src:
2256 - test/core/security/verify_jwt.c
2257 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002259 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002260- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002261 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002262 language: c
2263 src:
2264 - test/core/handshake/client_ssl.c
2265 deps:
2266 - grpc_test_util
2267 - grpc
2268 - gpr_test_util
2269 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002270 exclude_iomgrs:
2271 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002272 platforms:
2273 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002274 secure: true
2275- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002276 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002277 language: c
2278 src:
2279 - test/core/handshake/server_ssl.c
2280 deps:
2281 - grpc_test_util
2282 - grpc
2283 - gpr_test_util
2284 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002285 platforms:
2286 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002287 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002288- name: hpack_parser_fuzzer_test
2289 build: fuzzer
2290 language: c
2291 src:
2292 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2293 deps:
2294 - grpc_test_util
2295 - grpc
2296 - gpr_test_util
2297 - gpr
2298 corpus_dirs:
2299 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002300 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002301 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302- name: hpack_parser_test
2303 build: test
2304 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002305 src:
2306 - test/core/transport/chttp2/hpack_parser_test.c
2307 deps:
2308 - grpc_test_util
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312- name: hpack_table_test
2313 build: test
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
2316 - test/core/transport/chttp2/hpack_table_test.c
2317 deps:
2318 - grpc_test_util
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002322- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002323 build: test
2324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002326 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002327 deps:
2328 - grpc_test_util
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002332- name: http_request_fuzzer_test
2333 build: fuzzer
2334 language: c
2335 src:
2336 - test/core/http/request_fuzzer.c
2337 deps:
2338 - grpc_test_util
2339 - grpc
2340 - gpr_test_util
2341 - gpr
2342 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002343 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002344 maxlen: 2048
2345- name: http_response_fuzzer_test
2346 build: fuzzer
2347 language: c
2348 src:
2349 - test/core/http/response_fuzzer.c
2350 deps:
2351 - grpc_test_util
2352 - grpc
2353 - gpr_test_util
2354 - gpr
2355 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002356 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002357 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002358- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002359 build: test
2360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002362 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002369 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370 build: test
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002373 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002379 platforms:
2380 - mac
2381 - linux
2382 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002383- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002384 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002385 build: test
2386 language: c
2387 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002388 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002389 deps:
2390 - grpc_test_util
2391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002392 - gpr_test_util
2393 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002394 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002395 - linux
yang-gf1183302015-12-07 16:02:05 -08002396- name: init_test
2397 build: test
2398 language: c
2399 src:
2400 - test/core/surface/init_test.c
2401 deps:
2402 - grpc_test_util
2403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr_test_util
2405 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002406- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002407 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002408 build: test
2409 language: c
2410 src:
2411 - test/core/end2end/invalid_call_argument_test.c
2412 deps:
2413 - grpc_test_util
2414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002415 - gpr_test_util
2416 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002417- name: json_fuzzer_test
2418 build: fuzzer
2419 language: c
2420 src:
2421 - test/core/json/fuzzer.c
2422 deps:
2423 - grpc_test_util
2424 - grpc
2425 - gpr_test_util
2426 - gpr
2427 corpus_dirs:
2428 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002429 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002430- name: json_rewrite
2431 build: test
2432 run: false
2433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002434 src:
2435 - test/core/json/json_rewrite.c
2436 deps:
2437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002438 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439- name: json_rewrite_test
2440 build: test
2441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002442 src:
2443 - test/core/json/json_rewrite_test.c
2444 deps:
2445 - grpc_test_util
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr_test_util
2448 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002449- name: json_stream_error_test
2450 build: test
2451 language: c
2452 src:
2453 - test/core/json/json_stream_error_test.c
2454 deps:
2455 - grpc_test_util
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: json_test
2460 build: test
2461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
2463 - test/core/json/json_test.c
2464 deps:
2465 - grpc_test_util
2466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002467 - gpr_test_util
2468 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002469- name: lame_client_test
2470 build: test
2471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002472 src:
2473 - test/core/surface/lame_client_test.c
2474 deps:
2475 - grpc_test_util
2476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002477 - gpr_test_util
2478 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002479- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002480 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002481 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002482 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002485 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002486 deps:
2487 - grpc_test_util
2488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002489 - gpr_test_util
2490 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002491- name: load_file_test
2492 build: test
2493 language: c
2494 src:
2495 - test/core/iomgr/load_file_test.c
2496 deps:
2497 - grpc_test_util
2498 - grpc
2499 - gpr_test_util
2500 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002501- name: low_level_ping_pong_benchmark
2502 build: benchmark
2503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002504 src:
2505 - test/core/network_benchmarks/low_level_ping_pong.c
2506 deps:
2507 - grpc_test_util
2508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002509 - gpr_test_util
2510 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002511 platforms:
2512 - mac
2513 - linux
2514 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002515- name: memory_profile_client
2516 build: test
2517 run: false
2518 language: c
2519 src:
2520 - test/core/memory_usage/client.c
2521 deps:
2522 - grpc_test_util
2523 - grpc
2524 - gpr_test_util
2525 - gpr
2526- name: memory_profile_server
2527 build: test
2528 run: false
2529 language: c
2530 src:
2531 - test/core/memory_usage/server.c
2532 deps:
2533 - grpc_test_util
2534 - grpc
2535 - gpr_test_util
2536 - gpr
2537- name: memory_profile_test
2538 cpu_cost: 1.5
2539 build: test
2540 language: c
2541 src:
2542 - test/core/memory_usage/memory_usage_test.c
2543 deps:
2544 - grpc_test_util
2545 - grpc
2546 - gpr_test_util
2547 - gpr
2548 platforms:
2549 - mac
2550 - linux
2551 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002552- name: message_compress_test
2553 build: test
2554 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002555 src:
2556 - test/core/compression/message_compress_test.c
2557 deps:
2558 - grpc_test_util
2559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002560 - gpr_test_util
2561 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002562- name: minimal_stack_is_minimal_test
2563 build: test
2564 language: c
2565 src:
2566 - test/core/channel/minimal_stack_is_minimal_test.c
2567 deps:
2568 - grpc_test_util
2569 - grpc
2570 - gpr_test_util
2571 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002572- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002573 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002574 build: test
2575 language: c
2576 src:
2577 - test/core/census/mlog_test.c
2578 deps:
2579 - grpc_test_util
2580 - grpc
2581 - gpr_test_util
2582 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002583- name: multiple_server_queues_test
2584 build: test
2585 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002586 src:
2587 - test/core/end2end/multiple_server_queues_test.c
2588 deps:
2589 - grpc_test_util
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002593- name: murmur_hash_test
2594 build: test
2595 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002596 src:
2597 - test/core/support/murmur_hash_test.c
2598 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002599 - gpr_test_util
2600 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002601- name: nanopb_fuzzer_response_test
2602 build: fuzzer
2603 language: c
2604 src:
2605 - test/core/nanopb/fuzzer_response.c
2606 deps:
2607 - grpc_test_util
2608 - grpc
2609 - gpr_test_util
2610 - gpr
2611 corpus_dirs:
2612 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002613 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002614- name: nanopb_fuzzer_serverlist_test
2615 build: fuzzer
2616 language: c
2617 src:
2618 - test/core/nanopb/fuzzer_serverlist.c
2619 deps:
2620 - grpc_test_util
2621 - grpc
2622 - gpr_test_util
2623 - gpr
2624 corpus_dirs:
2625 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002626 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002627- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002628 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002629 build: test
2630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002631 src:
2632 - test/core/end2end/no_server_test.c
2633 deps:
2634 - grpc_test_util
2635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002636 - gpr_test_util
2637 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002638- name: parse_address_test
2639 build: test
2640 language: c
2641 src:
2642 - test/core/client_channel/parse_address_test.c
2643 deps:
2644 - grpc_test_util
2645 - grpc
2646 - gpr_test_util
2647 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002648- name: percent_decode_fuzzer
2649 build: fuzzer
2650 language: c
2651 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002652 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002653 deps:
2654 - grpc_test_util
2655 - grpc
2656 - gpr_test_util
2657 - gpr
2658 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002659 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002660 maxlen: 32
2661- name: percent_encode_fuzzer
2662 build: fuzzer
2663 language: c
2664 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002665 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002666 deps:
2667 - grpc_test_util
2668 - grpc
2669 - gpr_test_util
2670 - gpr
2671 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002672 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002673 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002674- name: percent_encoding_test
2675 build: test
2676 language: c
2677 src:
2678 - test/core/slice/percent_encoding_test.c
2679 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002680 - grpc_test_util
2681 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002682 - gpr_test_util
2683 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002684- name: pollset_set_test
2685 build: test
2686 language: c
2687 src:
2688 - test/core/iomgr/pollset_set_test.c
2689 deps:
2690 - grpc_test_util
2691 - grpc
2692 - gpr_test_util
2693 - gpr
2694 exclude_iomgrs:
2695 - uv
2696 platforms:
2697 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002698- name: resolve_address_posix_test
2699 build: test
2700 language: c
2701 src:
2702 - test/core/iomgr/resolve_address_posix_test.c
2703 deps:
2704 - grpc_test_util
2705 - grpc
2706 - gpr_test_util
2707 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002708 exclude_iomgrs:
2709 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002710 platforms:
2711 - mac
2712 - linux
2713 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002714- name: resolve_address_test
2715 build: test
2716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002717 src:
2718 - test/core/iomgr/resolve_address_test.c
2719 deps:
2720 - grpc_test_util
2721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002722 - gpr_test_util
2723 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002724- name: resource_quota_test
2725 cpu_cost: 30
2726 build: test
2727 language: c
2728 src:
2729 - test/core/iomgr/resource_quota_test.c
2730 deps:
2731 - grpc_test_util
2732 - grpc
2733 - gpr_test_util
2734 - gpr
yang-gd482e592015-12-10 14:04:00 -08002735- name: secure_channel_create_test
2736 build: test
2737 language: c
2738 src:
2739 - test/core/surface/secure_channel_create_test.c
2740 deps:
2741 - grpc_test_util
2742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002743 - gpr_test_util
2744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002745- name: secure_endpoint_test
2746 build: test
2747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002748 src:
2749 - test/core/security/secure_endpoint_test.c
2750 deps:
2751 - grpc_test_util
2752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002753 - gpr_test_util
2754 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002755 exclude_iomgrs:
2756 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002757- name: sequential_connectivity_test
2758 build: test
2759 language: c
2760 src:
2761 - test/core/surface/sequential_connectivity_test.c
2762 deps:
2763 - grpc_test_util
2764 - grpc
2765 - gpr_test_util
2766 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002767 exclude_iomgrs:
2768 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002769- name: server_chttp2_test
2770 build: test
2771 language: c
2772 src:
2773 - test/core/surface/server_chttp2_test.c
2774 deps:
2775 - grpc_test_util
2776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002777 - gpr_test_util
2778 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002779- name: server_fuzzer
2780 build: fuzzer
2781 language: c
2782 src:
2783 - test/core/end2end/fuzzers/server_fuzzer.c
2784 deps:
2785 - grpc_test_util
2786 - grpc
2787 - gpr_test_util
2788 - gpr
2789 corpus_dirs:
2790 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002791 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002792 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002793- name: server_test
2794 build: test
2795 language: c
2796 src:
2797 - test/core/surface/server_test.c
2798 deps:
2799 - grpc_test_util
2800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002801 - gpr_test_util
2802 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002803- name: slice_buffer_test
2804 build: test
2805 language: c
2806 src:
2807 - test/core/slice/slice_buffer_test.c
2808 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002809 - grpc_test_util
2810 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002811 - gpr_test_util
2812 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002813- name: slice_hash_table_test
2814 build: test
2815 language: c
2816 src:
2817 - test/core/slice/slice_hash_table_test.c
2818 deps:
2819 - grpc_test_util
2820 - grpc
2821 - gpr_test_util
2822 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002823- name: slice_string_helpers_test
2824 build: test
2825 language: c
2826 src:
2827 - test/core/slice/slice_string_helpers_test.c
2828 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002829 - grpc_test_util
2830 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002831 - gpr_test_util
2832 - gpr
2833- name: slice_test
2834 build: test
2835 language: c
2836 src:
2837 - test/core/slice/slice_test.c
2838 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002839 - grpc_test_util
2840 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002841 - gpr_test_util
2842 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002843- name: sockaddr_resolver_test
2844 build: test
2845 language: c
2846 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002847 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002848 deps:
2849 - grpc_test_util
2850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002851 - gpr_test_util
2852 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853- name: sockaddr_utils_test
2854 build: test
2855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002856 src:
2857 - test/core/iomgr/sockaddr_utils_test.c
2858 deps:
2859 - grpc_test_util
2860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002861 - gpr_test_util
2862 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002863- name: socket_utils_test
2864 build: test
2865 language: c
2866 src:
2867 - test/core/iomgr/socket_utils_test.c
2868 deps:
2869 - grpc_test_util
2870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002871 - gpr_test_util
2872 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002873 exclude_iomgrs:
2874 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002875 platforms:
2876 - mac
2877 - linux
2878 - posix
yang-g31e21282016-11-04 15:10:03 -07002879- name: ssl_server_fuzzer
2880 build: fuzzer
2881 language: c
2882 src:
2883 - test/core/security/ssl_server_fuzzer.c
2884 deps:
2885 - grpc_test_util
2886 - grpc
2887 - gpr_test_util
2888 - gpr
2889 corpus_dirs:
2890 - test/core/security/corpus/ssl_server_corpus
2891 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002892- name: status_conversion_test
2893 build: test
2894 language: c
2895 src:
2896 - test/core/transport/status_conversion_test.c
2897 deps:
2898 - grpc_test_util
2899 - grpc
2900 - gpr_test_util
2901 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002902- name: stream_owned_slice_test
2903 build: test
2904 language: c
2905 src:
2906 - test/core/transport/stream_owned_slice_test.c
2907 deps:
2908 - grpc_test_util
2909 - grpc
2910 - gpr_test_util
2911 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002912- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002913 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002914 build: test
2915 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002916 src:
2917 - test/core/iomgr/tcp_client_posix_test.c
2918 deps:
2919 - grpc_test_util
2920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002921 - gpr_test_util
2922 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002923 exclude_iomgrs:
2924 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002925 platforms:
2926 - mac
2927 - linux
2928 - posix
murgatroid991191b722017-02-08 11:56:52 -08002929- name: tcp_client_uv_test
2930 cpu_cost: 0.5
2931 build: test
2932 language: c
2933 src:
2934 - test/core/iomgr/tcp_client_uv_test.c
2935 deps:
2936 - grpc_test_util
2937 - grpc
2938 - gpr_test_util
2939 - gpr
2940 exclude_iomgrs:
2941 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002942- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002943 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002944 build: test
2945 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002946 src:
2947 - test/core/iomgr/tcp_posix_test.c
2948 deps:
2949 - grpc_test_util
2950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002951 - gpr_test_util
2952 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002953 exclude_iomgrs:
2954 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002955 platforms:
2956 - mac
2957 - linux
2958 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002959- name: tcp_server_posix_test
2960 build: test
2961 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002962 src:
2963 - test/core/iomgr/tcp_server_posix_test.c
2964 deps:
2965 - grpc_test_util
2966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002967 - gpr_test_util
2968 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002969 exclude_iomgrs:
2970 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002971 platforms:
2972 - mac
2973 - linux
2974 - posix
murgatroid991191b722017-02-08 11:56:52 -08002975- name: tcp_server_uv_test
2976 build: test
2977 language: c
2978 src:
2979 - test/core/iomgr/tcp_server_uv_test.c
2980 deps:
2981 - grpc_test_util
2982 - grpc
2983 - gpr_test_util
2984 - gpr
2985 exclude_iomgrs:
2986 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002987- name: time_averaged_stats_test
2988 build: test
2989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002990 src:
2991 - test/core/iomgr/time_averaged_stats_test.c
2992 deps:
2993 - grpc_test_util
2994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002995 - gpr_test_util
2996 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002997- name: timeout_encoding_test
2998 build: test
2999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003000 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003001 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003002 deps:
3003 - grpc_test_util
3004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003005 - gpr_test_util
3006 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003007- name: timer_heap_test
3008 build: test
3009 language: c
3010 src:
3011 - test/core/iomgr/timer_heap_test.c
3012 deps:
3013 - grpc_test_util
3014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003015 - gpr_test_util
3016 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003017 exclude_iomgrs:
3018 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003019- name: timer_list_test
3020 build: test
3021 language: c
3022 src:
3023 - test/core/iomgr/timer_list_test.c
3024 deps:
3025 - grpc_test_util
3026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003027 - gpr_test_util
3028 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003029 exclude_iomgrs:
3030 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003031- name: transport_connectivity_state_test
3032 build: test
3033 language: c
3034 src:
3035 - test/core/transport/connectivity_state_test.c
3036 deps:
3037 - grpc_test_util
3038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003039 - gpr_test_util
3040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041- name: transport_metadata_test
3042 build: test
3043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003044 src:
3045 - test/core/transport/metadata_test.c
3046 deps:
3047 - grpc_test_util
3048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003049 - gpr_test_util
3050 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003051- name: transport_pid_controller_test
3052 build: test
3053 language: c
3054 src:
3055 - test/core/transport/pid_controller_test.c
3056 deps:
3057 - grpc_test_util
3058 - grpc
3059 - gpr_test_util
3060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003061- name: transport_security_test
3062 build: test
3063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003064 src:
3065 - test/core/tsi/transport_security_test.c
3066 deps:
3067 - grpc_test_util
3068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003069 - gpr_test_util
3070 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003071 platforms:
3072 - linux
3073 - posix
3074 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003075- name: udp_server_test
3076 build: test
3077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003078 src:
3079 - test/core/iomgr/udp_server_test.c
3080 deps:
3081 - grpc_test_util
3082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003083 - gpr_test_util
3084 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003085 exclude_iomgrs:
3086 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003087 platforms:
3088 - mac
3089 - linux
3090 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003091- name: uri_fuzzer_test
3092 build: fuzzer
3093 language: c
3094 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003095 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003096 deps:
3097 - grpc_test_util
3098 - grpc
3099 - gpr_test_util
3100 - gpr
3101 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003102 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003103 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003104- name: uri_parser_test
3105 build: test
3106 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003107 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003108 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003109 deps:
3110 - grpc_test_util
3111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003112 - gpr_test_util
3113 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003114- name: wakeup_fd_cv_test
3115 build: test
3116 language: c
3117 src:
3118 - test/core/iomgr/wakeup_fd_cv_test.c
3119 deps:
3120 - grpc_test_util
3121 - grpc
3122 - gpr_test_util
3123 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003124 exclude_iomgrs:
3125 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003126 platforms:
3127 - mac
3128 - linux
3129 - posix
vjpai04e992a2016-02-10 16:58:38 -08003130- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003131 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003132 build: test
3133 language: c++
3134 src:
3135 - test/cpp/common/alarm_cpp_test.cc
3136 deps:
3137 - grpc++_test_util
3138 - grpc_test_util
3139 - grpc++
3140 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003141 - gpr_test_util
3142 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003143- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003144 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003145 build: test
3146 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003147 src:
3148 - test/cpp/end2end/async_end2end_test.cc
3149 deps:
3150 - grpc++_test_util
3151 - grpc_test_util
3152 - grpc++
3153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003154 - gpr_test_util
3155 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003156- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003157 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003158 build: test
3159 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003160 src:
3161 - test/cpp/common/auth_property_iterator_test.cc
3162 deps:
3163 - grpc++_test_util
3164 - grpc_test_util
3165 - grpc++
3166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003167 - gpr_test_util
3168 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003169- name: bm_arena
3170 build: test
3171 language: c++
3172 src:
3173 - test/cpp/microbenchmarks/bm_arena.cc
3174 deps:
3175 - grpc_benchmark
3176 - benchmark
3177 - grpc++_test_util
3178 - grpc_test_util
3179 - grpc++
3180 - grpc
3181 - gpr_test_util
3182 - gpr
3183 args:
3184 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003185 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003186 platforms:
3187 - mac
3188 - linux
3189 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003190- name: bm_call_create
3191 build: test
3192 language: c++
3193 src:
3194 - test/cpp/microbenchmarks/bm_call_create.cc
3195 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003196 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003197 - benchmark
3198 - grpc++_test_util
3199 - grpc_test_util
3200 - grpc++
3201 - grpc
3202 - gpr_test_util
3203 - gpr
3204 args:
3205 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003206 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003207 platforms:
3208 - mac
3209 - linux
3210 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003211- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003212 build: test
3213 language: c++
3214 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003215 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003216 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003217 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003218 - benchmark
3219 - grpc++_test_util
3220 - grpc_test_util
3221 - grpc++
3222 - grpc
3223 - gpr_test_util
3224 - gpr
3225 args:
3226 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003227 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003228 platforms:
3229 - mac
3230 - linux
3231 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003232- name: bm_chttp2_transport
3233 build: test
3234 language: c++
3235 src:
3236 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3237 deps:
3238 - grpc_benchmark
3239 - benchmark
3240 - grpc++_test_util
3241 - grpc_test_util
3242 - grpc++
3243 - grpc
3244 - gpr_test_util
3245 - gpr
3246 args:
3247 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003248 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003249 platforms:
3250 - mac
3251 - linux
3252 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003253- name: bm_closure
3254 build: test
3255 language: c++
3256 src:
3257 - test/cpp/microbenchmarks/bm_closure.cc
3258 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003259 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003260 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003261 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003262 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003263 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003264 - grpc
3265 - gpr_test_util
3266 - gpr
3267 args:
3268 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003269 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003270 platforms:
3271 - mac
3272 - linux
3273 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003274- name: bm_cq
3275 build: test
3276 language: c++
3277 src:
3278 - test/cpp/microbenchmarks/bm_cq.cc
3279 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003280 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003281 - benchmark
3282 - grpc++_test_util
3283 - grpc_test_util
3284 - grpc++
3285 - grpc
3286 - gpr_test_util
3287 - gpr
3288 args:
3289 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003290 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003291 platforms:
3292 - mac
3293 - linux
3294 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003295- name: bm_cq_multiple_threads
3296 build: test
3297 language: c++
3298 src:
3299 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3300 deps:
3301 - grpc_benchmark
3302 - benchmark
3303 - grpc++_test_util
3304 - grpc_test_util
3305 - grpc++
3306 - grpc
3307 - gpr_test_util
3308 - gpr
3309 args:
3310 - --benchmark_min_time=0
3311 defaults: benchmark
3312 platforms:
3313 - mac
3314 - linux
3315 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003316- name: bm_error
3317 build: test
3318 language: c++
3319 src:
3320 - test/cpp/microbenchmarks/bm_error.cc
3321 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003322 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003323 - benchmark
3324 - grpc++_test_util
3325 - grpc_test_util
3326 - grpc++
3327 - grpc
3328 - gpr_test_util
3329 - gpr
3330 args:
3331 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003332 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003333 platforms:
3334 - mac
3335 - linux
3336 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003337- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003338 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003339 language: c++
3340 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003341 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003342 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003343 - grpc_benchmark
3344 - benchmark
3345 - grpc++_test_util
3346 - grpc_test_util
3347 - grpc++
3348 - grpc
3349 - gpr_test_util
3350 - gpr
3351 args:
3352 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003353 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003354 excluded_poll_engines:
3355 - poll
3356 - poll-cv
3357 platforms:
3358 - mac
3359 - linux
3360 - posix
3361 timeout_seconds: 1200
3362- name: bm_fullstack_streaming_pump
3363 build: test
3364 language: c++
3365 src:
3366 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003367 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003368 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003369 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003370 - grpc++_test_util
3371 - grpc_test_util
3372 - grpc++
3373 - grpc
3374 - gpr_test_util
3375 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003376 args:
3377 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003378 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003379 excluded_poll_engines:
3380 - poll
3381 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003382 platforms:
3383 - mac
3384 - linux
3385 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003386 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003387- name: bm_fullstack_trickle
3388 build: test
3389 language: c++
3390 src:
3391 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3392 deps:
3393 - grpc_benchmark
3394 - benchmark
3395 - grpc++_test_util
3396 - grpc_test_util
3397 - grpc++
3398 - grpc
3399 - gpr_test_util
3400 - gpr
3401 args:
3402 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003403 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003404 excluded_poll_engines:
3405 - poll
3406 - poll-cv
3407 platforms:
3408 - mac
3409 - linux
3410 - posix
3411 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003412- name: bm_fullstack_unary_ping_pong
3413 build: test
3414 language: c++
3415 src:
3416 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3417 deps:
3418 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003419 - benchmark
3420 - grpc++_test_util
3421 - grpc_test_util
3422 - grpc++
3423 - grpc
3424 - gpr_test_util
3425 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003426 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003427 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003428 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003430 - poll
3431 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003432 platforms:
3433 - mac
3434 - linux
3435 - posix
3436 timeout_seconds: 1200
3437- name: bm_metadata
3438 build: test
3439 language: c++
3440 src:
3441 - test/cpp/microbenchmarks/bm_metadata.cc
3442 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003443 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003444 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003445 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003446 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003447 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003448 - grpc
3449 - gpr_test_util
3450 - gpr
3451 args:
3452 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003453 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003454 platforms:
3455 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003456 - linux
3457 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003458- name: bm_pollset
3459 build: test
3460 language: c++
3461 src:
3462 - test/cpp/microbenchmarks/bm_pollset.cc
3463 deps:
3464 - grpc_benchmark
3465 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003466 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003467 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003468 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003469 - grpc
3470 - gpr_test_util
3471 - gpr
3472 args:
3473 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003474 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003475 platforms:
3476 - mac
3477 - linux
3478 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003479- name: channel_arguments_test
3480 gtest: true
3481 build: test
3482 language: c++
3483 src:
3484 - test/cpp/common/channel_arguments_test.cc
3485 deps:
3486 - grpc++
3487 - grpc
3488 - gpr
3489- name: channel_filter_test
3490 gtest: true
3491 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003492 language: c++
3493 src:
3494 - test/cpp/common/channel_filter_test.cc
3495 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003496 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003497 - grpc
3498 - gpr
3499- name: cli_call_test
3500 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003501 build: test
3502 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003503 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003504 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003505 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003506 - grpc_cli_libs
3507 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003508 - grpc_test_util
3509 - grpc++
3510 - grpc
3511 - gpr_test_util
3512 - gpr
3513- name: client_crash_test
3514 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003515 cpu_cost: 0.1
3516 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003517 language: c++
3518 src:
3519 - test/cpp/end2end/client_crash_test.cc
3520 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003521 - grpc++_test_util
3522 - grpc_test_util
3523 - grpc++
3524 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003525 - gpr_test_util
3526 - gpr
3527 platforms:
3528 - mac
3529 - linux
3530 - posix
3531- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003532 build: test
3533 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003534 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003535 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003536 - test/cpp/end2end/client_crash_test_server.cc
3537 deps:
3538 - grpc++_test_util
3539 - grpc_test_util
3540 - grpc++
3541 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003542 - gpr_test_util
3543 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003544- name: codegen_test_full
3545 gtest: true
3546 build: test
3547 language: c++
3548 src:
3549 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003550 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003551 - src/proto/grpc/testing/payloads.proto
3552 - src/proto/grpc/testing/services.proto
3553 - src/proto/grpc/testing/stats.proto
3554 - test/cpp/codegen/codegen_test_full.cc
3555 deps:
3556 - grpc++
3557 - grpc
3558 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003559 filegroups:
3560 - grpc++_codegen_base
3561- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003562 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003563 build: test
yang-g34b58612016-06-03 17:30:09 -07003564 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003565 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003566 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003567 - src/proto/grpc/testing/messages.proto
3568 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003569 - src/proto/grpc/testing/services.proto
3570 - src/proto/grpc/testing/stats.proto
3571 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003572 deps:
3573 - grpc
3574 - gpr
Craig Tillerca62ff02016-02-24 22:22:57 -08003575 filegroups:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003576 - grpc++_codegen_base
3577 - grpc++_codegen_base_src
Craig Tiller25834342015-09-25 08:08:24 -07003578- name: credentials_test
3579 gtest: true
3580 build: test
3581 language: c++
3582 src:
3583 - test/cpp/client/credentials_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003584 deps:
3585 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003586 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003588- name: cxx_byte_buffer_test
3589 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003590 build: test
3591 language: c++
3592 src:
3593 - test/cpp/util/byte_buffer_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003594 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003595 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07003596 - grpc++
3597 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003598 - gpr_test_util
3599 - gpr
3600- name: cxx_slice_test
3601 gtest: true
3602 build: test
3603 language: c++
Craig Tillerda179ce2016-02-09 12:01:53 -08003604 src:
3605 - test/cpp/util/slice_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003606 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003607 - grpc_test_util
Craig Tillerbfd05532016-01-20 09:53:15 -08003608 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003609 - grpc
3610 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003611 - gpr
3612- name: cxx_string_ref_test
3613 gtest: true
3614 build: test
3615 language: c++
3616 src:
3617 - test/cpp/util/string_ref_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003618 deps:
3619 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003620- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003621 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003622 build: test
3623 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003624 src:
3625 - test/cpp/util/time_test.cc
3626 deps:
3627 - grpc_test_util
3628 - grpc++
3629 - grpc
3630 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08003631 - gpr
3632- name: end2end_test
yang-gb8aa58b2016-04-14 15:50:50 -07003633 gtest: true
3634 cpu_cost: 0.5
3635 build: test
3636 language: c++
3637 src:
3638 - test/cpp/end2end/end2end_test.cc
3639 deps:
3640 - grpc++_test_util
3641 - grpc_test_util
3642 - grpc++
3643 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003644 - gpr_test_util
3645 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003646- name: error_details_test
3647 gtest: true
3648 build: test
3649 language: c++
3650 src:
3651 - src/proto/grpc/testing/echo_messages.proto
3652 - test/cpp/util/error_details_test.cc
3653 deps:
3654 - grpc++_error_details
3655 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003656- name: filter_end2end_test
3657 gtest: true
3658 build: test
3659 language: c++
3660 src:
3661 - test/cpp/end2end/filter_end2end_test.cc
3662 deps:
3663 - grpc++_test_util
3664 - grpc_test_util
3665 - grpc++
3666 - grpc
3667 - gpr_test_util
3668 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003669- name: generic_end2end_test
3670 gtest: true
3671 build: test
3672 language: c++
3673 src:
3674 - test/cpp/end2end/generic_end2end_test.cc
3675 deps:
3676 - grpc++_test_util
3677 - grpc_test_util
3678 - grpc++
3679 - grpc
3680 - gpr_test_util
3681 - gpr
3682- name: golden_file_test
3683 gtest: true
3684 build: test
3685 language: c++
3686 src:
3687 - src/proto/grpc/testing/compiler_test.proto
3688 - test/cpp/codegen/golden_file_test.cc
3689 deps:
3690 - grpc++
3691 - grpc
3692 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003693 args:
3694 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003695- name: grpc_cli
3696 build: test
3697 run: false
3698 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003699 src:
3700 - test/cpp/util/grpc_cli.cc
3701 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003702 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003703 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003704 - grpc++
3705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003706 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003707 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003708- name: grpc_cpp_plugin
3709 build: protoc
3710 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003711 src:
3712 - src/compiler/cpp_plugin.cc
3713 deps:
3714 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003715 secure: false
3716 vs_config_type: Application
3717 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3718- name: grpc_csharp_plugin
3719 build: protoc
3720 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003721 src:
3722 - src/compiler/csharp_plugin.cc
3723 deps:
3724 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003725 secure: false
3726 vs_config_type: Application
3727 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003728- name: grpc_node_plugin
3729 build: protoc
3730 language: c++
3731 src:
3732 - src/compiler/node_plugin.cc
3733 deps:
3734 - grpc_plugin_support
3735 secure: false
3736 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003737- name: grpc_objective_c_plugin
3738 build: protoc
3739 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003740 src:
3741 - src/compiler/objective_c_plugin.cc
3742 deps:
3743 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003744 secure: false
3745 vs_config_type: Application
3746 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003747- name: grpc_php_plugin
3748 build: protoc
3749 language: c++
3750 src:
3751 - src/compiler/php_plugin.cc
3752 deps:
3753 - grpc_plugin_support
3754 secure: false
3755 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003756- name: grpc_python_plugin
3757 build: protoc
3758 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003759 src:
3760 - src/compiler/python_plugin.cc
3761 deps:
3762 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003763 secure: false
3764 vs_config_type: Application
3765 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3766- name: grpc_ruby_plugin
3767 build: protoc
3768 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003769 src:
3770 - src/compiler/ruby_plugin.cc
3771 deps:
3772 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003773 secure: false
3774 vs_config_type: Application
3775 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003776- name: grpc_tool_test
3777 gtest: true
3778 build: test
3779 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003780 src:
3781 - src/proto/grpc/testing/echo.proto
3782 - src/proto/grpc/testing/echo_messages.proto
3783 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003784 deps:
3785 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003786 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003787 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003788 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003789 - grpc_test_util
3790 - grpc++
3791 - grpc
3792 - gpr_test_util
3793 - gpr
3794 filegroups:
3795 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003796- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003797 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003798 build: test
3799 language: c++
3800 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003801 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003802 - test/cpp/grpclb/grpclb_api_test.cc
3803 deps:
3804 - grpc++_test_util
3805 - grpc_test_util
3806 - grpc++
3807 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003808- name: grpclb_test
3809 gtest: false
3810 build: test
3811 language: c++
3812 src:
3813 - src/proto/grpc/lb/v1/load_balancer.proto
3814 - test/cpp/grpclb/grpclb_test.cc
3815 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003816 - grpc++_test_util
3817 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003818 - grpc++
3819 - grpc
3820 - gpr_test_util
3821 - gpr
yang-gad327642016-12-12 14:32:09 -08003822- name: health_service_end2end_test
3823 gtest: true
3824 build: test
3825 language: c++
3826 src:
3827 - test/cpp/end2end/health_service_end2end_test.cc
3828 deps:
3829 - grpc++_test_util
3830 - grpc_test_util
3831 - grpc++
3832 - grpc
3833 - gpr_test_util
3834 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003835- name: http2_client
3836 build: test
3837 run: false
3838 language: c++
3839 src: []
3840 deps:
3841 - http2_client_main
3842 - grpc++_test_util
3843 - grpc_test_util
3844 - grpc++
3845 - grpc
3846 - grpc++_test_config
3847 platforms:
3848 - mac
3849 - linux
3850 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003851- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003852 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003853 build: test
3854 language: c++
3855 src:
3856 - test/cpp/end2end/hybrid_end2end_test.cc
3857 deps:
3858 - grpc++_test_util
3859 - grpc_test_util
3860 - grpc++
3861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003862 - gpr_test_util
3863 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003864- name: interop_client
3865 build: test
3866 run: false
3867 language: c++
3868 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003869 deps:
3870 - interop_client_main
3871 - interop_client_helper
3872 - grpc++_test_util
3873 - grpc_test_util
3874 - grpc++
3875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003876 - gpr_test_util
3877 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003878 - grpc++_test_config
3879 platforms:
3880 - mac
3881 - linux
3882 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003883- name: interop_server
3884 build: test
3885 run: false
3886 language: c++
3887 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003888 deps:
3889 - interop_server_main
3890 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003891 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003892 - grpc++_test_util
3893 - grpc_test_util
3894 - grpc++
3895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003896 - gpr_test_util
3897 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003898 - grpc++_test_config
3899 platforms:
3900 - mac
3901 - linux
3902 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003903- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003904 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003905 build: test
3906 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003907 src:
3908 - test/cpp/interop/interop_test.cc
3909 deps:
3910 - grpc_test_util
3911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003912 - gpr_test_util
3913 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003914 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003915 platforms:
3916 - mac
3917 - linux
3918 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003919- name: json_run_localhost
3920 build: test
3921 run: false
3922 language: c++
3923 src:
3924 - test/cpp/qps/json_run_localhost.cc
3925 deps:
3926 - grpc++_test_util
3927 - grpc_test_util
3928 - grpc++
3929 - grpc
3930 - gpr_test_util
3931 - gpr
3932 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003933 platforms:
3934 - mac
3935 - linux
3936 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003937- name: metrics_client
3938 build: test
3939 run: false
3940 language: c++
3941 headers:
3942 - test/cpp/util/metrics_server.h
3943 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003944 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003945 - test/cpp/interop/metrics_client.cc
3946 deps:
3947 - grpc++
3948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003949 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003950 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003951- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003952 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003953 build: test
3954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003955 src:
3956 - test/cpp/end2end/mock_test.cc
3957 deps:
3958 - grpc++_test_util
3959 - grpc_test_util
3960 - grpc++
3961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003962 - gpr_test_util
3963 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003964- name: noop-benchmark
3965 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003966 language: c++
3967 src:
3968 - test/cpp/microbenchmarks/noop-benchmark.cc
3969 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003970 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003971 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003972- name: proto_server_reflection_test
3973 gtest: true
3974 build: test
3975 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003976 src:
3977 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003978 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003979 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003980 - grpc++_reflection
3981 - grpc++_test_util
3982 - grpc_test_util
3983 - grpc++
3984 - grpc
3985 - gpr_test_util
3986 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003987- name: proto_utils_test
3988 gtest: true
3989 build: test
3990 language: c++
3991 src:
3992 - test/cpp/codegen/proto_utils_test.cc
3993 deps:
3994 - grpc++
3995 - grpc
3996 filegroups:
3997 - grpc++_codegen_base
3998 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003999- name: qps_interarrival_test
4000 build: test
4001 run: false
4002 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004003 src:
4004 - test/cpp/qps/qps_interarrival_test.cc
4005 deps:
4006 - qps
4007 - grpc++_test_util
4008 - grpc_test_util
4009 - grpc++
4010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004011 - gpr_test_util
4012 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004013 platforms:
4014 - mac
4015 - linux
4016 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004017- name: qps_json_driver
4018 build: test
4019 run: false
4020 language: c++
4021 src:
4022 - test/cpp/qps/qps_json_driver.cc
4023 deps:
4024 - qps
4025 - grpc++_test_util
4026 - grpc_test_util
4027 - grpc++
4028 - grpc
4029 - gpr_test_util
4030 - gpr
4031 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004032- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004033 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004034 build: test
4035 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004036 src:
4037 - test/cpp/qps/qps_openloop_test.cc
4038 deps:
4039 - qps
4040 - grpc++_test_util
4041 - grpc_test_util
4042 - grpc++
4043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004044 - gpr_test_util
4045 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004046 - grpc++_test_config
4047 platforms:
4048 - mac
4049 - linux
4050 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004051- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004052 build: test
4053 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004054 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004055 headers:
4056 - test/cpp/qps/client.h
4057 - test/cpp/qps/server.h
4058 src:
4059 - test/cpp/qps/worker.cc
4060 deps:
4061 - qps
4062 - grpc++_test_util
4063 - grpc_test_util
4064 - grpc++
4065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004066 - gpr_test_util
4067 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004068 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004069- name: reconnect_interop_client
4070 build: test
4071 run: false
4072 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004073 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004074 - src/proto/grpc/testing/empty.proto
4075 - src/proto/grpc/testing/messages.proto
4076 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004077 - test/cpp/interop/reconnect_interop_client.cc
4078 deps:
4079 - grpc++_test_util
4080 - grpc_test_util
4081 - grpc++
4082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004083 - gpr_test_util
4084 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004085 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004086- name: reconnect_interop_server
4087 build: test
4088 run: false
4089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004090 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004091 - src/proto/grpc/testing/empty.proto
4092 - src/proto/grpc/testing/messages.proto
4093 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004094 - test/cpp/interop/reconnect_interop_server.cc
4095 deps:
4096 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004097 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004098 - grpc++_test_util
4099 - grpc_test_util
4100 - grpc++
4101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004102 - gpr_test_util
4103 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004104 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004105- name: round_robin_end2end_test
4106 gtest: true
4107 build: test
4108 language: c++
4109 src:
4110 - test/cpp/end2end/round_robin_end2end_test.cc
4111 deps:
4112 - grpc++_test_util
4113 - grpc_test_util
4114 - grpc++
4115 - grpc
4116 - gpr_test_util
4117 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004118- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004119 gtest: true
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/common/secure_auth_context_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
vjpaif8603ad2015-11-04 12:49:33 -08004131- name: secure_sync_unary_ping_pong_test
4132 build: test
4133 language: c++
4134 src:
4135 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4136 deps:
4137 - qps
4138 - grpc++_test_util
4139 - grpc_test_util
4140 - grpc++
4141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004142 - gpr_test_util
4143 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004144 platforms:
4145 - mac
4146 - linux
4147 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004148- name: server_builder_plugin_test
4149 gtest: true
4150 build: test
4151 language: c++
4152 src:
4153 - test/cpp/end2end/server_builder_plugin_test.cc
4154 deps:
4155 - grpc++_test_util
4156 - grpc_test_util
4157 - grpc++
4158 - grpc
4159 - gpr_test_util
4160 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004161- name: server_builder_test
4162 gtest: true
4163 build: test
4164 language: c++
4165 src:
4166 - src/proto/grpc/testing/echo_messages.proto
4167 - src/proto/grpc/testing/echo.proto
4168 - test/cpp/server/server_builder_test.cc
4169 deps:
4170 - grpc++_test_util
4171 - grpc_test_util
4172 - gpr_test_util
4173 - grpc++
4174 - grpc
4175 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004176- name: server_context_test_spouse_test
4177 gtest: true
4178 build: test
4179 language: c++
4180 src:
4181 - test/cpp/test/server_context_test_spouse_test.cc
4182 deps:
4183 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004184 - grpc++
4185 - grpc
4186 - gpr_test_util
4187 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004188 uses:
4189 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004190- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004191 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004192 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004193 build: test
4194 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004195 src:
4196 - test/cpp/end2end/server_crash_test.cc
4197 deps:
4198 - grpc++_test_util
4199 - grpc_test_util
4200 - grpc++
4201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004202 - gpr_test_util
4203 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004204 platforms:
4205 - mac
4206 - linux
4207 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004208- name: server_crash_test_client
4209 build: test
4210 run: false
4211 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004212 src:
4213 - test/cpp/end2end/server_crash_test_client.cc
4214 deps:
4215 - grpc++_test_util
4216 - grpc_test_util
4217 - grpc++
4218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004219 - gpr_test_util
4220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004221- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004222 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004223 build: test
4224 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004225 src:
4226 - test/cpp/end2end/shutdown_test.cc
4227 deps:
4228 - grpc++_test_util
4229 - grpc_test_util
4230 - grpc++
4231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004232 - gpr_test_util
4233 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004234- name: status_test
4235 build: test
4236 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004237 src:
4238 - test/cpp/util/status_test.cc
4239 deps:
4240 - grpc_test_util
4241 - grpc++
4242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004243 - gpr_test_util
4244 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004245- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004246 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004247 build: test
4248 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004249 src:
4250 - test/cpp/end2end/streaming_throughput_test.cc
4251 deps:
4252 - grpc++_test_util
4253 - grpc_test_util
4254 - grpc++
4255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004256 - gpr_test_util
4257 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004258 platforms:
4259 - mac
4260 - linux
4261 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004262- name: stress_test
4263 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004264 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004265 language: c++
4266 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004267 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004268 - test/cpp/interop/interop_client.h
4269 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004270 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004271 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004272 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004273 - src/proto/grpc/testing/empty.proto
4274 - src/proto/grpc/testing/messages.proto
4275 - src/proto/grpc/testing/metrics.proto
4276 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004277 - test/cpp/interop/interop_client.cc
4278 - test/cpp/interop/stress_interop_client.cc
4279 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004280 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004281 deps:
4282 - grpc++_test_util
4283 - grpc_test_util
4284 - grpc++
4285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004286 - gpr_test_util
4287 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004288 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004289- name: thread_manager_test
4290 build: test
4291 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004292 src:
4293 - test/cpp/thread_manager/thread_manager_test.cc
4294 deps:
4295 - grpc++
4296 - grpc
4297 - gpr
4298 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004299- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004300 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004301 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004302 build: test
4303 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004304 src:
4305 - test/cpp/end2end/thread_stress_test.cc
4306 deps:
4307 - grpc++_test_util
4308 - grpc_test_util
4309 - grpc++
4310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004311 - gpr_test_util
4312 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004313- name: writes_per_rpc_test
4314 gtest: true
4315 cpu_cost: 0.5
4316 build: test
4317 language: c++
4318 src:
4319 - test/cpp/performance/writes_per_rpc_test.cc
4320 deps:
4321 - grpc++_test_util
4322 - grpc_test_util
4323 - grpc++
4324 - grpc
4325 - gpr_test_util
4326 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004327 platforms:
4328 - mac
4329 - linux
4330 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004331- name: public_headers_must_be_c89
4332 build: test
4333 language: c89
4334 src:
4335 - test/core/surface/public_headers_must_be_c89.c
4336 deps:
4337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004339vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004340- linkage: static
4341 name: grpc.dependencies.zlib
4342 props: false
4343 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004344 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004345- linkage: static
4346 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004347 props: true
4348 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004349 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004350- name: gflags
4351 props: false
4352 redist: false
4353 version: 2.1.2.1
4354- name: gtest
4355 props: false
4356 redist: false
4357 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004358configs:
4359 asan:
4360 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004361 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4362 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004363 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004364 LD: clang
4365 LDFLAGS: -fsanitize=address
4366 LDXX: clang++
4367 compile_the_world: true
4368 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004369 ASAN_OPTIONS: detect_leaks=1:color=always
4370 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004371 asan-noleaks:
4372 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004373 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4374 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004375 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004376 LD: clang
4377 LDFLAGS: -fsanitize=address
4378 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004379 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004380 test_environ:
4381 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004382 asan-trace-cmp:
4383 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004384 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4385 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004386 CXX: clang++
4387 LD: clang
4388 LDFLAGS: -fsanitize=address
4389 LDXX: clang++
4390 compile_the_world: true
4391 test_environ:
4392 ASAN_OPTIONS: detect_leaks=1:color=always
4393 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004394 basicprof:
4395 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4396 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004397 c++-compat:
4398 CFLAGS: -Wc++-compat
4399 CPPFLAGS: -O0
4400 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004401 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004402 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004403 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004404 dbg:
4405 CPPFLAGS: -O0
4406 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004407 gcov:
4408 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004409 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004410 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004411 DEFINES: _DEBUG DEBUG GPR_GCOV
4412 LD: gcc
4413 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4414 LDXX: g++
4415 helgrind:
4416 CPPFLAGS: -O0
4417 DEFINES: _DEBUG DEBUG
4418 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004419 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004420 lto:
4421 CPPFLAGS: -O2
4422 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004423 memcheck:
4424 CPPFLAGS: -O0
4425 DEFINES: _DEBUG DEBUG
4426 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004427 valgrind: --tool=memcheck --leak-check=full
4428 msan:
4429 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004430 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4431 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4432 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004433 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004434 DEFINES: NDEBUG
4435 LD: clang
4436 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4437 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4438 LDXX: clang++
4439 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004440 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004441 CPPFLAGS: -O3 -fno-omit-frame-pointer
4442 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004443 LDFLAGS: -rdynamic
4444 opt:
4445 CPPFLAGS: -O2
4446 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004447 stapprof:
4448 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4449 DEFINES: NDEBUG
4450 tsan:
4451 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004452 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004453 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004454 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004455 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004456 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004457 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004458 LDXX: clang++
4459 compile_the_world: true
4460 test_environ:
4461 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004462 ubsan:
4463 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004464 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4465 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004466 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004467 DEFINES: NDEBUG
4468 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004469 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004470 LDXX: clang++
4471 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004472 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004473 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004474defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004475 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004476 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004477 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4478 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004479 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004480 benchmark:
4481 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004482 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004483 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004484 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004485 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004486 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004487 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004488 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004489 LDFLAGS: -g
4490 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004491 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004492 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004493node_modules:
4494- deps:
4495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004496 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004497 - boringssl
4498 - z
murgatroid9994a75412015-11-19 14:04:53 -08004499 headers:
4500 - src/node/ext/byte_buffer.h
4501 - src/node/ext/call.h
4502 - src/node/ext/call_credentials.h
4503 - src/node/ext/channel.h
4504 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004505 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004506 - src/node/ext/server.h
4507 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004508 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004509 - src/node/ext/timeval.h
4510 js:
4511 - src/node/index.js
4512 - src/node/src/client.js
4513 - src/node/src/common.js
4514 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004515 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004516 - src/node/src/metadata.js
4517 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004518 name: grpc_node
4519 src:
4520 - src/node/ext/byte_buffer.cc
4521 - src/node/ext/call.cc
4522 - src/node/ext/call_credentials.cc
4523 - src/node/ext/channel.cc
4524 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004525 - src/node/ext/completion_queue_threadpool.cc
4526 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004527 - src/node/ext/node_grpc.cc
4528 - src/node/ext/server.cc
4529 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004530 - src/node/ext/server_generic.cc
4531 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004532 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004533 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004534openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004535 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004536 extraction_dir: openssl-1.0.2f
4537 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004538php_config_m4:
4539 deps:
4540 - grpc
4541 - gpr
Stanley Cheung5ec52ae2017-04-14 15:07:28 -07004542 - ares
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004543 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004544 headers:
4545 - src/php/ext/grpc/byte_buffer.h
4546 - src/php/ext/grpc/call.h
4547 - src/php/ext/grpc/call_credentials.h
4548 - src/php/ext/grpc/channel.h
4549 - src/php/ext/grpc/channel_credentials.h
4550 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004551 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004552 - src/php/ext/grpc/php_grpc.h
4553 - src/php/ext/grpc/server.h
4554 - src/php/ext/grpc/server_credentials.h
4555 - src/php/ext/grpc/timeval.h
4556 src:
4557 - src/php/ext/grpc/byte_buffer.c
4558 - src/php/ext/grpc/call.c
4559 - src/php/ext/grpc/call_credentials.c
4560 - src/php/ext/grpc/channel.c
4561 - src/php/ext/grpc/channel_credentials.c
4562 - src/php/ext/grpc/completion_queue.c
4563 - src/php/ext/grpc/php_grpc.c
4564 - src/php/ext/grpc/server.c
4565 - src/php/ext/grpc/server_credentials.c
4566 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004567python_dependencies:
4568 deps:
4569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004570 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004571 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004572 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004573 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004574ruby_gem:
4575 deps:
4576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004577 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004578 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004579 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004580 - z