blob: 89b356c8f2cf17188c8ce383b9043a537fd56ccb [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
Craig Tillerc67cc992017-04-27 10:15:51 -0700200 - src/core/lib/iomgr/ev_epoll1_linux.h
201 - src/core/lib/iomgr/ev_epollsig_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700202 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700203 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/exec_ctx.h
205 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/iocp_windows.h
207 - src/core/lib/iomgr/iomgr.h
208 - src/core/lib/iomgr/iomgr_internal.h
209 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700210 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700211 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700212 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700213 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700217 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700219 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700221 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/sockaddr.h
223 - src/core/lib/iomgr/sockaddr_posix.h
224 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700225 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500226 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700227 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700228 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/socket_utils_posix.h
230 - src/core/lib/iomgr/socket_windows.h
231 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700232 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/tcp_posix.h
234 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700235 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/tcp_windows.h
238 - src/core/lib/iomgr/time_averaged_stats.h
239 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700240 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700242 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/udp_server.h
244 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700245 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/wakeup_fd_pipe.h
247 - src/core/lib/iomgr/wakeup_fd_posix.h
248 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700249 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/workqueue_windows.h
251 - src/core/lib/json/json.h
252 - src/core/lib/json/json_common.h
253 - src/core/lib/json/json_reader.h
254 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700255 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700256 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800257 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800258 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700259 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/surface/api_trace.h
261 - src/core/lib/surface/call.h
262 - src/core/lib/surface/call_test_only.h
263 - src/core/lib/surface/channel.h
264 - src/core/lib/surface/channel_init.h
265 - src/core/lib/surface/channel_stack_type.h
266 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700267 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/surface/event_string.h
269 - src/core/lib/surface/init.h
270 - src/core/lib/surface/lame_client.h
271 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800272 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700273 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800276 - src/core/lib/transport/error_utils.h
277 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/transport/metadata.h
279 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700280 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700281 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800283 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400284 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/transport/transport.h
286 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700287 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/channel/channel_args.c
289 - src/core/lib/channel/channel_stack.c
290 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700292 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800293 - src/core/lib/channel/handshaker_factory.c
294 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700295 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/compression/message_compress.c
297 - src/core/lib/debug/trace.c
298 - src/core/lib/http/format_request.c
299 - src/core/lib/http/httpcli.c
300 - src/core/lib/http/parser.c
301 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700302 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/iomgr/endpoint.c
304 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700305 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700307 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700308 - src/core/lib/iomgr/ev_epoll1_linux.c
309 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700310 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700311 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/exec_ctx.c
313 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/iomgr/iocp_windows.c
315 - src/core/lib/iomgr/iomgr.c
316 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700317 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700319 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700320 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700321 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700322 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/pollset_windows.c
327 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700330 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700331 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500332 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700333 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/socket_utils_common_posix.c
335 - src/core/lib/iomgr/socket_utils_linux.c
336 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700337 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700338 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/socket_windows.c
340 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700341 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700342 - src/core/lib/iomgr/tcp_client_windows.c
343 - src/core/lib/iomgr/tcp_posix.c
344 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700345 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700346 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
347 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700348 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700350 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700351 - src/core/lib/iomgr/tcp_windows.c
352 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700353 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700354 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700355 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/iomgr/udp_server.c
357 - src/core/lib/iomgr/unix_sockets_posix.c
358 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700359 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/iomgr/wakeup_fd_eventfd.c
361 - src/core/lib/iomgr/wakeup_fd_nospecial.c
362 - src/core/lib/iomgr/wakeup_fd_pipe.c
363 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700364 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700365 - src/core/lib/iomgr/workqueue_windows.c
366 - src/core/lib/json/json.c
367 - src/core/lib/json/json_reader.c
368 - src/core/lib/json/json_string.c
369 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700370 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700371 - src/core/lib/slice/percent_encoding.c
372 - src/core/lib/slice/slice.c
373 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800374 - src/core/lib/slice/slice_hash_table.c
375 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700376 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700377 - src/core/lib/surface/alarm.c
378 - src/core/lib/surface/api_trace.c
379 - src/core/lib/surface/byte_buffer.c
380 - src/core/lib/surface/byte_buffer_reader.c
381 - src/core/lib/surface/call.c
382 - src/core/lib/surface/call_details.c
383 - src/core/lib/surface/call_log_batch.c
384 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/surface/channel_init.c
386 - src/core/lib/surface/channel_ping.c
387 - src/core/lib/surface/channel_stack_type.c
388 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700389 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700391 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/surface/metadata_array.c
393 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/surface/validate_metadata.c
395 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700396 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800399 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700400 - src/core/lib/transport/metadata.c
401 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700402 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700403 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700404 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800405 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400406 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700407 - src/core/lib/transport/transport.c
408 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700409 deps:
410 - gpr
411 uses:
412 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700413- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700414 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700415 - src/core/ext/filters/client_channel/client_channel.h
416 - src/core/ext/filters/client_channel/client_channel_factory.h
417 - src/core/ext/filters/client_channel/connector.h
418 - src/core/ext/filters/client_channel/http_connect_handshaker.h
419 - src/core/ext/filters/client_channel/http_proxy.h
420 - src/core/ext/filters/client_channel/lb_policy.h
421 - src/core/ext/filters/client_channel/lb_policy_factory.h
422 - src/core/ext/filters/client_channel/lb_policy_registry.h
423 - src/core/ext/filters/client_channel/parse_address.h
424 - src/core/ext/filters/client_channel/proxy_mapper.h
425 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
426 - src/core/ext/filters/client_channel/resolver.h
427 - src/core/ext/filters/client_channel/resolver_factory.h
428 - src/core/ext/filters/client_channel/resolver_registry.h
429 - src/core/ext/filters/client_channel/retry_throttle.h
430 - src/core/ext/filters/client_channel/subchannel.h
431 - src/core/ext/filters/client_channel/subchannel_index.h
432 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700433 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700434 - src/core/ext/filters/client_channel/channel_connectivity.c
435 - src/core/ext/filters/client_channel/client_channel.c
436 - src/core/ext/filters/client_channel/client_channel_factory.c
437 - src/core/ext/filters/client_channel/client_channel_plugin.c
438 - src/core/ext/filters/client_channel/connector.c
439 - src/core/ext/filters/client_channel/http_connect_handshaker.c
440 - src/core/ext/filters/client_channel/http_proxy.c
441 - src/core/ext/filters/client_channel/lb_policy.c
442 - src/core/ext/filters/client_channel/lb_policy_factory.c
443 - src/core/ext/filters/client_channel/lb_policy_registry.c
444 - src/core/ext/filters/client_channel/parse_address.c
445 - src/core/ext/filters/client_channel/proxy_mapper.c
446 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
447 - src/core/ext/filters/client_channel/resolver.c
448 - src/core/ext/filters/client_channel/resolver_factory.c
449 - src/core/ext/filters/client_channel/resolver_registry.c
450 - src/core/ext/filters/client_channel/retry_throttle.c
451 - src/core/ext/filters/client_channel/subchannel.c
452 - src/core/ext/filters/client_channel/subchannel_index.c
453 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700454 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700455 uses:
456 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700457 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800458- name: grpc_codegen
459 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700460 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800461 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800462 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800463 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800464 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800465 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700466 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800467 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700468 uses:
469 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700470- name: grpc_deadline_filter
471 headers:
472 - src/core/ext/filters/deadline/deadline_filter.h
473 src:
474 - src/core/ext/filters/deadline/deadline_filter.c
475 plugin: grpc_deadline_filter
476 uses:
477 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700478- name: grpc_http_filters
479 headers:
480 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700481 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700482 - src/core/ext/filters/http/server/http_server_filter.h
483 src:
484 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700485 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700486 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700487 - src/core/ext/filters/http/server/http_server_filter.c
488 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700489 uses:
490 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700491- name: grpc_lb_policy_grpclb
492 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700493 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
494 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
495 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
496 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700497 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700498 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
499 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
500 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
501 - 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 -0800502 plugin: grpc_lb_policy_grpclb
503 uses:
504 - grpc_base
505 - grpc_client_channel
506 - nanopb
507- name: grpc_lb_policy_grpclb_secure
508 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700509 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
510 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
511 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
512 - 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 -0800513 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700514 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
515 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
516 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
517 - 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 -0700518 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700519 uses:
520 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700521 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700522 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700523 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700524- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700525 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700526 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700527 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700528 uses:
529 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700530 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700531- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700532 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700533 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700534 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700535 uses:
536 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700537 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700538- name: grpc_load_reporting
539 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700540 - src/core/ext/filters/load_reporting/load_reporting.h
541 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700542 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700543 - src/core/ext/filters/load_reporting/load_reporting.c
544 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700545 plugin: grpc_load_reporting_plugin
546 uses:
547 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700548- name: grpc_max_age_filter
549 headers:
550 - src/core/ext/filters/max_age/max_age_filter.h
551 src:
552 - src/core/ext/filters/max_age/max_age_filter.c
553 plugin: grpc_max_age_filter
554 uses:
555 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700556- name: grpc_message_size_filter
557 headers:
558 - src/core/ext/filters/message_size/message_size_filter.h
559 src:
560 - src/core/ext/filters/message_size/message_size_filter.c
561 plugin: grpc_message_size_filter
562 uses:
563 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700564- name: grpc_resolver_dns_ares
565 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700566 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
567 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700568 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700569 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
570 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
571 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700572 plugin: grpc_resolver_dns_ares
573 uses:
574 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700575 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700576- name: grpc_resolver_dns_native
577 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700578 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700579 plugin: grpc_resolver_dns_native
580 uses:
581 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700582 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700583- name: grpc_resolver_sockaddr
584 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700585 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700586 plugin: grpc_resolver_sockaddr
587 uses:
588 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700589 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100590- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700591 public_headers:
592 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100593 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700594 - src/core/lib/security/context/security_context.h
595 - src/core/lib/security/credentials/composite/composite_credentials.h
596 - src/core/lib/security/credentials/credentials.h
597 - src/core/lib/security/credentials/fake/fake_credentials.h
598 - src/core/lib/security/credentials/google_default/google_default_credentials.h
599 - src/core/lib/security/credentials/iam/iam_credentials.h
600 - src/core/lib/security/credentials/jwt/json_token.h
601 - src/core/lib/security/credentials/jwt/jwt_credentials.h
602 - src/core/lib/security/credentials/jwt/jwt_verifier.h
603 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
604 - src/core/lib/security/credentials/plugin/plugin_credentials.h
605 - src/core/lib/security/credentials/ssl/ssl_credentials.h
606 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800607 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700608 - src/core/lib/security/transport/secure_endpoint.h
609 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800610 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700611 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700612 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100613 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700614 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700615 - src/core/lib/security/context/security_context.c
616 - src/core/lib/security/credentials/composite/composite_credentials.c
617 - src/core/lib/security/credentials/credentials.c
618 - src/core/lib/security/credentials/credentials_metadata.c
619 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700620 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700621 - src/core/lib/security/credentials/google_default/google_default_credentials.c
622 - src/core/lib/security/credentials/iam/iam_credentials.c
623 - src/core/lib/security/credentials/jwt/json_token.c
624 - src/core/lib/security/credentials/jwt/jwt_credentials.c
625 - src/core/lib/security/credentials/jwt/jwt_verifier.c
626 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
627 - src/core/lib/security/credentials/plugin/plugin_credentials.c
628 - src/core/lib/security/credentials/ssl/ssl_credentials.c
629 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800630 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700631 - src/core/lib/security/transport/secure_endpoint.c
632 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800633 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700634 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700635 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700636 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700637 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700638 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700639 uses:
640 - grpc_base
641 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700642 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700643- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700644 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700645 headers:
646 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700647 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800648 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700649 - test/core/end2end/fixtures/proxy.h
650 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800651 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700652 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200653 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700654 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700655 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700656 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700657 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700658 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700659 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800660 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700661 src:
662 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700663 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800664 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700665 - test/core/end2end/fixtures/proxy.c
666 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800667 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700668 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200669 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700670 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700671 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700672 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800673 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700674 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700675 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800676 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700677 deps:
678 - grpc
679 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700680- name: grpc_transport_chttp2
681 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700682 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700683 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700684 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
685 - src/core/ext/transport/chttp2/transport/frame.h
686 - src/core/ext/transport/chttp2/transport/frame_data.h
687 - src/core/ext/transport/chttp2/transport/frame_goaway.h
688 - src/core/ext/transport/chttp2/transport/frame_ping.h
689 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
690 - src/core/ext/transport/chttp2/transport/frame_settings.h
691 - src/core/ext/transport/chttp2/transport/frame_window_update.h
692 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
693 - src/core/ext/transport/chttp2/transport/hpack_parser.h
694 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700695 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700696 - src/core/ext/transport/chttp2/transport/huffsyms.h
697 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
698 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700699 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700700 - src/core/ext/transport/chttp2/transport/varint.h
701 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700702 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700703 - src/core/ext/transport/chttp2/transport/bin_encoder.c
704 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700705 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
706 - src/core/ext/transport/chttp2/transport/frame_data.c
707 - src/core/ext/transport/chttp2/transport/frame_goaway.c
708 - src/core/ext/transport/chttp2/transport/frame_ping.c
709 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
710 - src/core/ext/transport/chttp2/transport/frame_settings.c
711 - src/core/ext/transport/chttp2/transport/frame_window_update.c
712 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
713 - src/core/ext/transport/chttp2/transport/hpack_parser.c
714 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700715 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700716 - src/core/ext/transport/chttp2/transport/huffsyms.c
717 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
718 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700719 - src/core/ext/transport/chttp2/transport/stream_lists.c
720 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700721 - src/core/ext/transport/chttp2/transport/varint.c
722 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700723 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700724 uses:
725 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700726 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700727 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700728- name: grpc_transport_chttp2_alpn
729 headers:
730 - src/core/ext/transport/chttp2/alpn/alpn.h
731 src:
732 - src/core/ext/transport/chttp2/alpn/alpn.c
733 deps:
734 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800735- name: grpc_transport_chttp2_client_connector
736 headers:
737 - src/core/ext/transport/chttp2/client/chttp2_connector.h
738 src:
739 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800740 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800741 - grpc_transport_chttp2
742 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700743 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700744- name: grpc_transport_chttp2_client_insecure
745 src:
746 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700747 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700748 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800749 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700750 - grpc_transport_chttp2
751 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700752 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700753- name: grpc_transport_chttp2_client_secure
754 src:
755 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700756 uses:
757 - grpc_transport_chttp2
758 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700759 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700760 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800761 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800762- name: grpc_transport_chttp2_server
763 headers:
764 - src/core/ext/transport/chttp2/server/chttp2_server.h
765 src:
766 - src/core/ext/transport/chttp2/server/chttp2_server.c
767 uses:
768 - grpc_transport_chttp2
769 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700770- name: grpc_transport_chttp2_server_insecure
771 src:
772 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700773 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700774 uses:
775 - grpc_transport_chttp2
776 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800777 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700778- name: grpc_transport_chttp2_server_secure
779 src:
780 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700781 uses:
782 - grpc_transport_chttp2
783 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700784 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800785 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700786- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700787 public_headers:
788 - include/grpc/grpc_cronet.h
789 - include/grpc/grpc_security.h
790 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700791 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800792 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800793 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700794 src:
795 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
796 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
797 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700798 filegroups:
799 - grpc_base
800 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700801 - grpc_http_filters
Craig Tillereb841e22016-02-11 15:49:16 -0800802- name: nanopb
803 headers:
804 - third_party/nanopb/pb.h
805 - third_party/nanopb/pb_common.h
806 - third_party/nanopb/pb_decode.h
807 - third_party/nanopb/pb_encode.h
808 src:
809 - third_party/nanopb/pb_common.c
810 - third_party/nanopb/pb_decode.c
811 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700812- name: tsi
813 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700814 - src/core/tsi/fake_transport_security.h
815 - src/core/tsi/ssl_transport_security.h
816 - src/core/tsi/ssl_types.h
817 - src/core/tsi/transport_security.h
818 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700820 - src/core/tsi/fake_transport_security.c
821 - src/core/tsi/ssl_transport_security.c
822 - src/core/tsi/transport_security.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++
chedetibc618ee2016-07-31 15:35:51 -0700982- name: thrift_util
983 language: c++
984 public_headers:
985 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700986 - include/grpc++/impl/codegen/thrift_utils.h
987 uses:
988 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100989libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800990- name: gpr
991 build: all
992 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800993 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700994 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800995 secure: false
996 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
997- name: gpr_test_util
998 build: private
999 language: c
1000 headers:
1001 - test/core/util/test_config.h
1002 src:
1003 - test/core/util/test_config.c
1004 deps:
1005 - gpr
1006 secure: false
1007 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: grpc
1009 build: all
1010 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001011 src:
1012 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001013 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001014 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001015 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001016 filegroups:
1017 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001018 - grpc_transport_chttp2_server_secure
1019 - grpc_transport_chttp2_client_secure
1020 - grpc_transport_chttp2_server_insecure
1021 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -08001022 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001023 - grpc_lb_policy_pick_first
1024 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001025 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001026 - grpc_resolver_dns_native
1027 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001028 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001029 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001030 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001031 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001032 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001033 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001034 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001035 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001036 vs_packages:
1037 - grpc.dependencies.openssl
1038 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001039 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001040- name: grpc_cronet
1041 build: all
1042 language: c
1043 src:
1044 - src/core/lib/surface/init.c
1045 baselib: true
1046 deps_linkage: static
1047 dll: true
1048 filegroups:
1049 - grpc_base
1050 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001051 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001052 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001053 generate_plugin_registry: true
1054 platforms:
1055 - linux
1056 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001057- name: grpc_dll
1058 build: private
1059 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001060 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001061 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001062 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001063 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001064 build_system:
1065 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001066 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001067 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001068 vs_config_type: DynamicLibrary
1069 vs_packages:
1070 - grpc.dependencies.openssl
1071 - grpc.dependencies.zlib
1072 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1073 vs_props:
1074 - zlib
1075 - openssl
1076 - winsock
1077 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001078- name: grpc_test_util
1079 build: private
1080 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001081 headers:
1082 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001083 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001084 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001085 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001086 - test/core/end2end/data/server1_cert.c
1087 - test/core/end2end/data/server1_key.c
1088 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001089 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001090 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001091 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001092 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001093 - grpc
1094 filegroups:
1095 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001096 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001097 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1098- name: grpc_test_util_unsecure
1099 build: private
1100 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001101 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001102 - gpr
1103 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001104 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001105 filegroups:
1106 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001107 secure: false
1108 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1109- name: grpc_unsecure
1110 build: all
1111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001112 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001113 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001114 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001116 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001118 filegroups:
1119 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001120 - grpc_transport_chttp2_server_insecure
1121 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001122 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001123 - grpc_resolver_dns_native
1124 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001125 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001126 - grpc_lb_policy_grpclb
1127 - grpc_lb_policy_pick_first
1128 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001129 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001130 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001131 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001132 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001133 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001134 secure: false
1135 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001136- name: reconnect_server
1137 build: private
1138 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001139 headers:
1140 - test/core/util/reconnect_server.h
1141 src:
1142 - test/core/util/reconnect_server.c
1143 deps:
yang-gc9fca182015-11-06 16:41:33 -08001144 - test_tcp_server
1145 - grpc_test_util
1146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001147 - gpr_test_util
1148 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001149- name: test_tcp_server
1150 build: private
1151 language: c
1152 headers:
1153 - test/core/util/test_tcp_server.h
1154 src:
1155 - test/core/util/test_tcp_server.c
1156 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001157 - grpc_test_util
1158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001159 - gpr_test_util
1160 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001161- name: grpc++
1162 build: all
1163 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001164 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001165 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001166 - src/cpp/client/secure_credentials.h
1167 - src/cpp/common/secure_auth_context.h
1168 - src/cpp/server/secure_server_credentials.h
1169 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001170 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001171 - src/cpp/client/secure_credentials.cc
1172 - src/cpp/common/auth_property_iterator.cc
1173 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001174 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001175 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001176 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001177 - src/cpp/server/secure_server_credentials.cc
1178 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001179 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001180 baselib: true
1181 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001182 filegroups:
1183 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001184 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001185 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001186 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001187 secure: check
1188 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001189- name: grpc++_cronet
1190 build: all
1191 language: c++
1192 src:
1193 - src/cpp/client/cronet_credentials.cc
1194 - src/cpp/client/insecure_credentials.cc
1195 - src/cpp/common/insecure_create_auth_context.cc
1196 - src/cpp/server/insecure_server_credentials.cc
1197 deps:
1198 - gpr
1199 - grpc_cronet
1200 baselib: true
1201 dll: true
1202 filegroups:
1203 - grpc++_base
1204 - grpc++_codegen_base
1205 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001206 - grpc_transport_chttp2_client_insecure
1207 - grpc_transport_chttp2_server_insecure
1208 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001209 platforms:
1210 - linux
1211 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001212- name: grpc++_error_details
1213 build: all
1214 language: c++
1215 public_headers:
1216 - include/grpc++/support/error_details.h
1217 src:
1218 - src/proto/grpc/status/status.proto
1219 - src/cpp/util/error_details.cc
1220 deps:
1221 - grpc++
1222 baselib: true
1223 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001224- name: grpc++_proto_reflection_desc_db
1225 build: private
1226 language: c++
1227 headers:
1228 - test/cpp/util/proto_reflection_descriptor_database.h
1229 src:
1230 - test/cpp/util/proto_reflection_descriptor_database.cc
1231 deps:
1232 - grpc++
1233 filegroups:
1234 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001235 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001236- name: grpc++_reflection
1237 build: all
1238 language: c++
1239 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001240 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001241 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001242 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001243 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001244 - src/cpp/ext/proto_server_reflection.cc
1245 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001246 deps:
1247 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001248 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001249 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250- name: grpc++_test_config
1251 build: private
1252 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001253 headers:
1254 - test/cpp/util/test_config.h
1255 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001256 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257- name: grpc++_test_util
1258 build: private
1259 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001260 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001261 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001262 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001263 - test/cpp/util/create_test_channel.h
1264 - test/cpp/util/string_ref_helper.h
1265 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001266 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001267 src:
yang-gc8a49d22016-12-12 11:18:49 -08001268 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001269 - src/proto/grpc/testing/echo_messages.proto
1270 - src/proto/grpc/testing/echo.proto
1271 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001272 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001273 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001274 - test/cpp/util/create_test_channel.cc
1275 - test/cpp/util/string_ref_helper.cc
1276 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001277 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001278 deps:
1279 - grpc++
1280 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001281 filegroups:
1282 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001283 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001284 - grpc++_codegen_proto
1285 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001286 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001287- name: grpc++_unsecure
1288 build: all
1289 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001290 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001291 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001292 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001293 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001294 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001296 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297 baselib: true
1298 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001299 filegroups:
1300 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001301 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001302 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001303 secure: false
1304 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001305- name: grpc_benchmark
1306 build: test
1307 language: c++
1308 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001309 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1310 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001311 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001312 src:
1313 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001314 deps:
1315 - benchmark
1316 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001317 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001318 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001319 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001320- name: grpc_cli_libs
1321 build: private
1322 language: c++
1323 headers:
1324 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001325 - test/cpp/util/cli_credentials.h
1326 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001327 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001328 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001329 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001330 src:
1331 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001332 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001333 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001334 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001335 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001336 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001337 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001338 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001339 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001340 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001341 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001342- name: grpc_plugin_support
1343 build: protoc
1344 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001345 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001346 - src/compiler/config.h
1347 - src/compiler/cpp_generator.h
1348 - src/compiler/cpp_generator_helpers.h
1349 - src/compiler/csharp_generator.h
1350 - src/compiler/csharp_generator_helpers.h
1351 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001352 - src/compiler/node_generator.h
1353 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001354 - src/compiler/objective_c_generator.h
1355 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001356 - src/compiler/php_generator.h
1357 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301358 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001359 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301360 - src/compiler/python_generator_helpers.h
1361 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001362 - src/compiler/ruby_generator.h
1363 - src/compiler/ruby_generator_helpers-inl.h
1364 - src/compiler/ruby_generator_map-inl.h
1365 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301366 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001367 src:
1368 - src/compiler/cpp_generator.cc
1369 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001370 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001371 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001372 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001373 - src/compiler/python_generator.cc
1374 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001375 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001376 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001377 secure: false
1378 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001379 vs_props:
1380 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001381- name: http2_client_main
1382 build: private
1383 language: c++
1384 headers:
1385 - test/cpp/interop/http2_client.h
1386 src:
1387 - src/proto/grpc/testing/empty.proto
1388 - src/proto/grpc/testing/messages.proto
1389 - src/proto/grpc/testing/test.proto
1390 - test/cpp/interop/http2_client.cc
1391 deps:
1392 - grpc++_test_util
1393 - grpc_test_util
1394 - grpc++
1395 - grpc
1396 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001397- name: interop_client_helper
1398 build: private
1399 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001400 headers:
1401 - test/cpp/interop/client_helper.h
1402 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001403 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001404 - test/cpp/interop/client_helper.cc
1405 deps:
1406 - grpc++_test_util
1407 - grpc_test_util
1408 - grpc++
1409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411- name: interop_client_main
1412 build: private
1413 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001414 headers:
1415 - test/cpp/interop/interop_client.h
1416 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001417 - src/proto/grpc/testing/empty.proto
1418 - src/proto/grpc/testing/messages.proto
1419 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001420 - test/cpp/interop/client.cc
1421 - test/cpp/interop/interop_client.cc
1422 deps:
1423 - interop_client_helper
1424 - grpc++_test_util
1425 - grpc_test_util
1426 - grpc++
1427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001428 - gpr_test_util
1429 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001430 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431- name: interop_server_helper
1432 build: private
1433 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001434 headers:
1435 - test/cpp/interop/server_helper.h
1436 src:
1437 - test/cpp/interop/server_helper.cc
1438 deps:
yang-gcc591022017-01-11 11:10:43 -08001439 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001440 - grpc_test_util
1441 - grpc++
1442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001443 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001444- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001445 build: private
1446 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001447 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001448 - src/proto/grpc/testing/empty.proto
1449 - src/proto/grpc/testing/messages.proto
1450 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001451 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001452 deps:
1453 - interop_server_helper
1454 - grpc++_test_util
1455 - grpc_test_util
1456 - grpc++
1457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001458 - gpr_test_util
1459 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001460 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001461- name: interop_server_main
1462 build: private
1463 language: c++
1464 src:
1465 - test/cpp/interop/interop_server_bootstrap.cc
1466 deps:
1467 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001468- name: qps
1469 build: private
1470 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001471 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001472 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001473 - test/cpp/qps/client.h
1474 - test/cpp/qps/driver.h
1475 - test/cpp/qps/histogram.h
1476 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001477 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001478 - test/cpp/qps/qps_worker.h
1479 - test/cpp/qps/report.h
1480 - test/cpp/qps/server.h
1481 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001482 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001483 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001484 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001485 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001486 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001487 - src/proto/grpc/testing/control.proto
1488 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001489 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001490 - test/cpp/qps/client_async.cc
1491 - test/cpp/qps/client_sync.cc
1492 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001493 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001494 - test/cpp/qps/qps_worker.cc
1495 - test/cpp/qps/report.cc
1496 - test/cpp/qps/server_async.cc
1497 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001498 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001499 deps:
1500 - grpc_test_util
1501 - grpc++_test_util
1502 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: grpc_csharp_ext
1504 build: all
1505 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
1507 - src/csharp/ext/grpc_csharp_ext.c
1508 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001511 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001512 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001513 dll: only
1514 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001515 vs_packages:
1516 - grpc.dependencies.openssl
1517 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001518 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001519 vs_props:
1520 - zlib
1521 - openssl
1522 - winsock
1523 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001524targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001525- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001526 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001527 build: test
1528 language: c
1529 src:
1530 - test/core/surface/alarm_test.c
1531 deps:
1532 - grpc_test_util
1533 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001534 - gpr_test_util
1535 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001536- name: algorithm_test
1537 build: test
1538 language: c
1539 src:
1540 - test/core/compression/algorithm_test.c
1541 deps:
1542 - grpc_test_util
1543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001544 - gpr_test_util
1545 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001546- name: alloc_test
1547 build: test
1548 language: c
1549 src:
1550 - test/core/support/alloc_test.c
1551 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001552 - gpr_test_util
1553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554- name: alpn_test
1555 build: test
1556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - test/core/transport/chttp2/alpn_test.c
1559 deps:
1560 - grpc_test_util
1561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001562 - gpr_test_util
1563 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001564- name: api_fuzzer
1565 build: fuzzer
1566 language: c
1567 src:
1568 - test/core/end2end/fuzzers/api_fuzzer.c
1569 deps:
1570 - grpc_test_util
1571 - grpc
1572 - gpr_test_util
1573 - gpr
1574 corpus_dirs:
1575 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001576 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001577 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001578- name: arena_test
1579 build: test
1580 language: c
1581 src:
1582 - test/core/support/arena_test.c
1583 deps:
1584 - gpr_test_util
1585 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001586- name: bad_server_response_test
1587 build: test
1588 language: c
1589 src:
1590 - test/core/end2end/bad_server_response_test.c
1591 deps:
1592 - test_tcp_server
1593 - grpc_test_util
1594 - grpc
1595 - gpr_test_util
1596 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001597 exclude_iomgrs:
1598 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001599- name: bdp_estimator_test
1600 build: test
1601 language: c
1602 src:
1603 - test/core/transport/bdp_estimator_test.c
1604 deps:
1605 - grpc_test_util
1606 - grpc
1607 - gpr_test_util
1608 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001609- name: bin_decoder_test
1610 build: test
1611 language: c
1612 src:
1613 - test/core/transport/chttp2/bin_decoder_test.c
1614 deps:
1615 - grpc_test_util
1616 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001617- name: bin_encoder_test
1618 build: test
1619 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001620 src:
1621 - test/core/transport/chttp2/bin_encoder_test.c
1622 deps:
1623 - grpc_test_util
1624 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001625- name: census_context_test
1626 build: test
1627 language: c
1628 src:
1629 - test/core/census/context_test.c
1630 deps:
1631 - grpc_test_util
1632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001633 - gpr_test_util
1634 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001635- name: census_resource_test
1636 build: test
1637 language: c
1638 src:
1639 - test/core/census/resource_test.c
1640 deps:
1641 - grpc_test_util
1642 - grpc
1643 - gpr_test_util
1644 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001645- name: census_trace_context_test
1646 build: test
1647 language: c
1648 src:
1649 - test/core/census/trace_context_test.c
1650 deps:
1651 - grpc_test_util
1652 - grpc
1653 - gpr_test_util
1654 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001655- name: channel_create_test
1656 build: test
1657 language: c
1658 src:
1659 - test/core/surface/channel_create_test.c
1660 deps:
1661 - grpc_test_util
1662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 - gpr_test_util
1664 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001665- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001666 build: test
1667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001669 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001670 deps:
1671 - grpc_test_util
1672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001673 - gpr_test_util
1674 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675- name: chttp2_stream_map_test
1676 build: test
1677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001678 src:
1679 - test/core/transport/chttp2/stream_map_test.c
1680 deps:
1681 - grpc_test_util
1682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr_test_util
1684 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001685- name: chttp2_varint_test
1686 build: test
1687 language: c
1688 src:
1689 - test/core/transport/chttp2/varint_test.c
1690 deps:
1691 - grpc_test_util
1692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001693 - gpr_test_util
1694 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001695- name: client_fuzzer
1696 build: fuzzer
1697 language: c
1698 src:
1699 - test/core/end2end/fuzzers/client_fuzzer.c
1700 deps:
1701 - grpc_test_util
1702 - grpc
1703 - gpr_test_util
1704 - gpr
1705 corpus_dirs:
1706 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001707 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001708 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001709- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001710 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001711 build: test
1712 language: c
1713 src:
1714 - test/core/iomgr/combiner_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
1718 - gpr_test_util
1719 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001720- name: compression_test
1721 build: test
1722 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001723 src:
1724 - test/core/compression/compression_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001730- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001731 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001732 build: test
1733 language: c
1734 src:
1735 - test/core/surface/concurrent_connectivity_test.c
1736 deps:
1737 - grpc_test_util
1738 - grpc
1739 - gpr_test_util
1740 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001741 exclude_iomgrs:
1742 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001743- name: connection_refused_test
1744 cpu_cost: 0.1
1745 build: test
1746 language: c
1747 src:
1748 - test/core/end2end/connection_refused_test.c
1749 deps:
1750 - grpc_test_util
1751 - grpc
1752 - gpr_test_util
1753 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001754- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001755 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001756 build: test
1757 language: c
1758 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001759 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001760 deps:
1761 - grpc_test_util
1762 - grpc
1763 - gpr_test_util
1764 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001765 exclude_iomgrs:
1766 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001767- name: dns_resolver_test
1768 build: test
1769 language: c
1770 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001771 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001772 deps:
1773 - grpc_test_util
1774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001778 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779 build: test
1780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001781 src:
1782 - test/core/end2end/dualstack_socket_test.c
1783 deps:
1784 - grpc_test_util
1785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001788 exclude_iomgrs:
1789 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001790 platforms:
1791 - mac
1792 - linux
1793 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001794- name: endpoint_pair_test
1795 build: test
1796 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001797 src:
1798 - test/core/iomgr/endpoint_pair_test.c
1799 deps:
1800 - grpc_test_util
1801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001802 - gpr_test_util
1803 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001804 exclude_iomgrs:
1805 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001806- name: error_test
1807 cpu_cost: 30
1808 build: test
1809 language: c
1810 src:
1811 - test/core/iomgr/error_test.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
1815 - gpr_test_util
1816 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001817- name: ev_epoll_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001818 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001819 build: test
1820 language: c
1821 src:
1822 - test/core/iomgr/ev_epoll_linux_test.c
1823 deps:
1824 - grpc_test_util
1825 - grpc
1826 - gpr_test_util
1827 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001828 exclude_iomgrs:
1829 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001830 platforms:
1831 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001832- name: fake_resolver_test
1833 build: test
1834 language: c
1835 src:
1836 - test/core/client_channel/resolvers/fake_resolver_test.c
1837 deps:
1838 - grpc_test_util
1839 - grpc
1840 - gpr_test_util
1841 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001842- name: fd_conservation_posix_test
1843 build: test
1844 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001845 src:
1846 - test/core/iomgr/fd_conservation_posix_test.c
1847 deps:
1848 - grpc_test_util
1849 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001850 - gpr_test_util
1851 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001852 exclude_iomgrs:
1853 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001854 platforms:
1855 - mac
1856 - linux
1857 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001858- name: fd_posix_test
1859 build: test
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
1862 - test/core/iomgr/fd_posix_test.c
1863 deps:
1864 - grpc_test_util
1865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001866 - gpr_test_util
1867 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001868 exclude_iomgrs:
1869 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001870 platforms:
1871 - mac
1872 - linux
1873 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001874- name: fling_client
1875 build: test
1876 run: false
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - test/core/fling/client.c
1880 deps:
1881 - grpc_test_util
1882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885- name: fling_server
1886 build: test
1887 run: false
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/fling/server.c
1891 deps:
1892 - grpc_test_util
1893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001896- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001897 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
1901 - test/core/fling/fling_stream_test.c
1902 deps:
1903 - grpc_test_util
1904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001907 platforms:
1908 - mac
1909 - linux
1910 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001911- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001912 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001913 build: test
1914 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001915 src:
1916 - test/core/fling/fling_test.c
1917 deps:
1918 - grpc_test_util
1919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001920 - gpr_test_util
1921 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001922 platforms:
1923 - mac
1924 - linux
1925 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001926- name: gen_hpack_tables
1927 build: tool
1928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001929 src:
1930 - tools/codegen/core/gen_hpack_tables.c
1931 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001932 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001933 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001934- name: gen_legal_metadata_characters
1935 build: tool
1936 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001937 src:
1938 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001940- name: gen_percent_encoding_tables
1941 build: tool
1942 language: c
1943 src:
1944 - tools/codegen/core/gen_percent_encoding_tables.c
1945 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001946- name: goaway_server_test
1947 cpu_cost: 0.1
1948 build: test
1949 language: c
1950 src:
1951 - test/core/end2end/goaway_server_test.c
1952 deps:
1953 - grpc_test_util
1954 - grpc
1955 - gpr_test_util
1956 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001957 exclude_iomgrs:
1958 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001959 platforms:
1960 - mac
1961 - linux
1962 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001963- name: gpr_avl_test
1964 build: test
1965 language: c
1966 src:
1967 - test/core/support/avl_test.c
1968 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001971- name: gpr_backoff_test
1972 build: test
1973 language: c
1974 src:
1975 - test/core/support/backoff_test.c
1976 deps:
1977 - gpr_test_util
1978 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979- name: gpr_cmdline_test
1980 build: test
1981 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001982 src:
1983 - test/core/support/cmdline_test.c
1984 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 - gpr_test_util
1986 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001987- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07001988 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001989 build: test
1990 language: c
1991 src:
1992 - test/core/support/cpu_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_env_test
1997 build: test
1998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001999 src:
2000 - test/core/support/env_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_histogram_test
2005 build: test
2006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002007 src:
2008 - test/core/support/histogram_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_host_port_test
2013 build: test
2014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002015 src:
2016 - test/core/support/host_port_test.c
2017 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr_test_util
2019 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002020- name: gpr_log_test
2021 build: test
2022 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002023 src:
2024 - test/core/support/log_test.c
2025 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002028- name: gpr_mpscq_test
2029 cpu_cost: 30
2030 build: test
2031 language: c
2032 src:
2033 - test/core/support/mpscq_test.c
2034 deps:
2035 - gpr_test_util
2036 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002037- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002038 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002039 build: test
2040 language: c
2041 src:
2042 - test/core/support/spinlock_test.c
2043 deps:
2044 - gpr_test_util
2045 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002046- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002047 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048 build: test
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/core/support/stack_lockfree_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_string_test
2056 build: test
2057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002058 src:
2059 - test/core/support/string_test.c
2060 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002061 - gpr_test_util
2062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002064 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065 build: test
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
2068 - test/core/support/sync_test.c
2069 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002070 - gpr_test_util
2071 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002073 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
2077 - test/core/support/thd_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_time_test
2082 build: test
2083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002084 src:
2085 - test/core/support/time_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_tls_test
2090 build: test
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/support/tls_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: gpr_useful_test
2098 build: test
2099 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002100 src:
2101 - test/core/support/useful_test.c
2102 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105- name: grpc_auth_context_test
2106 build: test
2107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
2109 - test/core/security/auth_context_test.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002115- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116 build: test
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002119 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002120 deps:
2121 - grpc_test_util
2122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002125- name: grpc_byte_buffer_reader_test
2126 build: test
2127 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002128 src:
2129 - test/core/surface/byte_buffer_reader_test.c
2130 deps:
2131 - grpc_test_util
2132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002133 - gpr_test_util
2134 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135- name: grpc_channel_args_test
2136 build: test
2137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002138 src:
2139 - test/core/channel/channel_args_test.c
2140 deps:
2141 - grpc_test_util
2142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002143 - gpr_test_util
2144 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002145- name: grpc_channel_stack_test
2146 build: test
2147 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002148 src:
2149 - test/core/channel/channel_stack_test.c
2150 deps:
2151 - grpc_test_util
2152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002153 - gpr_test_util
2154 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002155- name: grpc_completion_queue_test
2156 build: test
2157 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002158 src:
2159 - test/core/surface/completion_queue_test.c
2160 deps:
2161 - grpc_test_util
2162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002163 - gpr_test_util
2164 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002165- name: grpc_completion_queue_threading_test
2166 build: test
2167 language: c
2168 src:
2169 - test/core/surface/completion_queue_threading_test.c
2170 deps:
2171 - grpc_test_util
2172 - grpc
2173 - gpr_test_util
2174 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002175 exclude_iomgrs:
2176 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002177- name: grpc_create_jwt
2178 build: tool
2179 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002180 src:
2181 - test/core/security/create_jwt.c
2182 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002184 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002185 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186- name: grpc_credentials_test
2187 build: test
2188 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002189 src:
2190 - test/core/security/credentials_test.c
2191 deps:
2192 - grpc_test_util
2193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002194 - gpr_test_util
2195 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002197 build: test
2198 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002200 src:
2201 - test/core/security/fetch_oauth2.c
2202 deps:
2203 - grpc_test_util
2204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002205 - gpr_test_util
2206 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002207- name: grpc_invalid_channel_args_test
2208 build: test
2209 language: c
2210 src:
2211 - test/core/surface/invalid_channel_args_test.c
2212 deps:
2213 - grpc_test_util
2214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002215 - gpr_test_util
2216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002217- name: grpc_json_token_test
2218 build: test
2219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002220 src:
2221 - test/core/security/json_token_test.c
2222 deps:
2223 - grpc_test_util
2224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002227 platforms:
2228 - linux
2229 - posix
2230 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002231- name: grpc_jwt_verifier_test
2232 build: test
2233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002234 src:
2235 - test/core/security/jwt_verifier_test.c
2236 deps:
2237 - grpc_test_util
2238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002239 - gpr_test_util
2240 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002241- name: grpc_print_google_default_creds_token
2242 build: tool
2243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002244 src:
2245 - test/core/security/print_google_default_creds_token.c
2246 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249- name: grpc_security_connector_test
2250 build: test
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
2253 - test/core/security/security_connector_test.c
2254 deps:
2255 - grpc_test_util
2256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002259- name: grpc_verify_jwt
2260 build: tool
2261 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002262 src:
2263 - test/core/security/verify_jwt.c
2264 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002266 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002267- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002268 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002269 language: c
2270 src:
2271 - test/core/handshake/client_ssl.c
2272 deps:
2273 - grpc_test_util
2274 - grpc
2275 - gpr_test_util
2276 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002277 exclude_iomgrs:
2278 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002279 platforms:
2280 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002281 secure: true
2282- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002283 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002284 language: c
2285 src:
2286 - test/core/handshake/server_ssl.c
2287 deps:
2288 - grpc_test_util
2289 - grpc
2290 - gpr_test_util
2291 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002292 platforms:
2293 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002294 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002295- name: hpack_parser_fuzzer_test
2296 build: fuzzer
2297 language: c
2298 src:
2299 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2300 deps:
2301 - grpc_test_util
2302 - grpc
2303 - gpr_test_util
2304 - gpr
2305 corpus_dirs:
2306 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002307 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002308 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: hpack_parser_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/core/transport/chttp2/hpack_parser_test.c
2314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002319- name: hpack_table_test
2320 build: test
2321 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002322 src:
2323 - test/core/transport/chttp2/hpack_table_test.c
2324 deps:
2325 - grpc_test_util
2326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002327 - gpr_test_util
2328 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002329- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330 build: test
2331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002333 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002339- name: http_request_fuzzer_test
2340 build: fuzzer
2341 language: c
2342 src:
2343 - test/core/http/request_fuzzer.c
2344 deps:
2345 - grpc_test_util
2346 - grpc
2347 - gpr_test_util
2348 - gpr
2349 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002350 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002351 maxlen: 2048
2352- name: http_response_fuzzer_test
2353 build: fuzzer
2354 language: c
2355 src:
2356 - test/core/http/response_fuzzer.c
2357 deps:
2358 - grpc_test_util
2359 - grpc
2360 - gpr_test_util
2361 - gpr
2362 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002363 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002364 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002365- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002366 build: test
2367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002368 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002369 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002370 deps:
2371 - grpc_test_util
2372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002373 - gpr_test_util
2374 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002375- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002376 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377 build: test
2378 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002379 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002380 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002381 deps:
2382 - grpc_test_util
2383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002384 - gpr_test_util
2385 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002386 platforms:
2387 - mac
2388 - linux
2389 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002390- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002391 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002392 build: test
2393 language: c
2394 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002395 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002396 deps:
2397 - grpc_test_util
2398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002399 - gpr_test_util
2400 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002401 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002402 - linux
yang-gf1183302015-12-07 16:02:05 -08002403- name: init_test
2404 build: test
2405 language: c
2406 src:
2407 - test/core/surface/init_test.c
2408 deps:
2409 - grpc_test_util
2410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 - gpr_test_util
2412 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002413- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002414 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002415 build: test
2416 language: c
2417 src:
2418 - test/core/end2end/invalid_call_argument_test.c
2419 deps:
2420 - grpc_test_util
2421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr_test_util
2423 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002424- name: json_fuzzer_test
2425 build: fuzzer
2426 language: c
2427 src:
2428 - test/core/json/fuzzer.c
2429 deps:
2430 - grpc_test_util
2431 - grpc
2432 - gpr_test_util
2433 - gpr
2434 corpus_dirs:
2435 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002436 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002437- name: json_rewrite
2438 build: test
2439 run: false
2440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002441 src:
2442 - test/core/json/json_rewrite.c
2443 deps:
2444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: json_rewrite_test
2447 build: test
2448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
2450 - test/core/json/json_rewrite_test.c
2451 deps:
2452 - grpc_test_util
2453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr_test_util
2455 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002456- name: json_stream_error_test
2457 build: test
2458 language: c
2459 src:
2460 - test/core/json/json_stream_error_test.c
2461 deps:
2462 - grpc_test_util
2463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr_test_util
2465 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: json_test
2467 build: test
2468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
2470 - test/core/json/json_test.c
2471 deps:
2472 - grpc_test_util
2473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002476- name: lame_client_test
2477 build: test
2478 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002479 src:
2480 - test/core/surface/lame_client_test.c
2481 deps:
2482 - grpc_test_util
2483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 - gpr_test_util
2485 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002486- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002487 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002488 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002489 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002492 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002493 deps:
2494 - grpc_test_util
2495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr_test_util
2497 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002498- name: load_file_test
2499 build: test
2500 language: c
2501 src:
2502 - test/core/iomgr/load_file_test.c
2503 deps:
2504 - grpc_test_util
2505 - grpc
2506 - gpr_test_util
2507 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002508- name: low_level_ping_pong_benchmark
2509 build: benchmark
2510 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002511 src:
2512 - test/core/network_benchmarks/low_level_ping_pong.c
2513 deps:
2514 - grpc_test_util
2515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002516 - gpr_test_util
2517 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002518 platforms:
2519 - mac
2520 - linux
2521 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002522- name: memory_profile_client
2523 build: test
2524 run: false
2525 language: c
2526 src:
2527 - test/core/memory_usage/client.c
2528 deps:
2529 - grpc_test_util
2530 - grpc
2531 - gpr_test_util
2532 - gpr
2533- name: memory_profile_server
2534 build: test
2535 run: false
2536 language: c
2537 src:
2538 - test/core/memory_usage/server.c
2539 deps:
2540 - grpc_test_util
2541 - grpc
2542 - gpr_test_util
2543 - gpr
2544- name: memory_profile_test
2545 cpu_cost: 1.5
2546 build: test
2547 language: c
2548 src:
2549 - test/core/memory_usage/memory_usage_test.c
2550 deps:
2551 - grpc_test_util
2552 - grpc
2553 - gpr_test_util
2554 - gpr
2555 platforms:
2556 - mac
2557 - linux
2558 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559- name: message_compress_test
2560 build: test
2561 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002562 src:
2563 - test/core/compression/message_compress_test.c
2564 deps:
2565 - grpc_test_util
2566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002567 - gpr_test_util
2568 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002569- name: minimal_stack_is_minimal_test
2570 build: test
2571 language: c
2572 src:
2573 - test/core/channel/minimal_stack_is_minimal_test.c
2574 deps:
2575 - grpc_test_util
2576 - grpc
2577 - gpr_test_util
2578 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002579- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002580 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002581 build: test
2582 language: c
2583 src:
2584 - test/core/census/mlog_test.c
2585 deps:
2586 - grpc_test_util
2587 - grpc
2588 - gpr_test_util
2589 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002590- name: multiple_server_queues_test
2591 build: test
2592 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002593 src:
2594 - test/core/end2end/multiple_server_queues_test.c
2595 deps:
2596 - grpc_test_util
2597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002598 - gpr_test_util
2599 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: murmur_hash_test
2601 build: test
2602 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/core/support/murmur_hash_test.c
2605 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002606 - gpr_test_util
2607 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002608- name: nanopb_fuzzer_response_test
2609 build: fuzzer
2610 language: c
2611 src:
2612 - test/core/nanopb/fuzzer_response.c
2613 deps:
2614 - grpc_test_util
2615 - grpc
2616 - gpr_test_util
2617 - gpr
2618 corpus_dirs:
2619 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002620 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002621- name: nanopb_fuzzer_serverlist_test
2622 build: fuzzer
2623 language: c
2624 src:
2625 - test/core/nanopb/fuzzer_serverlist.c
2626 deps:
2627 - grpc_test_util
2628 - grpc
2629 - gpr_test_util
2630 - gpr
2631 corpus_dirs:
2632 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002633 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002634- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002635 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002636 build: test
2637 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002638 src:
2639 - test/core/end2end/no_server_test.c
2640 deps:
2641 - grpc_test_util
2642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002643 - gpr_test_util
2644 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002645- name: parse_address_test
2646 build: test
2647 language: c
2648 src:
2649 - test/core/client_channel/parse_address_test.c
2650 deps:
2651 - grpc_test_util
2652 - grpc
2653 - gpr_test_util
2654 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002655- name: percent_decode_fuzzer
2656 build: fuzzer
2657 language: c
2658 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002659 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002660 deps:
2661 - grpc_test_util
2662 - grpc
2663 - gpr_test_util
2664 - gpr
2665 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002666 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002667 maxlen: 32
2668- name: percent_encode_fuzzer
2669 build: fuzzer
2670 language: c
2671 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002672 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002673 deps:
2674 - grpc_test_util
2675 - grpc
2676 - gpr_test_util
2677 - gpr
2678 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002679 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002680 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002681- name: percent_encoding_test
2682 build: test
2683 language: c
2684 src:
2685 - test/core/slice/percent_encoding_test.c
2686 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002687 - grpc_test_util
2688 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002689 - gpr_test_util
2690 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002691- name: pollset_set_test
2692 build: test
2693 language: c
2694 src:
2695 - test/core/iomgr/pollset_set_test.c
2696 deps:
2697 - grpc_test_util
2698 - grpc
2699 - gpr_test_util
2700 - gpr
2701 exclude_iomgrs:
2702 - uv
2703 platforms:
2704 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002705- name: resolve_address_posix_test
2706 build: test
2707 language: c
2708 src:
2709 - test/core/iomgr/resolve_address_posix_test.c
2710 deps:
2711 - grpc_test_util
2712 - grpc
2713 - gpr_test_util
2714 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002715 exclude_iomgrs:
2716 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002717 platforms:
2718 - mac
2719 - linux
2720 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002721- name: resolve_address_test
2722 build: test
2723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - test/core/iomgr/resolve_address_test.c
2726 deps:
2727 - grpc_test_util
2728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002729 - gpr_test_util
2730 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002731- name: resource_quota_test
2732 cpu_cost: 30
2733 build: test
2734 language: c
2735 src:
2736 - test/core/iomgr/resource_quota_test.c
2737 deps:
2738 - grpc_test_util
2739 - grpc
2740 - gpr_test_util
2741 - gpr
yang-gd482e592015-12-10 14:04:00 -08002742- name: secure_channel_create_test
2743 build: test
2744 language: c
2745 src:
2746 - test/core/surface/secure_channel_create_test.c
2747 deps:
2748 - grpc_test_util
2749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002750 - gpr_test_util
2751 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002752- name: secure_endpoint_test
2753 build: test
2754 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002755 src:
2756 - test/core/security/secure_endpoint_test.c
2757 deps:
2758 - grpc_test_util
2759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002760 - gpr_test_util
2761 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002762 exclude_iomgrs:
2763 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002764- name: sequential_connectivity_test
2765 build: test
2766 language: c
2767 src:
2768 - test/core/surface/sequential_connectivity_test.c
2769 deps:
2770 - grpc_test_util
2771 - grpc
2772 - gpr_test_util
2773 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002774 exclude_iomgrs:
2775 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002776- name: server_chttp2_test
2777 build: test
2778 language: c
2779 src:
2780 - test/core/surface/server_chttp2_test.c
2781 deps:
2782 - grpc_test_util
2783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002784 - gpr_test_util
2785 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002786- name: server_fuzzer
2787 build: fuzzer
2788 language: c
2789 src:
2790 - test/core/end2end/fuzzers/server_fuzzer.c
2791 deps:
2792 - grpc_test_util
2793 - grpc
2794 - gpr_test_util
2795 - gpr
2796 corpus_dirs:
2797 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002798 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002799 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002800- name: server_test
2801 build: test
2802 language: c
2803 src:
2804 - test/core/surface/server_test.c
2805 deps:
2806 - grpc_test_util
2807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002808 - gpr_test_util
2809 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002810- name: slice_buffer_test
2811 build: test
2812 language: c
2813 src:
2814 - test/core/slice/slice_buffer_test.c
2815 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002816 - grpc_test_util
2817 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002818 - gpr_test_util
2819 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002820- name: slice_hash_table_test
2821 build: test
2822 language: c
2823 src:
2824 - test/core/slice/slice_hash_table_test.c
2825 deps:
2826 - grpc_test_util
2827 - grpc
2828 - gpr_test_util
2829 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002830- name: slice_string_helpers_test
2831 build: test
2832 language: c
2833 src:
2834 - test/core/slice/slice_string_helpers_test.c
2835 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002836 - grpc_test_util
2837 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002838 - gpr_test_util
2839 - gpr
2840- name: slice_test
2841 build: test
2842 language: c
2843 src:
2844 - test/core/slice/slice_test.c
2845 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002846 - grpc_test_util
2847 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002848 - gpr_test_util
2849 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002850- name: sockaddr_resolver_test
2851 build: test
2852 language: c
2853 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002854 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002855 deps:
2856 - grpc_test_util
2857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002858 - gpr_test_util
2859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860- name: sockaddr_utils_test
2861 build: test
2862 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002863 src:
2864 - test/core/iomgr/sockaddr_utils_test.c
2865 deps:
2866 - grpc_test_util
2867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002868 - gpr_test_util
2869 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002870- name: socket_utils_test
2871 build: test
2872 language: c
2873 src:
2874 - test/core/iomgr/socket_utils_test.c
2875 deps:
2876 - grpc_test_util
2877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002878 - gpr_test_util
2879 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002880 exclude_iomgrs:
2881 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002882 platforms:
2883 - mac
2884 - linux
2885 - posix
yang-g31e21282016-11-04 15:10:03 -07002886- name: ssl_server_fuzzer
2887 build: fuzzer
2888 language: c
2889 src:
2890 - test/core/security/ssl_server_fuzzer.c
2891 deps:
2892 - grpc_test_util
2893 - grpc
2894 - gpr_test_util
2895 - gpr
2896 corpus_dirs:
2897 - test/core/security/corpus/ssl_server_corpus
2898 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002899- name: status_conversion_test
2900 build: test
2901 language: c
2902 src:
2903 - test/core/transport/status_conversion_test.c
2904 deps:
2905 - grpc_test_util
2906 - grpc
2907 - gpr_test_util
2908 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002909- name: stream_owned_slice_test
2910 build: test
2911 language: c
2912 src:
2913 - test/core/transport/stream_owned_slice_test.c
2914 deps:
2915 - grpc_test_util
2916 - grpc
2917 - gpr_test_util
2918 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002919- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002920 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002921 build: test
2922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002923 src:
2924 - test/core/iomgr/tcp_client_posix_test.c
2925 deps:
2926 - grpc_test_util
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr_test_util
2929 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002930 exclude_iomgrs:
2931 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002932 platforms:
2933 - mac
2934 - linux
2935 - posix
murgatroid991191b722017-02-08 11:56:52 -08002936- name: tcp_client_uv_test
2937 cpu_cost: 0.5
2938 build: test
2939 language: c
2940 src:
2941 - test/core/iomgr/tcp_client_uv_test.c
2942 deps:
2943 - grpc_test_util
2944 - grpc
2945 - gpr_test_util
2946 - gpr
2947 exclude_iomgrs:
2948 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002949- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002950 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002951 build: test
2952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002953 src:
2954 - test/core/iomgr/tcp_posix_test.c
2955 deps:
2956 - grpc_test_util
2957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002958 - gpr_test_util
2959 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002960 exclude_iomgrs:
2961 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002962 platforms:
2963 - mac
2964 - linux
2965 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966- name: tcp_server_posix_test
2967 build: test
2968 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002969 src:
2970 - test/core/iomgr/tcp_server_posix_test.c
2971 deps:
2972 - grpc_test_util
2973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002974 - gpr_test_util
2975 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002976 exclude_iomgrs:
2977 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002978 platforms:
2979 - mac
2980 - linux
2981 - posix
murgatroid991191b722017-02-08 11:56:52 -08002982- name: tcp_server_uv_test
2983 build: test
2984 language: c
2985 src:
2986 - test/core/iomgr/tcp_server_uv_test.c
2987 deps:
2988 - grpc_test_util
2989 - grpc
2990 - gpr_test_util
2991 - gpr
2992 exclude_iomgrs:
2993 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002994- name: time_averaged_stats_test
2995 build: test
2996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002997 src:
2998 - test/core/iomgr/time_averaged_stats_test.c
2999 deps:
3000 - grpc_test_util
3001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003002 - gpr_test_util
3003 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004- name: timeout_encoding_test
3005 build: test
3006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003007 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003008 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003009 deps:
3010 - grpc_test_util
3011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003012 - gpr_test_util
3013 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003014- name: timer_heap_test
3015 build: test
3016 language: c
3017 src:
3018 - test/core/iomgr/timer_heap_test.c
3019 deps:
3020 - grpc_test_util
3021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003022 - gpr_test_util
3023 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003024 exclude_iomgrs:
3025 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003026- name: timer_list_test
3027 build: test
3028 language: c
3029 src:
3030 - test/core/iomgr/timer_list_test.c
3031 deps:
3032 - grpc_test_util
3033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003034 - gpr_test_util
3035 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003036 exclude_iomgrs:
3037 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003038- name: transport_connectivity_state_test
3039 build: test
3040 language: c
3041 src:
3042 - test/core/transport/connectivity_state_test.c
3043 deps:
3044 - grpc_test_util
3045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003046 - gpr_test_util
3047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003048- name: transport_metadata_test
3049 build: test
3050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003051 src:
3052 - test/core/transport/metadata_test.c
3053 deps:
3054 - grpc_test_util
3055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003056 - gpr_test_util
3057 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003058- name: transport_pid_controller_test
3059 build: test
3060 language: c
3061 src:
3062 - test/core/transport/pid_controller_test.c
3063 deps:
3064 - grpc_test_util
3065 - grpc
3066 - gpr_test_util
3067 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003068- name: transport_security_test
3069 build: test
3070 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003071 src:
3072 - test/core/tsi/transport_security_test.c
3073 deps:
3074 - grpc_test_util
3075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003076 - gpr_test_util
3077 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003078 platforms:
3079 - linux
3080 - posix
3081 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003082- name: udp_server_test
3083 build: test
3084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003085 src:
3086 - test/core/iomgr/udp_server_test.c
3087 deps:
3088 - grpc_test_util
3089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003090 - gpr_test_util
3091 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003092 exclude_iomgrs:
3093 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003094 platforms:
3095 - mac
3096 - linux
3097 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003098- name: uri_fuzzer_test
3099 build: fuzzer
3100 language: c
3101 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003102 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003103 deps:
3104 - grpc_test_util
3105 - grpc
3106 - gpr_test_util
3107 - gpr
3108 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003109 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003110 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003111- name: uri_parser_test
3112 build: test
3113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003114 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003115 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003116 deps:
3117 - grpc_test_util
3118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003119 - gpr_test_util
3120 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003121- name: wakeup_fd_cv_test
3122 build: test
3123 language: c
3124 src:
3125 - test/core/iomgr/wakeup_fd_cv_test.c
3126 deps:
3127 - grpc_test_util
3128 - grpc
3129 - gpr_test_util
3130 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003131 exclude_iomgrs:
3132 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003133 platforms:
3134 - mac
3135 - linux
3136 - posix
vjpai04e992a2016-02-10 16:58:38 -08003137- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003138 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003139 build: test
3140 language: c++
3141 src:
3142 - test/cpp/common/alarm_cpp_test.cc
3143 deps:
3144 - grpc++_test_util
3145 - grpc_test_util
3146 - grpc++
3147 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003148 - gpr_test_util
3149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003150- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003151 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003152 build: test
3153 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003154 src:
3155 - test/cpp/end2end/async_end2end_test.cc
3156 deps:
3157 - grpc++_test_util
3158 - grpc_test_util
3159 - grpc++
3160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003161 - gpr_test_util
3162 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003163- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003164 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003165 build: test
3166 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003167 src:
3168 - test/cpp/common/auth_property_iterator_test.cc
3169 deps:
3170 - grpc++_test_util
3171 - grpc_test_util
3172 - grpc++
3173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003174 - gpr_test_util
3175 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003176- name: bm_arena
3177 build: test
3178 language: c++
3179 src:
3180 - test/cpp/microbenchmarks/bm_arena.cc
3181 deps:
3182 - grpc_benchmark
3183 - benchmark
3184 - grpc++_test_util
3185 - grpc_test_util
3186 - grpc++
3187 - grpc
3188 - gpr_test_util
3189 - gpr
3190 args:
3191 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003192 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003193 platforms:
3194 - mac
3195 - linux
3196 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003197- name: bm_call_create
3198 build: test
3199 language: c++
3200 src:
3201 - test/cpp/microbenchmarks/bm_call_create.cc
3202 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003203 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003204 - benchmark
3205 - grpc++_test_util
3206 - grpc_test_util
3207 - grpc++
3208 - grpc
3209 - gpr_test_util
3210 - gpr
3211 args:
3212 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003213 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003214 platforms:
3215 - mac
3216 - linux
3217 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003218- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003219 build: test
3220 language: c++
3221 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003222 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003223 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003224 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003225 - benchmark
3226 - grpc++_test_util
3227 - grpc_test_util
3228 - grpc++
3229 - grpc
3230 - gpr_test_util
3231 - gpr
3232 args:
3233 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003234 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003235 platforms:
3236 - mac
3237 - linux
3238 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003239- name: bm_chttp2_transport
3240 build: test
3241 language: c++
3242 src:
3243 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3244 deps:
3245 - grpc_benchmark
3246 - benchmark
3247 - grpc++_test_util
3248 - grpc_test_util
3249 - grpc++
3250 - grpc
3251 - gpr_test_util
3252 - gpr
3253 args:
3254 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003255 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003256 platforms:
3257 - mac
3258 - linux
3259 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003260- name: bm_closure
3261 build: test
3262 language: c++
3263 src:
3264 - test/cpp/microbenchmarks/bm_closure.cc
3265 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003266 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003267 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003268 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003269 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003270 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003271 - grpc
3272 - gpr_test_util
3273 - gpr
3274 args:
3275 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003276 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003277 platforms:
3278 - mac
3279 - linux
3280 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003281- name: bm_cq
3282 build: test
3283 language: c++
3284 src:
3285 - test/cpp/microbenchmarks/bm_cq.cc
3286 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003287 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003288 - benchmark
3289 - grpc++_test_util
3290 - grpc_test_util
3291 - grpc++
3292 - grpc
3293 - gpr_test_util
3294 - gpr
3295 args:
3296 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003297 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003298 platforms:
3299 - mac
3300 - linux
3301 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003302- name: bm_cq_multiple_threads
3303 build: test
3304 language: c++
3305 src:
3306 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3307 deps:
3308 - grpc_benchmark
3309 - benchmark
3310 - grpc++_test_util
3311 - grpc_test_util
3312 - grpc++
3313 - grpc
3314 - gpr_test_util
3315 - gpr
3316 args:
3317 - --benchmark_min_time=0
3318 defaults: benchmark
3319 platforms:
3320 - mac
3321 - linux
3322 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003323- name: bm_error
3324 build: test
3325 language: c++
3326 src:
3327 - test/cpp/microbenchmarks/bm_error.cc
3328 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003329 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003330 - benchmark
3331 - grpc++_test_util
3332 - grpc_test_util
3333 - grpc++
3334 - grpc
3335 - gpr_test_util
3336 - gpr
3337 args:
3338 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003339 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003340 platforms:
3341 - mac
3342 - linux
3343 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003344- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003345 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003346 language: c++
3347 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003348 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003349 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003350 - grpc_benchmark
3351 - benchmark
3352 - grpc++_test_util
3353 - grpc_test_util
3354 - grpc++
3355 - grpc
3356 - gpr_test_util
3357 - gpr
3358 args:
3359 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003360 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003361 excluded_poll_engines:
3362 - poll
3363 - poll-cv
3364 platforms:
3365 - mac
3366 - linux
3367 - posix
3368 timeout_seconds: 1200
3369- name: bm_fullstack_streaming_pump
3370 build: test
3371 language: c++
3372 src:
3373 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003374 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003375 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003376 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003377 - grpc++_test_util
3378 - grpc_test_util
3379 - grpc++
3380 - grpc
3381 - gpr_test_util
3382 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003383 args:
3384 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003385 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003386 excluded_poll_engines:
3387 - poll
3388 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003389 platforms:
3390 - mac
3391 - linux
3392 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003393 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003394- name: bm_fullstack_trickle
3395 build: test
3396 language: c++
3397 src:
3398 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3399 deps:
3400 - grpc_benchmark
3401 - benchmark
3402 - grpc++_test_util
3403 - grpc_test_util
3404 - grpc++
3405 - grpc
3406 - gpr_test_util
3407 - gpr
3408 args:
3409 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003410 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003411 excluded_poll_engines:
3412 - poll
3413 - poll-cv
3414 platforms:
3415 - mac
3416 - linux
3417 - posix
3418 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003419- name: bm_fullstack_unary_ping_pong
3420 build: test
3421 language: c++
3422 src:
3423 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3424 deps:
3425 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003426 - benchmark
3427 - grpc++_test_util
3428 - grpc_test_util
3429 - grpc++
3430 - grpc
3431 - gpr_test_util
3432 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003433 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003434 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003435 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003436 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003437 - poll
3438 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003439 platforms:
3440 - mac
3441 - linux
3442 - posix
3443 timeout_seconds: 1200
3444- name: bm_metadata
3445 build: test
3446 language: c++
3447 src:
3448 - test/cpp/microbenchmarks/bm_metadata.cc
3449 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003450 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003451 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003452 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003453 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003454 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003455 - grpc
3456 - gpr_test_util
3457 - gpr
3458 args:
3459 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003460 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003461 platforms:
3462 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003463 - linux
3464 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003465- name: bm_pollset
3466 build: test
3467 language: c++
3468 src:
3469 - test/cpp/microbenchmarks/bm_pollset.cc
3470 deps:
3471 - grpc_benchmark
3472 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003473 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003474 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003475 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003476 - grpc
3477 - gpr_test_util
3478 - gpr
3479 args:
3480 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003481 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003482 platforms:
3483 - mac
3484 - linux
3485 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003486- name: channel_arguments_test
3487 gtest: true
3488 build: test
3489 language: c++
3490 src:
3491 - test/cpp/common/channel_arguments_test.cc
3492 deps:
3493 - grpc++
3494 - grpc
3495 - gpr
3496- name: channel_filter_test
3497 gtest: true
3498 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003499 language: c++
3500 src:
3501 - test/cpp/common/channel_filter_test.cc
3502 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003503 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003504 - grpc
3505 - gpr
3506- name: cli_call_test
3507 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003508 build: test
3509 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003510 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003511 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003512 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003513 - grpc_cli_libs
3514 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003515 - grpc_test_util
3516 - grpc++
3517 - grpc
3518 - gpr_test_util
3519 - gpr
3520- name: client_crash_test
3521 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003522 cpu_cost: 0.1
3523 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003524 language: c++
3525 src:
3526 - test/cpp/end2end/client_crash_test.cc
3527 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003528 - grpc++_test_util
3529 - grpc_test_util
3530 - grpc++
3531 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003532 - gpr_test_util
3533 - gpr
3534 platforms:
3535 - mac
3536 - linux
3537 - posix
3538- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003539 build: test
3540 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003541 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003542 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003543 - test/cpp/end2end/client_crash_test_server.cc
3544 deps:
3545 - grpc++_test_util
3546 - grpc_test_util
3547 - grpc++
3548 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003549 - gpr_test_util
3550 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003551- name: codegen_test_full
3552 gtest: true
3553 build: test
3554 language: c++
3555 src:
3556 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003557 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003558 - src/proto/grpc/testing/payloads.proto
3559 - src/proto/grpc/testing/services.proto
3560 - src/proto/grpc/testing/stats.proto
3561 - test/cpp/codegen/codegen_test_full.cc
3562 deps:
3563 - grpc++
3564 - grpc
3565 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003566 filegroups:
3567 - grpc++_codegen_base
3568- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003569 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003570 build: test
yang-g34b58612016-06-03 17:30:09 -07003571 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003572 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003573 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003574 - src/proto/grpc/testing/messages.proto
3575 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003576 - src/proto/grpc/testing/services.proto
3577 - src/proto/grpc/testing/stats.proto
3578 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003579 deps:
3580 - grpc
3581 - gpr
Craig Tillerca62ff02016-02-24 22:22:57 -08003582 filegroups:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003583 - grpc++_codegen_base
3584 - grpc++_codegen_base_src
Craig Tiller25834342015-09-25 08:08:24 -07003585- name: credentials_test
3586 gtest: true
3587 build: test
3588 language: c++
3589 src:
3590 - test/cpp/client/credentials_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003591 deps:
3592 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003593 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003594 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003595- name: cxx_byte_buffer_test
3596 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003597 build: test
3598 language: c++
3599 src:
3600 - test/cpp/util/byte_buffer_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003601 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003602 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07003603 - grpc++
3604 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003605 - gpr_test_util
3606 - gpr
3607- name: cxx_slice_test
3608 gtest: true
3609 build: test
3610 language: c++
Craig Tillerda179ce2016-02-09 12:01:53 -08003611 src:
3612 - test/cpp/util/slice_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003613 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003614 - grpc_test_util
Craig Tillerbfd05532016-01-20 09:53:15 -08003615 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003616 - grpc
3617 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003618 - gpr
3619- name: cxx_string_ref_test
3620 gtest: true
3621 build: test
3622 language: c++
3623 src:
3624 - test/cpp/util/string_ref_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003625 deps:
3626 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003627- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003628 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003629 build: test
3630 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003631 src:
3632 - test/cpp/util/time_test.cc
3633 deps:
3634 - grpc_test_util
3635 - grpc++
3636 - grpc
3637 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08003638 - gpr
3639- name: end2end_test
yang-gb8aa58b2016-04-14 15:50:50 -07003640 gtest: true
3641 cpu_cost: 0.5
3642 build: test
3643 language: c++
3644 src:
3645 - test/cpp/end2end/end2end_test.cc
3646 deps:
3647 - grpc++_test_util
3648 - grpc_test_util
3649 - grpc++
3650 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003651 - gpr_test_util
3652 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003653- name: error_details_test
3654 gtest: true
3655 build: test
3656 language: c++
3657 src:
3658 - src/proto/grpc/testing/echo_messages.proto
3659 - test/cpp/util/error_details_test.cc
3660 deps:
3661 - grpc++_error_details
3662 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003663- name: filter_end2end_test
3664 gtest: true
3665 build: test
3666 language: c++
3667 src:
3668 - test/cpp/end2end/filter_end2end_test.cc
3669 deps:
3670 - grpc++_test_util
3671 - grpc_test_util
3672 - grpc++
3673 - grpc
3674 - gpr_test_util
3675 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003676- name: generic_end2end_test
3677 gtest: true
3678 build: test
3679 language: c++
3680 src:
3681 - test/cpp/end2end/generic_end2end_test.cc
3682 deps:
3683 - grpc++_test_util
3684 - grpc_test_util
3685 - grpc++
3686 - grpc
3687 - gpr_test_util
3688 - gpr
3689- name: golden_file_test
3690 gtest: true
3691 build: test
3692 language: c++
3693 src:
3694 - src/proto/grpc/testing/compiler_test.proto
3695 - test/cpp/codegen/golden_file_test.cc
3696 deps:
3697 - grpc++
3698 - grpc
3699 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003700 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003701 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003702- name: grpc_cli
3703 build: test
3704 run: false
3705 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003706 src:
3707 - test/cpp/util/grpc_cli.cc
3708 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003709 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003710 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003711 - grpc++
3712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003713 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003714 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003715- name: grpc_cpp_plugin
3716 build: protoc
3717 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003718 src:
3719 - src/compiler/cpp_plugin.cc
3720 deps:
3721 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003722 secure: false
3723 vs_config_type: Application
3724 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3725- name: grpc_csharp_plugin
3726 build: protoc
3727 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003728 src:
3729 - src/compiler/csharp_plugin.cc
3730 deps:
3731 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003732 secure: false
3733 vs_config_type: Application
3734 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003735- name: grpc_node_plugin
3736 build: protoc
3737 language: c++
3738 src:
3739 - src/compiler/node_plugin.cc
3740 deps:
3741 - grpc_plugin_support
3742 secure: false
3743 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003744- name: grpc_objective_c_plugin
3745 build: protoc
3746 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003747 src:
3748 - src/compiler/objective_c_plugin.cc
3749 deps:
3750 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003751 secure: false
3752 vs_config_type: Application
3753 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003754- name: grpc_php_plugin
3755 build: protoc
3756 language: c++
3757 src:
3758 - src/compiler/php_plugin.cc
3759 deps:
3760 - grpc_plugin_support
3761 secure: false
3762 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003763- name: grpc_python_plugin
3764 build: protoc
3765 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003766 src:
3767 - src/compiler/python_plugin.cc
3768 deps:
3769 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003770 secure: false
3771 vs_config_type: Application
3772 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3773- name: grpc_ruby_plugin
3774 build: protoc
3775 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003776 src:
3777 - src/compiler/ruby_plugin.cc
3778 deps:
3779 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003780 secure: false
3781 vs_config_type: Application
3782 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003783- name: grpc_tool_test
3784 gtest: true
3785 build: test
3786 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003787 src:
3788 - src/proto/grpc/testing/echo.proto
3789 - src/proto/grpc/testing/echo_messages.proto
3790 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003791 deps:
3792 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003793 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003794 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003795 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003796 - grpc_test_util
3797 - grpc++
3798 - grpc
3799 - gpr_test_util
3800 - gpr
3801 filegroups:
3802 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003803- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003804 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003805 build: test
3806 language: c++
3807 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003808 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003809 - test/cpp/grpclb/grpclb_api_test.cc
3810 deps:
3811 - grpc++_test_util
3812 - grpc_test_util
3813 - grpc++
3814 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003815- name: grpclb_test
3816 gtest: false
3817 build: test
3818 language: c++
3819 src:
3820 - src/proto/grpc/lb/v1/load_balancer.proto
3821 - test/cpp/grpclb/grpclb_test.cc
3822 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003823 - grpc++_test_util
3824 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003825 - grpc++
3826 - grpc
3827 - gpr_test_util
3828 - gpr
yang-gad327642016-12-12 14:32:09 -08003829- name: health_service_end2end_test
3830 gtest: true
3831 build: test
3832 language: c++
3833 src:
3834 - test/cpp/end2end/health_service_end2end_test.cc
3835 deps:
3836 - grpc++_test_util
3837 - grpc_test_util
3838 - grpc++
3839 - grpc
3840 - gpr_test_util
3841 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003842- name: http2_client
3843 build: test
3844 run: false
3845 language: c++
3846 src: []
3847 deps:
3848 - http2_client_main
3849 - grpc++_test_util
3850 - grpc_test_util
3851 - grpc++
3852 - grpc
3853 - grpc++_test_config
3854 platforms:
3855 - mac
3856 - linux
3857 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003858- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003859 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003860 build: test
3861 language: c++
3862 src:
3863 - test/cpp/end2end/hybrid_end2end_test.cc
3864 deps:
3865 - grpc++_test_util
3866 - grpc_test_util
3867 - grpc++
3868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003869 - gpr_test_util
3870 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003871- name: interop_client
3872 build: test
3873 run: false
3874 language: c++
3875 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003876 deps:
3877 - interop_client_main
3878 - interop_client_helper
3879 - grpc++_test_util
3880 - grpc_test_util
3881 - grpc++
3882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003883 - gpr_test_util
3884 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003885 - grpc++_test_config
3886 platforms:
3887 - mac
3888 - linux
3889 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003890- name: interop_server
3891 build: test
3892 run: false
3893 language: c++
3894 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003895 deps:
3896 - interop_server_main
3897 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003898 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003899 - grpc++_test_util
3900 - grpc_test_util
3901 - grpc++
3902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003903 - gpr_test_util
3904 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003905 - grpc++_test_config
3906 platforms:
3907 - mac
3908 - linux
3909 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003910- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003911 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003912 build: test
3913 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003914 src:
3915 - test/cpp/interop/interop_test.cc
3916 deps:
3917 - grpc_test_util
3918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003919 - gpr_test_util
3920 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003921 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003922 platforms:
3923 - mac
3924 - linux
3925 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003926- name: json_run_localhost
3927 build: test
3928 run: false
3929 language: c++
3930 src:
3931 - test/cpp/qps/json_run_localhost.cc
3932 deps:
3933 - grpc++_test_util
3934 - grpc_test_util
3935 - grpc++
3936 - grpc
3937 - gpr_test_util
3938 - gpr
3939 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003940 platforms:
3941 - mac
3942 - linux
3943 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07003944- name: memory_test
3945 gtest: true
3946 build: test
3947 language: c++
3948 src:
3949 - test/core/support/memory_test.cc
3950 deps:
3951 - grpc_test_util
3952 - grpc++
3953 - grpc
3954 - gpr_test_util
3955 - gpr
3956 uses:
3957 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003958- name: metrics_client
3959 build: test
3960 run: false
3961 language: c++
3962 headers:
3963 - test/cpp/util/metrics_server.h
3964 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003965 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003966 - test/cpp/interop/metrics_client.cc
3967 deps:
3968 - grpc++
3969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003970 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003971 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003972- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003973 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003974 build: test
3975 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07003976 headers:
3977 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07003978 src:
3979 - test/cpp/end2end/mock_test.cc
3980 deps:
3981 - grpc++_test_util
3982 - grpc_test_util
3983 - grpc++
3984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003985 - gpr_test_util
3986 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003987- name: noop-benchmark
3988 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003989 language: c++
3990 src:
3991 - test/cpp/microbenchmarks/noop-benchmark.cc
3992 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003993 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003994 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003995- name: proto_server_reflection_test
3996 gtest: true
3997 build: test
3998 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003999 src:
4000 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004001 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004002 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004003 - grpc++_reflection
4004 - grpc++_test_util
4005 - grpc_test_util
4006 - grpc++
4007 - grpc
4008 - gpr_test_util
4009 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004010- name: proto_utils_test
4011 gtest: true
4012 build: test
4013 language: c++
4014 src:
4015 - test/cpp/codegen/proto_utils_test.cc
4016 deps:
4017 - grpc++
4018 - grpc
4019 filegroups:
4020 - grpc++_codegen_base
4021 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004022- name: qps_interarrival_test
4023 build: test
4024 run: false
4025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004026 src:
4027 - test/cpp/qps/qps_interarrival_test.cc
4028 deps:
4029 - qps
4030 - grpc++_test_util
4031 - grpc_test_util
4032 - grpc++
4033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004034 - gpr_test_util
4035 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004036 platforms:
4037 - mac
4038 - linux
4039 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004040- name: qps_json_driver
4041 build: test
4042 run: false
4043 language: c++
4044 src:
4045 - test/cpp/qps/qps_json_driver.cc
4046 deps:
4047 - qps
4048 - grpc++_test_util
4049 - grpc_test_util
4050 - grpc++
4051 - grpc
4052 - gpr_test_util
4053 - gpr
4054 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004055- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004056 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004057 build: test
4058 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004059 src:
4060 - test/cpp/qps/qps_openloop_test.cc
4061 deps:
4062 - qps
4063 - grpc++_test_util
4064 - grpc_test_util
4065 - grpc++
4066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004067 - gpr_test_util
4068 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004069 - grpc++_test_config
4070 platforms:
4071 - mac
4072 - linux
4073 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004074- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004075 build: test
4076 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004077 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004078 headers:
4079 - test/cpp/qps/client.h
4080 - test/cpp/qps/server.h
4081 src:
4082 - test/cpp/qps/worker.cc
4083 deps:
4084 - qps
4085 - grpc++_test_util
4086 - grpc_test_util
4087 - grpc++
4088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004089 - gpr_test_util
4090 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004091 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004092- name: reconnect_interop_client
4093 build: test
4094 run: false
4095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004096 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004097 - src/proto/grpc/testing/empty.proto
4098 - src/proto/grpc/testing/messages.proto
4099 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004100 - test/cpp/interop/reconnect_interop_client.cc
4101 deps:
4102 - grpc++_test_util
4103 - grpc_test_util
4104 - grpc++
4105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004106 - gpr_test_util
4107 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004108 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004109- name: reconnect_interop_server
4110 build: test
4111 run: false
4112 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004113 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004114 - src/proto/grpc/testing/empty.proto
4115 - src/proto/grpc/testing/messages.proto
4116 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004117 - test/cpp/interop/reconnect_interop_server.cc
4118 deps:
4119 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004120 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004121 - grpc++_test_util
4122 - grpc_test_util
4123 - grpc++
4124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004125 - gpr_test_util
4126 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004127 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004128- name: round_robin_end2end_test
4129 gtest: true
4130 build: test
4131 language: c++
4132 src:
4133 - test/cpp/end2end/round_robin_end2end_test.cc
4134 deps:
4135 - grpc++_test_util
4136 - grpc_test_util
4137 - grpc++
4138 - grpc
4139 - gpr_test_util
4140 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004141- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004142 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004143 build: test
4144 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004145 src:
4146 - test/cpp/common/secure_auth_context_test.cc
4147 deps:
4148 - grpc++_test_util
4149 - grpc_test_util
4150 - grpc++
4151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004152 - gpr_test_util
4153 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004154- name: secure_sync_unary_ping_pong_test
4155 build: test
4156 language: c++
4157 src:
4158 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4159 deps:
4160 - qps
4161 - grpc++_test_util
4162 - grpc_test_util
4163 - grpc++
4164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004165 - gpr_test_util
4166 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004167 platforms:
4168 - mac
4169 - linux
4170 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004171- name: server_builder_plugin_test
4172 gtest: true
4173 build: test
4174 language: c++
4175 src:
4176 - test/cpp/end2end/server_builder_plugin_test.cc
4177 deps:
4178 - grpc++_test_util
4179 - grpc_test_util
4180 - grpc++
4181 - grpc
4182 - gpr_test_util
4183 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004184- name: server_builder_test
4185 gtest: true
4186 build: test
4187 language: c++
4188 src:
4189 - src/proto/grpc/testing/echo_messages.proto
4190 - src/proto/grpc/testing/echo.proto
4191 - test/cpp/server/server_builder_test.cc
4192 deps:
4193 - grpc++_test_util
4194 - grpc_test_util
4195 - gpr_test_util
4196 - grpc++
4197 - grpc
4198 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004199- name: server_context_test_spouse_test
4200 gtest: true
4201 build: test
4202 language: c++
4203 src:
4204 - test/cpp/test/server_context_test_spouse_test.cc
4205 deps:
4206 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004207 - grpc++
4208 - grpc
4209 - gpr_test_util
4210 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004211 uses:
4212 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004213- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004214 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004215 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004216 build: test
4217 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004218 src:
4219 - test/cpp/end2end/server_crash_test.cc
4220 deps:
4221 - grpc++_test_util
4222 - grpc_test_util
4223 - grpc++
4224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004225 - gpr_test_util
4226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004227 platforms:
4228 - mac
4229 - linux
4230 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004231- name: server_crash_test_client
4232 build: test
4233 run: false
4234 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004235 src:
4236 - test/cpp/end2end/server_crash_test_client.cc
4237 deps:
4238 - grpc++_test_util
4239 - grpc_test_util
4240 - grpc++
4241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004242 - gpr_test_util
4243 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004244- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004245 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004246 build: test
4247 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004248 src:
4249 - test/cpp/end2end/shutdown_test.cc
4250 deps:
4251 - grpc++_test_util
4252 - grpc_test_util
4253 - grpc++
4254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004255 - gpr_test_util
4256 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004257- name: status_test
4258 build: test
4259 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004260 src:
4261 - test/cpp/util/status_test.cc
4262 deps:
4263 - grpc_test_util
4264 - grpc++
4265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004266 - gpr_test_util
4267 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004268- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004269 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004270 build: test
4271 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004272 src:
4273 - test/cpp/end2end/streaming_throughput_test.cc
4274 deps:
4275 - grpc++_test_util
4276 - grpc_test_util
4277 - grpc++
4278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004279 - gpr_test_util
4280 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004281 platforms:
4282 - mac
4283 - linux
4284 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004285- name: stress_test
4286 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004287 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004288 language: c++
4289 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004290 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004291 - test/cpp/interop/interop_client.h
4292 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004293 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004294 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004295 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004296 - src/proto/grpc/testing/empty.proto
4297 - src/proto/grpc/testing/messages.proto
4298 - src/proto/grpc/testing/metrics.proto
4299 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004300 - test/cpp/interop/interop_client.cc
4301 - test/cpp/interop/stress_interop_client.cc
4302 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004303 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004304 deps:
4305 - grpc++_test_util
4306 - grpc_test_util
4307 - grpc++
4308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004309 - gpr_test_util
4310 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004311 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004312- name: thread_manager_test
4313 build: test
4314 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004315 src:
4316 - test/cpp/thread_manager/thread_manager_test.cc
4317 deps:
4318 - grpc++
4319 - grpc
4320 - gpr
4321 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004322- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004323 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004324 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004325 build: test
4326 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004327 src:
4328 - test/cpp/end2end/thread_stress_test.cc
4329 deps:
4330 - grpc++_test_util
4331 - grpc_test_util
4332 - grpc++
4333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004334 - gpr_test_util
4335 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004336- name: writes_per_rpc_test
4337 gtest: true
4338 cpu_cost: 0.5
4339 build: test
4340 language: c++
4341 src:
4342 - test/cpp/performance/writes_per_rpc_test.cc
4343 deps:
4344 - grpc++_test_util
4345 - grpc_test_util
4346 - grpc++
4347 - grpc
4348 - gpr_test_util
4349 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004350 platforms:
4351 - mac
4352 - linux
4353 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004354- name: public_headers_must_be_c89
4355 build: test
4356 language: c89
4357 src:
4358 - test/core/surface/public_headers_must_be_c89.c
4359 deps:
4360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004361 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004362vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004363- linkage: static
4364 name: grpc.dependencies.zlib
4365 props: false
4366 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004367 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004368- linkage: static
4369 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004370 props: true
4371 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004372 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004373- name: gflags
4374 props: false
4375 redist: false
4376 version: 2.1.2.1
4377- name: gtest
4378 props: false
4379 redist: false
4380 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004381configs:
4382 asan:
4383 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004384 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4385 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004386 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004387 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004388 LDFLAGS: -fsanitize=address
4389 LDXX: clang++
4390 compile_the_world: true
4391 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004392 ASAN_OPTIONS: detect_leaks=1:color=always
4393 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004394 asan-noleaks:
4395 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004396 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4397 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004398 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004399 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004400 LDFLAGS: -fsanitize=address
4401 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004402 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004403 test_environ:
4404 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004405 asan-trace-cmp:
4406 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004407 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4408 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004409 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004410 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004411 LDFLAGS: -fsanitize=address
4412 LDXX: clang++
4413 compile_the_world: true
4414 test_environ:
4415 ASAN_OPTIONS: detect_leaks=1:color=always
4416 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004417 basicprof:
4418 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4419 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004420 c++-compat:
4421 CFLAGS: -Wc++-compat
4422 CPPFLAGS: -O0
4423 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004424 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004425 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004426 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004427 dbg:
4428 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004429 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004430 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004431 gcov:
4432 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004433 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004434 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004435 DEFINES: _DEBUG DEBUG GPR_GCOV
4436 LD: gcc
4437 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4438 LDXX: g++
4439 helgrind:
4440 CPPFLAGS: -O0
4441 DEFINES: _DEBUG DEBUG
4442 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004443 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004444 lto:
4445 CPPFLAGS: -O2
4446 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004447 memcheck:
4448 CPPFLAGS: -O0
4449 DEFINES: _DEBUG DEBUG
4450 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004451 valgrind: --tool=memcheck --leak-check=full
4452 msan:
4453 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004454 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4455 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4456 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004457 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004458 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004459 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004460 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4461 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4462 LDXX: clang++
4463 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004464 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004465 CPPFLAGS: -O3 -fno-omit-frame-pointer
4466 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004467 LDFLAGS: -rdynamic
4468 opt:
4469 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004470 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004471 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004472 stapprof:
4473 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4474 DEFINES: NDEBUG
4475 tsan:
4476 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004477 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004478 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004479 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004480 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004481 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004482 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004483 LDXX: clang++
4484 compile_the_world: true
4485 test_environ:
4486 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004487 ubsan:
4488 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004489 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4490 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004491 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004492 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004493 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004494 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004495 LDXX: clang++
4496 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004497 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004498 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004499defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004500 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004501 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004502 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4503 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004504 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004505 benchmark:
4506 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004507 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004508 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004509 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004510 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004511 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004512 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004513 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004514 LDFLAGS: -g
4515 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004516 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004517 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004518node_modules:
4519- deps:
4520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004521 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004522 - boringssl
4523 - z
murgatroid9994a75412015-11-19 14:04:53 -08004524 headers:
4525 - src/node/ext/byte_buffer.h
4526 - src/node/ext/call.h
4527 - src/node/ext/call_credentials.h
4528 - src/node/ext/channel.h
4529 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004530 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004531 - src/node/ext/server.h
4532 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004533 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004534 - src/node/ext/timeval.h
4535 js:
4536 - src/node/index.js
4537 - src/node/src/client.js
4538 - src/node/src/common.js
4539 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004540 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004541 - src/node/src/metadata.js
4542 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004543 name: grpc_node
4544 src:
4545 - src/node/ext/byte_buffer.cc
4546 - src/node/ext/call.cc
4547 - src/node/ext/call_credentials.cc
4548 - src/node/ext/channel.cc
4549 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004550 - src/node/ext/completion_queue_threadpool.cc
4551 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004552 - src/node/ext/node_grpc.cc
4553 - src/node/ext/server.cc
4554 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004555 - src/node/ext/server_generic.cc
4556 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004557 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004558 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004559openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004560 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004561 extraction_dir: openssl-1.0.2f
4562 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004563php_config_m4:
4564 deps:
4565 - grpc
4566 - gpr
Stanley Cheung5ec52ae2017-04-14 15:07:28 -07004567 - ares
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004568 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004569 headers:
4570 - src/php/ext/grpc/byte_buffer.h
4571 - src/php/ext/grpc/call.h
4572 - src/php/ext/grpc/call_credentials.h
4573 - src/php/ext/grpc/channel.h
4574 - src/php/ext/grpc/channel_credentials.h
4575 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004576 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004577 - src/php/ext/grpc/php_grpc.h
4578 - src/php/ext/grpc/server.h
4579 - src/php/ext/grpc/server_credentials.h
4580 - src/php/ext/grpc/timeval.h
4581 src:
4582 - src/php/ext/grpc/byte_buffer.c
4583 - src/php/ext/grpc/call.c
4584 - src/php/ext/grpc/call_credentials.c
4585 - src/php/ext/grpc/channel.c
4586 - src/php/ext/grpc/channel_credentials.c
4587 - src/php/ext/grpc/completion_queue.c
4588 - src/php/ext/grpc/php_grpc.c
4589 - src/php/ext/grpc/server.c
4590 - src/php/ext/grpc/server_credentials.c
4591 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004592python_dependencies:
4593 deps:
4594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004595 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004596 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004597 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004598 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004599ruby_gem:
4600 deps:
4601 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004602 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004603 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004604 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004605 - z