blob: 4cfa75cae14a95324dd5b37611e5a9c9f3ca2af7 [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 Tiller4d780a52017-04-12 13:47:18 -070089 - src/core/lib/support/atomic.h
90 - src/core/lib/support/atomic_with_atm.h
91 - src/core/lib/support/atomic_with_std.h
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/backoff.h
93 - src/core/lib/support/block_annotate.h
94 - src/core/lib/support/env.h
Craig Tillerb3d70102017-03-31 14:17:09 -070095 - src/core/lib/support/memory.h
Craig Tiller57726ca2016-09-12 11:59:45 -070096 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080098 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070099 - src/core/lib/support/stack_lockfree.h
100 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700101 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700102 - src/core/lib/support/thd_internal.h
103 - src/core/lib/support/time_precise.h
104 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100105 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700106 - src/core/lib/profiling/basic_timers.c
107 - src/core/lib/profiling/stap_timers.c
108 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700109 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700110 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700111 - src/core/lib/support/avl.c
112 - src/core/lib/support/backoff.c
113 - src/core/lib/support/cmdline.c
114 - src/core/lib/support/cpu_iphone.c
115 - src/core/lib/support/cpu_linux.c
116 - src/core/lib/support/cpu_posix.c
117 - src/core/lib/support/cpu_windows.c
118 - src/core/lib/support/env_linux.c
119 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/histogram.c
122 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/log.c
124 - src/core/lib/support/log_android.c
125 - src/core/lib/support/log_linux.c
126 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700127 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700128 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700129 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/stack_lockfree.c
131 - src/core/lib/support/string.c
132 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700133 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/subprocess_posix.c
136 - src/core/lib/support/subprocess_windows.c
137 - src/core/lib/support/sync.c
138 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700139 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700140 - src/core/lib/support/thd.c
141 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/time.c
144 - src/core/lib/support/time_posix.c
145 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700147 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200148 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700149 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700150 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700151 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700152 uses:
153 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800154- name: gpr_codegen
155 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800156 - include/grpc/impl/codegen/atm.h
157 - include/grpc/impl/codegen/atm_gcc_atomic.h
158 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700159 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800160 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700161 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800162 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800163 - include/grpc/impl/codegen/sync.h
164 - include/grpc/impl/codegen/sync_generic.h
165 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700166 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700167- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700168 public_headers:
169 - include/grpc/byte_buffer.h
170 - include/grpc/byte_buffer_reader.h
171 - include/grpc/compression.h
172 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700173 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200174 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800175 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700176 - include/grpc/slice.h
177 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700178 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700179 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/channel/channel_args.h
181 - src/core/lib/channel/channel_stack.h
182 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700183 - src/core/lib/channel/connected_channel.h
184 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700185 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800186 - src/core/lib/channel/handshaker_factory.h
187 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/compression/algorithm_metadata.h
189 - src/core/lib/compression/message_compress.h
190 - src/core/lib/debug/trace.h
191 - src/core/lib/http/format_request.h
192 - src/core/lib/http/httpcli.h
193 - src/core/lib/http/parser.h
194 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700195 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/endpoint.h
197 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700198 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800199 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700200 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700201 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700202 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/exec_ctx.h
204 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/iocp_windows.h
206 - src/core/lib/iomgr/iomgr.h
207 - src/core/lib/iomgr/iomgr_internal.h
208 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700209 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700210 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700211 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700212 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700216 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700218 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700220 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/sockaddr.h
222 - src/core/lib/iomgr/sockaddr_posix.h
223 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700224 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500225 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700226 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700227 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/socket_utils_posix.h
229 - src/core/lib/iomgr/socket_windows.h
230 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700231 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/tcp_posix.h
233 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700234 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/tcp_windows.h
237 - src/core/lib/iomgr/time_averaged_stats.h
238 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700239 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700241 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/udp_server.h
243 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700244 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/wakeup_fd_pipe.h
246 - src/core/lib/iomgr/wakeup_fd_posix.h
247 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700248 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/iomgr/workqueue_windows.h
250 - src/core/lib/json/json.h
251 - src/core/lib/json/json_common.h
252 - src/core/lib/json/json_reader.h
253 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700254 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700255 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800256 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800257 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700258 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/surface/api_trace.h
260 - src/core/lib/surface/call.h
261 - src/core/lib/surface/call_test_only.h
262 - src/core/lib/surface/channel.h
263 - src/core/lib/surface/channel_init.h
264 - src/core/lib/surface/channel_stack_type.h
265 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700266 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/surface/event_string.h
268 - src/core/lib/surface/init.h
269 - src/core/lib/surface/lame_client.h
270 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800271 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700272 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800275 - src/core/lib/transport/error_utils.h
276 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/transport/metadata.h
278 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700279 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700280 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800282 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400283 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/transport/transport.h
285 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700286 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/channel/channel_args.c
288 - src/core/lib/channel/channel_stack.c
289 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700291 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800292 - src/core/lib/channel/handshaker_factory.c
293 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700294 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/compression/message_compress.c
296 - src/core/lib/debug/trace.c
297 - src/core/lib/http/format_request.c
298 - src/core/lib/http/httpcli.c
299 - src/core/lib/http/parser.c
300 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700301 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/endpoint.c
303 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700304 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700306 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700307 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700308 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700309 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/exec_ctx.c
311 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/iocp_windows.c
313 - src/core/lib/iomgr/iomgr.c
314 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700315 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700317 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700318 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700319 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700320 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700321 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/pollset_windows.c
325 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700326 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700328 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500330 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700331 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/iomgr/socket_utils_common_posix.c
333 - src/core/lib/iomgr/socket_utils_linux.c
334 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700335 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700336 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700337 - src/core/lib/iomgr/socket_windows.c
338 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700339 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700340 - src/core/lib/iomgr/tcp_client_windows.c
341 - src/core/lib/iomgr/tcp_posix.c
342 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700343 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700344 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
345 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700346 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700347 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700348 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/iomgr/tcp_windows.c
350 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700351 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700353 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700354 - src/core/lib/iomgr/udp_server.c
355 - src/core/lib/iomgr/unix_sockets_posix.c
356 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700357 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700358 - src/core/lib/iomgr/wakeup_fd_eventfd.c
359 - src/core/lib/iomgr/wakeup_fd_nospecial.c
360 - src/core/lib/iomgr/wakeup_fd_pipe.c
361 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700362 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700363 - src/core/lib/iomgr/workqueue_windows.c
364 - src/core/lib/json/json.c
365 - src/core/lib/json/json_reader.c
366 - src/core/lib/json/json_string.c
367 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700368 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700369 - src/core/lib/slice/percent_encoding.c
370 - src/core/lib/slice/slice.c
371 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800372 - src/core/lib/slice/slice_hash_table.c
373 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700374 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700375 - src/core/lib/surface/alarm.c
376 - src/core/lib/surface/api_trace.c
377 - src/core/lib/surface/byte_buffer.c
378 - src/core/lib/surface/byte_buffer_reader.c
379 - src/core/lib/surface/call.c
380 - src/core/lib/surface/call_details.c
381 - src/core/lib/surface/call_log_batch.c
382 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700383 - src/core/lib/surface/channel_init.c
384 - src/core/lib/surface/channel_ping.c
385 - src/core/lib/surface/channel_stack_type.c
386 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700387 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700389 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/surface/metadata_array.c
391 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/surface/validate_metadata.c
393 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700394 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700395 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700396 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800397 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/transport/metadata.c
399 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700400 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700401 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700402 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800403 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400404 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700405 - src/core/lib/transport/transport.c
406 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700407 deps:
408 - gpr
409 uses:
410 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700411- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700412 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700413 - src/core/ext/filters/client_channel/client_channel.h
414 - src/core/ext/filters/client_channel/client_channel_factory.h
415 - src/core/ext/filters/client_channel/connector.h
416 - src/core/ext/filters/client_channel/http_connect_handshaker.h
417 - src/core/ext/filters/client_channel/http_proxy.h
418 - src/core/ext/filters/client_channel/lb_policy.h
419 - src/core/ext/filters/client_channel/lb_policy_factory.h
420 - src/core/ext/filters/client_channel/lb_policy_registry.h
421 - src/core/ext/filters/client_channel/parse_address.h
422 - src/core/ext/filters/client_channel/proxy_mapper.h
423 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
424 - src/core/ext/filters/client_channel/resolver.h
425 - src/core/ext/filters/client_channel/resolver_factory.h
426 - src/core/ext/filters/client_channel/resolver_registry.h
427 - src/core/ext/filters/client_channel/retry_throttle.h
428 - src/core/ext/filters/client_channel/subchannel.h
429 - src/core/ext/filters/client_channel/subchannel_index.h
430 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700431 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700432 - src/core/ext/filters/client_channel/channel_connectivity.c
433 - src/core/ext/filters/client_channel/client_channel.c
434 - src/core/ext/filters/client_channel/client_channel_factory.c
435 - src/core/ext/filters/client_channel/client_channel_plugin.c
436 - src/core/ext/filters/client_channel/connector.c
437 - src/core/ext/filters/client_channel/http_connect_handshaker.c
438 - src/core/ext/filters/client_channel/http_proxy.c
439 - src/core/ext/filters/client_channel/lb_policy.c
440 - src/core/ext/filters/client_channel/lb_policy_factory.c
441 - src/core/ext/filters/client_channel/lb_policy_registry.c
442 - src/core/ext/filters/client_channel/parse_address.c
443 - src/core/ext/filters/client_channel/proxy_mapper.c
444 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
445 - src/core/ext/filters/client_channel/resolver.c
446 - src/core/ext/filters/client_channel/resolver_factory.c
447 - src/core/ext/filters/client_channel/resolver_registry.c
448 - src/core/ext/filters/client_channel/retry_throttle.c
449 - src/core/ext/filters/client_channel/subchannel.c
450 - src/core/ext/filters/client_channel/subchannel_index.c
451 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700452 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700453 uses:
454 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700455 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800456- name: grpc_codegen
457 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700458 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800459 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800460 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800461 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800462 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800463 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700464 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800465 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700466 uses:
467 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700468- name: grpc_deadline_filter
469 headers:
470 - src/core/ext/filters/deadline/deadline_filter.h
471 src:
472 - src/core/ext/filters/deadline/deadline_filter.c
473 plugin: grpc_deadline_filter
474 uses:
475 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700476- name: grpc_http_filters
477 headers:
478 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700479 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700480 - src/core/ext/filters/http/server/http_server_filter.h
481 src:
482 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700483 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700484 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700485 - src/core/ext/filters/http/server/http_server_filter.c
486 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700487 uses:
488 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700489- name: grpc_lb_policy_grpclb
490 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700491 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
492 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
493 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
494 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700495 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700496 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
497 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
498 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
499 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800500 plugin: grpc_lb_policy_grpclb
501 uses:
502 - grpc_base
503 - grpc_client_channel
504 - nanopb
505- name: grpc_lb_policy_grpclb_secure
506 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700507 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
508 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
509 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
510 - 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 -0800511 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700512 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
513 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
514 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
515 - 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 -0700516 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700517 uses:
518 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700519 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700520 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700521 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700522- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700523 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700524 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700525 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700526 uses:
527 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700528 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700529- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700530 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700531 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700532 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700533 uses:
534 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700535 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700536- name: grpc_load_reporting
537 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700538 - src/core/ext/filters/load_reporting/load_reporting.h
539 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700540 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700541 - src/core/ext/filters/load_reporting/load_reporting.c
542 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700543 plugin: grpc_load_reporting_plugin
544 uses:
545 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700546- name: grpc_max_age_filter
547 headers:
548 - src/core/ext/filters/max_age/max_age_filter.h
549 src:
550 - src/core/ext/filters/max_age/max_age_filter.c
551 plugin: grpc_max_age_filter
552 uses:
553 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700554- name: grpc_message_size_filter
555 headers:
556 - src/core/ext/filters/message_size/message_size_filter.h
557 src:
558 - src/core/ext/filters/message_size/message_size_filter.c
559 plugin: grpc_message_size_filter
560 uses:
561 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700562- name: grpc_resolver_dns_ares
563 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700564 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
565 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700566 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700567 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
568 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
569 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700570 plugin: grpc_resolver_dns_ares
571 uses:
572 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700573 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700574- name: grpc_resolver_dns_native
575 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700576 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700577 plugin: grpc_resolver_dns_native
578 uses:
579 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700580 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700581- name: grpc_resolver_sockaddr
582 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700583 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700584 plugin: grpc_resolver_sockaddr
585 uses:
586 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700587 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100588- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700589 public_headers:
590 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100591 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700592 - src/core/lib/security/context/security_context.h
593 - src/core/lib/security/credentials/composite/composite_credentials.h
594 - src/core/lib/security/credentials/credentials.h
595 - src/core/lib/security/credentials/fake/fake_credentials.h
596 - src/core/lib/security/credentials/google_default/google_default_credentials.h
597 - src/core/lib/security/credentials/iam/iam_credentials.h
598 - src/core/lib/security/credentials/jwt/json_token.h
599 - src/core/lib/security/credentials/jwt/jwt_credentials.h
600 - src/core/lib/security/credentials/jwt/jwt_verifier.h
601 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
602 - src/core/lib/security/credentials/plugin/plugin_credentials.h
603 - src/core/lib/security/credentials/ssl/ssl_credentials.h
604 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800605 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700606 - src/core/lib/security/transport/secure_endpoint.h
607 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800608 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700609 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700610 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100611 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700612 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700613 - src/core/lib/security/context/security_context.c
614 - src/core/lib/security/credentials/composite/composite_credentials.c
615 - src/core/lib/security/credentials/credentials.c
616 - src/core/lib/security/credentials/credentials_metadata.c
617 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700618 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700619 - src/core/lib/security/credentials/google_default/google_default_credentials.c
620 - src/core/lib/security/credentials/iam/iam_credentials.c
621 - src/core/lib/security/credentials/jwt/json_token.c
622 - src/core/lib/security/credentials/jwt/jwt_credentials.c
623 - src/core/lib/security/credentials/jwt/jwt_verifier.c
624 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
625 - src/core/lib/security/credentials/plugin/plugin_credentials.c
626 - src/core/lib/security/credentials/ssl/ssl_credentials.c
627 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800628 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700629 - src/core/lib/security/transport/secure_endpoint.c
630 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800631 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700632 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700633 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700634 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700635 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700636 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700637 uses:
638 - grpc_base
639 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700640 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700641- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700642 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700643 headers:
644 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700645 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800646 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700647 - test/core/end2end/fixtures/proxy.h
648 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800649 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700650 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200651 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700652 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700653 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700654 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700655 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700656 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700657 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800658 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700659 src:
660 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700661 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800662 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700663 - test/core/end2end/fixtures/proxy.c
664 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800665 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700666 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200667 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700668 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700669 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700670 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800671 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700672 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700673 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800674 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700675 deps:
676 - grpc
677 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700678- name: grpc_transport_chttp2
679 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700680 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700681 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700682 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
683 - src/core/ext/transport/chttp2/transport/frame.h
684 - src/core/ext/transport/chttp2/transport/frame_data.h
685 - src/core/ext/transport/chttp2/transport/frame_goaway.h
686 - src/core/ext/transport/chttp2/transport/frame_ping.h
687 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
688 - src/core/ext/transport/chttp2/transport/frame_settings.h
689 - src/core/ext/transport/chttp2/transport/frame_window_update.h
690 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
691 - src/core/ext/transport/chttp2/transport/hpack_parser.h
692 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700693 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700694 - src/core/ext/transport/chttp2/transport/huffsyms.h
695 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
696 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700697 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700698 - src/core/ext/transport/chttp2/transport/varint.h
699 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700700 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700701 - src/core/ext/transport/chttp2/transport/bin_encoder.c
702 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700703 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
704 - src/core/ext/transport/chttp2/transport/frame_data.c
705 - src/core/ext/transport/chttp2/transport/frame_goaway.c
706 - src/core/ext/transport/chttp2/transport/frame_ping.c
707 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
708 - src/core/ext/transport/chttp2/transport/frame_settings.c
709 - src/core/ext/transport/chttp2/transport/frame_window_update.c
710 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
711 - src/core/ext/transport/chttp2/transport/hpack_parser.c
712 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700713 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700714 - src/core/ext/transport/chttp2/transport/huffsyms.c
715 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
716 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700717 - src/core/ext/transport/chttp2/transport/stream_lists.c
718 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700719 - src/core/ext/transport/chttp2/transport/varint.c
720 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700721 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700722 uses:
723 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700724 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700725 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700726- name: grpc_transport_chttp2_alpn
727 headers:
728 - src/core/ext/transport/chttp2/alpn/alpn.h
729 src:
730 - src/core/ext/transport/chttp2/alpn/alpn.c
731 deps:
732 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800733- name: grpc_transport_chttp2_client_connector
734 headers:
735 - src/core/ext/transport/chttp2/client/chttp2_connector.h
736 src:
737 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800738 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800739 - grpc_transport_chttp2
740 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700741 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700742- name: grpc_transport_chttp2_client_insecure
743 src:
744 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700745 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700746 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800747 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700748 - grpc_transport_chttp2
749 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700750 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700751- name: grpc_transport_chttp2_client_secure
752 src:
753 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700754 uses:
755 - grpc_transport_chttp2
756 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700757 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700758 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800759 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800760- name: grpc_transport_chttp2_server
761 headers:
762 - src/core/ext/transport/chttp2/server/chttp2_server.h
763 src:
764 - src/core/ext/transport/chttp2/server/chttp2_server.c
765 uses:
766 - grpc_transport_chttp2
767 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700768- name: grpc_transport_chttp2_server_insecure
769 src:
770 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700771 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700772 uses:
773 - grpc_transport_chttp2
774 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800775 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700776- name: grpc_transport_chttp2_server_secure
777 src:
778 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700779 uses:
780 - grpc_transport_chttp2
781 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700782 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800783 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700784- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700785 public_headers:
786 - include/grpc/grpc_cronet.h
787 - include/grpc/grpc_security.h
788 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700789 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800790 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800791 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700792 src:
793 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
794 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
795 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700796 filegroups:
797 - grpc_base
798 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700799 - grpc_http_filters
Craig Tillereb841e22016-02-11 15:49:16 -0800800- name: nanopb
801 headers:
802 - third_party/nanopb/pb.h
803 - third_party/nanopb/pb_common.h
804 - third_party/nanopb/pb_decode.h
805 - third_party/nanopb/pb_encode.h
806 src:
807 - third_party/nanopb/pb_common.c
808 - third_party/nanopb/pb_decode.c
809 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810- name: tsi
811 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700812 - src/core/tsi/fake_transport_security.h
813 - src/core/tsi/ssl_transport_security.h
814 - src/core/tsi/ssl_types.h
815 - src/core/tsi/transport_security.h
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700816 - src/core/tsi/transport_security_adapter.h
Craig Tiller134fed32017-03-28 14:27:18 -0700817 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700819 - src/core/tsi/fake_transport_security.c
820 - src/core/tsi/ssl_transport_security.c
821 - src/core/tsi/transport_security.c
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700822 - src/core/tsi/transport_security_adapter.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 deps:
824 - gpr
825 secure: true
826- name: grpc++_base
827 language: c++
828 public_headers:
829 - include/grpc++/alarm.h
830 - include/grpc++/channel.h
831 - include/grpc++/client_context.h
832 - include/grpc++/completion_queue.h
833 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700834 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800835 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - include/grpc++/generic/async_generic_service.h
837 - include/grpc++/generic/generic_stub.h
838 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800839 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700840 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800841 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700843 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 - include/grpc++/impl/grpc_library.h
845 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 - include/grpc++/impl/rpc_method.h
847 - include/grpc++/impl/rpc_service_method.h
848 - include/grpc++/impl/serialization_traits.h
849 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700850 - include/grpc++/impl/server_builder_plugin.h
851 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700853 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 - include/grpc++/security/auth_context.h
855 - include/grpc++/security/auth_metadata_processor.h
856 - include/grpc++/security/credentials.h
857 - include/grpc++/security/server_credentials.h
858 - include/grpc++/server.h
859 - include/grpc++/server_builder.h
860 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700861 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700862 - include/grpc++/support/async_stream.h
863 - include/grpc++/support/async_unary_call.h
864 - include/grpc++/support/byte_buffer.h
865 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700866 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - include/grpc++/support/slice.h
868 - include/grpc++/support/status.h
869 - include/grpc++/support/status_code_enum.h
870 - include/grpc++/support/string_ref.h
871 - include/grpc++/support/stub_options.h
872 - include/grpc++/support/sync_stream.h
873 - include/grpc++/support/time.h
874 headers:
875 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700876 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700877 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800878 - src/cpp/server/health/default_health_check_service.h
879 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700880 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700881 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700882 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700883 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700884 - src/cpp/client/client_context.cc
885 - src/cpp/client/create_channel.cc
886 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700887 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700888 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700890 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700891 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700892 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700893 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700894 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700896 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800898 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 - src/cpp/server/create_default_thread_pool.cc
900 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800901 - src/cpp/server/health/default_health_check_service.cc
902 - src/cpp/server/health/health.pb.c
903 - src/cpp/server/health/health_check_service.cc
904 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700905 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700906 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 - src/cpp/server/server_context.cc
908 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700909 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700910 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700911 - src/cpp/util/byte_buffer_cc.cc
912 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700913 - src/cpp/util/status.cc
914 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700915 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700916 uses:
yang-g17487f92016-06-03 15:21:15 -0700917 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700918 - grpc_base
919 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700920- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700921 language: c++
922 public_headers:
923 - include/grpc++/impl/codegen/async_stream.h
924 - include/grpc++/impl/codegen/async_unary_call.h
925 - include/grpc++/impl/codegen/call.h
926 - include/grpc++/impl/codegen/call_hook.h
927 - include/grpc++/impl/codegen/channel_interface.h
928 - include/grpc++/impl/codegen/client_context.h
929 - include/grpc++/impl/codegen/client_unary_call.h
930 - include/grpc++/impl/codegen/completion_queue.h
931 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700932 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700933 - include/grpc++/impl/codegen/core_codegen_interface.h
934 - include/grpc++/impl/codegen/create_auth_context.h
935 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800936 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700938 - include/grpc++/impl/codegen/rpc_method.h
939 - include/grpc++/impl/codegen/rpc_service_method.h
940 - include/grpc++/impl/codegen/security/auth_context.h
941 - include/grpc++/impl/codegen/serialization_traits.h
942 - include/grpc++/impl/codegen/server_context.h
943 - include/grpc++/impl/codegen/server_interface.h
944 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800945 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700946 - include/grpc++/impl/codegen/status.h
947 - include/grpc++/impl/codegen/status_code_enum.h
948 - include/grpc++/impl/codegen/string_ref.h
949 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700950 - include/grpc++/impl/codegen/sync_stream.h
951 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 uses:
953 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700954- name: grpc++_codegen_base_src
955 language: c++
956 src:
957 - src/cpp/codegen/codegen_init.cc
958 uses:
959 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700960- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700961 language: c++
962 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700963 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700964 uses:
yang-g17487f92016-06-03 15:21:15 -0700965 - grpc++_codegen_base
966 - grpc++_config_proto
967- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700968 language: c++
969 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700970 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700971- name: grpc++_reflection_proto
972 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700973 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700974 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800975- name: grpc++_test
976 language: c++
977 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -0700978 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800979 - include/grpc++/test/server_context_test_spouse.h
980 deps:
981 - grpc++
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
Craig Tillerbf4b2242015-08-31 15:53:53 -07001279- name: grpc++_unsecure
1280 build: all
1281 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001282 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001283 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001284 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001285 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001286 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001287 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001288 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001289 baselib: true
1290 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001291 filegroups:
1292 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001293 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001294 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001295 secure: false
1296 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001297- name: grpc_benchmark
1298 build: test
1299 language: c++
1300 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001301 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1302 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001303 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001304 src:
1305 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001306 deps:
1307 - benchmark
1308 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001309 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001310 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001311 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001312- name: grpc_cli_libs
1313 build: private
1314 language: c++
1315 headers:
1316 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001317 - test/cpp/util/cli_credentials.h
1318 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001319 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001320 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001321 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001322 src:
1323 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001324 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001325 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001326 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001327 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001328 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001329 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001330 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001331 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001332 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001333 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001334- name: grpc_plugin_support
1335 build: protoc
1336 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001337 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001338 - src/compiler/config.h
1339 - src/compiler/cpp_generator.h
1340 - src/compiler/cpp_generator_helpers.h
1341 - src/compiler/csharp_generator.h
1342 - src/compiler/csharp_generator_helpers.h
1343 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001344 - src/compiler/node_generator.h
1345 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001346 - src/compiler/objective_c_generator.h
1347 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001348 - src/compiler/php_generator.h
1349 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301350 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001351 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301352 - src/compiler/python_generator_helpers.h
1353 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001354 - src/compiler/ruby_generator.h
1355 - src/compiler/ruby_generator_helpers-inl.h
1356 - src/compiler/ruby_generator_map-inl.h
1357 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301358 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001359 src:
1360 - src/compiler/cpp_generator.cc
1361 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001362 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001363 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001364 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001365 - src/compiler/python_generator.cc
1366 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001367 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001368 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001369 secure: false
1370 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001371 vs_props:
1372 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001373- name: http2_client_main
1374 build: private
1375 language: c++
1376 headers:
1377 - test/cpp/interop/http2_client.h
1378 src:
1379 - src/proto/grpc/testing/empty.proto
1380 - src/proto/grpc/testing/messages.proto
1381 - src/proto/grpc/testing/test.proto
1382 - test/cpp/interop/http2_client.cc
1383 deps:
1384 - grpc++_test_util
1385 - grpc_test_util
1386 - grpc++
1387 - grpc
1388 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001389- name: interop_client_helper
1390 build: private
1391 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001392 headers:
1393 - test/cpp/interop/client_helper.h
1394 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001395 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001396 - test/cpp/interop/client_helper.cc
1397 deps:
1398 - grpc++_test_util
1399 - grpc_test_util
1400 - grpc++
1401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001402 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001403- name: interop_client_main
1404 build: private
1405 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001406 headers:
1407 - test/cpp/interop/interop_client.h
1408 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001409 - src/proto/grpc/testing/empty.proto
1410 - src/proto/grpc/testing/messages.proto
1411 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001412 - test/cpp/interop/client.cc
1413 - test/cpp/interop/interop_client.cc
1414 deps:
1415 - interop_client_helper
1416 - grpc++_test_util
1417 - grpc_test_util
1418 - grpc++
1419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001420 - gpr_test_util
1421 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001422 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423- name: interop_server_helper
1424 build: private
1425 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001426 headers:
1427 - test/cpp/interop/server_helper.h
1428 src:
1429 - test/cpp/interop/server_helper.cc
1430 deps:
yang-gcc591022017-01-11 11:10:43 -08001431 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001432 - grpc_test_util
1433 - grpc++
1434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001435 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001436- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437 build: private
1438 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001439 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001440 - src/proto/grpc/testing/empty.proto
1441 - src/proto/grpc/testing/messages.proto
1442 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001443 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001444 deps:
1445 - interop_server_helper
1446 - grpc++_test_util
1447 - grpc_test_util
1448 - grpc++
1449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001450 - gpr_test_util
1451 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001452 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001453- name: interop_server_main
1454 build: private
1455 language: c++
1456 src:
1457 - test/cpp/interop/interop_server_bootstrap.cc
1458 deps:
1459 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001460- name: qps
1461 build: private
1462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001463 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001464 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001465 - test/cpp/qps/client.h
1466 - test/cpp/qps/driver.h
1467 - test/cpp/qps/histogram.h
1468 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001469 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001470 - test/cpp/qps/qps_worker.h
1471 - test/cpp/qps/report.h
1472 - test/cpp/qps/server.h
1473 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001474 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001475 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001476 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001477 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001478 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001479 - src/proto/grpc/testing/control.proto
1480 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001481 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001482 - test/cpp/qps/client_async.cc
1483 - test/cpp/qps/client_sync.cc
1484 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001485 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001486 - test/cpp/qps/qps_worker.cc
1487 - test/cpp/qps/report.cc
1488 - test/cpp/qps/server_async.cc
1489 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001490 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001491 deps:
1492 - grpc_test_util
1493 - grpc++_test_util
1494 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001495- name: grpc_csharp_ext
1496 build: all
1497 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001498 src:
1499 - src/csharp/ext/grpc_csharp_ext.c
1500 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001502 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001503 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001504 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001505 dll: only
1506 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001507 vs_packages:
1508 - grpc.dependencies.openssl
1509 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001510 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001511 vs_props:
1512 - zlib
1513 - openssl
1514 - winsock
1515 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001516targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001517- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001518 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001519 build: test
1520 language: c
1521 src:
1522 - test/core/surface/alarm_test.c
1523 deps:
1524 - grpc_test_util
1525 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001526 - gpr_test_util
1527 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001528- name: algorithm_test
1529 build: test
1530 language: c
1531 src:
1532 - test/core/compression/algorithm_test.c
1533 deps:
1534 - grpc_test_util
1535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001538- name: alloc_test
1539 build: test
1540 language: c
1541 src:
1542 - test/core/support/alloc_test.c
1543 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001544 - gpr_test_util
1545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001546- name: alpn_test
1547 build: test
1548 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001549 src:
1550 - test/core/transport/chttp2/alpn_test.c
1551 deps:
1552 - grpc_test_util
1553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001554 - gpr_test_util
1555 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001556- name: api_fuzzer
1557 build: fuzzer
1558 language: c
1559 src:
1560 - test/core/end2end/fuzzers/api_fuzzer.c
1561 deps:
1562 - grpc_test_util
1563 - grpc
1564 - gpr_test_util
1565 - gpr
1566 corpus_dirs:
1567 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001568 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001569 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001570- name: arena_test
1571 build: test
1572 language: c
1573 src:
1574 - test/core/support/arena_test.c
1575 deps:
1576 - gpr_test_util
1577 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001578- name: bad_server_response_test
1579 build: test
1580 language: c
1581 src:
1582 - test/core/end2end/bad_server_response_test.c
1583 deps:
1584 - test_tcp_server
1585 - grpc_test_util
1586 - grpc
1587 - gpr_test_util
1588 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001589 exclude_iomgrs:
1590 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001591- name: bdp_estimator_test
1592 build: test
1593 language: c
1594 src:
1595 - test/core/transport/bdp_estimator_test.c
1596 deps:
1597 - grpc_test_util
1598 - grpc
1599 - gpr_test_util
1600 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001601- name: bin_decoder_test
1602 build: test
1603 language: c
1604 src:
1605 - test/core/transport/chttp2/bin_decoder_test.c
1606 deps:
1607 - grpc_test_util
1608 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001609- name: bin_encoder_test
1610 build: test
1611 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001612 src:
1613 - test/core/transport/chttp2/bin_encoder_test.c
1614 deps:
1615 - grpc_test_util
1616 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001617- name: census_context_test
1618 build: test
1619 language: c
1620 src:
1621 - test/core/census/context_test.c
1622 deps:
1623 - grpc_test_util
1624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001625 - gpr_test_util
1626 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001627- name: census_resource_test
1628 build: test
1629 language: c
1630 src:
1631 - test/core/census/resource_test.c
1632 deps:
1633 - grpc_test_util
1634 - grpc
1635 - gpr_test_util
1636 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001637- name: census_trace_context_test
1638 build: test
1639 language: c
1640 src:
1641 - test/core/census/trace_context_test.c
1642 deps:
1643 - grpc_test_util
1644 - grpc
1645 - gpr_test_util
1646 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001647- name: channel_create_test
1648 build: test
1649 language: c
1650 src:
1651 - test/core/surface/channel_create_test.c
1652 deps:
1653 - grpc_test_util
1654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001655 - gpr_test_util
1656 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001657- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001658 build: test
1659 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001660 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001661 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001662 deps:
1663 - grpc_test_util
1664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001665 - gpr_test_util
1666 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001667- name: chttp2_stream_map_test
1668 build: test
1669 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001670 src:
1671 - test/core/transport/chttp2/stream_map_test.c
1672 deps:
1673 - grpc_test_util
1674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr_test_util
1676 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001677- name: chttp2_varint_test
1678 build: test
1679 language: c
1680 src:
1681 - test/core/transport/chttp2/varint_test.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001685 - gpr_test_util
1686 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001687- name: client_fuzzer
1688 build: fuzzer
1689 language: c
1690 src:
1691 - test/core/end2end/fuzzers/client_fuzzer.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
1695 - gpr_test_util
1696 - gpr
1697 corpus_dirs:
1698 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001699 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001700 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001701- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001702 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001703 build: test
1704 language: c
1705 src:
1706 - test/core/iomgr/combiner_test.c
1707 deps:
1708 - grpc_test_util
1709 - grpc
1710 - gpr_test_util
1711 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001712- name: compression_test
1713 build: test
1714 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001715 src:
1716 - test/core/compression/compression_test.c
1717 deps:
1718 - grpc_test_util
1719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001720 - gpr_test_util
1721 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001722- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001723 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001724 build: test
1725 language: c
1726 src:
1727 - test/core/surface/concurrent_connectivity_test.c
1728 deps:
1729 - grpc_test_util
1730 - grpc
1731 - gpr_test_util
1732 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001733 exclude_iomgrs:
1734 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001735- name: connection_refused_test
1736 cpu_cost: 0.1
1737 build: test
1738 language: c
1739 src:
1740 - test/core/end2end/connection_refused_test.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
1744 - gpr_test_util
1745 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001746- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001747 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001748 build: test
1749 language: c
1750 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001751 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001752 deps:
1753 - grpc_test_util
1754 - grpc
1755 - gpr_test_util
1756 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001757 exclude_iomgrs:
1758 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001759- name: dns_resolver_test
1760 build: test
1761 language: c
1762 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001763 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001764 deps:
1765 - grpc_test_util
1766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001767 - gpr_test_util
1768 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001769- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001770 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771 build: test
1772 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001773 src:
1774 - test/core/end2end/dualstack_socket_test.c
1775 deps:
1776 - grpc_test_util
1777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001780 exclude_iomgrs:
1781 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001782 platforms:
1783 - mac
1784 - linux
1785 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001786- name: endpoint_pair_test
1787 build: test
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - test/core/iomgr/endpoint_pair_test.c
1791 deps:
1792 - grpc_test_util
1793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr_test_util
1795 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001796 exclude_iomgrs:
1797 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001798- name: error_test
1799 cpu_cost: 30
1800 build: test
1801 language: c
1802 src:
1803 - test/core/iomgr/error_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
1807 - gpr_test_util
1808 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001809- name: ev_epoll_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001810 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001811 build: test
1812 language: c
1813 src:
1814 - test/core/iomgr/ev_epoll_linux_test.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
1818 - gpr_test_util
1819 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001820 exclude_iomgrs:
1821 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001822 platforms:
1823 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001824- name: fake_resolver_test
1825 build: test
1826 language: c
1827 src:
1828 - test/core/client_channel/resolvers/fake_resolver_test.c
1829 deps:
1830 - grpc_test_util
1831 - grpc
1832 - gpr_test_util
1833 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001834- name: fd_conservation_posix_test
1835 build: test
1836 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001837 src:
1838 - test/core/iomgr/fd_conservation_posix_test.c
1839 deps:
1840 - grpc_test_util
1841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001842 - gpr_test_util
1843 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001844 exclude_iomgrs:
1845 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001846 platforms:
1847 - mac
1848 - linux
1849 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850- name: fd_posix_test
1851 build: test
1852 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001853 src:
1854 - test/core/iomgr/fd_posix_test.c
1855 deps:
1856 - grpc_test_util
1857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001858 - gpr_test_util
1859 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001860 exclude_iomgrs:
1861 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001862 platforms:
1863 - mac
1864 - linux
1865 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: fling_client
1867 build: test
1868 run: false
1869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
1871 - test/core/fling/client.c
1872 deps:
1873 - grpc_test_util
1874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877- name: fling_server
1878 build: test
1879 run: false
1880 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001881 src:
1882 - test/core/fling/server.c
1883 deps:
1884 - grpc_test_util
1885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001886 - gpr_test_util
1887 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001888- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001889 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890 build: test
1891 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001892 src:
1893 - test/core/fling/fling_stream_test.c
1894 deps:
1895 - grpc_test_util
1896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001899 platforms:
1900 - mac
1901 - linux
1902 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001904 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001905 build: test
1906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001907 src:
1908 - test/core/fling/fling_test.c
1909 deps:
1910 - grpc_test_util
1911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001912 - gpr_test_util
1913 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001914 platforms:
1915 - mac
1916 - linux
1917 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001918- name: gen_hpack_tables
1919 build: tool
1920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001921 src:
1922 - tools/codegen/core/gen_hpack_tables.c
1923 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001924 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001925 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001926- name: gen_legal_metadata_characters
1927 build: tool
1928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001929 src:
1930 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001931 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001932- name: gen_percent_encoding_tables
1933 build: tool
1934 language: c
1935 src:
1936 - tools/codegen/core/gen_percent_encoding_tables.c
1937 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001938- name: goaway_server_test
1939 cpu_cost: 0.1
1940 build: test
1941 language: c
1942 src:
1943 - test/core/end2end/goaway_server_test.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
1947 - gpr_test_util
1948 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001949 exclude_iomgrs:
1950 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001951 platforms:
1952 - mac
1953 - linux
1954 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001955- name: gpr_avl_test
1956 build: test
1957 language: c
1958 src:
1959 - test/core/support/avl_test.c
1960 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001963- name: gpr_backoff_test
1964 build: test
1965 language: c
1966 src:
1967 - test/core/support/backoff_test.c
1968 deps:
1969 - gpr_test_util
1970 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971- name: gpr_cmdline_test
1972 build: test
1973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
1975 - test/core/support/cmdline_test.c
1976 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001979- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07001980 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001981 build: test
1982 language: c
1983 src:
1984 - test/core/support/cpu_test.c
1985 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001986 - gpr_test_util
1987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001988- name: gpr_env_test
1989 build: test
1990 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001991 src:
1992 - test/core/support/env_test.c
1993 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001994 - gpr_test_util
1995 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996- name: gpr_histogram_test
1997 build: test
1998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001999 src:
2000 - test/core/support/histogram_test.c
2001 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002002 - gpr_test_util
2003 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004- name: gpr_host_port_test
2005 build: test
2006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002007 src:
2008 - test/core/support/host_port_test.c
2009 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr_test_util
2011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012- name: gpr_log_test
2013 build: test
2014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002015 src:
2016 - test/core/support/log_test.c
2017 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr_test_util
2019 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002020- name: gpr_mpscq_test
2021 cpu_cost: 30
2022 build: test
2023 language: c
2024 src:
2025 - test/core/support/mpscq_test.c
2026 deps:
2027 - gpr_test_util
2028 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002029- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002030 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002031 build: test
2032 language: c
2033 src:
2034 - test/core/support/spinlock_test.c
2035 deps:
2036 - gpr_test_util
2037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002038- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002039 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040 build: test
2041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
2043 - test/core/support/stack_lockfree_test.c
2044 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: gpr_string_test
2048 build: test
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/core/support/string_test.c
2052 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002055- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002056 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002057 build: test
2058 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002059 src:
2060 - test/core/support/sync_test.c
2061 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002062 - gpr_test_util
2063 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002065 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002066 build: test
2067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
2069 - test/core/support/thd_test.c
2070 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr_test_util
2072 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073- name: gpr_time_test
2074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
2077 - test/core/support/time_test.c
2078 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002081- name: gpr_tls_test
2082 build: test
2083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002084 src:
2085 - test/core/support/tls_test.c
2086 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: gpr_useful_test
2090 build: test
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/support/useful_test.c
2094 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002097- name: grpc_auth_context_test
2098 build: test
2099 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002100 src:
2101 - test/core/security/auth_context_test.c
2102 deps:
2103 - grpc_test_util
2104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr_test_util
2106 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002107- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002108 build: test
2109 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002110 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002111 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002112 deps:
2113 - grpc_test_util
2114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002115 - gpr_test_util
2116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002117- name: grpc_byte_buffer_reader_test
2118 build: test
2119 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002120 src:
2121 - test/core/surface/byte_buffer_reader_test.c
2122 deps:
2123 - grpc_test_util
2124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002125 - gpr_test_util
2126 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002127- name: grpc_channel_args_test
2128 build: test
2129 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002130 src:
2131 - test/core/channel/channel_args_test.c
2132 deps:
2133 - grpc_test_util
2134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr_test_util
2136 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137- name: grpc_channel_stack_test
2138 build: test
2139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - test/core/channel/channel_stack_test.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr_test_util
2146 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147- name: grpc_completion_queue_test
2148 build: test
2149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - test/core/surface/completion_queue_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002157- name: grpc_completion_queue_threading_test
2158 build: test
2159 language: c
2160 src:
2161 - test/core/surface/completion_queue_threading_test.c
2162 deps:
2163 - grpc_test_util
2164 - grpc
2165 - gpr_test_util
2166 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002167 exclude_iomgrs:
2168 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: grpc_create_jwt
2170 build: tool
2171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002172 src:
2173 - test/core/security/create_jwt.c
2174 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002177 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002178- name: grpc_credentials_test
2179 build: test
2180 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002181 src:
2182 - test/core/security/credentials_test.c
2183 deps:
2184 - grpc_test_util
2185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr_test_util
2187 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002188- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002189 build: test
2190 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002191 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002192 src:
2193 - test/core/security/fetch_oauth2.c
2194 deps:
2195 - grpc_test_util
2196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002199- name: grpc_invalid_channel_args_test
2200 build: test
2201 language: c
2202 src:
2203 - test/core/surface/invalid_channel_args_test.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209- name: grpc_json_token_test
2210 build: test
2211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002212 src:
2213 - test/core/security/json_token_test.c
2214 deps:
2215 - grpc_test_util
2216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 - gpr_test_util
2218 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002219 platforms:
2220 - linux
2221 - posix
2222 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002223- name: grpc_jwt_verifier_test
2224 build: test
2225 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002226 src:
2227 - test/core/security/jwt_verifier_test.c
2228 deps:
2229 - grpc_test_util
2230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002231 - gpr_test_util
2232 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233- name: grpc_print_google_default_creds_token
2234 build: tool
2235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002236 src:
2237 - test/core/security/print_google_default_creds_token.c
2238 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002240 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002241- name: grpc_security_connector_test
2242 build: test
2243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002244 src:
2245 - test/core/security/security_connector_test.c
2246 deps:
2247 - grpc_test_util
2248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002249 - gpr_test_util
2250 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002251- name: grpc_verify_jwt
2252 build: tool
2253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002254 src:
2255 - test/core/security/verify_jwt.c
2256 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002258 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002259- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002260 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002261 language: c
2262 src:
2263 - test/core/handshake/client_ssl.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
2267 - gpr_test_util
2268 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002269 exclude_iomgrs:
2270 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002271 platforms:
2272 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002273 secure: true
2274- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002275 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002276 language: c
2277 src:
2278 - test/core/handshake/server_ssl.c
2279 deps:
2280 - grpc_test_util
2281 - grpc
2282 - gpr_test_util
2283 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002284 platforms:
2285 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002286 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002287- name: hpack_parser_fuzzer_test
2288 build: fuzzer
2289 language: c
2290 src:
2291 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2292 deps:
2293 - grpc_test_util
2294 - grpc
2295 - gpr_test_util
2296 - gpr
2297 corpus_dirs:
2298 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002299 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002300 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002301- name: hpack_parser_test
2302 build: test
2303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002304 src:
2305 - test/core/transport/chttp2/hpack_parser_test.c
2306 deps:
2307 - grpc_test_util
2308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002309 - gpr_test_util
2310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: hpack_table_test
2312 build: test
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
2315 - test/core/transport/chttp2/hpack_table_test.c
2316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002321- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322 build: test
2323 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002324 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002325 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002326 deps:
2327 - grpc_test_util
2328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002329 - gpr_test_util
2330 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002331- name: http_request_fuzzer_test
2332 build: fuzzer
2333 language: c
2334 src:
2335 - test/core/http/request_fuzzer.c
2336 deps:
2337 - grpc_test_util
2338 - grpc
2339 - gpr_test_util
2340 - gpr
2341 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002342 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002343 maxlen: 2048
2344- name: http_response_fuzzer_test
2345 build: fuzzer
2346 language: c
2347 src:
2348 - test/core/http/response_fuzzer.c
2349 deps:
2350 - grpc_test_util
2351 - grpc
2352 - gpr_test_util
2353 - gpr
2354 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002355 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002356 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002357- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358 build: test
2359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002360 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002361 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002362 deps:
2363 - grpc_test_util
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002367- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002368 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369 build: test
2370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002372 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002378 platforms:
2379 - mac
2380 - linux
2381 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002382- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002383 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002384 build: test
2385 language: c
2386 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002387 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002388 deps:
2389 - grpc_test_util
2390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 - gpr_test_util
2392 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002393 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002394 - linux
yang-gf1183302015-12-07 16:02:05 -08002395- name: init_test
2396 build: test
2397 language: c
2398 src:
2399 - test/core/surface/init_test.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002405- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002406 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002407 build: test
2408 language: c
2409 src:
2410 - test/core/end2end/invalid_call_argument_test.c
2411 deps:
2412 - grpc_test_util
2413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002414 - gpr_test_util
2415 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002416- name: json_fuzzer_test
2417 build: fuzzer
2418 language: c
2419 src:
2420 - test/core/json/fuzzer.c
2421 deps:
2422 - grpc_test_util
2423 - grpc
2424 - gpr_test_util
2425 - gpr
2426 corpus_dirs:
2427 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002428 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002429- name: json_rewrite
2430 build: test
2431 run: false
2432 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002433 src:
2434 - test/core/json/json_rewrite.c
2435 deps:
2436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002438- name: json_rewrite_test
2439 build: test
2440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002441 src:
2442 - test/core/json/json_rewrite_test.c
2443 deps:
2444 - grpc_test_util
2445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002446 - gpr_test_util
2447 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002448- name: json_stream_error_test
2449 build: test
2450 language: c
2451 src:
2452 - test/core/json/json_stream_error_test.c
2453 deps:
2454 - grpc_test_util
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: json_test
2459 build: test
2460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002461 src:
2462 - test/core/json/json_test.c
2463 deps:
2464 - grpc_test_util
2465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr_test_util
2467 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: lame_client_test
2469 build: test
2470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
2472 - test/core/surface/lame_client_test.c
2473 deps:
2474 - grpc_test_util
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002478- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002479 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002480 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002481 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002483 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002484 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002485 deps:
2486 - grpc_test_util
2487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002488 - gpr_test_util
2489 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002490- name: load_file_test
2491 build: test
2492 language: c
2493 src:
2494 - test/core/iomgr/load_file_test.c
2495 deps:
2496 - grpc_test_util
2497 - grpc
2498 - gpr_test_util
2499 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002500- name: low_level_ping_pong_benchmark
2501 build: benchmark
2502 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002503 src:
2504 - test/core/network_benchmarks/low_level_ping_pong.c
2505 deps:
2506 - grpc_test_util
2507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002508 - gpr_test_util
2509 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002510 platforms:
2511 - mac
2512 - linux
2513 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002514- name: memory_profile_client
2515 build: test
2516 run: false
2517 language: c
2518 src:
2519 - test/core/memory_usage/client.c
2520 deps:
2521 - grpc_test_util
2522 - grpc
2523 - gpr_test_util
2524 - gpr
2525- name: memory_profile_server
2526 build: test
2527 run: false
2528 language: c
2529 src:
2530 - test/core/memory_usage/server.c
2531 deps:
2532 - grpc_test_util
2533 - grpc
2534 - gpr_test_util
2535 - gpr
2536- name: memory_profile_test
2537 cpu_cost: 1.5
2538 build: test
2539 language: c
2540 src:
2541 - test/core/memory_usage/memory_usage_test.c
2542 deps:
2543 - grpc_test_util
2544 - grpc
2545 - gpr_test_util
2546 - gpr
2547 platforms:
2548 - mac
2549 - linux
2550 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: message_compress_test
2552 build: test
2553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002554 src:
2555 - test/core/compression/message_compress_test.c
2556 deps:
2557 - grpc_test_util
2558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002559 - gpr_test_util
2560 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002561- name: minimal_stack_is_minimal_test
2562 build: test
2563 language: c
2564 src:
2565 - test/core/channel/minimal_stack_is_minimal_test.c
2566 deps:
2567 - grpc_test_util
2568 - grpc
2569 - gpr_test_util
2570 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002571- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002572 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002573 build: test
2574 language: c
2575 src:
2576 - test/core/census/mlog_test.c
2577 deps:
2578 - grpc_test_util
2579 - grpc
2580 - gpr_test_util
2581 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582- name: multiple_server_queues_test
2583 build: test
2584 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002585 src:
2586 - test/core/end2end/multiple_server_queues_test.c
2587 deps:
2588 - grpc_test_util
2589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002590 - gpr_test_util
2591 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002592- name: murmur_hash_test
2593 build: test
2594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002595 src:
2596 - test/core/support/murmur_hash_test.c
2597 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002598 - gpr_test_util
2599 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002600- name: nanopb_fuzzer_response_test
2601 build: fuzzer
2602 language: c
2603 src:
2604 - test/core/nanopb/fuzzer_response.c
2605 deps:
2606 - grpc_test_util
2607 - grpc
2608 - gpr_test_util
2609 - gpr
2610 corpus_dirs:
2611 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002612 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002613- name: nanopb_fuzzer_serverlist_test
2614 build: fuzzer
2615 language: c
2616 src:
2617 - test/core/nanopb/fuzzer_serverlist.c
2618 deps:
2619 - grpc_test_util
2620 - grpc
2621 - gpr_test_util
2622 - gpr
2623 corpus_dirs:
2624 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002625 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002627 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628 build: test
2629 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002630 src:
2631 - test/core/end2end/no_server_test.c
2632 deps:
2633 - grpc_test_util
2634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 - gpr_test_util
2636 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002637- name: parse_address_test
2638 build: test
2639 language: c
2640 src:
2641 - test/core/client_channel/parse_address_test.c
2642 deps:
2643 - grpc_test_util
2644 - grpc
2645 - gpr_test_util
2646 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002647- name: percent_decode_fuzzer
2648 build: fuzzer
2649 language: c
2650 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002651 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002652 deps:
2653 - grpc_test_util
2654 - grpc
2655 - gpr_test_util
2656 - gpr
2657 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002658 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002659 maxlen: 32
2660- name: percent_encode_fuzzer
2661 build: fuzzer
2662 language: c
2663 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002664 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002665 deps:
2666 - grpc_test_util
2667 - grpc
2668 - gpr_test_util
2669 - gpr
2670 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002671 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002672 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002673- name: percent_encoding_test
2674 build: test
2675 language: c
2676 src:
2677 - test/core/slice/percent_encoding_test.c
2678 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002679 - grpc_test_util
2680 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002681 - gpr_test_util
2682 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002683- name: pollset_set_test
2684 build: test
2685 language: c
2686 src:
2687 - test/core/iomgr/pollset_set_test.c
2688 deps:
2689 - grpc_test_util
2690 - grpc
2691 - gpr_test_util
2692 - gpr
2693 exclude_iomgrs:
2694 - uv
2695 platforms:
2696 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002697- name: resolve_address_posix_test
2698 build: test
2699 language: c
2700 src:
2701 - test/core/iomgr/resolve_address_posix_test.c
2702 deps:
2703 - grpc_test_util
2704 - grpc
2705 - gpr_test_util
2706 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002707 exclude_iomgrs:
2708 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002709 platforms:
2710 - mac
2711 - linux
2712 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002713- name: resolve_address_test
2714 build: test
2715 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002716 src:
2717 - test/core/iomgr/resolve_address_test.c
2718 deps:
2719 - grpc_test_util
2720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002721 - gpr_test_util
2722 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002723- name: resource_quota_test
2724 cpu_cost: 30
2725 build: test
2726 language: c
2727 src:
2728 - test/core/iomgr/resource_quota_test.c
2729 deps:
2730 - grpc_test_util
2731 - grpc
2732 - gpr_test_util
2733 - gpr
yang-gd482e592015-12-10 14:04:00 -08002734- name: secure_channel_create_test
2735 build: test
2736 language: c
2737 src:
2738 - test/core/surface/secure_channel_create_test.c
2739 deps:
2740 - grpc_test_util
2741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002742 - gpr_test_util
2743 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002744- name: secure_endpoint_test
2745 build: test
2746 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002747 src:
2748 - test/core/security/secure_endpoint_test.c
2749 deps:
2750 - grpc_test_util
2751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002752 - gpr_test_util
2753 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002754 exclude_iomgrs:
2755 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002756- name: sequential_connectivity_test
2757 build: test
2758 language: c
2759 src:
2760 - test/core/surface/sequential_connectivity_test.c
2761 deps:
2762 - grpc_test_util
2763 - grpc
2764 - gpr_test_util
2765 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002766 exclude_iomgrs:
2767 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002768- name: server_chttp2_test
2769 build: test
2770 language: c
2771 src:
2772 - test/core/surface/server_chttp2_test.c
2773 deps:
2774 - grpc_test_util
2775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002776 - gpr_test_util
2777 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002778- name: server_fuzzer
2779 build: fuzzer
2780 language: c
2781 src:
2782 - test/core/end2end/fuzzers/server_fuzzer.c
2783 deps:
2784 - grpc_test_util
2785 - grpc
2786 - gpr_test_util
2787 - gpr
2788 corpus_dirs:
2789 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002790 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002791 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002792- name: server_test
2793 build: test
2794 language: c
2795 src:
2796 - test/core/surface/server_test.c
2797 deps:
2798 - grpc_test_util
2799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002800 - gpr_test_util
2801 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002802- name: slice_buffer_test
2803 build: test
2804 language: c
2805 src:
2806 - test/core/slice/slice_buffer_test.c
2807 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002808 - grpc_test_util
2809 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002810 - gpr_test_util
2811 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002812- name: slice_hash_table_test
2813 build: test
2814 language: c
2815 src:
2816 - test/core/slice/slice_hash_table_test.c
2817 deps:
2818 - grpc_test_util
2819 - grpc
2820 - gpr_test_util
2821 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002822- name: slice_string_helpers_test
2823 build: test
2824 language: c
2825 src:
2826 - test/core/slice/slice_string_helpers_test.c
2827 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002828 - grpc_test_util
2829 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002830 - gpr_test_util
2831 - gpr
2832- name: slice_test
2833 build: test
2834 language: c
2835 src:
2836 - test/core/slice/slice_test.c
2837 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002838 - grpc_test_util
2839 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002840 - gpr_test_util
2841 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002842- name: sockaddr_resolver_test
2843 build: test
2844 language: c
2845 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002846 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002847 deps:
2848 - grpc_test_util
2849 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002850 - gpr_test_util
2851 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002852- name: sockaddr_utils_test
2853 build: test
2854 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002855 src:
2856 - test/core/iomgr/sockaddr_utils_test.c
2857 deps:
2858 - grpc_test_util
2859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002860 - gpr_test_util
2861 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002862- name: socket_utils_test
2863 build: test
2864 language: c
2865 src:
2866 - test/core/iomgr/socket_utils_test.c
2867 deps:
2868 - grpc_test_util
2869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002870 - gpr_test_util
2871 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002872 exclude_iomgrs:
2873 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002874 platforms:
2875 - mac
2876 - linux
2877 - posix
yang-g31e21282016-11-04 15:10:03 -07002878- name: ssl_server_fuzzer
2879 build: fuzzer
2880 language: c
2881 src:
2882 - test/core/security/ssl_server_fuzzer.c
2883 deps:
2884 - grpc_test_util
2885 - grpc
2886 - gpr_test_util
2887 - gpr
2888 corpus_dirs:
2889 - test/core/security/corpus/ssl_server_corpus
2890 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002891- name: status_conversion_test
2892 build: test
2893 language: c
2894 src:
2895 - test/core/transport/status_conversion_test.c
2896 deps:
2897 - grpc_test_util
2898 - grpc
2899 - gpr_test_util
2900 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002901- name: stream_owned_slice_test
2902 build: test
2903 language: c
2904 src:
2905 - test/core/transport/stream_owned_slice_test.c
2906 deps:
2907 - grpc_test_util
2908 - grpc
2909 - gpr_test_util
2910 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002911- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002912 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002913 build: test
2914 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002915 src:
2916 - test/core/iomgr/tcp_client_posix_test.c
2917 deps:
2918 - grpc_test_util
2919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002920 - gpr_test_util
2921 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002922 exclude_iomgrs:
2923 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002924 platforms:
2925 - mac
2926 - linux
2927 - posix
murgatroid991191b722017-02-08 11:56:52 -08002928- name: tcp_client_uv_test
2929 cpu_cost: 0.5
2930 build: test
2931 language: c
2932 src:
2933 - test/core/iomgr/tcp_client_uv_test.c
2934 deps:
2935 - grpc_test_util
2936 - grpc
2937 - gpr_test_util
2938 - gpr
2939 exclude_iomgrs:
2940 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002941- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002942 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002943 build: test
2944 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002945 src:
2946 - test/core/iomgr/tcp_posix_test.c
2947 deps:
2948 - grpc_test_util
2949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002950 - gpr_test_util
2951 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002952 exclude_iomgrs:
2953 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002954 platforms:
2955 - mac
2956 - linux
2957 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002958- name: tcp_server_posix_test
2959 build: test
2960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002961 src:
2962 - test/core/iomgr/tcp_server_posix_test.c
2963 deps:
2964 - grpc_test_util
2965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002966 - gpr_test_util
2967 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002968 exclude_iomgrs:
2969 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002970 platforms:
2971 - mac
2972 - linux
2973 - posix
murgatroid991191b722017-02-08 11:56:52 -08002974- name: tcp_server_uv_test
2975 build: test
2976 language: c
2977 src:
2978 - test/core/iomgr/tcp_server_uv_test.c
2979 deps:
2980 - grpc_test_util
2981 - grpc
2982 - gpr_test_util
2983 - gpr
2984 exclude_iomgrs:
2985 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002986- name: time_averaged_stats_test
2987 build: test
2988 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002989 src:
2990 - test/core/iomgr/time_averaged_stats_test.c
2991 deps:
2992 - grpc_test_util
2993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002994 - gpr_test_util
2995 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002996- name: timeout_encoding_test
2997 build: test
2998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002999 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003000 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003001 deps:
3002 - grpc_test_util
3003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 - gpr_test_util
3005 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003006- name: timer_heap_test
3007 build: test
3008 language: c
3009 src:
3010 - test/core/iomgr/timer_heap_test.c
3011 deps:
3012 - grpc_test_util
3013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003014 - gpr_test_util
3015 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003016 exclude_iomgrs:
3017 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003018- name: timer_list_test
3019 build: test
3020 language: c
3021 src:
3022 - test/core/iomgr/timer_list_test.c
3023 deps:
3024 - grpc_test_util
3025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003026 - gpr_test_util
3027 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003028 exclude_iomgrs:
3029 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003030- name: transport_connectivity_state_test
3031 build: test
3032 language: c
3033 src:
3034 - test/core/transport/connectivity_state_test.c
3035 deps:
3036 - grpc_test_util
3037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003038 - gpr_test_util
3039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003040- name: transport_metadata_test
3041 build: test
3042 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003043 src:
3044 - test/core/transport/metadata_test.c
3045 deps:
3046 - grpc_test_util
3047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003048 - gpr_test_util
3049 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003050- name: transport_pid_controller_test
3051 build: test
3052 language: c
3053 src:
3054 - test/core/transport/pid_controller_test.c
3055 deps:
3056 - grpc_test_util
3057 - grpc
3058 - gpr_test_util
3059 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003060- name: transport_security_test
3061 build: test
3062 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003063 src:
3064 - test/core/tsi/transport_security_test.c
3065 deps:
3066 - grpc_test_util
3067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003068 - gpr_test_util
3069 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003070 platforms:
3071 - linux
3072 - posix
3073 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003074- name: udp_server_test
3075 build: test
3076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003077 src:
3078 - test/core/iomgr/udp_server_test.c
3079 deps:
3080 - grpc_test_util
3081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003082 - gpr_test_util
3083 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003084 exclude_iomgrs:
3085 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003086 platforms:
3087 - mac
3088 - linux
3089 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003090- name: uri_fuzzer_test
3091 build: fuzzer
3092 language: c
3093 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003094 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003095 deps:
3096 - grpc_test_util
3097 - grpc
3098 - gpr_test_util
3099 - gpr
3100 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003101 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003102 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003103- name: uri_parser_test
3104 build: test
3105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003106 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003107 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003108 deps:
3109 - grpc_test_util
3110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003111 - gpr_test_util
3112 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003113- name: wakeup_fd_cv_test
3114 build: test
3115 language: c
3116 src:
3117 - test/core/iomgr/wakeup_fd_cv_test.c
3118 deps:
3119 - grpc_test_util
3120 - grpc
3121 - gpr_test_util
3122 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003123 exclude_iomgrs:
3124 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003125 platforms:
3126 - mac
3127 - linux
3128 - posix
vjpai04e992a2016-02-10 16:58:38 -08003129- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003130 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003131 build: test
3132 language: c++
3133 src:
3134 - test/cpp/common/alarm_cpp_test.cc
3135 deps:
3136 - grpc++_test_util
3137 - grpc_test_util
3138 - grpc++
3139 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003140 - gpr_test_util
3141 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003142- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003143 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003144 build: test
3145 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003146 src:
3147 - test/cpp/end2end/async_end2end_test.cc
3148 deps:
3149 - grpc++_test_util
3150 - grpc_test_util
3151 - grpc++
3152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003153 - gpr_test_util
3154 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003155- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003156 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003157 build: test
3158 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003159 src:
3160 - test/cpp/common/auth_property_iterator_test.cc
3161 deps:
3162 - grpc++_test_util
3163 - grpc_test_util
3164 - grpc++
3165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003166 - gpr_test_util
3167 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003168- name: bm_arena
3169 build: test
3170 language: c++
3171 src:
3172 - test/cpp/microbenchmarks/bm_arena.cc
3173 deps:
3174 - grpc_benchmark
3175 - benchmark
3176 - grpc++_test_util
3177 - grpc_test_util
3178 - grpc++
3179 - grpc
3180 - gpr_test_util
3181 - gpr
3182 args:
3183 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003184 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003185 platforms:
3186 - mac
3187 - linux
3188 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003189- name: bm_call_create
3190 build: test
3191 language: c++
3192 src:
3193 - test/cpp/microbenchmarks/bm_call_create.cc
3194 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003195 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003196 - benchmark
3197 - grpc++_test_util
3198 - grpc_test_util
3199 - grpc++
3200 - grpc
3201 - gpr_test_util
3202 - gpr
3203 args:
3204 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003205 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003206 platforms:
3207 - mac
3208 - linux
3209 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003210- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003211 build: test
3212 language: c++
3213 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003214 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003215 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003216 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003217 - benchmark
3218 - grpc++_test_util
3219 - grpc_test_util
3220 - grpc++
3221 - grpc
3222 - gpr_test_util
3223 - gpr
3224 args:
3225 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003226 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003227 platforms:
3228 - mac
3229 - linux
3230 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003231- name: bm_chttp2_transport
3232 build: test
3233 language: c++
3234 src:
3235 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3236 deps:
3237 - grpc_benchmark
3238 - benchmark
3239 - grpc++_test_util
3240 - grpc_test_util
3241 - grpc++
3242 - grpc
3243 - gpr_test_util
3244 - gpr
3245 args:
3246 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003247 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003248 platforms:
3249 - mac
3250 - linux
3251 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003252- name: bm_closure
3253 build: test
3254 language: c++
3255 src:
3256 - test/cpp/microbenchmarks/bm_closure.cc
3257 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003258 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003259 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003260 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003261 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003262 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003263 - grpc
3264 - gpr_test_util
3265 - gpr
3266 args:
3267 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003268 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003269 platforms:
3270 - mac
3271 - linux
3272 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003273- name: bm_cq
3274 build: test
3275 language: c++
3276 src:
3277 - test/cpp/microbenchmarks/bm_cq.cc
3278 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003279 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003280 - benchmark
3281 - grpc++_test_util
3282 - grpc_test_util
3283 - grpc++
3284 - grpc
3285 - gpr_test_util
3286 - gpr
3287 args:
3288 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003289 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003290 platforms:
3291 - mac
3292 - linux
3293 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003294- name: bm_cq_multiple_threads
3295 build: test
3296 language: c++
3297 src:
3298 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3299 deps:
3300 - grpc_benchmark
3301 - benchmark
3302 - grpc++_test_util
3303 - grpc_test_util
3304 - grpc++
3305 - grpc
3306 - gpr_test_util
3307 - gpr
3308 args:
3309 - --benchmark_min_time=0
3310 defaults: benchmark
3311 platforms:
3312 - mac
3313 - linux
3314 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003315- name: bm_error
3316 build: test
3317 language: c++
3318 src:
3319 - test/cpp/microbenchmarks/bm_error.cc
3320 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003321 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003322 - benchmark
3323 - grpc++_test_util
3324 - grpc_test_util
3325 - grpc++
3326 - grpc
3327 - gpr_test_util
3328 - gpr
3329 args:
3330 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003331 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003332 platforms:
3333 - mac
3334 - linux
3335 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003336- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003337 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003338 language: c++
3339 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003340 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003341 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003342 - grpc_benchmark
3343 - benchmark
3344 - grpc++_test_util
3345 - grpc_test_util
3346 - grpc++
3347 - grpc
3348 - gpr_test_util
3349 - gpr
3350 args:
3351 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003352 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003353 excluded_poll_engines:
3354 - poll
3355 - poll-cv
3356 platforms:
3357 - mac
3358 - linux
3359 - posix
3360 timeout_seconds: 1200
3361- name: bm_fullstack_streaming_pump
3362 build: test
3363 language: c++
3364 src:
3365 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003366 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003367 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003368 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003369 - grpc++_test_util
3370 - grpc_test_util
3371 - grpc++
3372 - grpc
3373 - gpr_test_util
3374 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003375 args:
3376 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003377 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003378 excluded_poll_engines:
3379 - poll
3380 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003381 platforms:
3382 - mac
3383 - linux
3384 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003385 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003386- name: bm_fullstack_trickle
3387 build: test
3388 language: c++
3389 src:
3390 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3391 deps:
3392 - grpc_benchmark
3393 - benchmark
3394 - grpc++_test_util
3395 - grpc_test_util
3396 - grpc++
3397 - grpc
3398 - gpr_test_util
3399 - gpr
3400 args:
3401 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003402 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003403 excluded_poll_engines:
3404 - poll
3405 - poll-cv
3406 platforms:
3407 - mac
3408 - linux
3409 - posix
3410 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003411- name: bm_fullstack_unary_ping_pong
3412 build: test
3413 language: c++
3414 src:
3415 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3416 deps:
3417 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003418 - benchmark
3419 - grpc++_test_util
3420 - grpc_test_util
3421 - grpc++
3422 - grpc
3423 - gpr_test_util
3424 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003425 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003426 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003427 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003428 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003429 - poll
3430 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003431 platforms:
3432 - mac
3433 - linux
3434 - posix
3435 timeout_seconds: 1200
3436- name: bm_metadata
3437 build: test
3438 language: c++
3439 src:
3440 - test/cpp/microbenchmarks/bm_metadata.cc
3441 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003442 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003443 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003444 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003445 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003446 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003447 - grpc
3448 - gpr_test_util
3449 - gpr
3450 args:
3451 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003452 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003453 platforms:
3454 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003455 - linux
3456 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003457- name: bm_pollset
3458 build: test
3459 language: c++
3460 src:
3461 - test/cpp/microbenchmarks/bm_pollset.cc
3462 deps:
3463 - grpc_benchmark
3464 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003465 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003466 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003467 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003468 - grpc
3469 - gpr_test_util
3470 - gpr
3471 args:
3472 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003473 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003474 platforms:
3475 - mac
3476 - linux
3477 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003478- name: channel_arguments_test
3479 gtest: true
3480 build: test
3481 language: c++
3482 src:
3483 - test/cpp/common/channel_arguments_test.cc
3484 deps:
3485 - grpc++
3486 - grpc
3487 - gpr
3488- name: channel_filter_test
3489 gtest: true
3490 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003491 language: c++
3492 src:
3493 - test/cpp/common/channel_filter_test.cc
3494 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003495 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003496 - grpc
3497 - gpr
3498- name: cli_call_test
3499 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003500 build: test
3501 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003502 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003503 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003504 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003505 - grpc_cli_libs
3506 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003507 - grpc_test_util
3508 - grpc++
3509 - grpc
3510 - gpr_test_util
3511 - gpr
3512- name: client_crash_test
3513 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003514 cpu_cost: 0.1
3515 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003516 language: c++
3517 src:
3518 - test/cpp/end2end/client_crash_test.cc
3519 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003520 - grpc++_test_util
3521 - grpc_test_util
3522 - grpc++
3523 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003524 - gpr_test_util
3525 - gpr
3526 platforms:
3527 - mac
3528 - linux
3529 - posix
3530- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003531 build: test
3532 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003533 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003534 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003535 - test/cpp/end2end/client_crash_test_server.cc
3536 deps:
3537 - grpc++_test_util
3538 - grpc_test_util
3539 - grpc++
3540 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003541 - gpr_test_util
3542 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003543- name: codegen_test_full
3544 gtest: true
3545 build: test
3546 language: c++
3547 src:
3548 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003549 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003550 - src/proto/grpc/testing/payloads.proto
3551 - src/proto/grpc/testing/services.proto
3552 - src/proto/grpc/testing/stats.proto
3553 - test/cpp/codegen/codegen_test_full.cc
3554 deps:
3555 - grpc++
3556 - grpc
3557 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003558 filegroups:
3559 - grpc++_codegen_base
3560- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003561 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003562 build: test
yang-g34b58612016-06-03 17:30:09 -07003563 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003564 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003565 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003566 - src/proto/grpc/testing/messages.proto
3567 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003568 - src/proto/grpc/testing/services.proto
3569 - src/proto/grpc/testing/stats.proto
3570 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003571 deps:
3572 - grpc
3573 - gpr
Craig Tillerca62ff02016-02-24 22:22:57 -08003574 filegroups:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003575 - grpc++_codegen_base
3576 - grpc++_codegen_base_src
Craig Tiller25834342015-09-25 08:08:24 -07003577- name: credentials_test
3578 gtest: true
3579 build: test
3580 language: c++
3581 src:
3582 - test/cpp/client/credentials_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003583 deps:
3584 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003585 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003587- name: cxx_byte_buffer_test
3588 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003589 build: test
3590 language: c++
3591 src:
3592 - test/cpp/util/byte_buffer_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003593 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003594 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07003595 - grpc++
3596 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003597 - gpr_test_util
3598 - gpr
3599- name: cxx_slice_test
3600 gtest: true
3601 build: test
3602 language: c++
Craig Tillerda179ce2016-02-09 12:01:53 -08003603 src:
3604 - test/cpp/util/slice_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003605 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003606 - grpc_test_util
Craig Tillerbfd05532016-01-20 09:53:15 -08003607 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003608 - grpc
3609 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003610 - gpr
3611- name: cxx_string_ref_test
3612 gtest: true
3613 build: test
3614 language: c++
3615 src:
3616 - test/cpp/util/string_ref_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003617 deps:
3618 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003619- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003620 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003621 build: test
3622 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003623 src:
3624 - test/cpp/util/time_test.cc
3625 deps:
3626 - grpc_test_util
3627 - grpc++
3628 - grpc
3629 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08003630 - gpr
3631- name: end2end_test
yang-gb8aa58b2016-04-14 15:50:50 -07003632 gtest: true
3633 cpu_cost: 0.5
3634 build: test
3635 language: c++
3636 src:
3637 - test/cpp/end2end/end2end_test.cc
3638 deps:
3639 - grpc++_test_util
3640 - grpc_test_util
3641 - grpc++
3642 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003643 - gpr_test_util
3644 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003645- name: error_details_test
3646 gtest: true
3647 build: test
3648 language: c++
3649 src:
3650 - src/proto/grpc/testing/echo_messages.proto
3651 - test/cpp/util/error_details_test.cc
3652 deps:
3653 - grpc++_error_details
3654 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003655- name: filter_end2end_test
3656 gtest: true
3657 build: test
3658 language: c++
3659 src:
3660 - test/cpp/end2end/filter_end2end_test.cc
3661 deps:
3662 - grpc++_test_util
3663 - grpc_test_util
3664 - grpc++
3665 - grpc
3666 - gpr_test_util
3667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003668- name: generic_end2end_test
3669 gtest: true
3670 build: test
3671 language: c++
3672 src:
3673 - test/cpp/end2end/generic_end2end_test.cc
3674 deps:
3675 - grpc++_test_util
3676 - grpc_test_util
3677 - grpc++
3678 - grpc
3679 - gpr_test_util
3680 - gpr
3681- name: golden_file_test
3682 gtest: true
3683 build: test
3684 language: c++
3685 src:
3686 - src/proto/grpc/testing/compiler_test.proto
3687 - test/cpp/codegen/golden_file_test.cc
3688 deps:
3689 - grpc++
3690 - grpc
3691 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003692 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003693 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003694- name: grpc_cli
3695 build: test
3696 run: false
3697 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003698 src:
3699 - test/cpp/util/grpc_cli.cc
3700 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003701 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003702 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003703 - grpc++
3704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003705 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003706 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003707- name: grpc_cpp_plugin
3708 build: protoc
3709 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003710 src:
3711 - src/compiler/cpp_plugin.cc
3712 deps:
3713 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003714 secure: false
3715 vs_config_type: Application
3716 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3717- name: grpc_csharp_plugin
3718 build: protoc
3719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003720 src:
3721 - src/compiler/csharp_plugin.cc
3722 deps:
3723 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003724 secure: false
3725 vs_config_type: Application
3726 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003727- name: grpc_node_plugin
3728 build: protoc
3729 language: c++
3730 src:
3731 - src/compiler/node_plugin.cc
3732 deps:
3733 - grpc_plugin_support
3734 secure: false
3735 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003736- name: grpc_objective_c_plugin
3737 build: protoc
3738 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003739 src:
3740 - src/compiler/objective_c_plugin.cc
3741 deps:
3742 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003743 secure: false
3744 vs_config_type: Application
3745 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003746- name: grpc_php_plugin
3747 build: protoc
3748 language: c++
3749 src:
3750 - src/compiler/php_plugin.cc
3751 deps:
3752 - grpc_plugin_support
3753 secure: false
3754 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003755- name: grpc_python_plugin
3756 build: protoc
3757 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003758 src:
3759 - src/compiler/python_plugin.cc
3760 deps:
3761 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003762 secure: false
3763 vs_config_type: Application
3764 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3765- name: grpc_ruby_plugin
3766 build: protoc
3767 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003768 src:
3769 - src/compiler/ruby_plugin.cc
3770 deps:
3771 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003772 secure: false
3773 vs_config_type: Application
3774 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003775- name: grpc_tool_test
3776 gtest: true
3777 build: test
3778 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003779 src:
3780 - src/proto/grpc/testing/echo.proto
3781 - src/proto/grpc/testing/echo_messages.proto
3782 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003783 deps:
3784 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003785 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003786 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003787 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003788 - grpc_test_util
3789 - grpc++
3790 - grpc
3791 - gpr_test_util
3792 - gpr
3793 filegroups:
3794 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003795- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003796 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003797 build: test
3798 language: c++
3799 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003800 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003801 - test/cpp/grpclb/grpclb_api_test.cc
3802 deps:
3803 - grpc++_test_util
3804 - grpc_test_util
3805 - grpc++
3806 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07003807- name: grpclb_end2end_test
3808 gtest: true
3809 build: test
3810 language: c++
3811 src:
3812 - src/proto/grpc/lb/v1/load_balancer.proto
3813 - test/cpp/end2end/grpclb_end2end_test.cc
3814 deps:
3815 - grpc++_test_util
3816 - grpc_test_util
3817 - grpc++
3818 - grpc
3819 - gpr_test_util
3820 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07003821- name: grpclb_test
3822 gtest: false
3823 build: test
3824 language: c++
3825 src:
3826 - src/proto/grpc/lb/v1/load_balancer.proto
3827 - test/cpp/grpclb/grpclb_test.cc
3828 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003829 - grpc++_test_util
3830 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003831 - grpc++
3832 - grpc
3833 - gpr_test_util
3834 - gpr
yang-gad327642016-12-12 14:32:09 -08003835- name: health_service_end2end_test
3836 gtest: true
3837 build: test
3838 language: c++
3839 src:
3840 - test/cpp/end2end/health_service_end2end_test.cc
3841 deps:
3842 - grpc++_test_util
3843 - grpc_test_util
3844 - grpc++
3845 - grpc
3846 - gpr_test_util
3847 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003848- name: http2_client
3849 build: test
3850 run: false
3851 language: c++
3852 src: []
3853 deps:
3854 - http2_client_main
3855 - grpc++_test_util
3856 - grpc_test_util
3857 - grpc++
3858 - grpc
3859 - grpc++_test_config
3860 platforms:
3861 - mac
3862 - linux
3863 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003864- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003865 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003866 build: test
3867 language: c++
3868 src:
3869 - test/cpp/end2end/hybrid_end2end_test.cc
3870 deps:
3871 - grpc++_test_util
3872 - grpc_test_util
3873 - grpc++
3874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003875 - gpr_test_util
3876 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003877- name: interop_client
3878 build: test
3879 run: false
3880 language: c++
3881 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003882 deps:
3883 - interop_client_main
3884 - interop_client_helper
3885 - grpc++_test_util
3886 - grpc_test_util
3887 - grpc++
3888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003889 - gpr_test_util
3890 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003891 - grpc++_test_config
3892 platforms:
3893 - mac
3894 - linux
3895 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003896- name: interop_server
3897 build: test
3898 run: false
3899 language: c++
3900 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003901 deps:
3902 - interop_server_main
3903 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003904 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003905 - grpc++_test_util
3906 - grpc_test_util
3907 - grpc++
3908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003909 - gpr_test_util
3910 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003911 - grpc++_test_config
3912 platforms:
3913 - mac
3914 - linux
3915 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003916- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003917 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003918 build: test
3919 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003920 src:
3921 - test/cpp/interop/interop_test.cc
3922 deps:
3923 - grpc_test_util
3924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003925 - gpr_test_util
3926 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003927 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003928 platforms:
3929 - mac
3930 - linux
3931 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003932- name: json_run_localhost
3933 build: test
3934 run: false
3935 language: c++
3936 src:
3937 - test/cpp/qps/json_run_localhost.cc
3938 deps:
3939 - grpc++_test_util
3940 - grpc_test_util
3941 - grpc++
3942 - grpc
3943 - gpr_test_util
3944 - gpr
3945 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003946 platforms:
3947 - mac
3948 - linux
3949 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07003950- name: memory_test
3951 gtest: true
3952 build: test
3953 language: c++
3954 src:
3955 - test/core/support/memory_test.cc
3956 deps:
3957 - grpc_test_util
3958 - grpc++
3959 - grpc
3960 - gpr_test_util
3961 - gpr
3962 uses:
3963 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003964- name: metrics_client
3965 build: test
3966 run: false
3967 language: c++
3968 headers:
3969 - test/cpp/util/metrics_server.h
3970 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003971 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003972 - test/cpp/interop/metrics_client.cc
3973 deps:
3974 - grpc++
3975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003976 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003977 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003978- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003979 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003980 build: test
3981 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07003982 headers:
3983 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07003984 src:
3985 - test/cpp/end2end/mock_test.cc
3986 deps:
3987 - grpc++_test_util
3988 - grpc_test_util
3989 - grpc++
3990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003991 - gpr_test_util
3992 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003993- name: noop-benchmark
3994 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003995 language: c++
3996 src:
3997 - test/cpp/microbenchmarks/noop-benchmark.cc
3998 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003999 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004000 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004001- name: proto_server_reflection_test
4002 gtest: true
4003 build: test
4004 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004005 src:
4006 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004007 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004008 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004009 - grpc++_reflection
4010 - grpc++_test_util
4011 - grpc_test_util
4012 - grpc++
4013 - grpc
4014 - gpr_test_util
4015 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004016- name: proto_utils_test
4017 gtest: true
4018 build: test
4019 language: c++
4020 src:
4021 - test/cpp/codegen/proto_utils_test.cc
4022 deps:
4023 - grpc++
4024 - grpc
4025 filegroups:
4026 - grpc++_codegen_base
4027 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004028- name: qps_interarrival_test
4029 build: test
4030 run: false
4031 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004032 src:
4033 - test/cpp/qps/qps_interarrival_test.cc
4034 deps:
4035 - qps
4036 - grpc++_test_util
4037 - grpc_test_util
4038 - grpc++
4039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004040 - gpr_test_util
4041 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004042 platforms:
4043 - mac
4044 - linux
4045 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004046- name: qps_json_driver
4047 build: test
4048 run: false
4049 language: c++
4050 src:
4051 - test/cpp/qps/qps_json_driver.cc
4052 deps:
4053 - qps
4054 - grpc++_test_util
4055 - grpc_test_util
4056 - grpc++
4057 - grpc
4058 - gpr_test_util
4059 - gpr
4060 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004061- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004062 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004063 build: test
4064 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004065 src:
4066 - test/cpp/qps/qps_openloop_test.cc
4067 deps:
4068 - qps
4069 - grpc++_test_util
4070 - grpc_test_util
4071 - grpc++
4072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004073 - gpr_test_util
4074 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004075 - grpc++_test_config
4076 platforms:
4077 - mac
4078 - linux
4079 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004080- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004081 build: test
4082 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004083 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004084 headers:
4085 - test/cpp/qps/client.h
4086 - test/cpp/qps/server.h
4087 src:
4088 - test/cpp/qps/worker.cc
4089 deps:
4090 - qps
4091 - grpc++_test_util
4092 - grpc_test_util
4093 - grpc++
4094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004095 - gpr_test_util
4096 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004097 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004098- name: reconnect_interop_client
4099 build: test
4100 run: false
4101 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004102 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004103 - src/proto/grpc/testing/empty.proto
4104 - src/proto/grpc/testing/messages.proto
4105 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004106 - test/cpp/interop/reconnect_interop_client.cc
4107 deps:
4108 - grpc++_test_util
4109 - grpc_test_util
4110 - grpc++
4111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004112 - gpr_test_util
4113 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004114 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004115- name: reconnect_interop_server
4116 build: test
4117 run: false
4118 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004119 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004120 - src/proto/grpc/testing/empty.proto
4121 - src/proto/grpc/testing/messages.proto
4122 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004123 - test/cpp/interop/reconnect_interop_server.cc
4124 deps:
4125 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004126 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004127 - grpc++_test_util
4128 - grpc_test_util
4129 - grpc++
4130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004131 - gpr_test_util
4132 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004133 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004134- name: round_robin_end2end_test
4135 gtest: true
4136 build: test
4137 language: c++
4138 src:
4139 - test/cpp/end2end/round_robin_end2end_test.cc
4140 deps:
4141 - grpc++_test_util
4142 - grpc_test_util
4143 - grpc++
4144 - grpc
4145 - gpr_test_util
4146 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004147- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004148 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004149 build: test
4150 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004151 src:
4152 - test/cpp/common/secure_auth_context_test.cc
4153 deps:
4154 - grpc++_test_util
4155 - grpc_test_util
4156 - grpc++
4157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004158 - gpr_test_util
4159 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004160- name: secure_sync_unary_ping_pong_test
4161 build: test
4162 language: c++
4163 src:
4164 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4165 deps:
4166 - qps
4167 - grpc++_test_util
4168 - grpc_test_util
4169 - grpc++
4170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004171 - gpr_test_util
4172 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004173 platforms:
4174 - mac
4175 - linux
4176 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004177- name: server_builder_plugin_test
4178 gtest: true
4179 build: test
4180 language: c++
4181 src:
4182 - test/cpp/end2end/server_builder_plugin_test.cc
4183 deps:
4184 - grpc++_test_util
4185 - grpc_test_util
4186 - grpc++
4187 - grpc
4188 - gpr_test_util
4189 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004190- name: server_builder_test
4191 gtest: true
4192 build: test
4193 language: c++
4194 src:
4195 - src/proto/grpc/testing/echo_messages.proto
4196 - src/proto/grpc/testing/echo.proto
4197 - test/cpp/server/server_builder_test.cc
4198 deps:
4199 - grpc++_test_util
4200 - grpc_test_util
4201 - gpr_test_util
4202 - grpc++
4203 - grpc
4204 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004205- name: server_context_test_spouse_test
4206 gtest: true
4207 build: test
4208 language: c++
4209 src:
4210 - test/cpp/test/server_context_test_spouse_test.cc
4211 deps:
4212 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004213 - grpc++
4214 - grpc
4215 - gpr_test_util
4216 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004217 uses:
4218 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004219- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004220 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004221 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004222 build: test
4223 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004224 src:
4225 - test/cpp/end2end/server_crash_test.cc
4226 deps:
4227 - grpc++_test_util
4228 - grpc_test_util
4229 - grpc++
4230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004231 - gpr_test_util
4232 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004233 platforms:
4234 - mac
4235 - linux
4236 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004237- name: server_crash_test_client
4238 build: test
4239 run: false
4240 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004241 src:
4242 - test/cpp/end2end/server_crash_test_client.cc
4243 deps:
4244 - grpc++_test_util
4245 - grpc_test_util
4246 - grpc++
4247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004248 - gpr_test_util
4249 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004250- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004251 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004252 build: test
4253 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004254 src:
4255 - test/cpp/end2end/shutdown_test.cc
4256 deps:
4257 - grpc++_test_util
4258 - grpc_test_util
4259 - grpc++
4260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004261 - gpr_test_util
4262 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004263- name: status_test
4264 build: test
4265 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004266 src:
4267 - test/cpp/util/status_test.cc
4268 deps:
4269 - grpc_test_util
4270 - grpc++
4271 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004272 - gpr_test_util
4273 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004274- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004275 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004276 build: test
4277 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004278 src:
4279 - test/cpp/end2end/streaming_throughput_test.cc
4280 deps:
4281 - grpc++_test_util
4282 - grpc_test_util
4283 - grpc++
4284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004285 - gpr_test_util
4286 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004287 platforms:
4288 - mac
4289 - linux
4290 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004291- name: stress_test
4292 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004293 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004294 language: c++
4295 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004296 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004297 - test/cpp/interop/interop_client.h
4298 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004299 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004300 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004301 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004302 - src/proto/grpc/testing/empty.proto
4303 - src/proto/grpc/testing/messages.proto
4304 - src/proto/grpc/testing/metrics.proto
4305 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004306 - test/cpp/interop/interop_client.cc
4307 - test/cpp/interop/stress_interop_client.cc
4308 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004309 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004310 deps:
4311 - grpc++_test_util
4312 - grpc_test_util
4313 - grpc++
4314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004315 - gpr_test_util
4316 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004317 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004318- name: thread_manager_test
4319 build: test
4320 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004321 src:
4322 - test/cpp/thread_manager/thread_manager_test.cc
4323 deps:
4324 - grpc++
4325 - grpc
4326 - gpr
4327 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004328- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004329 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004330 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004331 build: test
4332 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004333 src:
4334 - test/cpp/end2end/thread_stress_test.cc
4335 deps:
4336 - grpc++_test_util
4337 - grpc_test_util
4338 - grpc++
4339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004340 - gpr_test_util
4341 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004342- name: writes_per_rpc_test
4343 gtest: true
4344 cpu_cost: 0.5
4345 build: test
4346 language: c++
4347 src:
4348 - test/cpp/performance/writes_per_rpc_test.cc
4349 deps:
4350 - grpc++_test_util
4351 - grpc_test_util
4352 - grpc++
4353 - grpc
4354 - gpr_test_util
4355 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004356 platforms:
4357 - mac
4358 - linux
4359 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004360- name: public_headers_must_be_c89
4361 build: test
4362 language: c89
4363 src:
4364 - test/core/surface/public_headers_must_be_c89.c
4365 deps:
4366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004368vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004369- linkage: static
4370 name: grpc.dependencies.zlib
4371 props: false
4372 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004373 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004374- linkage: static
4375 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004376 props: true
4377 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004378 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004379- name: gflags
4380 props: false
4381 redist: false
4382 version: 2.1.2.1
4383- name: gtest
4384 props: false
4385 redist: false
4386 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004387configs:
4388 asan:
4389 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004390 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4391 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004392 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004393 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004394 LDFLAGS: -fsanitize=address
4395 LDXX: clang++
4396 compile_the_world: true
4397 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004398 ASAN_OPTIONS: detect_leaks=1:color=always
4399 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004400 asan-noleaks:
4401 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004402 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4403 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004404 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004405 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004406 LDFLAGS: -fsanitize=address
4407 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004408 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004409 test_environ:
4410 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004411 asan-trace-cmp:
4412 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004413 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4414 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004415 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004416 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004417 LDFLAGS: -fsanitize=address
4418 LDXX: clang++
4419 compile_the_world: true
4420 test_environ:
4421 ASAN_OPTIONS: detect_leaks=1:color=always
4422 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004423 basicprof:
4424 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4425 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004426 c++-compat:
4427 CFLAGS: -Wc++-compat
4428 CPPFLAGS: -O0
4429 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004430 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004431 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004432 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004433 dbg:
4434 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004435 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004436 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004437 gcov:
4438 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004439 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004440 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004441 DEFINES: _DEBUG DEBUG GPR_GCOV
4442 LD: gcc
4443 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4444 LDXX: g++
4445 helgrind:
4446 CPPFLAGS: -O0
4447 DEFINES: _DEBUG DEBUG
4448 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004449 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004450 lto:
4451 CPPFLAGS: -O2
4452 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004453 memcheck:
4454 CPPFLAGS: -O0
4455 DEFINES: _DEBUG DEBUG
4456 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004457 valgrind: --tool=memcheck --leak-check=full
4458 msan:
4459 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004460 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4461 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4462 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004463 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004464 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004465 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004466 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4467 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4468 LDXX: clang++
4469 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004470 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004471 CPPFLAGS: -O3 -fno-omit-frame-pointer
4472 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004473 LDFLAGS: -rdynamic
4474 opt:
4475 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004476 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004477 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004478 stapprof:
4479 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4480 DEFINES: NDEBUG
4481 tsan:
4482 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004483 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004484 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004485 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004486 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004487 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004488 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004489 LDXX: clang++
4490 compile_the_world: true
4491 test_environ:
4492 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004493 ubsan:
4494 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004495 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4496 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004497 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004498 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004499 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004500 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004501 LDXX: clang++
4502 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004503 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004504 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004505defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004506 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004507 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004508 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4509 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004510 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004511 benchmark:
4512 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004513 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004514 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004515 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004516 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004517 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004518 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004519 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004520 LDFLAGS: -g
4521 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004522 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004523 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004524node_modules:
4525- deps:
4526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004527 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004528 - boringssl
4529 - z
murgatroid9994a75412015-11-19 14:04:53 -08004530 headers:
4531 - src/node/ext/byte_buffer.h
4532 - src/node/ext/call.h
4533 - src/node/ext/call_credentials.h
4534 - src/node/ext/channel.h
4535 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004536 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004537 - src/node/ext/server.h
4538 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004539 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004540 - src/node/ext/timeval.h
4541 js:
4542 - src/node/index.js
4543 - src/node/src/client.js
4544 - src/node/src/common.js
4545 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004546 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004547 - src/node/src/metadata.js
4548 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004549 name: grpc_node
4550 src:
4551 - src/node/ext/byte_buffer.cc
4552 - src/node/ext/call.cc
4553 - src/node/ext/call_credentials.cc
4554 - src/node/ext/channel.cc
4555 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004556 - src/node/ext/completion_queue_threadpool.cc
4557 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004558 - src/node/ext/node_grpc.cc
4559 - src/node/ext/server.cc
4560 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004561 - src/node/ext/server_generic.cc
4562 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004563 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004564 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004565openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004566 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004567 extraction_dir: openssl-1.0.2f
4568 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004569php_config_m4:
4570 deps:
4571 - grpc
4572 - gpr
Stanley Cheung5ec52ae2017-04-14 15:07:28 -07004573 - ares
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004574 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004575 headers:
4576 - src/php/ext/grpc/byte_buffer.h
4577 - src/php/ext/grpc/call.h
4578 - src/php/ext/grpc/call_credentials.h
4579 - src/php/ext/grpc/channel.h
4580 - src/php/ext/grpc/channel_credentials.h
4581 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004582 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004583 - src/php/ext/grpc/php_grpc.h
4584 - src/php/ext/grpc/server.h
4585 - src/php/ext/grpc/server_credentials.h
4586 - src/php/ext/grpc/timeval.h
4587 src:
4588 - src/php/ext/grpc/byte_buffer.c
4589 - src/php/ext/grpc/call.c
4590 - src/php/ext/grpc/call_credentials.c
4591 - src/php/ext/grpc/channel.c
4592 - src/php/ext/grpc/channel_credentials.c
4593 - src/php/ext/grpc/completion_queue.c
4594 - src/php/ext/grpc/php_grpc.c
4595 - src/php/ext/grpc/server.c
4596 - src/php/ext/grpc/server_credentials.c
4597 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004598python_dependencies:
4599 deps:
4600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004601 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004602 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004603 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004604 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004605ruby_gem:
4606 deps:
4607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004608 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004609 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004610 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004611 - z