blob: 9453c1a2b38d3214567fba7383aa4d0fadb90843 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Sree Kuchibhotla9a7bab52017-03-29 11:51:25 -070015 core_version: 4.0.0-dev
David Garcia Quintasae64b012017-04-21 16:12:39 -070016 g_stands_for: gregarious
David Garcia Quintas9e1acc02017-04-13 16:30:15 -070017 version: 1.4.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
Craig Tiller9202b3f2017-03-12 22:30:38 -070088 - src/core/lib/support/arena.h
Craig Tiller4d780a52017-04-12 13:47:18 -070089 - src/core/lib/support/atomic.h
90 - src/core/lib/support/atomic_with_atm.h
91 - src/core/lib/support/atomic_with_std.h
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/backoff.h
93 - src/core/lib/support/block_annotate.h
94 - src/core/lib/support/env.h
Craig Tillerb3d70102017-03-31 14:17:09 -070095 - src/core/lib/support/memory.h
Craig Tiller57726ca2016-09-12 11:59:45 -070096 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080098 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070099 - src/core/lib/support/stack_lockfree.h
100 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700101 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700102 - src/core/lib/support/thd_internal.h
103 - src/core/lib/support/time_precise.h
104 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100105 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700106 - src/core/lib/profiling/basic_timers.c
107 - src/core/lib/profiling/stap_timers.c
108 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700109 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700110 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700111 - src/core/lib/support/avl.c
112 - src/core/lib/support/backoff.c
113 - src/core/lib/support/cmdline.c
114 - src/core/lib/support/cpu_iphone.c
115 - src/core/lib/support/cpu_linux.c
116 - src/core/lib/support/cpu_posix.c
117 - src/core/lib/support/cpu_windows.c
118 - src/core/lib/support/env_linux.c
119 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/histogram.c
122 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/log.c
124 - src/core/lib/support/log_android.c
125 - src/core/lib/support/log_linux.c
126 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700127 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700128 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700129 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/stack_lockfree.c
131 - src/core/lib/support/string.c
132 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700133 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/subprocess_posix.c
136 - src/core/lib/support/subprocess_windows.c
137 - src/core/lib/support/sync.c
138 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700139 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700140 - src/core/lib/support/thd.c
141 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/time.c
144 - src/core/lib/support/time_posix.c
145 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700147 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200148 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700149 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700150 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700151 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700152 uses:
153 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800154- name: gpr_codegen
155 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800156 - include/grpc/impl/codegen/atm.h
157 - include/grpc/impl/codegen/atm_gcc_atomic.h
158 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700159 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800160 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700161 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800162 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800163 - include/grpc/impl/codegen/sync.h
164 - include/grpc/impl/codegen/sync_generic.h
165 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700166 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700167- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700168 public_headers:
169 - include/grpc/byte_buffer.h
170 - include/grpc/byte_buffer_reader.h
171 - include/grpc/compression.h
172 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700173 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200174 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800175 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700176 - include/grpc/slice.h
177 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700178 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700179 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/channel/channel_args.h
181 - src/core/lib/channel/channel_stack.h
182 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700183 - src/core/lib/channel/connected_channel.h
184 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700185 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800186 - src/core/lib/channel/handshaker_factory.h
187 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/compression/algorithm_metadata.h
189 - src/core/lib/compression/message_compress.h
190 - src/core/lib/debug/trace.h
191 - src/core/lib/http/format_request.h
192 - src/core/lib/http/httpcli.h
193 - src/core/lib/http/parser.h
194 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700195 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/endpoint.h
197 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700198 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800199 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700200 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700201 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700202 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/exec_ctx.h
204 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/iocp_windows.h
206 - src/core/lib/iomgr/iomgr.h
207 - src/core/lib/iomgr/iomgr_internal.h
208 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700209 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700210 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700211 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700212 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700216 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700218 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700220 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/sockaddr.h
222 - src/core/lib/iomgr/sockaddr_posix.h
223 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700224 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500225 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700226 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700227 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/socket_utils_posix.h
229 - src/core/lib/iomgr/socket_windows.h
230 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700231 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/tcp_posix.h
233 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700234 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/tcp_windows.h
237 - src/core/lib/iomgr/time_averaged_stats.h
238 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700239 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/timer_heap.h
Craig Tillerc3571792017-05-02 12:33:38 -0700241 - src/core/lib/iomgr/timer_manager.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
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700308 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700309 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700310 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/exec_ctx.c
312 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/iocp_windows.c
314 - src/core/lib/iomgr/iomgr.c
315 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700316 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700317 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700318 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700319 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700320 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700321 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700322 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700324 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/pollset_windows.c
326 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700327 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700329 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500331 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700332 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/socket_utils_common_posix.c
334 - src/core/lib/iomgr/socket_utils_linux.c
335 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700336 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700337 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/socket_windows.c
339 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/tcp_client_windows.c
342 - src/core/lib/iomgr/tcp_posix.c
343 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700344 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700345 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
346 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700347 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/tcp_windows.c
351 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700352 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700354 - src/core/lib/iomgr/timer_manager.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
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700818 - src/core/tsi/transport_security_adapter.h
Craig Tiller134fed32017-03-28 14:27:18 -0700819 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700821 - src/core/tsi/fake_transport_security.c
822 - src/core/tsi/ssl_transport_security.c
823 - src/core/tsi/transport_security.c
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700824 - src/core/tsi/transport_security_adapter.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 deps:
826 - gpr
827 secure: true
828- name: grpc++_base
829 language: c++
830 public_headers:
831 - include/grpc++/alarm.h
832 - include/grpc++/channel.h
833 - include/grpc++/client_context.h
834 - include/grpc++/completion_queue.h
835 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700836 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800837 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 - include/grpc++/generic/async_generic_service.h
839 - include/grpc++/generic/generic_stub.h
840 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800841 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800843 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700845 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 - include/grpc++/impl/grpc_library.h
847 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700848 - include/grpc++/impl/rpc_method.h
849 - include/grpc++/impl/rpc_service_method.h
850 - include/grpc++/impl/serialization_traits.h
851 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700852 - include/grpc++/impl/server_builder_plugin.h
853 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700855 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 - include/grpc++/security/auth_context.h
857 - include/grpc++/security/auth_metadata_processor.h
858 - include/grpc++/security/credentials.h
859 - include/grpc++/security/server_credentials.h
860 - include/grpc++/server.h
861 - include/grpc++/server_builder.h
862 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700863 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700864 - include/grpc++/support/async_stream.h
865 - include/grpc++/support/async_unary_call.h
866 - include/grpc++/support/byte_buffer.h
867 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700868 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700869 - include/grpc++/support/slice.h
870 - include/grpc++/support/status.h
871 - include/grpc++/support/status_code_enum.h
872 - include/grpc++/support/string_ref.h
873 - include/grpc++/support/stub_options.h
874 - include/grpc++/support/sync_stream.h
875 - include/grpc++/support/time.h
876 headers:
877 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700878 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700879 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800880 - src/cpp/server/health/default_health_check_service.h
881 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700882 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700883 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700884 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700885 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 - src/cpp/client/client_context.cc
887 - src/cpp/client/create_channel.cc
888 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700889 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700890 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700892 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700893 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700894 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700896 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700898 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800900 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700901 - src/cpp/server/create_default_thread_pool.cc
902 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800903 - src/cpp/server/health/default_health_check_service.cc
904 - src/cpp/server/health/health.pb.c
905 - src/cpp/server/health/health_check_service.cc
906 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700908 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700909 - src/cpp/server/server_context.cc
910 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700911 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700912 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700913 - src/cpp/util/byte_buffer_cc.cc
914 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700915 - src/cpp/util/status.cc
916 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700917 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700918 uses:
yang-g17487f92016-06-03 15:21:15 -0700919 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700920 - grpc_base
921 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700922- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700923 language: c++
924 public_headers:
925 - include/grpc++/impl/codegen/async_stream.h
926 - include/grpc++/impl/codegen/async_unary_call.h
927 - include/grpc++/impl/codegen/call.h
928 - include/grpc++/impl/codegen/call_hook.h
929 - include/grpc++/impl/codegen/channel_interface.h
930 - include/grpc++/impl/codegen/client_context.h
931 - include/grpc++/impl/codegen/client_unary_call.h
932 - include/grpc++/impl/codegen/completion_queue.h
933 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700934 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935 - include/grpc++/impl/codegen/core_codegen_interface.h
936 - include/grpc++/impl/codegen/create_auth_context.h
937 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800938 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700940 - include/grpc++/impl/codegen/rpc_method.h
941 - include/grpc++/impl/codegen/rpc_service_method.h
942 - include/grpc++/impl/codegen/security/auth_context.h
943 - include/grpc++/impl/codegen/serialization_traits.h
944 - include/grpc++/impl/codegen/server_context.h
945 - include/grpc++/impl/codegen/server_interface.h
946 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800947 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700948 - include/grpc++/impl/codegen/status.h
949 - include/grpc++/impl/codegen/status_code_enum.h
950 - include/grpc++/impl/codegen/string_ref.h
951 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 - include/grpc++/impl/codegen/sync_stream.h
953 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700954 uses:
955 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700956- name: grpc++_codegen_base_src
957 language: c++
958 src:
959 - src/cpp/codegen/codegen_init.cc
960 uses:
961 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700962- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700963 language: c++
964 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700965 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700966 uses:
yang-g17487f92016-06-03 15:21:15 -0700967 - grpc++_codegen_base
968 - grpc++_config_proto
969- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700970 language: c++
971 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700972 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700973- name: grpc++_reflection_proto
974 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700975 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700976 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800977- name: grpc++_test
978 language: c++
979 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -0700980 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800981 - include/grpc++/test/server_context_test_spouse.h
982 deps:
983 - grpc++
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100984libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800985- name: gpr
986 build: all
987 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800988 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700989 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800990 secure: false
991 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
992- name: gpr_test_util
993 build: private
994 language: c
995 headers:
996 - test/core/util/test_config.h
997 src:
998 - test/core/util/test_config.c
999 deps:
1000 - gpr
1001 secure: false
1002 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001003- name: grpc
1004 build: all
1005 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001006 src:
1007 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001009 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001010 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001011 filegroups:
1012 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001013 - grpc_transport_chttp2_server_secure
1014 - grpc_transport_chttp2_client_secure
1015 - grpc_transport_chttp2_server_insecure
1016 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -08001017 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001018 - grpc_lb_policy_pick_first
1019 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001020 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001021 - grpc_resolver_dns_native
1022 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001023 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001024 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001025 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001026 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001027 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001028 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001029 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001030 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001031 vs_packages:
1032 - grpc.dependencies.openssl
1033 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001034 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001035- name: grpc_cronet
1036 build: all
1037 language: c
1038 src:
1039 - src/core/lib/surface/init.c
1040 baselib: true
1041 deps_linkage: static
1042 dll: true
1043 filegroups:
1044 - grpc_base
1045 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001046 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001047 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001048 generate_plugin_registry: true
1049 platforms:
1050 - linux
1051 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001052- name: grpc_dll
1053 build: private
1054 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001055 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001056 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001057 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001058 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001059 build_system:
1060 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001061 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001062 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001063 vs_config_type: DynamicLibrary
1064 vs_packages:
1065 - grpc.dependencies.openssl
1066 - grpc.dependencies.zlib
1067 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1068 vs_props:
1069 - zlib
1070 - openssl
1071 - winsock
1072 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001073- name: grpc_test_util
1074 build: private
1075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001076 headers:
1077 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001078 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001079 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001080 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001081 - test/core/end2end/data/server1_cert.c
1082 - test/core/end2end/data/server1_key.c
1083 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001084 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001085 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001086 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001087 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001088 - grpc
1089 filegroups:
1090 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001091 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001092 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1093- name: grpc_test_util_unsecure
1094 build: private
1095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001096 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001097 - gpr
1098 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001099 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001100 filegroups:
1101 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001102 secure: false
1103 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1104- name: grpc_unsecure
1105 build: all
1106 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001107 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001108 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001109 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001111 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001112 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001113 filegroups:
1114 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001115 - grpc_transport_chttp2_server_insecure
1116 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001117 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001118 - grpc_resolver_dns_native
1119 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001120 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001121 - grpc_lb_policy_grpclb
1122 - grpc_lb_policy_pick_first
1123 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001124 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001125 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001126 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001127 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001128 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001129 secure: false
1130 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001131- name: reconnect_server
1132 build: private
1133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001134 headers:
1135 - test/core/util/reconnect_server.h
1136 src:
1137 - test/core/util/reconnect_server.c
1138 deps:
yang-gc9fca182015-11-06 16:41:33 -08001139 - test_tcp_server
1140 - grpc_test_util
1141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001142 - gpr_test_util
1143 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001144- name: test_tcp_server
1145 build: private
1146 language: c
1147 headers:
1148 - test/core/util/test_tcp_server.h
1149 src:
1150 - test/core/util/test_tcp_server.c
1151 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001152 - grpc_test_util
1153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001154 - gpr_test_util
1155 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001156- name: grpc++
1157 build: all
1158 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001159 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001160 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001161 - src/cpp/client/secure_credentials.h
1162 - src/cpp/common/secure_auth_context.h
1163 - src/cpp/server/secure_server_credentials.h
1164 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001165 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001166 - src/cpp/client/secure_credentials.cc
1167 - src/cpp/common/auth_property_iterator.cc
1168 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001169 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001170 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001171 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001172 - src/cpp/server/secure_server_credentials.cc
1173 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001174 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001175 baselib: true
1176 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001177 filegroups:
1178 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001179 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001180 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001181 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182 secure: check
1183 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001184- name: grpc++_cronet
1185 build: all
1186 language: c++
1187 src:
1188 - src/cpp/client/cronet_credentials.cc
1189 - src/cpp/client/insecure_credentials.cc
1190 - src/cpp/common/insecure_create_auth_context.cc
1191 - src/cpp/server/insecure_server_credentials.cc
1192 deps:
1193 - gpr
1194 - grpc_cronet
1195 baselib: true
1196 dll: true
1197 filegroups:
1198 - grpc++_base
1199 - grpc++_codegen_base
1200 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001201 - grpc_transport_chttp2_client_insecure
1202 - grpc_transport_chttp2_server_insecure
1203 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001204 platforms:
1205 - linux
1206 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001207- name: grpc++_error_details
1208 build: all
1209 language: c++
1210 public_headers:
1211 - include/grpc++/support/error_details.h
1212 src:
1213 - src/proto/grpc/status/status.proto
1214 - src/cpp/util/error_details.cc
1215 deps:
1216 - grpc++
1217 baselib: true
1218 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001219- name: grpc++_proto_reflection_desc_db
1220 build: private
1221 language: c++
1222 headers:
1223 - test/cpp/util/proto_reflection_descriptor_database.h
1224 src:
1225 - test/cpp/util/proto_reflection_descriptor_database.cc
1226 deps:
1227 - grpc++
1228 filegroups:
1229 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001230 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001231- name: grpc++_reflection
1232 build: all
1233 language: c++
1234 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001235 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001236 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001237 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001238 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001239 - src/cpp/ext/proto_server_reflection.cc
1240 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001241 deps:
1242 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001243 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001244 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245- name: grpc++_test_config
1246 build: private
1247 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001248 headers:
1249 - test/cpp/util/test_config.h
1250 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001251 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252- name: grpc++_test_util
1253 build: private
1254 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001255 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001256 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001257 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001258 - test/cpp/util/create_test_channel.h
1259 - test/cpp/util/string_ref_helper.h
1260 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001261 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001262 src:
yang-gc8a49d22016-12-12 11:18:49 -08001263 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001264 - src/proto/grpc/testing/echo_messages.proto
1265 - src/proto/grpc/testing/echo.proto
1266 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001267 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001268 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001269 - test/cpp/util/create_test_channel.cc
1270 - test/cpp/util/string_ref_helper.cc
1271 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001272 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001273 deps:
1274 - grpc++
1275 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001276 filegroups:
1277 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001278 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001279 - grpc++_codegen_proto
1280 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281- name: grpc++_unsecure
1282 build: all
1283 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001284 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001285 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001286 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001287 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001288 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001289 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001290 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001291 baselib: true
1292 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001293 filegroups:
1294 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001295 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001296 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297 secure: false
1298 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001299- name: grpc_benchmark
1300 build: test
1301 language: c++
1302 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001303 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1304 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001305 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001306 src:
1307 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001308 deps:
1309 - benchmark
1310 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001311 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001312 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001313 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001314- name: grpc_cli_libs
1315 build: private
1316 language: c++
1317 headers:
1318 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001319 - test/cpp/util/cli_credentials.h
1320 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001321 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001322 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001323 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001324 src:
1325 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001326 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001327 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001328 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001329 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001330 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001331 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001332 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001333 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001334 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001335 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001336- name: grpc_plugin_support
1337 build: protoc
1338 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001339 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001340 - src/compiler/config.h
1341 - src/compiler/cpp_generator.h
1342 - src/compiler/cpp_generator_helpers.h
1343 - src/compiler/csharp_generator.h
1344 - src/compiler/csharp_generator_helpers.h
1345 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001346 - src/compiler/node_generator.h
1347 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001348 - src/compiler/objective_c_generator.h
1349 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001350 - src/compiler/php_generator.h
1351 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301352 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001353 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301354 - src/compiler/python_generator_helpers.h
1355 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001356 - src/compiler/ruby_generator.h
1357 - src/compiler/ruby_generator_helpers-inl.h
1358 - src/compiler/ruby_generator_map-inl.h
1359 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301360 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001361 src:
1362 - src/compiler/cpp_generator.cc
1363 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001364 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001365 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001366 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001367 - src/compiler/python_generator.cc
1368 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001369 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001370 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001371 secure: false
1372 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001373 vs_props:
1374 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001375- name: http2_client_main
1376 build: private
1377 language: c++
1378 headers:
1379 - test/cpp/interop/http2_client.h
1380 src:
1381 - src/proto/grpc/testing/empty.proto
1382 - src/proto/grpc/testing/messages.proto
1383 - src/proto/grpc/testing/test.proto
1384 - test/cpp/interop/http2_client.cc
1385 deps:
1386 - grpc++_test_util
1387 - grpc_test_util
1388 - grpc++
1389 - grpc
1390 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: interop_client_helper
1392 build: private
1393 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001394 headers:
1395 - test/cpp/interop/client_helper.h
1396 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001397 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001398 - test/cpp/interop/client_helper.cc
1399 deps:
1400 - grpc++_test_util
1401 - grpc_test_util
1402 - grpc++
1403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001404 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001405- name: interop_client_main
1406 build: private
1407 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001408 headers:
1409 - test/cpp/interop/interop_client.h
1410 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001411 - src/proto/grpc/testing/empty.proto
1412 - src/proto/grpc/testing/messages.proto
1413 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001414 - test/cpp/interop/client.cc
1415 - test/cpp/interop/interop_client.cc
1416 deps:
1417 - interop_client_helper
1418 - grpc++_test_util
1419 - grpc_test_util
1420 - grpc++
1421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001422 - gpr_test_util
1423 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001424 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001425- name: interop_server_helper
1426 build: private
1427 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001428 headers:
1429 - test/cpp/interop/server_helper.h
1430 src:
1431 - test/cpp/interop/server_helper.cc
1432 deps:
yang-gcc591022017-01-11 11:10:43 -08001433 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001434 - grpc_test_util
1435 - grpc++
1436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001438- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001439 build: private
1440 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001441 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001442 - src/proto/grpc/testing/empty.proto
1443 - src/proto/grpc/testing/messages.proto
1444 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001445 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001446 deps:
1447 - interop_server_helper
1448 - grpc++_test_util
1449 - grpc_test_util
1450 - grpc++
1451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001452 - gpr_test_util
1453 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001454 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001455- name: interop_server_main
1456 build: private
1457 language: c++
1458 src:
1459 - test/cpp/interop/interop_server_bootstrap.cc
1460 deps:
1461 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: qps
1463 build: private
1464 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001465 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001466 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001467 - test/cpp/qps/client.h
1468 - test/cpp/qps/driver.h
1469 - test/cpp/qps/histogram.h
1470 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001471 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001472 - test/cpp/qps/qps_worker.h
1473 - test/cpp/qps/report.h
1474 - test/cpp/qps/server.h
1475 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001476 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001477 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001478 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001479 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001480 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001481 - src/proto/grpc/testing/control.proto
1482 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001483 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001484 - test/cpp/qps/client_async.cc
1485 - test/cpp/qps/client_sync.cc
1486 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001487 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001488 - test/cpp/qps/qps_worker.cc
1489 - test/cpp/qps/report.cc
1490 - test/cpp/qps/server_async.cc
1491 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001492 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001493 deps:
1494 - grpc_test_util
1495 - grpc++_test_util
1496 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001497- name: grpc_csharp_ext
1498 build: all
1499 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001500 src:
1501 - src/csharp/ext/grpc_csharp_ext.c
1502 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001505 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001506 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507 dll: only
1508 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001509 vs_packages:
1510 - grpc.dependencies.openssl
1511 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001512 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001513 vs_props:
1514 - zlib
1515 - openssl
1516 - winsock
1517 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001518targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001519- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001520 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001521 build: test
1522 language: c
1523 src:
1524 - test/core/surface/alarm_test.c
1525 deps:
1526 - grpc_test_util
1527 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001528 - gpr_test_util
1529 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001530- name: algorithm_test
1531 build: test
1532 language: c
1533 src:
1534 - test/core/compression/algorithm_test.c
1535 deps:
1536 - grpc_test_util
1537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001538 - gpr_test_util
1539 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001540- name: alloc_test
1541 build: test
1542 language: c
1543 src:
1544 - test/core/support/alloc_test.c
1545 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001546 - gpr_test_util
1547 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001548- name: alpn_test
1549 build: test
1550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001551 src:
1552 - test/core/transport/chttp2/alpn_test.c
1553 deps:
1554 - grpc_test_util
1555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001556 - gpr_test_util
1557 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001558- name: api_fuzzer
1559 build: fuzzer
1560 language: c
1561 src:
1562 - test/core/end2end/fuzzers/api_fuzzer.c
1563 deps:
1564 - grpc_test_util
1565 - grpc
1566 - gpr_test_util
1567 - gpr
1568 corpus_dirs:
1569 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001570 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001571 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001572- name: arena_test
1573 build: test
1574 language: c
1575 src:
1576 - test/core/support/arena_test.c
1577 deps:
1578 - gpr_test_util
1579 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001580- name: bad_server_response_test
1581 build: test
1582 language: c
1583 src:
1584 - test/core/end2end/bad_server_response_test.c
1585 deps:
1586 - test_tcp_server
1587 - grpc_test_util
1588 - grpc
1589 - gpr_test_util
1590 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001591 exclude_iomgrs:
1592 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001593- name: bdp_estimator_test
1594 build: test
1595 language: c
1596 src:
1597 - test/core/transport/bdp_estimator_test.c
1598 deps:
1599 - grpc_test_util
1600 - grpc
1601 - gpr_test_util
1602 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001603- name: bin_decoder_test
1604 build: test
1605 language: c
1606 src:
1607 - test/core/transport/chttp2/bin_decoder_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001611- name: bin_encoder_test
1612 build: test
1613 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001614 src:
1615 - test/core/transport/chttp2/bin_encoder_test.c
1616 deps:
1617 - grpc_test_util
1618 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001619- name: census_context_test
1620 build: test
1621 language: c
1622 src:
1623 - test/core/census/context_test.c
1624 deps:
1625 - grpc_test_util
1626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 - gpr_test_util
1628 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001629- name: census_resource_test
1630 build: test
1631 language: c
1632 src:
1633 - test/core/census/resource_test.c
1634 deps:
1635 - grpc_test_util
1636 - grpc
1637 - gpr_test_util
1638 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001639- name: census_trace_context_test
1640 build: test
1641 language: c
1642 src:
1643 - test/core/census/trace_context_test.c
1644 deps:
1645 - grpc_test_util
1646 - grpc
1647 - gpr_test_util
1648 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001649- name: channel_create_test
1650 build: test
1651 language: c
1652 src:
1653 - test/core/surface/channel_create_test.c
1654 deps:
1655 - grpc_test_util
1656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001657 - gpr_test_util
1658 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001659- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001660 build: test
1661 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001662 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001663 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001664 deps:
1665 - grpc_test_util
1666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001667 - gpr_test_util
1668 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001669- name: chttp2_stream_map_test
1670 build: test
1671 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001672 src:
1673 - test/core/transport/chttp2/stream_map_test.c
1674 deps:
1675 - grpc_test_util
1676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001677 - gpr_test_util
1678 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001679- name: chttp2_varint_test
1680 build: test
1681 language: c
1682 src:
1683 - test/core/transport/chttp2/varint_test.c
1684 deps:
1685 - grpc_test_util
1686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001687 - gpr_test_util
1688 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001689- name: client_fuzzer
1690 build: fuzzer
1691 language: c
1692 src:
1693 - test/core/end2end/fuzzers/client_fuzzer.c
1694 deps:
1695 - grpc_test_util
1696 - grpc
1697 - gpr_test_util
1698 - gpr
1699 corpus_dirs:
1700 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001701 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001702 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001703- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001704 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001705 build: test
1706 language: c
1707 src:
1708 - test/core/iomgr/combiner_test.c
1709 deps:
1710 - grpc_test_util
1711 - grpc
1712 - gpr_test_util
1713 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001714- name: compression_test
1715 build: test
1716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001717 src:
1718 - test/core/compression/compression_test.c
1719 deps:
1720 - grpc_test_util
1721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001722 - gpr_test_util
1723 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001724- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001725 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001726 build: test
1727 language: c
1728 src:
1729 - test/core/surface/concurrent_connectivity_test.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
1733 - gpr_test_util
1734 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001735 exclude_iomgrs:
1736 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001737- name: connection_refused_test
1738 cpu_cost: 0.1
1739 build: test
1740 language: c
1741 src:
1742 - test/core/end2end/connection_refused_test.c
1743 deps:
1744 - grpc_test_util
1745 - grpc
1746 - gpr_test_util
1747 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001748- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001749 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001750 build: test
1751 language: c
1752 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001753 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001754 deps:
1755 - grpc_test_util
1756 - grpc
1757 - gpr_test_util
1758 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001759 exclude_iomgrs:
1760 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001761- name: dns_resolver_test
1762 build: test
1763 language: c
1764 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001765 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001766 deps:
1767 - grpc_test_util
1768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001769 - gpr_test_util
1770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001772 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001773 build: test
1774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001775 src:
1776 - test/core/end2end/dualstack_socket_test.c
1777 deps:
1778 - grpc_test_util
1779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr_test_util
1781 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001782 exclude_iomgrs:
1783 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001784 platforms:
1785 - mac
1786 - linux
1787 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001788- name: endpoint_pair_test
1789 build: test
1790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001791 src:
1792 - test/core/iomgr/endpoint_pair_test.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001798 exclude_iomgrs:
1799 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001800- name: error_test
1801 cpu_cost: 30
1802 build: test
1803 language: c
1804 src:
1805 - test/core/iomgr/error_test.c
1806 deps:
1807 - grpc_test_util
1808 - grpc
1809 - gpr_test_util
1810 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001811- name: ev_epoll_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001812 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001813 build: test
1814 language: c
1815 src:
1816 - test/core/iomgr/ev_epoll_linux_test.c
1817 deps:
1818 - grpc_test_util
1819 - grpc
1820 - gpr_test_util
1821 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001822 exclude_iomgrs:
1823 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001824 platforms:
1825 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001826- name: fake_resolver_test
1827 build: test
1828 language: c
1829 src:
1830 - test/core/client_channel/resolvers/fake_resolver_test.c
1831 deps:
1832 - grpc_test_util
1833 - grpc
1834 - gpr_test_util
1835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001836- name: fd_conservation_posix_test
1837 build: test
1838 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001839 src:
1840 - test/core/iomgr/fd_conservation_posix_test.c
1841 deps:
1842 - grpc_test_util
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001846 exclude_iomgrs:
1847 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001848 platforms:
1849 - mac
1850 - linux
1851 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852- name: fd_posix_test
1853 build: test
1854 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001855 src:
1856 - test/core/iomgr/fd_posix_test.c
1857 deps:
1858 - grpc_test_util
1859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001860 - gpr_test_util
1861 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001862 exclude_iomgrs:
1863 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001864 platforms:
1865 - mac
1866 - linux
1867 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001868- name: fling_client
1869 build: test
1870 run: false
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
1873 - test/core/fling/client.c
1874 deps:
1875 - grpc_test_util
1876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr_test_util
1878 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879- name: fling_server
1880 build: test
1881 run: false
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
1884 - test/core/fling/server.c
1885 deps:
1886 - grpc_test_util
1887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001891 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/fling/fling_stream_test.c
1896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001901 platforms:
1902 - mac
1903 - linux
1904 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001905- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001906 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907 build: test
1908 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001909 src:
1910 - test/core/fling/fling_test.c
1911 deps:
1912 - grpc_test_util
1913 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001914 - gpr_test_util
1915 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001916 platforms:
1917 - mac
1918 - linux
1919 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920- name: gen_hpack_tables
1921 build: tool
1922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001923 src:
1924 - tools/codegen/core/gen_hpack_tables.c
1925 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001926 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001927 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001928- name: gen_legal_metadata_characters
1929 build: tool
1930 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001931 src:
1932 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001934- name: gen_percent_encoding_tables
1935 build: tool
1936 language: c
1937 src:
1938 - tools/codegen/core/gen_percent_encoding_tables.c
1939 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001940- name: goaway_server_test
1941 cpu_cost: 0.1
1942 build: test
1943 language: c
1944 src:
1945 - test/core/end2end/goaway_server_test.c
1946 deps:
1947 - grpc_test_util
1948 - grpc
1949 - gpr_test_util
1950 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001951 exclude_iomgrs:
1952 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001953 platforms:
1954 - mac
1955 - linux
1956 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001957- name: gpr_avl_test
1958 build: test
1959 language: c
1960 src:
1961 - test/core/support/avl_test.c
1962 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001965- name: gpr_backoff_test
1966 build: test
1967 language: c
1968 src:
1969 - test/core/support/backoff_test.c
1970 deps:
1971 - gpr_test_util
1972 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001973- name: gpr_cmdline_test
1974 build: test
1975 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001976 src:
1977 - test/core/support/cmdline_test.c
1978 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001979 - gpr_test_util
1980 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001981- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07001982 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001983 build: test
1984 language: c
1985 src:
1986 - test/core/support/cpu_test.c
1987 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001988 - gpr_test_util
1989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: gpr_env_test
1991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/support/env_test.c
1995 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 - gpr_test_util
1997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: gpr_histogram_test
1999 build: test
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/support/histogram_test.c
2003 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: gpr_host_port_test
2007 build: test
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/support/host_port_test.c
2011 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002012 - gpr_test_util
2013 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014- name: gpr_log_test
2015 build: test
2016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002017 src:
2018 - test/core/support/log_test.c
2019 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002022- name: gpr_mpscq_test
2023 cpu_cost: 30
2024 build: test
2025 language: c
2026 src:
2027 - test/core/support/mpscq_test.c
2028 deps:
2029 - gpr_test_util
2030 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002031- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002032 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002033 build: test
2034 language: c
2035 src:
2036 - test/core/support/spinlock_test.c
2037 deps:
2038 - gpr_test_util
2039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002041 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042 build: test
2043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002044 src:
2045 - test/core/support/stack_lockfree_test.c
2046 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002049- name: gpr_string_test
2050 build: test
2051 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002052 src:
2053 - test/core/support/string_test.c
2054 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 - gpr_test_util
2056 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002057- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002058 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002059 build: test
2060 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002061 src:
2062 - test/core/support/sync_test.c
2063 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002064 - gpr_test_util
2065 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002066- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002067 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002068 build: test
2069 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002070 src:
2071 - test/core/support/thd_test.c
2072 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: gpr_time_test
2076 build: test
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
2079 - test/core/support/time_test.c
2080 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002083- name: gpr_tls_test
2084 build: test
2085 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002086 src:
2087 - test/core/support/tls_test.c
2088 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: gpr_useful_test
2092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/support/useful_test.c
2096 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: grpc_auth_context_test
2100 build: test
2101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002102 src:
2103 - test/core/security/auth_context_test.c
2104 deps:
2105 - grpc_test_util
2106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002109- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002110 build: test
2111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002112 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002113 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002114 deps:
2115 - grpc_test_util
2116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002117 - gpr_test_util
2118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: grpc_byte_buffer_reader_test
2120 build: test
2121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002122 src:
2123 - test/core/surface/byte_buffer_reader_test.c
2124 deps:
2125 - grpc_test_util
2126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002127 - gpr_test_util
2128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: grpc_channel_args_test
2130 build: test
2131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002132 src:
2133 - test/core/channel/channel_args_test.c
2134 deps:
2135 - grpc_test_util
2136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002137 - gpr_test_util
2138 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002139- name: grpc_channel_stack_test
2140 build: test
2141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002142 src:
2143 - test/core/channel/channel_stack_test.c
2144 deps:
2145 - grpc_test_util
2146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002147 - gpr_test_util
2148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002149- name: grpc_completion_queue_test
2150 build: test
2151 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002152 src:
2153 - test/core/surface/completion_queue_test.c
2154 deps:
2155 - grpc_test_util
2156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002157 - gpr_test_util
2158 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002159- name: grpc_completion_queue_threading_test
2160 build: test
2161 language: c
2162 src:
2163 - test/core/surface/completion_queue_threading_test.c
2164 deps:
2165 - grpc_test_util
2166 - grpc
2167 - gpr_test_util
2168 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002169 exclude_iomgrs:
2170 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: grpc_create_jwt
2172 build: tool
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/core/security/create_jwt.c
2176 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002179 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180- name: grpc_credentials_test
2181 build: test
2182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002183 src:
2184 - test/core/security/credentials_test.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr_test_util
2189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002191 build: test
2192 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002194 src:
2195 - test/core/security/fetch_oauth2.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002201- name: grpc_invalid_channel_args_test
2202 build: test
2203 language: c
2204 src:
2205 - test/core/surface/invalid_channel_args_test.c
2206 deps:
2207 - grpc_test_util
2208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002209 - gpr_test_util
2210 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002211- name: grpc_json_token_test
2212 build: test
2213 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002214 src:
2215 - test/core/security/json_token_test.c
2216 deps:
2217 - grpc_test_util
2218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002219 - gpr_test_util
2220 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002221 platforms:
2222 - linux
2223 - posix
2224 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002225- name: grpc_jwt_verifier_test
2226 build: test
2227 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002228 src:
2229 - test/core/security/jwt_verifier_test.c
2230 deps:
2231 - grpc_test_util
2232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002233 - gpr_test_util
2234 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235- name: grpc_print_google_default_creds_token
2236 build: tool
2237 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002238 src:
2239 - test/core/security/print_google_default_creds_token.c
2240 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002242 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243- name: grpc_security_connector_test
2244 build: test
2245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002246 src:
2247 - test/core/security/security_connector_test.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253- name: grpc_verify_jwt
2254 build: tool
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
2257 - test/core/security/verify_jwt.c
2258 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002260 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002261- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002262 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002263 language: c
2264 src:
2265 - test/core/handshake/client_ssl.c
2266 deps:
2267 - grpc_test_util
2268 - grpc
2269 - gpr_test_util
2270 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002271 exclude_iomgrs:
2272 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002273 platforms:
2274 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002275 secure: true
2276- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002277 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002278 language: c
2279 src:
2280 - test/core/handshake/server_ssl.c
2281 deps:
2282 - grpc_test_util
2283 - grpc
2284 - gpr_test_util
2285 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002286 platforms:
2287 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002288 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002289- name: hpack_parser_fuzzer_test
2290 build: fuzzer
2291 language: c
2292 src:
2293 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2294 deps:
2295 - grpc_test_util
2296 - grpc
2297 - gpr_test_util
2298 - gpr
2299 corpus_dirs:
2300 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002301 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002302 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002303- name: hpack_parser_test
2304 build: test
2305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002306 src:
2307 - test/core/transport/chttp2/hpack_parser_test.c
2308 deps:
2309 - grpc_test_util
2310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002311 - gpr_test_util
2312 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002313- name: hpack_table_test
2314 build: test
2315 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002316 src:
2317 - test/core/transport/chttp2/hpack_table_test.c
2318 deps:
2319 - grpc_test_util
2320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002321 - gpr_test_util
2322 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002323- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002324 build: test
2325 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002326 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002327 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002328 deps:
2329 - grpc_test_util
2330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002331 - gpr_test_util
2332 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002333- name: http_request_fuzzer_test
2334 build: fuzzer
2335 language: c
2336 src:
2337 - test/core/http/request_fuzzer.c
2338 deps:
2339 - grpc_test_util
2340 - grpc
2341 - gpr_test_util
2342 - gpr
2343 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002344 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002345 maxlen: 2048
2346- name: http_response_fuzzer_test
2347 build: fuzzer
2348 language: c
2349 src:
2350 - test/core/http/response_fuzzer.c
2351 deps:
2352 - grpc_test_util
2353 - grpc
2354 - gpr_test_util
2355 - gpr
2356 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002357 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002358 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002359- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002360 build: test
2361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002362 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002363 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002364 deps:
2365 - grpc_test_util
2366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002367 - gpr_test_util
2368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002370 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002371 build: test
2372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002373 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002374 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002375 deps:
2376 - grpc_test_util
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002380 platforms:
2381 - mac
2382 - linux
2383 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002384- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002385 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002386 build: test
2387 language: c
2388 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002389 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002390 deps:
2391 - grpc_test_util
2392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 - gpr_test_util
2394 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002395 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002396 - linux
yang-gf1183302015-12-07 16:02:05 -08002397- name: init_test
2398 build: test
2399 language: c
2400 src:
2401 - test/core/surface/init_test.c
2402 deps:
2403 - grpc_test_util
2404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002405 - gpr_test_util
2406 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002407- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002408 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002409 build: test
2410 language: c
2411 src:
2412 - test/core/end2end/invalid_call_argument_test.c
2413 deps:
2414 - grpc_test_util
2415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002416 - gpr_test_util
2417 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002418- name: json_fuzzer_test
2419 build: fuzzer
2420 language: c
2421 src:
2422 - test/core/json/fuzzer.c
2423 deps:
2424 - grpc_test_util
2425 - grpc
2426 - gpr_test_util
2427 - gpr
2428 corpus_dirs:
2429 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002430 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002431- name: json_rewrite
2432 build: test
2433 run: false
2434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
2436 - test/core/json/json_rewrite.c
2437 deps:
2438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002440- name: json_rewrite_test
2441 build: test
2442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002443 src:
2444 - test/core/json/json_rewrite_test.c
2445 deps:
2446 - grpc_test_util
2447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002448 - gpr_test_util
2449 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002450- name: json_stream_error_test
2451 build: test
2452 language: c
2453 src:
2454 - test/core/json/json_stream_error_test.c
2455 deps:
2456 - grpc_test_util
2457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002458 - gpr_test_util
2459 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460- name: json_test
2461 build: test
2462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - test/core/json/json_test.c
2465 deps:
2466 - grpc_test_util
2467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002468 - gpr_test_util
2469 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470- name: lame_client_test
2471 build: test
2472 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002473 src:
2474 - test/core/surface/lame_client_test.c
2475 deps:
2476 - grpc_test_util
2477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002478 - gpr_test_util
2479 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002480- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002481 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002482 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002483 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002485 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002486 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002487 deps:
2488 - grpc_test_util
2489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002490 - gpr_test_util
2491 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002492- name: load_file_test
2493 build: test
2494 language: c
2495 src:
2496 - test/core/iomgr/load_file_test.c
2497 deps:
2498 - grpc_test_util
2499 - grpc
2500 - gpr_test_util
2501 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002502- name: low_level_ping_pong_benchmark
2503 build: benchmark
2504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002505 src:
2506 - test/core/network_benchmarks/low_level_ping_pong.c
2507 deps:
2508 - grpc_test_util
2509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002510 - gpr_test_util
2511 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002512 platforms:
2513 - mac
2514 - linux
2515 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002516- name: memory_profile_client
2517 build: test
2518 run: false
2519 language: c
2520 src:
2521 - test/core/memory_usage/client.c
2522 deps:
2523 - grpc_test_util
2524 - grpc
2525 - gpr_test_util
2526 - gpr
2527- name: memory_profile_server
2528 build: test
2529 run: false
2530 language: c
2531 src:
2532 - test/core/memory_usage/server.c
2533 deps:
2534 - grpc_test_util
2535 - grpc
2536 - gpr_test_util
2537 - gpr
2538- name: memory_profile_test
2539 cpu_cost: 1.5
2540 build: test
2541 language: c
2542 src:
2543 - test/core/memory_usage/memory_usage_test.c
2544 deps:
2545 - grpc_test_util
2546 - grpc
2547 - gpr_test_util
2548 - gpr
2549 platforms:
2550 - mac
2551 - linux
2552 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553- name: message_compress_test
2554 build: test
2555 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002556 src:
2557 - test/core/compression/message_compress_test.c
2558 deps:
2559 - grpc_test_util
2560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002561 - gpr_test_util
2562 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002563- name: minimal_stack_is_minimal_test
2564 build: test
2565 language: c
2566 src:
2567 - test/core/channel/minimal_stack_is_minimal_test.c
2568 deps:
2569 - grpc_test_util
2570 - grpc
2571 - gpr_test_util
2572 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002573- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002574 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002575 build: test
2576 language: c
2577 src:
2578 - test/core/census/mlog_test.c
2579 deps:
2580 - grpc_test_util
2581 - grpc
2582 - gpr_test_util
2583 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002584- name: multiple_server_queues_test
2585 build: test
2586 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002587 src:
2588 - test/core/end2end/multiple_server_queues_test.c
2589 deps:
2590 - grpc_test_util
2591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002592 - gpr_test_util
2593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594- name: murmur_hash_test
2595 build: test
2596 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002597 src:
2598 - test/core/support/murmur_hash_test.c
2599 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002600 - gpr_test_util
2601 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002602- name: nanopb_fuzzer_response_test
2603 build: fuzzer
2604 language: c
2605 src:
2606 - test/core/nanopb/fuzzer_response.c
2607 deps:
2608 - grpc_test_util
2609 - grpc
2610 - gpr_test_util
2611 - gpr
2612 corpus_dirs:
2613 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002614 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002615- name: nanopb_fuzzer_serverlist_test
2616 build: fuzzer
2617 language: c
2618 src:
2619 - test/core/nanopb/fuzzer_serverlist.c
2620 deps:
2621 - grpc_test_util
2622 - grpc
2623 - gpr_test_util
2624 - gpr
2625 corpus_dirs:
2626 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002627 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002629 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002630 build: test
2631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002632 src:
2633 - test/core/end2end/no_server_test.c
2634 deps:
2635 - grpc_test_util
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr_test_util
2638 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002639- name: parse_address_test
2640 build: test
2641 language: c
2642 src:
2643 - test/core/client_channel/parse_address_test.c
2644 deps:
2645 - grpc_test_util
2646 - grpc
2647 - gpr_test_util
2648 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002649- name: percent_decode_fuzzer
2650 build: fuzzer
2651 language: c
2652 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002653 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002654 deps:
2655 - grpc_test_util
2656 - grpc
2657 - gpr_test_util
2658 - gpr
2659 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002660 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002661 maxlen: 32
2662- name: percent_encode_fuzzer
2663 build: fuzzer
2664 language: c
2665 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002666 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002667 deps:
2668 - grpc_test_util
2669 - grpc
2670 - gpr_test_util
2671 - gpr
2672 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002673 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002674 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002675- name: percent_encoding_test
2676 build: test
2677 language: c
2678 src:
2679 - test/core/slice/percent_encoding_test.c
2680 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002681 - grpc_test_util
2682 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002683 - gpr_test_util
2684 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002685- name: pollset_set_test
2686 build: test
2687 language: c
2688 src:
2689 - test/core/iomgr/pollset_set_test.c
2690 deps:
2691 - grpc_test_util
2692 - grpc
2693 - gpr_test_util
2694 - gpr
2695 exclude_iomgrs:
2696 - uv
2697 platforms:
2698 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002699- name: resolve_address_posix_test
2700 build: test
2701 language: c
2702 src:
2703 - test/core/iomgr/resolve_address_posix_test.c
2704 deps:
2705 - grpc_test_util
2706 - grpc
2707 - gpr_test_util
2708 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002709 exclude_iomgrs:
2710 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002711 platforms:
2712 - mac
2713 - linux
2714 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002715- name: resolve_address_test
2716 build: test
2717 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002718 src:
2719 - test/core/iomgr/resolve_address_test.c
2720 deps:
2721 - grpc_test_util
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002725- name: resource_quota_test
2726 cpu_cost: 30
2727 build: test
2728 language: c
2729 src:
2730 - test/core/iomgr/resource_quota_test.c
2731 deps:
2732 - grpc_test_util
2733 - grpc
2734 - gpr_test_util
2735 - gpr
yang-gd482e592015-12-10 14:04:00 -08002736- name: secure_channel_create_test
2737 build: test
2738 language: c
2739 src:
2740 - test/core/surface/secure_channel_create_test.c
2741 deps:
2742 - grpc_test_util
2743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002744 - gpr_test_util
2745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002746- name: secure_endpoint_test
2747 build: test
2748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002749 src:
2750 - test/core/security/secure_endpoint_test.c
2751 deps:
2752 - grpc_test_util
2753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002754 - gpr_test_util
2755 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002756 exclude_iomgrs:
2757 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002758- name: sequential_connectivity_test
2759 build: test
2760 language: c
2761 src:
2762 - test/core/surface/sequential_connectivity_test.c
2763 deps:
2764 - grpc_test_util
2765 - grpc
2766 - gpr_test_util
2767 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002768 exclude_iomgrs:
2769 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002770- name: server_chttp2_test
2771 build: test
2772 language: c
2773 src:
2774 - test/core/surface/server_chttp2_test.c
2775 deps:
2776 - grpc_test_util
2777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002778 - gpr_test_util
2779 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002780- name: server_fuzzer
2781 build: fuzzer
2782 language: c
2783 src:
2784 - test/core/end2end/fuzzers/server_fuzzer.c
2785 deps:
2786 - grpc_test_util
2787 - grpc
2788 - gpr_test_util
2789 - gpr
2790 corpus_dirs:
2791 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002792 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002793 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002794- name: server_test
2795 build: test
2796 language: c
2797 src:
2798 - test/core/surface/server_test.c
2799 deps:
2800 - grpc_test_util
2801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002802 - gpr_test_util
2803 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002804- name: slice_buffer_test
2805 build: test
2806 language: c
2807 src:
2808 - test/core/slice/slice_buffer_test.c
2809 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002810 - grpc_test_util
2811 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002812 - gpr_test_util
2813 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002814- name: slice_hash_table_test
2815 build: test
2816 language: c
2817 src:
2818 - test/core/slice/slice_hash_table_test.c
2819 deps:
2820 - grpc_test_util
2821 - grpc
2822 - gpr_test_util
2823 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002824- name: slice_string_helpers_test
2825 build: test
2826 language: c
2827 src:
2828 - test/core/slice/slice_string_helpers_test.c
2829 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002830 - grpc_test_util
2831 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002832 - gpr_test_util
2833 - gpr
2834- name: slice_test
2835 build: test
2836 language: c
2837 src:
2838 - test/core/slice/slice_test.c
2839 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002840 - grpc_test_util
2841 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002842 - gpr_test_util
2843 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002844- name: sockaddr_resolver_test
2845 build: test
2846 language: c
2847 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002848 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002849 deps:
2850 - grpc_test_util
2851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002852 - gpr_test_util
2853 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002854- name: sockaddr_utils_test
2855 build: test
2856 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002857 src:
2858 - test/core/iomgr/sockaddr_utils_test.c
2859 deps:
2860 - grpc_test_util
2861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002862 - gpr_test_util
2863 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002864- name: socket_utils_test
2865 build: test
2866 language: c
2867 src:
2868 - test/core/iomgr/socket_utils_test.c
2869 deps:
2870 - grpc_test_util
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002874 exclude_iomgrs:
2875 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002876 platforms:
2877 - mac
2878 - linux
2879 - posix
yang-g31e21282016-11-04 15:10:03 -07002880- name: ssl_server_fuzzer
2881 build: fuzzer
2882 language: c
2883 src:
2884 - test/core/security/ssl_server_fuzzer.c
2885 deps:
2886 - grpc_test_util
2887 - grpc
2888 - gpr_test_util
2889 - gpr
2890 corpus_dirs:
2891 - test/core/security/corpus/ssl_server_corpus
2892 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002893- name: status_conversion_test
2894 build: test
2895 language: c
2896 src:
2897 - test/core/transport/status_conversion_test.c
2898 deps:
2899 - grpc_test_util
2900 - grpc
2901 - gpr_test_util
2902 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002903- name: stream_owned_slice_test
2904 build: test
2905 language: c
2906 src:
2907 - test/core/transport/stream_owned_slice_test.c
2908 deps:
2909 - grpc_test_util
2910 - grpc
2911 - gpr_test_util
2912 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002913- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002914 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002915 build: test
2916 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002917 src:
2918 - test/core/iomgr/tcp_client_posix_test.c
2919 deps:
2920 - grpc_test_util
2921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002922 - gpr_test_util
2923 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002924 exclude_iomgrs:
2925 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002926 platforms:
2927 - mac
2928 - linux
2929 - posix
murgatroid991191b722017-02-08 11:56:52 -08002930- name: tcp_client_uv_test
2931 cpu_cost: 0.5
2932 build: test
2933 language: c
2934 src:
2935 - test/core/iomgr/tcp_client_uv_test.c
2936 deps:
2937 - grpc_test_util
2938 - grpc
2939 - gpr_test_util
2940 - gpr
2941 exclude_iomgrs:
2942 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002943- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002944 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002945 build: test
2946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002947 src:
2948 - test/core/iomgr/tcp_posix_test.c
2949 deps:
2950 - grpc_test_util
2951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002952 - gpr_test_util
2953 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002954 exclude_iomgrs:
2955 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002956 platforms:
2957 - mac
2958 - linux
2959 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002960- name: tcp_server_posix_test
2961 build: test
2962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002963 src:
2964 - test/core/iomgr/tcp_server_posix_test.c
2965 deps:
2966 - grpc_test_util
2967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002968 - gpr_test_util
2969 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002970 exclude_iomgrs:
2971 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002972 platforms:
2973 - mac
2974 - linux
2975 - posix
murgatroid991191b722017-02-08 11:56:52 -08002976- name: tcp_server_uv_test
2977 build: test
2978 language: c
2979 src:
2980 - test/core/iomgr/tcp_server_uv_test.c
2981 deps:
2982 - grpc_test_util
2983 - grpc
2984 - gpr_test_util
2985 - gpr
2986 exclude_iomgrs:
2987 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002988- name: time_averaged_stats_test
2989 build: test
2990 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002991 src:
2992 - test/core/iomgr/time_averaged_stats_test.c
2993 deps:
2994 - grpc_test_util
2995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002996 - gpr_test_util
2997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002998- name: timeout_encoding_test
2999 build: test
3000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003001 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003002 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003003 deps:
3004 - grpc_test_util
3005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003006 - gpr_test_util
3007 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003008- name: timer_heap_test
3009 build: test
3010 language: c
3011 src:
3012 - test/core/iomgr/timer_heap_test.c
3013 deps:
3014 - grpc_test_util
3015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003016 - gpr_test_util
3017 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003018 exclude_iomgrs:
3019 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003020- name: timer_list_test
3021 build: test
3022 language: c
3023 src:
3024 - test/core/iomgr/timer_list_test.c
3025 deps:
3026 - grpc_test_util
3027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003028 - gpr_test_util
3029 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003030 exclude_iomgrs:
3031 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003032- name: transport_connectivity_state_test
3033 build: test
3034 language: c
3035 src:
3036 - test/core/transport/connectivity_state_test.c
3037 deps:
3038 - grpc_test_util
3039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003040 - gpr_test_util
3041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042- name: transport_metadata_test
3043 build: test
3044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003045 src:
3046 - test/core/transport/metadata_test.c
3047 deps:
3048 - grpc_test_util
3049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003050 - gpr_test_util
3051 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003052- name: transport_pid_controller_test
3053 build: test
3054 language: c
3055 src:
3056 - test/core/transport/pid_controller_test.c
3057 deps:
3058 - grpc_test_util
3059 - grpc
3060 - gpr_test_util
3061 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003062- name: transport_security_test
3063 build: test
3064 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003065 src:
3066 - test/core/tsi/transport_security_test.c
3067 deps:
3068 - grpc_test_util
3069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003070 - gpr_test_util
3071 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003072 platforms:
3073 - linux
3074 - posix
3075 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003076- name: udp_server_test
3077 build: test
3078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003079 src:
3080 - test/core/iomgr/udp_server_test.c
3081 deps:
3082 - grpc_test_util
3083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003084 - gpr_test_util
3085 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003086 exclude_iomgrs:
3087 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003088 platforms:
3089 - mac
3090 - linux
3091 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003092- name: uri_fuzzer_test
3093 build: fuzzer
3094 language: c
3095 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003096 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003097 deps:
3098 - grpc_test_util
3099 - grpc
3100 - gpr_test_util
3101 - gpr
3102 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003103 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003104 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003105- name: uri_parser_test
3106 build: test
3107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003108 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003109 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003110 deps:
3111 - grpc_test_util
3112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003113 - gpr_test_util
3114 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003115- name: wakeup_fd_cv_test
3116 build: test
3117 language: c
3118 src:
3119 - test/core/iomgr/wakeup_fd_cv_test.c
3120 deps:
3121 - grpc_test_util
3122 - grpc
3123 - gpr_test_util
3124 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003125 exclude_iomgrs:
3126 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003127 platforms:
3128 - mac
3129 - linux
3130 - posix
vjpai04e992a2016-02-10 16:58:38 -08003131- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003132 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003133 build: test
3134 language: c++
3135 src:
3136 - test/cpp/common/alarm_cpp_test.cc
3137 deps:
3138 - grpc++_test_util
3139 - grpc_test_util
3140 - grpc++
3141 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003142 - gpr_test_util
3143 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003144- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003145 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003146 build: test
3147 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003148 src:
3149 - test/cpp/end2end/async_end2end_test.cc
3150 deps:
3151 - grpc++_test_util
3152 - grpc_test_util
3153 - grpc++
3154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003155 - gpr_test_util
3156 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003157- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003158 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003159 build: test
3160 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003161 src:
3162 - test/cpp/common/auth_property_iterator_test.cc
3163 deps:
3164 - grpc++_test_util
3165 - grpc_test_util
3166 - grpc++
3167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003168 - gpr_test_util
3169 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003170- name: bm_arena
3171 build: test
3172 language: c++
3173 src:
3174 - test/cpp/microbenchmarks/bm_arena.cc
3175 deps:
3176 - grpc_benchmark
3177 - benchmark
3178 - grpc++_test_util
3179 - grpc_test_util
3180 - grpc++
3181 - grpc
3182 - gpr_test_util
3183 - gpr
3184 args:
3185 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003186 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003187 platforms:
3188 - mac
3189 - linux
3190 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003191- name: bm_call_create
3192 build: test
3193 language: c++
3194 src:
3195 - test/cpp/microbenchmarks/bm_call_create.cc
3196 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003197 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003198 - benchmark
3199 - grpc++_test_util
3200 - grpc_test_util
3201 - grpc++
3202 - grpc
3203 - gpr_test_util
3204 - gpr
3205 args:
3206 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003207 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003208 platforms:
3209 - mac
3210 - linux
3211 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003212- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003213 build: test
3214 language: c++
3215 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003216 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003217 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003218 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003219 - benchmark
3220 - grpc++_test_util
3221 - grpc_test_util
3222 - grpc++
3223 - grpc
3224 - gpr_test_util
3225 - gpr
3226 args:
3227 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003228 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003229 platforms:
3230 - mac
3231 - linux
3232 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003233- name: bm_chttp2_transport
3234 build: test
3235 language: c++
3236 src:
3237 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3238 deps:
3239 - grpc_benchmark
3240 - benchmark
3241 - grpc++_test_util
3242 - grpc_test_util
3243 - grpc++
3244 - grpc
3245 - gpr_test_util
3246 - gpr
3247 args:
3248 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003249 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003250 platforms:
3251 - mac
3252 - linux
3253 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003254- name: bm_closure
3255 build: test
3256 language: c++
3257 src:
3258 - test/cpp/microbenchmarks/bm_closure.cc
3259 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003260 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003261 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003262 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003263 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003264 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003265 - grpc
3266 - gpr_test_util
3267 - gpr
3268 args:
3269 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003270 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003271 platforms:
3272 - mac
3273 - linux
3274 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003275- name: bm_cq
3276 build: test
3277 language: c++
3278 src:
3279 - test/cpp/microbenchmarks/bm_cq.cc
3280 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003281 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003282 - benchmark
3283 - grpc++_test_util
3284 - grpc_test_util
3285 - grpc++
3286 - grpc
3287 - gpr_test_util
3288 - gpr
3289 args:
3290 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003291 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003292 platforms:
3293 - mac
3294 - linux
3295 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003296- name: bm_cq_multiple_threads
3297 build: test
3298 language: c++
3299 src:
3300 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3301 deps:
3302 - grpc_benchmark
3303 - benchmark
3304 - grpc++_test_util
3305 - grpc_test_util
3306 - grpc++
3307 - grpc
3308 - gpr_test_util
3309 - gpr
3310 args:
3311 - --benchmark_min_time=0
3312 defaults: benchmark
3313 platforms:
3314 - mac
3315 - linux
3316 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003317- name: bm_error
3318 build: test
3319 language: c++
3320 src:
3321 - test/cpp/microbenchmarks/bm_error.cc
3322 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003323 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003324 - benchmark
3325 - grpc++_test_util
3326 - grpc_test_util
3327 - grpc++
3328 - grpc
3329 - gpr_test_util
3330 - gpr
3331 args:
3332 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003333 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003334 platforms:
3335 - mac
3336 - linux
3337 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003338- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003339 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003340 language: c++
3341 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003342 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003343 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003344 - grpc_benchmark
3345 - benchmark
3346 - grpc++_test_util
3347 - grpc_test_util
3348 - grpc++
3349 - grpc
3350 - gpr_test_util
3351 - gpr
3352 args:
3353 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003354 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003355 excluded_poll_engines:
3356 - poll
3357 - poll-cv
3358 platforms:
3359 - mac
3360 - linux
3361 - posix
3362 timeout_seconds: 1200
3363- name: bm_fullstack_streaming_pump
3364 build: test
3365 language: c++
3366 src:
3367 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003368 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003369 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003370 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003371 - grpc++_test_util
3372 - grpc_test_util
3373 - grpc++
3374 - grpc
3375 - gpr_test_util
3376 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003377 args:
3378 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003379 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003380 excluded_poll_engines:
3381 - poll
3382 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003383 platforms:
3384 - mac
3385 - linux
3386 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003387 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003388- name: bm_fullstack_trickle
3389 build: test
3390 language: c++
3391 src:
3392 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3393 deps:
3394 - grpc_benchmark
3395 - benchmark
3396 - grpc++_test_util
3397 - grpc_test_util
3398 - grpc++
3399 - grpc
3400 - gpr_test_util
3401 - gpr
3402 args:
3403 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003404 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003405 excluded_poll_engines:
3406 - poll
3407 - poll-cv
3408 platforms:
3409 - mac
3410 - linux
3411 - posix
3412 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003413- name: bm_fullstack_unary_ping_pong
3414 build: test
3415 language: c++
3416 src:
3417 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3418 deps:
3419 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003420 - benchmark
3421 - grpc++_test_util
3422 - grpc_test_util
3423 - grpc++
3424 - grpc
3425 - gpr_test_util
3426 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003427 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003428 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003429 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003430 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003431 - poll
3432 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003433 platforms:
3434 - mac
3435 - linux
3436 - posix
3437 timeout_seconds: 1200
3438- name: bm_metadata
3439 build: test
3440 language: c++
3441 src:
3442 - test/cpp/microbenchmarks/bm_metadata.cc
3443 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003444 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003445 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003446 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003447 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003448 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003449 - grpc
3450 - gpr_test_util
3451 - gpr
3452 args:
3453 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003454 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003455 platforms:
3456 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003457 - linux
3458 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003459- name: bm_pollset
3460 build: test
3461 language: c++
3462 src:
3463 - test/cpp/microbenchmarks/bm_pollset.cc
3464 deps:
3465 - grpc_benchmark
3466 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003467 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003468 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003469 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003470 - grpc
3471 - gpr_test_util
3472 - gpr
3473 args:
3474 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003475 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003476 platforms:
3477 - mac
3478 - linux
3479 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003480- name: channel_arguments_test
3481 gtest: true
3482 build: test
3483 language: c++
3484 src:
3485 - test/cpp/common/channel_arguments_test.cc
3486 deps:
3487 - grpc++
3488 - grpc
3489 - gpr
3490- name: channel_filter_test
3491 gtest: true
3492 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003493 language: c++
3494 src:
3495 - test/cpp/common/channel_filter_test.cc
3496 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003497 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003498 - grpc
3499 - gpr
3500- name: cli_call_test
3501 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003502 build: test
3503 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003504 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003505 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003506 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003507 - grpc_cli_libs
3508 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003509 - grpc_test_util
3510 - grpc++
3511 - grpc
3512 - gpr_test_util
3513 - gpr
3514- name: client_crash_test
3515 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003516 cpu_cost: 0.1
3517 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003518 language: c++
3519 src:
3520 - test/cpp/end2end/client_crash_test.cc
3521 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003522 - grpc++_test_util
3523 - grpc_test_util
3524 - grpc++
3525 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003526 - gpr_test_util
3527 - gpr
3528 platforms:
3529 - mac
3530 - linux
3531 - posix
3532- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003533 build: test
3534 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003535 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003536 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003537 - test/cpp/end2end/client_crash_test_server.cc
3538 deps:
3539 - grpc++_test_util
3540 - grpc_test_util
3541 - grpc++
3542 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003543 - gpr_test_util
3544 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003545- name: codegen_test_full
3546 gtest: true
3547 build: test
3548 language: c++
3549 src:
3550 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003551 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003552 - src/proto/grpc/testing/payloads.proto
3553 - src/proto/grpc/testing/services.proto
3554 - src/proto/grpc/testing/stats.proto
3555 - test/cpp/codegen/codegen_test_full.cc
3556 deps:
3557 - grpc++
3558 - grpc
3559 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003560 filegroups:
3561 - grpc++_codegen_base
3562- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003563 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003564 build: test
yang-g34b58612016-06-03 17:30:09 -07003565 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003566 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003567 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003568 - src/proto/grpc/testing/messages.proto
3569 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003570 - src/proto/grpc/testing/services.proto
3571 - src/proto/grpc/testing/stats.proto
3572 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003573 deps:
3574 - grpc
3575 - gpr
Craig Tillerca62ff02016-02-24 22:22:57 -08003576 filegroups:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003577 - grpc++_codegen_base
3578 - grpc++_codegen_base_src
Craig Tiller25834342015-09-25 08:08:24 -07003579- name: credentials_test
3580 gtest: true
3581 build: test
3582 language: c++
3583 src:
3584 - test/cpp/client/credentials_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003585 deps:
3586 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003587 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003588 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003589- name: cxx_byte_buffer_test
3590 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003591 build: test
3592 language: c++
3593 src:
3594 - test/cpp/util/byte_buffer_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003595 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003596 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07003597 - grpc++
3598 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003599 - gpr_test_util
3600 - gpr
3601- name: cxx_slice_test
3602 gtest: true
3603 build: test
3604 language: c++
Craig Tillerda179ce2016-02-09 12:01:53 -08003605 src:
3606 - test/cpp/util/slice_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003607 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003608 - grpc_test_util
Craig Tillerbfd05532016-01-20 09:53:15 -08003609 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003610 - grpc
3611 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003612 - gpr
3613- name: cxx_string_ref_test
3614 gtest: true
3615 build: test
3616 language: c++
3617 src:
3618 - test/cpp/util/string_ref_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003619 deps:
3620 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003621- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003622 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003623 build: test
3624 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003625 src:
3626 - test/cpp/util/time_test.cc
3627 deps:
3628 - grpc_test_util
3629 - grpc++
3630 - grpc
3631 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08003632 - gpr
3633- name: end2end_test
yang-gb8aa58b2016-04-14 15:50:50 -07003634 gtest: true
3635 cpu_cost: 0.5
3636 build: test
3637 language: c++
3638 src:
3639 - test/cpp/end2end/end2end_test.cc
3640 deps:
3641 - grpc++_test_util
3642 - grpc_test_util
3643 - grpc++
3644 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003645 - gpr_test_util
3646 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003647- name: error_details_test
3648 gtest: true
3649 build: test
3650 language: c++
3651 src:
3652 - src/proto/grpc/testing/echo_messages.proto
3653 - test/cpp/util/error_details_test.cc
3654 deps:
3655 - grpc++_error_details
3656 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003657- name: filter_end2end_test
3658 gtest: true
3659 build: test
3660 language: c++
3661 src:
3662 - test/cpp/end2end/filter_end2end_test.cc
3663 deps:
3664 - grpc++_test_util
3665 - grpc_test_util
3666 - grpc++
3667 - grpc
3668 - gpr_test_util
3669 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003670- name: generic_end2end_test
3671 gtest: true
3672 build: test
3673 language: c++
3674 src:
3675 - test/cpp/end2end/generic_end2end_test.cc
3676 deps:
3677 - grpc++_test_util
3678 - grpc_test_util
3679 - grpc++
3680 - grpc
3681 - gpr_test_util
3682 - gpr
3683- name: golden_file_test
3684 gtest: true
3685 build: test
3686 language: c++
3687 src:
3688 - src/proto/grpc/testing/compiler_test.proto
3689 - test/cpp/codegen/golden_file_test.cc
3690 deps:
3691 - grpc++
3692 - grpc
3693 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003694 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003695 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003696- name: grpc_cli
3697 build: test
3698 run: false
3699 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003700 src:
3701 - test/cpp/util/grpc_cli.cc
3702 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003703 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003704 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003705 - grpc++
3706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003707 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003708 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003709- name: grpc_cpp_plugin
3710 build: protoc
3711 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003712 src:
3713 - src/compiler/cpp_plugin.cc
3714 deps:
3715 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003716 secure: false
3717 vs_config_type: Application
3718 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3719- name: grpc_csharp_plugin
3720 build: protoc
3721 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003722 src:
3723 - src/compiler/csharp_plugin.cc
3724 deps:
3725 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003726 secure: false
3727 vs_config_type: Application
3728 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003729- name: grpc_node_plugin
3730 build: protoc
3731 language: c++
3732 src:
3733 - src/compiler/node_plugin.cc
3734 deps:
3735 - grpc_plugin_support
3736 secure: false
3737 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003738- name: grpc_objective_c_plugin
3739 build: protoc
3740 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003741 src:
3742 - src/compiler/objective_c_plugin.cc
3743 deps:
3744 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003745 secure: false
3746 vs_config_type: Application
3747 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003748- name: grpc_php_plugin
3749 build: protoc
3750 language: c++
3751 src:
3752 - src/compiler/php_plugin.cc
3753 deps:
3754 - grpc_plugin_support
3755 secure: false
3756 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003757- name: grpc_python_plugin
3758 build: protoc
3759 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003760 src:
3761 - src/compiler/python_plugin.cc
3762 deps:
3763 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003764 secure: false
3765 vs_config_type: Application
3766 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3767- name: grpc_ruby_plugin
3768 build: protoc
3769 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003770 src:
3771 - src/compiler/ruby_plugin.cc
3772 deps:
3773 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003774 secure: false
3775 vs_config_type: Application
3776 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003777- name: grpc_tool_test
3778 gtest: true
3779 build: test
3780 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003781 src:
3782 - src/proto/grpc/testing/echo.proto
3783 - src/proto/grpc/testing/echo_messages.proto
3784 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003785 deps:
3786 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003787 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003788 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003789 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003790 - grpc_test_util
3791 - grpc++
3792 - grpc
3793 - gpr_test_util
3794 - gpr
3795 filegroups:
3796 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003797- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003798 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003799 build: test
3800 language: c++
3801 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003802 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003803 - test/cpp/grpclb/grpclb_api_test.cc
3804 deps:
3805 - grpc++_test_util
3806 - grpc_test_util
3807 - grpc++
3808 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07003809- name: grpclb_end2end_test
3810 gtest: true
3811 build: test
3812 language: c++
3813 src:
3814 - src/proto/grpc/lb/v1/load_balancer.proto
3815 - test/cpp/end2end/grpclb_end2end_test.cc
3816 deps:
3817 - grpc++_test_util
3818 - grpc_test_util
3819 - grpc++
3820 - grpc
3821 - gpr_test_util
3822 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07003823- name: grpclb_test
3824 gtest: false
3825 build: test
3826 language: c++
3827 src:
3828 - src/proto/grpc/lb/v1/load_balancer.proto
3829 - test/cpp/grpclb/grpclb_test.cc
3830 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003831 - grpc++_test_util
3832 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003833 - grpc++
3834 - grpc
3835 - gpr_test_util
3836 - gpr
yang-gad327642016-12-12 14:32:09 -08003837- name: health_service_end2end_test
3838 gtest: true
3839 build: test
3840 language: c++
3841 src:
3842 - test/cpp/end2end/health_service_end2end_test.cc
3843 deps:
3844 - grpc++_test_util
3845 - grpc_test_util
3846 - grpc++
3847 - grpc
3848 - gpr_test_util
3849 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003850- name: http2_client
3851 build: test
3852 run: false
3853 language: c++
3854 src: []
3855 deps:
3856 - http2_client_main
3857 - grpc++_test_util
3858 - grpc_test_util
3859 - grpc++
3860 - grpc
3861 - grpc++_test_config
3862 platforms:
3863 - mac
3864 - linux
3865 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003866- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003867 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003868 build: test
3869 language: c++
3870 src:
3871 - test/cpp/end2end/hybrid_end2end_test.cc
3872 deps:
3873 - grpc++_test_util
3874 - grpc_test_util
3875 - grpc++
3876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003877 - gpr_test_util
3878 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003879- name: interop_client
3880 build: test
3881 run: false
3882 language: c++
3883 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003884 deps:
3885 - interop_client_main
3886 - interop_client_helper
3887 - grpc++_test_util
3888 - grpc_test_util
3889 - grpc++
3890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003891 - gpr_test_util
3892 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003893 - grpc++_test_config
3894 platforms:
3895 - mac
3896 - linux
3897 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003898- name: interop_server
3899 build: test
3900 run: false
3901 language: c++
3902 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003903 deps:
3904 - interop_server_main
3905 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003906 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003907 - grpc++_test_util
3908 - grpc_test_util
3909 - grpc++
3910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003911 - gpr_test_util
3912 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003913 - grpc++_test_config
3914 platforms:
3915 - mac
3916 - linux
3917 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003918- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003919 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003920 build: test
3921 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003922 src:
3923 - test/cpp/interop/interop_test.cc
3924 deps:
3925 - grpc_test_util
3926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003927 - gpr_test_util
3928 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003929 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003930 platforms:
3931 - mac
3932 - linux
3933 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003934- name: json_run_localhost
3935 build: test
3936 run: false
3937 language: c++
3938 src:
3939 - test/cpp/qps/json_run_localhost.cc
3940 deps:
3941 - grpc++_test_util
3942 - grpc_test_util
3943 - grpc++
3944 - grpc
3945 - gpr_test_util
3946 - gpr
3947 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003948 platforms:
3949 - mac
3950 - linux
3951 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07003952- name: memory_test
3953 gtest: true
3954 build: test
3955 language: c++
3956 src:
3957 - test/core/support/memory_test.cc
3958 deps:
3959 - grpc_test_util
3960 - grpc++
3961 - grpc
3962 - gpr_test_util
3963 - gpr
3964 uses:
3965 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003966- name: metrics_client
3967 build: test
3968 run: false
3969 language: c++
3970 headers:
3971 - test/cpp/util/metrics_server.h
3972 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003973 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003974 - test/cpp/interop/metrics_client.cc
3975 deps:
3976 - grpc++
3977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003978 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003979 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003980- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003981 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003982 build: test
3983 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07003984 headers:
3985 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07003986 src:
3987 - test/cpp/end2end/mock_test.cc
3988 deps:
3989 - grpc++_test_util
3990 - grpc_test_util
3991 - grpc++
3992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003993 - gpr_test_util
3994 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003995- name: noop-benchmark
3996 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003997 language: c++
3998 src:
3999 - test/cpp/microbenchmarks/noop-benchmark.cc
4000 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004001 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004002 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004003- name: proto_server_reflection_test
4004 gtest: true
4005 build: test
4006 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004007 src:
4008 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004009 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004010 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004011 - grpc++_reflection
4012 - grpc++_test_util
4013 - grpc_test_util
4014 - grpc++
4015 - grpc
4016 - gpr_test_util
4017 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004018- name: proto_utils_test
4019 gtest: true
4020 build: test
4021 language: c++
4022 src:
4023 - test/cpp/codegen/proto_utils_test.cc
4024 deps:
4025 - grpc++
4026 - grpc
4027 filegroups:
4028 - grpc++_codegen_base
4029 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004030- name: qps_interarrival_test
4031 build: test
4032 run: false
4033 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004034 src:
4035 - test/cpp/qps/qps_interarrival_test.cc
4036 deps:
4037 - qps
4038 - grpc++_test_util
4039 - grpc_test_util
4040 - grpc++
4041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004042 - gpr_test_util
4043 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004044 platforms:
4045 - mac
4046 - linux
4047 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004048- name: qps_json_driver
4049 build: test
4050 run: false
4051 language: c++
4052 src:
4053 - test/cpp/qps/qps_json_driver.cc
4054 deps:
4055 - qps
4056 - grpc++_test_util
4057 - grpc_test_util
4058 - grpc++
4059 - grpc
4060 - gpr_test_util
4061 - gpr
4062 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004063- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004064 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004065 build: test
4066 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004067 src:
4068 - test/cpp/qps/qps_openloop_test.cc
4069 deps:
4070 - qps
4071 - grpc++_test_util
4072 - grpc_test_util
4073 - grpc++
4074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004075 - gpr_test_util
4076 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004077 - grpc++_test_config
4078 platforms:
4079 - mac
4080 - linux
4081 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004082- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004083 build: test
4084 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004086 headers:
4087 - test/cpp/qps/client.h
4088 - test/cpp/qps/server.h
4089 src:
4090 - test/cpp/qps/worker.cc
4091 deps:
4092 - qps
4093 - grpc++_test_util
4094 - grpc_test_util
4095 - grpc++
4096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004097 - gpr_test_util
4098 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004099 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004100- name: reconnect_interop_client
4101 build: test
4102 run: false
4103 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004104 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004105 - src/proto/grpc/testing/empty.proto
4106 - src/proto/grpc/testing/messages.proto
4107 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004108 - test/cpp/interop/reconnect_interop_client.cc
4109 deps:
4110 - grpc++_test_util
4111 - grpc_test_util
4112 - grpc++
4113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004114 - gpr_test_util
4115 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004116 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004117- name: reconnect_interop_server
4118 build: test
4119 run: false
4120 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004121 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004122 - src/proto/grpc/testing/empty.proto
4123 - src/proto/grpc/testing/messages.proto
4124 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004125 - test/cpp/interop/reconnect_interop_server.cc
4126 deps:
4127 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004128 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004129 - grpc++_test_util
4130 - grpc_test_util
4131 - grpc++
4132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004133 - gpr_test_util
4134 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004135 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004136- name: round_robin_end2end_test
4137 gtest: true
4138 build: test
4139 language: c++
4140 src:
4141 - test/cpp/end2end/round_robin_end2end_test.cc
4142 deps:
4143 - grpc++_test_util
4144 - grpc_test_util
4145 - grpc++
4146 - grpc
4147 - gpr_test_util
4148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004149- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004150 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004151 build: test
4152 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004153 src:
4154 - test/cpp/common/secure_auth_context_test.cc
4155 deps:
4156 - grpc++_test_util
4157 - grpc_test_util
4158 - grpc++
4159 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004160 - gpr_test_util
4161 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004162- name: secure_sync_unary_ping_pong_test
4163 build: test
4164 language: c++
4165 src:
4166 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4167 deps:
4168 - qps
4169 - grpc++_test_util
4170 - grpc_test_util
4171 - grpc++
4172 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004173 - gpr_test_util
4174 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004175 platforms:
4176 - mac
4177 - linux
4178 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004179- name: server_builder_plugin_test
4180 gtest: true
4181 build: test
4182 language: c++
4183 src:
4184 - test/cpp/end2end/server_builder_plugin_test.cc
4185 deps:
4186 - grpc++_test_util
4187 - grpc_test_util
4188 - grpc++
4189 - grpc
4190 - gpr_test_util
4191 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004192- name: server_builder_test
4193 gtest: true
4194 build: test
4195 language: c++
4196 src:
4197 - src/proto/grpc/testing/echo_messages.proto
4198 - src/proto/grpc/testing/echo.proto
4199 - test/cpp/server/server_builder_test.cc
4200 deps:
4201 - grpc++_test_util
4202 - grpc_test_util
4203 - gpr_test_util
4204 - grpc++
4205 - grpc
4206 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004207- name: server_context_test_spouse_test
4208 gtest: true
4209 build: test
4210 language: c++
4211 src:
4212 - test/cpp/test/server_context_test_spouse_test.cc
4213 deps:
4214 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004215 - grpc++
4216 - grpc
4217 - gpr_test_util
4218 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004219 uses:
4220 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004221- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004222 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004223 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004224 build: test
4225 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004226 src:
4227 - test/cpp/end2end/server_crash_test.cc
4228 deps:
4229 - grpc++_test_util
4230 - grpc_test_util
4231 - grpc++
4232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004233 - gpr_test_util
4234 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004235 platforms:
4236 - mac
4237 - linux
4238 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004239- name: server_crash_test_client
4240 build: test
4241 run: false
4242 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004243 src:
4244 - test/cpp/end2end/server_crash_test_client.cc
4245 deps:
4246 - grpc++_test_util
4247 - grpc_test_util
4248 - grpc++
4249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004250 - gpr_test_util
4251 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004252- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004253 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004254 build: test
4255 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004256 src:
4257 - test/cpp/end2end/shutdown_test.cc
4258 deps:
4259 - grpc++_test_util
4260 - grpc_test_util
4261 - grpc++
4262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004263 - gpr_test_util
4264 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004265- name: status_test
4266 build: test
4267 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004268 src:
4269 - test/cpp/util/status_test.cc
4270 deps:
4271 - grpc_test_util
4272 - grpc++
4273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004274 - gpr_test_util
4275 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004276- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004277 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004278 build: test
4279 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004280 src:
4281 - test/cpp/end2end/streaming_throughput_test.cc
4282 deps:
4283 - grpc++_test_util
4284 - grpc_test_util
4285 - grpc++
4286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004287 - gpr_test_util
4288 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004289 platforms:
4290 - mac
4291 - linux
4292 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004293- name: stress_test
4294 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004295 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004296 language: c++
4297 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004298 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004299 - test/cpp/interop/interop_client.h
4300 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004301 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004302 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004303 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004304 - src/proto/grpc/testing/empty.proto
4305 - src/proto/grpc/testing/messages.proto
4306 - src/proto/grpc/testing/metrics.proto
4307 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004308 - test/cpp/interop/interop_client.cc
4309 - test/cpp/interop/stress_interop_client.cc
4310 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004311 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004312 deps:
4313 - grpc++_test_util
4314 - grpc_test_util
4315 - grpc++
4316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004317 - gpr_test_util
4318 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004319 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004320- name: thread_manager_test
4321 build: test
4322 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004323 src:
4324 - test/cpp/thread_manager/thread_manager_test.cc
4325 deps:
4326 - grpc++
4327 - grpc
4328 - gpr
4329 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004330- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004331 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004332 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004333 build: test
4334 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004335 src:
4336 - test/cpp/end2end/thread_stress_test.cc
4337 deps:
4338 - grpc++_test_util
4339 - grpc_test_util
4340 - grpc++
4341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004342 - gpr_test_util
4343 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004344- name: writes_per_rpc_test
4345 gtest: true
4346 cpu_cost: 0.5
4347 build: test
4348 language: c++
4349 src:
4350 - test/cpp/performance/writes_per_rpc_test.cc
4351 deps:
4352 - grpc++_test_util
4353 - grpc_test_util
4354 - grpc++
4355 - grpc
4356 - gpr_test_util
4357 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004358 platforms:
4359 - mac
4360 - linux
4361 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004362- name: public_headers_must_be_c89
4363 build: test
4364 language: c89
4365 src:
4366 - test/core/surface/public_headers_must_be_c89.c
4367 deps:
4368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004370vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004371- linkage: static
4372 name: grpc.dependencies.zlib
4373 props: false
4374 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004375 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004376- linkage: static
4377 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004378 props: true
4379 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004380 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004381- name: gflags
4382 props: false
4383 redist: false
4384 version: 2.1.2.1
4385- name: gtest
4386 props: false
4387 redist: false
4388 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004389configs:
4390 asan:
4391 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004392 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4393 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004394 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004395 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004396 LDFLAGS: -fsanitize=address
4397 LDXX: clang++
4398 compile_the_world: true
4399 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004400 ASAN_OPTIONS: detect_leaks=1:color=always
4401 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004402 asan-noleaks:
4403 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004404 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4405 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004406 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004407 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004408 LDFLAGS: -fsanitize=address
4409 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004410 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004411 test_environ:
4412 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004413 asan-trace-cmp:
4414 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004415 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4416 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004417 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004418 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004419 LDFLAGS: -fsanitize=address
4420 LDXX: clang++
4421 compile_the_world: true
4422 test_environ:
4423 ASAN_OPTIONS: detect_leaks=1:color=always
4424 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004425 basicprof:
4426 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4427 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004428 c++-compat:
4429 CFLAGS: -Wc++-compat
4430 CPPFLAGS: -O0
4431 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004432 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004433 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004434 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004435 dbg:
4436 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004437 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004438 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004439 gcov:
4440 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004441 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004442 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004443 DEFINES: _DEBUG DEBUG GPR_GCOV
4444 LD: gcc
4445 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4446 LDXX: g++
4447 helgrind:
4448 CPPFLAGS: -O0
4449 DEFINES: _DEBUG DEBUG
4450 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004451 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004452 lto:
4453 CPPFLAGS: -O2
4454 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004455 memcheck:
4456 CPPFLAGS: -O0
4457 DEFINES: _DEBUG DEBUG
4458 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004459 valgrind: --tool=memcheck --leak-check=full
4460 msan:
4461 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004462 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4463 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4464 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004465 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004466 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004467 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004468 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4469 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4470 LDXX: clang++
4471 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004472 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004473 CPPFLAGS: -O3 -fno-omit-frame-pointer
4474 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004475 LDFLAGS: -rdynamic
4476 opt:
4477 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004478 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004479 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004480 stapprof:
4481 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4482 DEFINES: NDEBUG
4483 tsan:
4484 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004485 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004486 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004487 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004488 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004489 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004490 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004491 LDXX: clang++
4492 compile_the_world: true
4493 test_environ:
4494 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004495 ubsan:
4496 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004497 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4498 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004499 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004500 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004501 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004502 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004503 LDXX: clang++
4504 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004505 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004506 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004507defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004508 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004509 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004510 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4511 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004512 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004513 benchmark:
4514 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004515 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004516 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004517 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004518 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004519 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004520 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004521 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004522 LDFLAGS: -g
4523 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004524 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004525 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004526node_modules:
4527- deps:
4528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004529 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004530 - boringssl
4531 - z
murgatroid9994a75412015-11-19 14:04:53 -08004532 headers:
4533 - src/node/ext/byte_buffer.h
4534 - src/node/ext/call.h
4535 - src/node/ext/call_credentials.h
4536 - src/node/ext/channel.h
4537 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004538 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004539 - src/node/ext/server.h
4540 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004541 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004542 - src/node/ext/timeval.h
4543 js:
4544 - src/node/index.js
4545 - src/node/src/client.js
4546 - src/node/src/common.js
4547 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004548 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004549 - src/node/src/metadata.js
4550 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004551 name: grpc_node
4552 src:
4553 - src/node/ext/byte_buffer.cc
4554 - src/node/ext/call.cc
4555 - src/node/ext/call_credentials.cc
4556 - src/node/ext/channel.cc
4557 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004558 - src/node/ext/completion_queue_threadpool.cc
4559 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004560 - src/node/ext/node_grpc.cc
4561 - src/node/ext/server.cc
4562 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004563 - src/node/ext/server_generic.cc
4564 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004565 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004566 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004567openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004568 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004569 extraction_dir: openssl-1.0.2f
4570 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004571php_config_m4:
4572 deps:
4573 - grpc
4574 - gpr
Stanley Cheung5ec52ae2017-04-14 15:07:28 -07004575 - ares
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004576 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004577 headers:
4578 - src/php/ext/grpc/byte_buffer.h
4579 - src/php/ext/grpc/call.h
4580 - src/php/ext/grpc/call_credentials.h
4581 - src/php/ext/grpc/channel.h
4582 - src/php/ext/grpc/channel_credentials.h
4583 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004584 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004585 - src/php/ext/grpc/php_grpc.h
4586 - src/php/ext/grpc/server.h
4587 - src/php/ext/grpc/server_credentials.h
4588 - src/php/ext/grpc/timeval.h
4589 src:
4590 - src/php/ext/grpc/byte_buffer.c
4591 - src/php/ext/grpc/call.c
4592 - src/php/ext/grpc/call_credentials.c
4593 - src/php/ext/grpc/channel.c
4594 - src/php/ext/grpc/channel_credentials.c
4595 - src/php/ext/grpc/completion_queue.c
4596 - src/php/ext/grpc/php_grpc.c
4597 - src/php/ext/grpc/server.c
4598 - src/php/ext/grpc/server_credentials.c
4599 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004600python_dependencies:
4601 deps:
4602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004603 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004604 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004605 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004606 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004607ruby_gem:
4608 deps:
4609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004610 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004611 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004612 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004613 - z