blob: f5ada4f34f3186ef3076b556714ca676ecfb6814 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Sree Kuchibhotla9a7bab52017-03-29 11:51:25 -070015 core_version: 4.0.0-dev
David Garcia Quintasae64b012017-04-21 16:12:39 -070016 g_stands_for: gregarious
David Garcia Quintas9e1acc02017-04-13 16:30:15 -070017 version: 1.4.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
Craig Tiller9202b3f2017-03-12 22:30:38 -070088 - src/core/lib/support/arena.h
Craig Tiller4d780a52017-04-12 13:47:18 -070089 - src/core/lib/support/atomic.h
90 - src/core/lib/support/atomic_with_atm.h
91 - src/core/lib/support/atomic_with_std.h
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/backoff.h
93 - src/core/lib/support/block_annotate.h
94 - src/core/lib/support/env.h
Craig Tillerb3d70102017-03-31 14:17:09 -070095 - src/core/lib/support/memory.h
Craig Tiller57726ca2016-09-12 11:59:45 -070096 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080098 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070099 - src/core/lib/support/stack_lockfree.h
100 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700101 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700102 - src/core/lib/support/thd_internal.h
103 - src/core/lib/support/time_precise.h
104 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100105 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700106 - src/core/lib/profiling/basic_timers.c
107 - src/core/lib/profiling/stap_timers.c
108 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700109 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700110 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700111 - src/core/lib/support/avl.c
112 - src/core/lib/support/backoff.c
113 - src/core/lib/support/cmdline.c
114 - src/core/lib/support/cpu_iphone.c
115 - src/core/lib/support/cpu_linux.c
116 - src/core/lib/support/cpu_posix.c
117 - src/core/lib/support/cpu_windows.c
118 - src/core/lib/support/env_linux.c
119 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/histogram.c
122 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/log.c
124 - src/core/lib/support/log_android.c
125 - src/core/lib/support/log_linux.c
126 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700127 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700128 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700129 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/stack_lockfree.c
131 - src/core/lib/support/string.c
132 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700133 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/subprocess_posix.c
136 - src/core/lib/support/subprocess_windows.c
137 - src/core/lib/support/sync.c
138 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700139 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700140 - src/core/lib/support/thd.c
141 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/time.c
144 - src/core/lib/support/time_posix.c
145 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700147 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200148 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700149 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700150 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700151 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700152 uses:
153 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800154- name: gpr_codegen
155 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800156 - include/grpc/impl/codegen/atm.h
157 - include/grpc/impl/codegen/atm_gcc_atomic.h
158 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700159 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800160 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700161 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800162 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800163 - include/grpc/impl/codegen/sync.h
164 - include/grpc/impl/codegen/sync_generic.h
165 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700166 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700167- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700168 public_headers:
169 - include/grpc/byte_buffer.h
170 - include/grpc/byte_buffer_reader.h
171 - include/grpc/compression.h
172 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700173 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200174 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800175 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700176 - include/grpc/slice.h
177 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700178 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700179 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/channel/channel_args.h
181 - src/core/lib/channel/channel_stack.h
182 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700183 - src/core/lib/channel/connected_channel.h
184 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700185 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800186 - src/core/lib/channel/handshaker_factory.h
187 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/compression/algorithm_metadata.h
189 - src/core/lib/compression/message_compress.h
190 - src/core/lib/debug/trace.h
191 - src/core/lib/http/format_request.h
192 - src/core/lib/http/httpcli.h
193 - src/core/lib/http/parser.h
194 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700195 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/endpoint.h
197 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700198 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800199 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700200 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700201 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700202 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/exec_ctx.h
204 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/iocp_windows.h
206 - src/core/lib/iomgr/iomgr.h
207 - src/core/lib/iomgr/iomgr_internal.h
208 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700209 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700210 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700211 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700212 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700216 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700218 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700220 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/sockaddr.h
222 - src/core/lib/iomgr/sockaddr_posix.h
223 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700224 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500225 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700226 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700227 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/socket_utils_posix.h
229 - src/core/lib/iomgr/socket_windows.h
230 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700231 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/tcp_posix.h
233 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700234 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/tcp_windows.h
237 - src/core/lib/iomgr/time_averaged_stats.h
238 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700239 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700241 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/udp_server.h
243 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700244 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/wakeup_fd_pipe.h
246 - src/core/lib/iomgr/wakeup_fd_posix.h
247 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700248 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/iomgr/workqueue_windows.h
250 - src/core/lib/json/json.h
251 - src/core/lib/json/json_common.h
252 - src/core/lib/json/json_reader.h
253 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700254 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700255 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800256 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800257 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700258 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/surface/api_trace.h
260 - src/core/lib/surface/call.h
261 - src/core/lib/surface/call_test_only.h
262 - src/core/lib/surface/channel.h
263 - src/core/lib/surface/channel_init.h
264 - src/core/lib/surface/channel_stack_type.h
265 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700266 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/surface/event_string.h
268 - src/core/lib/surface/init.h
269 - src/core/lib/surface/lame_client.h
270 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800271 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700272 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800275 - src/core/lib/transport/error_utils.h
276 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/transport/metadata.h
278 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700279 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700280 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800282 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400283 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/transport/transport.h
285 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700286 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/channel/channel_args.c
288 - src/core/lib/channel/channel_stack.c
289 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700291 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800292 - src/core/lib/channel/handshaker_factory.c
293 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700294 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/compression/message_compress.c
296 - src/core/lib/debug/trace.c
297 - src/core/lib/http/format_request.c
298 - src/core/lib/http/httpcli.c
299 - src/core/lib/http/parser.c
300 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700301 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/endpoint.c
303 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700304 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700306 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700307 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700308 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700309 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/exec_ctx.c
311 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/iocp_windows.c
313 - src/core/lib/iomgr/iomgr.c
314 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700315 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700317 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700318 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700319 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700320 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700321 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/pollset_windows.c
325 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700326 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700328 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500330 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700331 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/iomgr/socket_utils_common_posix.c
333 - src/core/lib/iomgr/socket_utils_linux.c
334 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700335 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700336 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700337 - src/core/lib/iomgr/socket_windows.c
338 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700339 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700340 - src/core/lib/iomgr/tcp_client_windows.c
341 - src/core/lib/iomgr/tcp_posix.c
342 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700343 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700344 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
345 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700346 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700347 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700348 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/iomgr/tcp_windows.c
350 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700351 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700353 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700354 - src/core/lib/iomgr/udp_server.c
355 - src/core/lib/iomgr/unix_sockets_posix.c
356 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700357 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700358 - src/core/lib/iomgr/wakeup_fd_eventfd.c
359 - src/core/lib/iomgr/wakeup_fd_nospecial.c
360 - src/core/lib/iomgr/wakeup_fd_pipe.c
361 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700362 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700363 - src/core/lib/iomgr/workqueue_windows.c
364 - src/core/lib/json/json.c
365 - src/core/lib/json/json_reader.c
366 - src/core/lib/json/json_string.c
367 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700368 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700369 - src/core/lib/slice/percent_encoding.c
370 - src/core/lib/slice/slice.c
371 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800372 - src/core/lib/slice/slice_hash_table.c
373 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700374 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700375 - src/core/lib/surface/alarm.c
376 - src/core/lib/surface/api_trace.c
377 - src/core/lib/surface/byte_buffer.c
378 - src/core/lib/surface/byte_buffer_reader.c
379 - src/core/lib/surface/call.c
380 - src/core/lib/surface/call_details.c
381 - src/core/lib/surface/call_log_batch.c
382 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700383 - src/core/lib/surface/channel_init.c
384 - src/core/lib/surface/channel_ping.c
385 - src/core/lib/surface/channel_stack_type.c
386 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700387 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700389 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/surface/metadata_array.c
391 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/surface/validate_metadata.c
393 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700394 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700395 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700396 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800397 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/transport/metadata.c
399 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700400 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700401 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700402 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800403 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400404 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700405 - src/core/lib/transport/transport.c
406 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700407 deps:
408 - gpr
409 uses:
410 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700411- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700412 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700413 - src/core/ext/filters/client_channel/client_channel.h
414 - src/core/ext/filters/client_channel/client_channel_factory.h
415 - src/core/ext/filters/client_channel/connector.h
416 - src/core/ext/filters/client_channel/http_connect_handshaker.h
417 - src/core/ext/filters/client_channel/http_proxy.h
418 - src/core/ext/filters/client_channel/lb_policy.h
419 - src/core/ext/filters/client_channel/lb_policy_factory.h
420 - src/core/ext/filters/client_channel/lb_policy_registry.h
421 - src/core/ext/filters/client_channel/parse_address.h
422 - src/core/ext/filters/client_channel/proxy_mapper.h
423 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
424 - src/core/ext/filters/client_channel/resolver.h
425 - src/core/ext/filters/client_channel/resolver_factory.h
426 - src/core/ext/filters/client_channel/resolver_registry.h
427 - src/core/ext/filters/client_channel/retry_throttle.h
428 - src/core/ext/filters/client_channel/subchannel.h
429 - src/core/ext/filters/client_channel/subchannel_index.h
430 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700431 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700432 - src/core/ext/filters/client_channel/channel_connectivity.c
433 - src/core/ext/filters/client_channel/client_channel.c
434 - src/core/ext/filters/client_channel/client_channel_factory.c
435 - src/core/ext/filters/client_channel/client_channel_plugin.c
436 - src/core/ext/filters/client_channel/connector.c
437 - src/core/ext/filters/client_channel/http_connect_handshaker.c
438 - src/core/ext/filters/client_channel/http_proxy.c
439 - src/core/ext/filters/client_channel/lb_policy.c
440 - src/core/ext/filters/client_channel/lb_policy_factory.c
441 - src/core/ext/filters/client_channel/lb_policy_registry.c
442 - src/core/ext/filters/client_channel/parse_address.c
443 - src/core/ext/filters/client_channel/proxy_mapper.c
444 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
445 - src/core/ext/filters/client_channel/resolver.c
446 - src/core/ext/filters/client_channel/resolver_factory.c
447 - src/core/ext/filters/client_channel/resolver_registry.c
448 - src/core/ext/filters/client_channel/retry_throttle.c
449 - src/core/ext/filters/client_channel/subchannel.c
450 - src/core/ext/filters/client_channel/subchannel_index.c
451 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700452 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700453 uses:
454 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700455 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800456- name: grpc_codegen
457 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700458 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800459 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800460 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800461 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800462 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800463 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700464 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800465 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700466 uses:
467 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700468- name: grpc_deadline_filter
469 headers:
470 - src/core/ext/filters/deadline/deadline_filter.h
471 src:
472 - src/core/ext/filters/deadline/deadline_filter.c
473 plugin: grpc_deadline_filter
474 uses:
475 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700476- name: grpc_http_filters
477 headers:
478 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700479 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700480 - src/core/ext/filters/http/server/http_server_filter.h
481 src:
482 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700483 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700484 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700485 - src/core/ext/filters/http/server/http_server_filter.c
486 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700487 uses:
488 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700489- name: grpc_lb_policy_grpclb
490 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700491 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
492 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
493 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
494 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700495 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700496 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
497 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
498 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
499 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800500 plugin: grpc_lb_policy_grpclb
501 uses:
502 - grpc_base
503 - grpc_client_channel
504 - nanopb
505- name: grpc_lb_policy_grpclb_secure
506 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700507 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
508 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
509 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
510 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800511 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700512 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
513 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
514 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
515 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700516 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700517 uses:
518 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700519 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700520 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700521 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700522- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700523 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700524 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700525 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700526 uses:
527 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700528 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700529- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700530 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700531 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700532 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700533 uses:
534 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700535 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700536- name: grpc_load_reporting
537 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700538 - src/core/ext/filters/load_reporting/load_reporting.h
539 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700540 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700541 - src/core/ext/filters/load_reporting/load_reporting.c
542 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700543 plugin: grpc_load_reporting_plugin
544 uses:
545 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700546- name: grpc_max_age_filter
547 headers:
548 - src/core/ext/filters/max_age/max_age_filter.h
549 src:
550 - src/core/ext/filters/max_age/max_age_filter.c
551 plugin: grpc_max_age_filter
552 uses:
553 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700554- name: grpc_message_size_filter
555 headers:
556 - src/core/ext/filters/message_size/message_size_filter.h
557 src:
558 - src/core/ext/filters/message_size/message_size_filter.c
559 plugin: grpc_message_size_filter
560 uses:
561 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700562- name: grpc_resolver_dns_ares
563 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700564 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
565 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700566 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700567 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
568 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
569 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700570 plugin: grpc_resolver_dns_ares
571 uses:
572 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700573 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700574- name: grpc_resolver_dns_native
575 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700576 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700577 plugin: grpc_resolver_dns_native
578 uses:
579 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700580 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700581- name: grpc_resolver_sockaddr
582 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700583 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700584 plugin: grpc_resolver_sockaddr
585 uses:
586 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700587 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100588- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700589 public_headers:
590 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100591 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700592 - src/core/lib/security/context/security_context.h
593 - src/core/lib/security/credentials/composite/composite_credentials.h
594 - src/core/lib/security/credentials/credentials.h
595 - src/core/lib/security/credentials/fake/fake_credentials.h
596 - src/core/lib/security/credentials/google_default/google_default_credentials.h
597 - src/core/lib/security/credentials/iam/iam_credentials.h
598 - src/core/lib/security/credentials/jwt/json_token.h
599 - src/core/lib/security/credentials/jwt/jwt_credentials.h
600 - src/core/lib/security/credentials/jwt/jwt_verifier.h
601 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
602 - src/core/lib/security/credentials/plugin/plugin_credentials.h
603 - src/core/lib/security/credentials/ssl/ssl_credentials.h
604 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800605 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700606 - src/core/lib/security/transport/secure_endpoint.h
607 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800608 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700609 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700610 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100611 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700612 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700613 - src/core/lib/security/context/security_context.c
614 - src/core/lib/security/credentials/composite/composite_credentials.c
615 - src/core/lib/security/credentials/credentials.c
616 - src/core/lib/security/credentials/credentials_metadata.c
617 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700618 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700619 - src/core/lib/security/credentials/google_default/google_default_credentials.c
620 - src/core/lib/security/credentials/iam/iam_credentials.c
621 - src/core/lib/security/credentials/jwt/json_token.c
622 - src/core/lib/security/credentials/jwt/jwt_credentials.c
623 - src/core/lib/security/credentials/jwt/jwt_verifier.c
624 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
625 - src/core/lib/security/credentials/plugin/plugin_credentials.c
626 - src/core/lib/security/credentials/ssl/ssl_credentials.c
627 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800628 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700629 - src/core/lib/security/transport/secure_endpoint.c
630 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800631 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700632 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700633 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700634 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700635 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700636 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700637 uses:
638 - grpc_base
639 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700640 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700641- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700642 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700643 headers:
644 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700645 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800646 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700647 - test/core/end2end/fixtures/proxy.h
648 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800649 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700650 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200651 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700652 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700653 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700654 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700655 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700656 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700657 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800658 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700659 src:
660 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700661 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800662 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700663 - test/core/end2end/fixtures/proxy.c
664 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800665 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700666 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200667 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700668 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700669 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700670 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800671 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700672 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700673 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800674 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700675 deps:
676 - grpc
677 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700678- name: grpc_transport_chttp2
679 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700680 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700681 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700682 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
683 - src/core/ext/transport/chttp2/transport/frame.h
684 - src/core/ext/transport/chttp2/transport/frame_data.h
685 - src/core/ext/transport/chttp2/transport/frame_goaway.h
686 - src/core/ext/transport/chttp2/transport/frame_ping.h
687 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
688 - src/core/ext/transport/chttp2/transport/frame_settings.h
689 - src/core/ext/transport/chttp2/transport/frame_window_update.h
690 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
691 - src/core/ext/transport/chttp2/transport/hpack_parser.h
692 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700693 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700694 - src/core/ext/transport/chttp2/transport/huffsyms.h
695 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
696 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700697 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700698 - src/core/ext/transport/chttp2/transport/varint.h
699 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700700 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700701 - src/core/ext/transport/chttp2/transport/bin_encoder.c
702 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700703 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
704 - src/core/ext/transport/chttp2/transport/frame_data.c
705 - src/core/ext/transport/chttp2/transport/frame_goaway.c
706 - src/core/ext/transport/chttp2/transport/frame_ping.c
707 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
708 - src/core/ext/transport/chttp2/transport/frame_settings.c
709 - src/core/ext/transport/chttp2/transport/frame_window_update.c
710 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
711 - src/core/ext/transport/chttp2/transport/hpack_parser.c
712 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700713 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700714 - src/core/ext/transport/chttp2/transport/huffsyms.c
715 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
716 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700717 - src/core/ext/transport/chttp2/transport/stream_lists.c
718 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700719 - src/core/ext/transport/chttp2/transport/varint.c
720 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700721 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700722 uses:
723 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700724 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700725 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700726- name: grpc_transport_chttp2_alpn
727 headers:
728 - src/core/ext/transport/chttp2/alpn/alpn.h
729 src:
730 - src/core/ext/transport/chttp2/alpn/alpn.c
731 deps:
732 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800733- name: grpc_transport_chttp2_client_connector
734 headers:
735 - src/core/ext/transport/chttp2/client/chttp2_connector.h
736 src:
737 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800738 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800739 - grpc_transport_chttp2
740 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700741 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700742- name: grpc_transport_chttp2_client_insecure
743 src:
744 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700745 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700746 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800747 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700748 - grpc_transport_chttp2
749 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700750 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700751- name: grpc_transport_chttp2_client_secure
752 src:
753 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700754 uses:
755 - grpc_transport_chttp2
756 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700757 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700758 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800759 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800760- name: grpc_transport_chttp2_server
761 headers:
762 - src/core/ext/transport/chttp2/server/chttp2_server.h
763 src:
764 - src/core/ext/transport/chttp2/server/chttp2_server.c
765 uses:
766 - grpc_transport_chttp2
767 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700768- name: grpc_transport_chttp2_server_insecure
769 src:
770 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700771 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700772 uses:
773 - grpc_transport_chttp2
774 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800775 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700776- name: grpc_transport_chttp2_server_secure
777 src:
778 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700779 uses:
780 - grpc_transport_chttp2
781 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700782 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800783 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700784- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700785 public_headers:
786 - include/grpc/grpc_cronet.h
787 - include/grpc/grpc_security.h
788 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700789 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800790 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800791 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700792 src:
793 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
794 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
795 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700796 filegroups:
797 - grpc_base
798 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700799 - grpc_http_filters
Craig Tillereb841e22016-02-11 15:49:16 -0800800- name: nanopb
801 headers:
802 - third_party/nanopb/pb.h
803 - third_party/nanopb/pb_common.h
804 - third_party/nanopb/pb_decode.h
805 - third_party/nanopb/pb_encode.h
806 src:
807 - third_party/nanopb/pb_common.c
808 - third_party/nanopb/pb_decode.c
809 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810- name: tsi
811 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700812 - src/core/tsi/fake_transport_security.h
813 - src/core/tsi/ssl_transport_security.h
814 - src/core/tsi/ssl_types.h
815 - src/core/tsi/transport_security.h
816 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700817 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700818 - src/core/tsi/fake_transport_security.c
819 - src/core/tsi/ssl_transport_security.c
820 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 deps:
822 - gpr
823 secure: true
824- name: grpc++_base
825 language: c++
826 public_headers:
827 - include/grpc++/alarm.h
828 - include/grpc++/channel.h
829 - include/grpc++/client_context.h
830 - include/grpc++/completion_queue.h
831 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700832 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800833 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - include/grpc++/generic/async_generic_service.h
835 - include/grpc++/generic/generic_stub.h
836 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800837 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800839 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700840 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700841 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 - include/grpc++/impl/grpc_library.h
843 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 - include/grpc++/impl/rpc_method.h
845 - include/grpc++/impl/rpc_service_method.h
846 - include/grpc++/impl/serialization_traits.h
847 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700848 - include/grpc++/impl/server_builder_plugin.h
849 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700850 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700851 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 - include/grpc++/security/auth_context.h
853 - include/grpc++/security/auth_metadata_processor.h
854 - include/grpc++/security/credentials.h
855 - include/grpc++/security/server_credentials.h
856 - include/grpc++/server.h
857 - include/grpc++/server_builder.h
858 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700859 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700860 - include/grpc++/support/async_stream.h
861 - include/grpc++/support/async_unary_call.h
862 - include/grpc++/support/byte_buffer.h
863 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700864 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700865 - include/grpc++/support/slice.h
866 - include/grpc++/support/status.h
867 - include/grpc++/support/status_code_enum.h
868 - include/grpc++/support/string_ref.h
869 - include/grpc++/support/stub_options.h
870 - include/grpc++/support/sync_stream.h
871 - include/grpc++/support/time.h
872 headers:
873 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700874 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700875 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800876 - src/cpp/server/health/default_health_check_service.h
877 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700878 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700879 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700880 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700881 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700882 - src/cpp/client/client_context.cc
883 - src/cpp/client/create_channel.cc
884 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700885 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700886 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700888 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700889 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700890 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700892 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700893 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700894 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800896 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 - src/cpp/server/create_default_thread_pool.cc
898 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800899 - src/cpp/server/health/default_health_check_service.cc
900 - src/cpp/server/health/health.pb.c
901 - src/cpp/server/health/health_check_service.cc
902 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700903 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700904 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700905 - src/cpp/server/server_context.cc
906 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700907 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700908 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700909 - src/cpp/util/byte_buffer_cc.cc
910 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700911 - src/cpp/util/status.cc
912 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700913 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700914 uses:
yang-g17487f92016-06-03 15:21:15 -0700915 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700916 - grpc_base
917 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700918- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700919 language: c++
920 public_headers:
921 - include/grpc++/impl/codegen/async_stream.h
922 - include/grpc++/impl/codegen/async_unary_call.h
923 - include/grpc++/impl/codegen/call.h
924 - include/grpc++/impl/codegen/call_hook.h
925 - include/grpc++/impl/codegen/channel_interface.h
926 - include/grpc++/impl/codegen/client_context.h
927 - include/grpc++/impl/codegen/client_unary_call.h
928 - include/grpc++/impl/codegen/completion_queue.h
929 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700930 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700931 - include/grpc++/impl/codegen/core_codegen_interface.h
932 - include/grpc++/impl/codegen/create_auth_context.h
933 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800934 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700936 - include/grpc++/impl/codegen/rpc_method.h
937 - include/grpc++/impl/codegen/rpc_service_method.h
938 - include/grpc++/impl/codegen/security/auth_context.h
939 - include/grpc++/impl/codegen/serialization_traits.h
940 - include/grpc++/impl/codegen/server_context.h
941 - include/grpc++/impl/codegen/server_interface.h
942 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800943 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700944 - include/grpc++/impl/codegen/status.h
945 - include/grpc++/impl/codegen/status_code_enum.h
946 - include/grpc++/impl/codegen/string_ref.h
947 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700948 - include/grpc++/impl/codegen/sync_stream.h
949 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700950 uses:
951 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700952- name: grpc++_codegen_base_src
953 language: c++
954 src:
955 - src/cpp/codegen/codegen_init.cc
956 uses:
957 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700958- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700959 language: c++
960 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700961 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700962 uses:
yang-g17487f92016-06-03 15:21:15 -0700963 - grpc++_codegen_base
964 - grpc++_config_proto
965- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700966 language: c++
967 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700968 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700969- name: grpc++_reflection_proto
970 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700971 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700972 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800973- name: grpc++_test
974 language: c++
975 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -0700976 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800977 - include/grpc++/test/server_context_test_spouse.h
978 deps:
979 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700980- name: thrift_util
981 language: c++
982 public_headers:
983 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700984 - include/grpc++/impl/codegen/thrift_utils.h
985 uses:
986 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100987libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800988- name: gpr
989 build: all
990 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800991 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700992 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800993 secure: false
994 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
995- name: gpr_test_util
996 build: private
997 language: c
998 headers:
999 - test/core/util/test_config.h
1000 src:
1001 - test/core/util/test_config.c
1002 deps:
1003 - gpr
1004 secure: false
1005 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006- name: grpc
1007 build: all
1008 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001009 src:
1010 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001012 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001013 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001014 filegroups:
1015 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001016 - grpc_transport_chttp2_server_secure
1017 - grpc_transport_chttp2_client_secure
1018 - grpc_transport_chttp2_server_insecure
1019 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -08001020 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001021 - grpc_lb_policy_pick_first
1022 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001023 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001024 - grpc_resolver_dns_native
1025 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001026 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001027 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001028 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001029 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001030 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001031 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001032 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001033 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001034 vs_packages:
1035 - grpc.dependencies.openssl
1036 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001038- name: grpc_cronet
1039 build: all
1040 language: c
1041 src:
1042 - src/core/lib/surface/init.c
1043 baselib: true
1044 deps_linkage: static
1045 dll: true
1046 filegroups:
1047 - grpc_base
1048 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001049 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001050 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001051 generate_plugin_registry: true
1052 platforms:
1053 - linux
1054 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001055- name: grpc_dll
1056 build: private
1057 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001058 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001059 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001060 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001061 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001062 build_system:
1063 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001064 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001065 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001066 vs_config_type: DynamicLibrary
1067 vs_packages:
1068 - grpc.dependencies.openssl
1069 - grpc.dependencies.zlib
1070 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1071 vs_props:
1072 - zlib
1073 - openssl
1074 - winsock
1075 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001076- name: grpc_test_util
1077 build: private
1078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001079 headers:
1080 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001081 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001082 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001083 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001084 - test/core/end2end/data/server1_cert.c
1085 - test/core/end2end/data/server1_key.c
1086 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001087 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001088 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001089 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001090 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001091 - grpc
1092 filegroups:
1093 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001094 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001095 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1096- name: grpc_test_util_unsecure
1097 build: private
1098 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001099 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001100 - gpr
1101 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001102 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001103 filegroups:
1104 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001105 secure: false
1106 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1107- name: grpc_unsecure
1108 build: all
1109 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001110 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001111 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001112 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001113 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001114 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001116 filegroups:
1117 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001118 - grpc_transport_chttp2_server_insecure
1119 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001120 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001121 - grpc_resolver_dns_native
1122 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001123 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001124 - grpc_lb_policy_grpclb
1125 - grpc_lb_policy_pick_first
1126 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001127 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001128 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001129 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001130 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001131 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001132 secure: false
1133 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001134- name: reconnect_server
1135 build: private
1136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001137 headers:
1138 - test/core/util/reconnect_server.h
1139 src:
1140 - test/core/util/reconnect_server.c
1141 deps:
yang-gc9fca182015-11-06 16:41:33 -08001142 - test_tcp_server
1143 - grpc_test_util
1144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001145 - gpr_test_util
1146 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001147- name: test_tcp_server
1148 build: private
1149 language: c
1150 headers:
1151 - test/core/util/test_tcp_server.h
1152 src:
1153 - test/core/util/test_tcp_server.c
1154 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001155 - grpc_test_util
1156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001157 - gpr_test_util
1158 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159- name: grpc++
1160 build: all
1161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001162 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001163 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001164 - src/cpp/client/secure_credentials.h
1165 - src/cpp/common/secure_auth_context.h
1166 - src/cpp/server/secure_server_credentials.h
1167 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001168 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001169 - src/cpp/client/secure_credentials.cc
1170 - src/cpp/common/auth_property_iterator.cc
1171 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001172 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001173 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001174 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001175 - src/cpp/server/secure_server_credentials.cc
1176 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001177 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001178 baselib: true
1179 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001180 filegroups:
1181 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001182 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001183 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001184 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001185 secure: check
1186 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001187- name: grpc++_cronet
1188 build: all
1189 language: c++
1190 src:
1191 - src/cpp/client/cronet_credentials.cc
1192 - src/cpp/client/insecure_credentials.cc
1193 - src/cpp/common/insecure_create_auth_context.cc
1194 - src/cpp/server/insecure_server_credentials.cc
1195 deps:
1196 - gpr
1197 - grpc_cronet
1198 baselib: true
1199 dll: true
1200 filegroups:
1201 - grpc++_base
1202 - grpc++_codegen_base
1203 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001204 - grpc_transport_chttp2_client_insecure
1205 - grpc_transport_chttp2_server_insecure
1206 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001207 platforms:
1208 - linux
1209 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001210- name: grpc++_error_details
1211 build: all
1212 language: c++
1213 public_headers:
1214 - include/grpc++/support/error_details.h
1215 src:
1216 - src/proto/grpc/status/status.proto
1217 - src/cpp/util/error_details.cc
1218 deps:
1219 - grpc++
1220 baselib: true
1221 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001222- name: grpc++_proto_reflection_desc_db
1223 build: private
1224 language: c++
1225 headers:
1226 - test/cpp/util/proto_reflection_descriptor_database.h
1227 src:
1228 - test/cpp/util/proto_reflection_descriptor_database.cc
1229 deps:
1230 - grpc++
1231 filegroups:
1232 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001233 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001234- name: grpc++_reflection
1235 build: all
1236 language: c++
1237 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001238 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001239 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001240 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001241 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001242 - src/cpp/ext/proto_server_reflection.cc
1243 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001244 deps:
1245 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001246 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001247 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001248- name: grpc++_test_config
1249 build: private
1250 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001251 headers:
1252 - test/cpp/util/test_config.h
1253 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001254 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255- name: grpc++_test_util
1256 build: private
1257 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001258 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001259 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001260 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001261 - test/cpp/util/create_test_channel.h
1262 - test/cpp/util/string_ref_helper.h
1263 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001264 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001265 src:
yang-gc8a49d22016-12-12 11:18:49 -08001266 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001267 - src/proto/grpc/testing/echo_messages.proto
1268 - src/proto/grpc/testing/echo.proto
1269 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001270 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001271 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001272 - test/cpp/util/create_test_channel.cc
1273 - test/cpp/util/string_ref_helper.cc
1274 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001275 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001276 deps:
1277 - grpc++
1278 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001279 filegroups:
1280 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001281 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001282 - grpc++_codegen_proto
1283 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001284 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001285- name: grpc++_unsecure
1286 build: all
1287 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001288 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001289 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001290 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001291 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001292 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001293 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001294 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001295 baselib: true
1296 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001297 filegroups:
1298 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001299 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001300 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001301 secure: false
1302 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001303- name: grpc_benchmark
1304 build: test
1305 language: c++
1306 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001307 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1308 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001309 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001310 src:
1311 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001312 deps:
1313 - benchmark
1314 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001315 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001316 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001317 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001318- name: grpc_cli_libs
1319 build: private
1320 language: c++
1321 headers:
1322 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001323 - test/cpp/util/cli_credentials.h
1324 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001325 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001326 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001327 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001328 src:
1329 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001330 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001331 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001332 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001333 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001334 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001335 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001336 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001337 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001338 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001339 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340- name: grpc_plugin_support
1341 build: protoc
1342 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001343 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001344 - src/compiler/config.h
1345 - src/compiler/cpp_generator.h
1346 - src/compiler/cpp_generator_helpers.h
1347 - src/compiler/csharp_generator.h
1348 - src/compiler/csharp_generator_helpers.h
1349 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001350 - src/compiler/node_generator.h
1351 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001352 - src/compiler/objective_c_generator.h
1353 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001354 - src/compiler/php_generator.h
1355 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301356 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001357 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301358 - src/compiler/python_generator_helpers.h
1359 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001360 - src/compiler/ruby_generator.h
1361 - src/compiler/ruby_generator_helpers-inl.h
1362 - src/compiler/ruby_generator_map-inl.h
1363 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301364 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001365 src:
1366 - src/compiler/cpp_generator.cc
1367 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001368 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001369 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001370 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001371 - src/compiler/python_generator.cc
1372 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001373 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001374 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375 secure: false
1376 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001377 vs_props:
1378 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001379- name: http2_client_main
1380 build: private
1381 language: c++
1382 headers:
1383 - test/cpp/interop/http2_client.h
1384 src:
1385 - src/proto/grpc/testing/empty.proto
1386 - src/proto/grpc/testing/messages.proto
1387 - src/proto/grpc/testing/test.proto
1388 - test/cpp/interop/http2_client.cc
1389 deps:
1390 - grpc++_test_util
1391 - grpc_test_util
1392 - grpc++
1393 - grpc
1394 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001395- name: interop_client_helper
1396 build: private
1397 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001398 headers:
1399 - test/cpp/interop/client_helper.h
1400 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001401 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001402 - test/cpp/interop/client_helper.cc
1403 deps:
1404 - grpc++_test_util
1405 - grpc_test_util
1406 - grpc++
1407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001408 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001409- name: interop_client_main
1410 build: private
1411 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001412 headers:
1413 - test/cpp/interop/interop_client.h
1414 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001415 - src/proto/grpc/testing/empty.proto
1416 - src/proto/grpc/testing/messages.proto
1417 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001418 - test/cpp/interop/client.cc
1419 - test/cpp/interop/interop_client.cc
1420 deps:
1421 - interop_client_helper
1422 - grpc++_test_util
1423 - grpc_test_util
1424 - grpc++
1425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001426 - gpr_test_util
1427 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001428 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001429- name: interop_server_helper
1430 build: private
1431 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001432 headers:
1433 - test/cpp/interop/server_helper.h
1434 src:
1435 - test/cpp/interop/server_helper.cc
1436 deps:
yang-gcc591022017-01-11 11:10:43 -08001437 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001438 - grpc_test_util
1439 - grpc++
1440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001441 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001442- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001443 build: private
1444 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001445 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001446 - src/proto/grpc/testing/empty.proto
1447 - src/proto/grpc/testing/messages.proto
1448 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001449 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001450 deps:
1451 - interop_server_helper
1452 - grpc++_test_util
1453 - grpc_test_util
1454 - grpc++
1455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001456 - gpr_test_util
1457 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001458 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001459- name: interop_server_main
1460 build: private
1461 language: c++
1462 src:
1463 - test/cpp/interop/interop_server_bootstrap.cc
1464 deps:
1465 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466- name: qps
1467 build: private
1468 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001469 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001470 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001471 - test/cpp/qps/client.h
1472 - test/cpp/qps/driver.h
1473 - test/cpp/qps/histogram.h
1474 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001475 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001476 - test/cpp/qps/qps_worker.h
1477 - test/cpp/qps/report.h
1478 - test/cpp/qps/server.h
1479 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001480 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001481 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001482 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001483 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001484 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001485 - src/proto/grpc/testing/control.proto
1486 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001487 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001488 - test/cpp/qps/client_async.cc
1489 - test/cpp/qps/client_sync.cc
1490 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001491 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001492 - test/cpp/qps/qps_worker.cc
1493 - test/cpp/qps/report.cc
1494 - test/cpp/qps/server_async.cc
1495 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001496 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001497 deps:
1498 - grpc_test_util
1499 - grpc++_test_util
1500 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001501- name: grpc_csharp_ext
1502 build: all
1503 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
1505 - src/csharp/ext/grpc_csharp_ext.c
1506 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001508 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001509 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001510 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511 dll: only
1512 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001513 vs_packages:
1514 - grpc.dependencies.openssl
1515 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001516 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001517 vs_props:
1518 - zlib
1519 - openssl
1520 - winsock
1521 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001522targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001523- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001524 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001525 build: test
1526 language: c
1527 src:
1528 - test/core/surface/alarm_test.c
1529 deps:
1530 - grpc_test_util
1531 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001532 - gpr_test_util
1533 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001534- name: algorithm_test
1535 build: test
1536 language: c
1537 src:
1538 - test/core/compression/algorithm_test.c
1539 deps:
1540 - grpc_test_util
1541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001542 - gpr_test_util
1543 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001544- name: alloc_test
1545 build: test
1546 language: c
1547 src:
1548 - test/core/support/alloc_test.c
1549 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001550 - gpr_test_util
1551 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001552- name: alpn_test
1553 build: test
1554 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001555 src:
1556 - test/core/transport/chttp2/alpn_test.c
1557 deps:
1558 - grpc_test_util
1559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001562- name: api_fuzzer
1563 build: fuzzer
1564 language: c
1565 src:
1566 - test/core/end2end/fuzzers/api_fuzzer.c
1567 deps:
1568 - grpc_test_util
1569 - grpc
1570 - gpr_test_util
1571 - gpr
1572 corpus_dirs:
1573 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001574 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001575 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001576- name: arena_test
1577 build: test
1578 language: c
1579 src:
1580 - test/core/support/arena_test.c
1581 deps:
1582 - gpr_test_util
1583 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001584- name: bad_server_response_test
1585 build: test
1586 language: c
1587 src:
1588 - test/core/end2end/bad_server_response_test.c
1589 deps:
1590 - test_tcp_server
1591 - grpc_test_util
1592 - grpc
1593 - gpr_test_util
1594 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001595 exclude_iomgrs:
1596 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001597- name: bdp_estimator_test
1598 build: test
1599 language: c
1600 src:
1601 - test/core/transport/bdp_estimator_test.c
1602 deps:
1603 - grpc_test_util
1604 - grpc
1605 - gpr_test_util
1606 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001607- name: bin_decoder_test
1608 build: test
1609 language: c
1610 src:
1611 - test/core/transport/chttp2/bin_decoder_test.c
1612 deps:
1613 - grpc_test_util
1614 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001615- name: bin_encoder_test
1616 build: test
1617 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001618 src:
1619 - test/core/transport/chttp2/bin_encoder_test.c
1620 deps:
1621 - grpc_test_util
1622 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001623- name: census_context_test
1624 build: test
1625 language: c
1626 src:
1627 - test/core/census/context_test.c
1628 deps:
1629 - grpc_test_util
1630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr_test_util
1632 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001633- name: census_resource_test
1634 build: test
1635 language: c
1636 src:
1637 - test/core/census/resource_test.c
1638 deps:
1639 - grpc_test_util
1640 - grpc
1641 - gpr_test_util
1642 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001643- name: census_trace_context_test
1644 build: test
1645 language: c
1646 src:
1647 - test/core/census/trace_context_test.c
1648 deps:
1649 - grpc_test_util
1650 - grpc
1651 - gpr_test_util
1652 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001653- name: channel_create_test
1654 build: test
1655 language: c
1656 src:
1657 - test/core/surface/channel_create_test.c
1658 deps:
1659 - grpc_test_util
1660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001661 - gpr_test_util
1662 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001663- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001667 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673- name: chttp2_stream_map_test
1674 build: test
1675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
1677 - test/core/transport/chttp2/stream_map_test.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001681 - gpr_test_util
1682 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001683- name: chttp2_varint_test
1684 build: test
1685 language: c
1686 src:
1687 - test/core/transport/chttp2/varint_test.c
1688 deps:
1689 - grpc_test_util
1690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001691 - gpr_test_util
1692 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001693- name: client_fuzzer
1694 build: fuzzer
1695 language: c
1696 src:
1697 - test/core/end2end/fuzzers/client_fuzzer.c
1698 deps:
1699 - grpc_test_util
1700 - grpc
1701 - gpr_test_util
1702 - gpr
1703 corpus_dirs:
1704 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001705 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001706 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001707- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001708 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001709 build: test
1710 language: c
1711 src:
1712 - test/core/iomgr/combiner_test.c
1713 deps:
1714 - grpc_test_util
1715 - grpc
1716 - gpr_test_util
1717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001718- name: compression_test
1719 build: test
1720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001721 src:
1722 - test/core/compression/compression_test.c
1723 deps:
1724 - grpc_test_util
1725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001728- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001729 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001730 build: test
1731 language: c
1732 src:
1733 - test/core/surface/concurrent_connectivity_test.c
1734 deps:
1735 - grpc_test_util
1736 - grpc
1737 - gpr_test_util
1738 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001739 exclude_iomgrs:
1740 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001741- name: connection_refused_test
1742 cpu_cost: 0.1
1743 build: test
1744 language: c
1745 src:
1746 - test/core/end2end/connection_refused_test.c
1747 deps:
1748 - grpc_test_util
1749 - grpc
1750 - gpr_test_util
1751 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001752- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001753 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001754 build: test
1755 language: c
1756 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001757 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001758 deps:
1759 - grpc_test_util
1760 - grpc
1761 - gpr_test_util
1762 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001763 exclude_iomgrs:
1764 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001765- name: dns_resolver_test
1766 build: test
1767 language: c
1768 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001769 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001770 deps:
1771 - grpc_test_util
1772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001773 - gpr_test_util
1774 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001775- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001776 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777 build: test
1778 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001779 src:
1780 - test/core/end2end/dualstack_socket_test.c
1781 deps:
1782 - grpc_test_util
1783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001784 - gpr_test_util
1785 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001786 exclude_iomgrs:
1787 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001788 platforms:
1789 - mac
1790 - linux
1791 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001792- name: endpoint_pair_test
1793 build: test
1794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001795 src:
1796 - test/core/iomgr/endpoint_pair_test.c
1797 deps:
1798 - grpc_test_util
1799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001800 - gpr_test_util
1801 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001802 exclude_iomgrs:
1803 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001804- name: error_test
1805 cpu_cost: 30
1806 build: test
1807 language: c
1808 src:
1809 - test/core/iomgr/error_test.c
1810 deps:
1811 - grpc_test_util
1812 - grpc
1813 - gpr_test_util
1814 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001815- name: ev_epoll_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001816 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001817 build: test
1818 language: c
1819 src:
1820 - test/core/iomgr/ev_epoll_linux_test.c
1821 deps:
1822 - grpc_test_util
1823 - grpc
1824 - gpr_test_util
1825 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001826 exclude_iomgrs:
1827 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001828 platforms:
1829 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001830- name: fake_resolver_test
1831 build: test
1832 language: c
1833 src:
1834 - test/core/client_channel/resolvers/fake_resolver_test.c
1835 deps:
1836 - grpc_test_util
1837 - grpc
1838 - gpr_test_util
1839 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840- name: fd_conservation_posix_test
1841 build: test
1842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001843 src:
1844 - test/core/iomgr/fd_conservation_posix_test.c
1845 deps:
1846 - grpc_test_util
1847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001848 - gpr_test_util
1849 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001850 exclude_iomgrs:
1851 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001852 platforms:
1853 - mac
1854 - linux
1855 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: fd_posix_test
1857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/iomgr/fd_posix_test.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001866 exclude_iomgrs:
1867 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001868 platforms:
1869 - mac
1870 - linux
1871 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872- name: fling_client
1873 build: test
1874 run: false
1875 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001876 src:
1877 - test/core/fling/client.c
1878 deps:
1879 - grpc_test_util
1880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: fling_server
1884 build: test
1885 run: false
1886 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001887 src:
1888 - test/core/fling/server.c
1889 deps:
1890 - grpc_test_util
1891 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001892 - gpr_test_util
1893 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001895 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001896 build: test
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
1899 - test/core/fling/fling_stream_test.c
1900 deps:
1901 - grpc_test_util
1902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr_test_util
1904 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001905 platforms:
1906 - mac
1907 - linux
1908 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001909- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001910 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001911 build: test
1912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001913 src:
1914 - test/core/fling/fling_test.c
1915 deps:
1916 - grpc_test_util
1917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr_test_util
1919 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001920 platforms:
1921 - mac
1922 - linux
1923 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001924- name: gen_hpack_tables
1925 build: tool
1926 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001927 src:
1928 - tools/codegen/core/gen_hpack_tables.c
1929 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001931 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932- name: gen_legal_metadata_characters
1933 build: tool
1934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001935 src:
1936 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001938- name: gen_percent_encoding_tables
1939 build: tool
1940 language: c
1941 src:
1942 - tools/codegen/core/gen_percent_encoding_tables.c
1943 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001944- name: goaway_server_test
1945 cpu_cost: 0.1
1946 build: test
1947 language: c
1948 src:
1949 - test/core/end2end/goaway_server_test.c
1950 deps:
1951 - grpc_test_util
1952 - grpc
1953 - gpr_test_util
1954 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001955 exclude_iomgrs:
1956 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001957 platforms:
1958 - mac
1959 - linux
1960 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001961- name: gpr_avl_test
1962 build: test
1963 language: c
1964 src:
1965 - test/core/support/avl_test.c
1966 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001967 - gpr_test_util
1968 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001969- name: gpr_backoff_test
1970 build: test
1971 language: c
1972 src:
1973 - test/core/support/backoff_test.c
1974 deps:
1975 - gpr_test_util
1976 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001977- name: gpr_cmdline_test
1978 build: test
1979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001980 src:
1981 - test/core/support/cmdline_test.c
1982 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001985- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07001986 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001987 build: test
1988 language: c
1989 src:
1990 - test/core/support/cpu_test.c
1991 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994- name: gpr_env_test
1995 build: test
1996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/core/support/env_test.c
1999 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002000 - gpr_test_util
2001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002002- name: gpr_histogram_test
2003 build: test
2004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
2006 - test/core/support/histogram_test.c
2007 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002008 - gpr_test_util
2009 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002010- name: gpr_host_port_test
2011 build: test
2012 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002013 src:
2014 - test/core/support/host_port_test.c
2015 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002018- name: gpr_log_test
2019 build: test
2020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002021 src:
2022 - test/core/support/log_test.c
2023 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002026- name: gpr_mpscq_test
2027 cpu_cost: 30
2028 build: test
2029 language: c
2030 src:
2031 - test/core/support/mpscq_test.c
2032 deps:
2033 - gpr_test_util
2034 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002035- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002036 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002037 build: test
2038 language: c
2039 src:
2040 - test/core/support/spinlock_test.c
2041 deps:
2042 - gpr_test_util
2043 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002044- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002045 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07002046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/support/stack_lockfree_test.c
2050 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002051 - gpr_test_util
2052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053- name: gpr_string_test
2054 build: test
2055 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - test/core/support/string_test.c
2058 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr_test_util
2060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002062 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063 build: test
2064 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002065 src:
2066 - test/core/support/sync_test.c
2067 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002068 - gpr_test_util
2069 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002070- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002071 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072 build: test
2073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
2075 - test/core/support/thd_test.c
2076 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 - gpr_test_util
2078 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: gpr_time_test
2080 build: test
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/core/support/time_test.c
2084 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002085 - gpr_test_util
2086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: gpr_tls_test
2088 build: test
2089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/core/support/tls_test.c
2092 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002095- name: gpr_useful_test
2096 build: test
2097 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002098 src:
2099 - test/core/support/useful_test.c
2100 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr_test_util
2102 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002103- name: grpc_auth_context_test
2104 build: test
2105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002106 src:
2107 - test/core/security/auth_context_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002113- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002114 build: test
2115 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002116 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002117 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002118 deps:
2119 - grpc_test_util
2120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002121 - gpr_test_util
2122 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123- name: grpc_byte_buffer_reader_test
2124 build: test
2125 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002126 src:
2127 - test/core/surface/byte_buffer_reader_test.c
2128 deps:
2129 - grpc_test_util
2130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002131 - gpr_test_util
2132 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002133- name: grpc_channel_args_test
2134 build: test
2135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002136 src:
2137 - test/core/channel/channel_args_test.c
2138 deps:
2139 - grpc_test_util
2140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002141 - gpr_test_util
2142 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: grpc_channel_stack_test
2144 build: test
2145 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002146 src:
2147 - test/core/channel/channel_stack_test.c
2148 deps:
2149 - grpc_test_util
2150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr_test_util
2152 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002153- name: grpc_completion_queue_test
2154 build: test
2155 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002156 src:
2157 - test/core/surface/completion_queue_test.c
2158 deps:
2159 - grpc_test_util
2160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 - gpr_test_util
2162 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002163- name: grpc_completion_queue_threading_test
2164 build: test
2165 language: c
2166 src:
2167 - test/core/surface/completion_queue_threading_test.c
2168 deps:
2169 - grpc_test_util
2170 - grpc
2171 - gpr_test_util
2172 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002173 exclude_iomgrs:
2174 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002175- name: grpc_create_jwt
2176 build: tool
2177 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002178 src:
2179 - test/core/security/create_jwt.c
2180 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002183 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002184- name: grpc_credentials_test
2185 build: test
2186 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002187 src:
2188 - test/core/security/credentials_test.c
2189 deps:
2190 - grpc_test_util
2191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002195 build: test
2196 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002197 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002198 src:
2199 - test/core/security/fetch_oauth2.c
2200 deps:
2201 - grpc_test_util
2202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002203 - gpr_test_util
2204 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002205- name: grpc_invalid_channel_args_test
2206 build: test
2207 language: c
2208 src:
2209 - test/core/surface/invalid_channel_args_test.c
2210 deps:
2211 - grpc_test_util
2212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002215- name: grpc_json_token_test
2216 build: test
2217 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002218 src:
2219 - test/core/security/json_token_test.c
2220 deps:
2221 - grpc_test_util
2222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002223 - gpr_test_util
2224 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002225 platforms:
2226 - linux
2227 - posix
2228 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002229- name: grpc_jwt_verifier_test
2230 build: test
2231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002232 src:
2233 - test/core/security/jwt_verifier_test.c
2234 deps:
2235 - grpc_test_util
2236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002237 - gpr_test_util
2238 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239- name: grpc_print_google_default_creds_token
2240 build: tool
2241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002242 src:
2243 - test/core/security/print_google_default_creds_token.c
2244 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: grpc_security_connector_test
2248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
2251 - test/core/security/security_connector_test.c
2252 deps:
2253 - grpc_test_util
2254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002255 - gpr_test_util
2256 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: grpc_verify_jwt
2258 build: tool
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
2261 - test/core/security/verify_jwt.c
2262 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002264 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002265- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002266 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002267 language: c
2268 src:
2269 - test/core/handshake/client_ssl.c
2270 deps:
2271 - grpc_test_util
2272 - grpc
2273 - gpr_test_util
2274 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002275 exclude_iomgrs:
2276 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002277 platforms:
2278 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002279 secure: true
2280- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002281 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002282 language: c
2283 src:
2284 - test/core/handshake/server_ssl.c
2285 deps:
2286 - grpc_test_util
2287 - grpc
2288 - gpr_test_util
2289 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002290 platforms:
2291 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002292 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002293- name: hpack_parser_fuzzer_test
2294 build: fuzzer
2295 language: c
2296 src:
2297 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2298 deps:
2299 - grpc_test_util
2300 - grpc
2301 - gpr_test_util
2302 - gpr
2303 corpus_dirs:
2304 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002305 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002306 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307- name: hpack_parser_test
2308 build: test
2309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002310 src:
2311 - test/core/transport/chttp2/hpack_parser_test.c
2312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002317- name: hpack_table_test
2318 build: test
2319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002320 src:
2321 - test/core/transport/chttp2/hpack_table_test.c
2322 deps:
2323 - grpc_test_util
2324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002327- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002328 build: test
2329 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002330 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002331 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002332 deps:
2333 - grpc_test_util
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002337- name: http_request_fuzzer_test
2338 build: fuzzer
2339 language: c
2340 src:
2341 - test/core/http/request_fuzzer.c
2342 deps:
2343 - grpc_test_util
2344 - grpc
2345 - gpr_test_util
2346 - gpr
2347 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002348 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002349 maxlen: 2048
2350- name: http_response_fuzzer_test
2351 build: fuzzer
2352 language: c
2353 src:
2354 - test/core/http/response_fuzzer.c
2355 deps:
2356 - grpc_test_util
2357 - grpc
2358 - gpr_test_util
2359 - gpr
2360 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002361 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002362 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002363- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002364 build: test
2365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002366 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002367 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002368 deps:
2369 - grpc_test_util
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr_test_util
2372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002373- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002374 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002375 build: test
2376 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002377 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002378 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002379 deps:
2380 - grpc_test_util
2381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002382 - gpr_test_util
2383 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002384 platforms:
2385 - mac
2386 - linux
2387 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002388- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002389 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002390 build: test
2391 language: c
2392 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002393 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002394 deps:
2395 - grpc_test_util
2396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr_test_util
2398 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002399 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002400 - linux
yang-gf1183302015-12-07 16:02:05 -08002401- name: init_test
2402 build: test
2403 language: c
2404 src:
2405 - test/core/surface/init_test.c
2406 deps:
2407 - grpc_test_util
2408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002409 - gpr_test_util
2410 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002411- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002412 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002413 build: test
2414 language: c
2415 src:
2416 - test/core/end2end/invalid_call_argument_test.c
2417 deps:
2418 - grpc_test_util
2419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002422- name: json_fuzzer_test
2423 build: fuzzer
2424 language: c
2425 src:
2426 - test/core/json/fuzzer.c
2427 deps:
2428 - grpc_test_util
2429 - grpc
2430 - gpr_test_util
2431 - gpr
2432 corpus_dirs:
2433 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002434 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435- name: json_rewrite
2436 build: test
2437 run: false
2438 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002439 src:
2440 - test/core/json/json_rewrite.c
2441 deps:
2442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002444- name: json_rewrite_test
2445 build: test
2446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002447 src:
2448 - test/core/json/json_rewrite_test.c
2449 deps:
2450 - grpc_test_util
2451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002452 - gpr_test_util
2453 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002454- name: json_stream_error_test
2455 build: test
2456 language: c
2457 src:
2458 - test/core/json/json_stream_error_test.c
2459 deps:
2460 - grpc_test_util
2461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr_test_util
2463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002464- name: json_test
2465 build: test
2466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002467 src:
2468 - test/core/json/json_test.c
2469 deps:
2470 - grpc_test_util
2471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002472 - gpr_test_util
2473 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474- name: lame_client_test
2475 build: test
2476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002477 src:
2478 - test/core/surface/lame_client_test.c
2479 deps:
2480 - grpc_test_util
2481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002482 - gpr_test_util
2483 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002484- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002485 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002486 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002487 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002488 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002489 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002490 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002491 deps:
2492 - grpc_test_util
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002496- name: load_file_test
2497 build: test
2498 language: c
2499 src:
2500 - test/core/iomgr/load_file_test.c
2501 deps:
2502 - grpc_test_util
2503 - grpc
2504 - gpr_test_util
2505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506- name: low_level_ping_pong_benchmark
2507 build: benchmark
2508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002509 src:
2510 - test/core/network_benchmarks/low_level_ping_pong.c
2511 deps:
2512 - grpc_test_util
2513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002514 - gpr_test_util
2515 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002516 platforms:
2517 - mac
2518 - linux
2519 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002520- name: memory_profile_client
2521 build: test
2522 run: false
2523 language: c
2524 src:
2525 - test/core/memory_usage/client.c
2526 deps:
2527 - grpc_test_util
2528 - grpc
2529 - gpr_test_util
2530 - gpr
2531- name: memory_profile_server
2532 build: test
2533 run: false
2534 language: c
2535 src:
2536 - test/core/memory_usage/server.c
2537 deps:
2538 - grpc_test_util
2539 - grpc
2540 - gpr_test_util
2541 - gpr
2542- name: memory_profile_test
2543 cpu_cost: 1.5
2544 build: test
2545 language: c
2546 src:
2547 - test/core/memory_usage/memory_usage_test.c
2548 deps:
2549 - grpc_test_util
2550 - grpc
2551 - gpr_test_util
2552 - gpr
2553 platforms:
2554 - mac
2555 - linux
2556 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002557- name: message_compress_test
2558 build: test
2559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002560 src:
2561 - test/core/compression/message_compress_test.c
2562 deps:
2563 - grpc_test_util
2564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002565 - gpr_test_util
2566 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002567- name: minimal_stack_is_minimal_test
2568 build: test
2569 language: c
2570 src:
2571 - test/core/channel/minimal_stack_is_minimal_test.c
2572 deps:
2573 - grpc_test_util
2574 - grpc
2575 - gpr_test_util
2576 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002577- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002578 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002579 build: test
2580 language: c
2581 src:
2582 - test/core/census/mlog_test.c
2583 deps:
2584 - grpc_test_util
2585 - grpc
2586 - gpr_test_util
2587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002588- name: multiple_server_queues_test
2589 build: test
2590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002591 src:
2592 - test/core/end2end/multiple_server_queues_test.c
2593 deps:
2594 - grpc_test_util
2595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002598- name: murmur_hash_test
2599 build: test
2600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002601 src:
2602 - test/core/support/murmur_hash_test.c
2603 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002604 - gpr_test_util
2605 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002606- name: nanopb_fuzzer_response_test
2607 build: fuzzer
2608 language: c
2609 src:
2610 - test/core/nanopb/fuzzer_response.c
2611 deps:
2612 - grpc_test_util
2613 - grpc
2614 - gpr_test_util
2615 - gpr
2616 corpus_dirs:
2617 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002618 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002619- name: nanopb_fuzzer_serverlist_test
2620 build: fuzzer
2621 language: c
2622 src:
2623 - test/core/nanopb/fuzzer_serverlist.c
2624 deps:
2625 - grpc_test_util
2626 - grpc
2627 - gpr_test_util
2628 - gpr
2629 corpus_dirs:
2630 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002631 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002632- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002633 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002634 build: test
2635 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002636 src:
2637 - test/core/end2end/no_server_test.c
2638 deps:
2639 - grpc_test_util
2640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002641 - gpr_test_util
2642 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002643- name: parse_address_test
2644 build: test
2645 language: c
2646 src:
2647 - test/core/client_channel/parse_address_test.c
2648 deps:
2649 - grpc_test_util
2650 - grpc
2651 - gpr_test_util
2652 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002653- name: percent_decode_fuzzer
2654 build: fuzzer
2655 language: c
2656 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002657 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002658 deps:
2659 - grpc_test_util
2660 - grpc
2661 - gpr_test_util
2662 - gpr
2663 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002664 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002665 maxlen: 32
2666- name: percent_encode_fuzzer
2667 build: fuzzer
2668 language: c
2669 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002670 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002671 deps:
2672 - grpc_test_util
2673 - grpc
2674 - gpr_test_util
2675 - gpr
2676 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002677 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002678 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002679- name: percent_encoding_test
2680 build: test
2681 language: c
2682 src:
2683 - test/core/slice/percent_encoding_test.c
2684 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002685 - grpc_test_util
2686 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002687 - gpr_test_util
2688 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002689- name: pollset_set_test
2690 build: test
2691 language: c
2692 src:
2693 - test/core/iomgr/pollset_set_test.c
2694 deps:
2695 - grpc_test_util
2696 - grpc
2697 - gpr_test_util
2698 - gpr
2699 exclude_iomgrs:
2700 - uv
2701 platforms:
2702 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002703- name: resolve_address_posix_test
2704 build: test
2705 language: c
2706 src:
2707 - test/core/iomgr/resolve_address_posix_test.c
2708 deps:
2709 - grpc_test_util
2710 - grpc
2711 - gpr_test_util
2712 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002713 exclude_iomgrs:
2714 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002715 platforms:
2716 - mac
2717 - linux
2718 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002719- name: resolve_address_test
2720 build: test
2721 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002722 src:
2723 - test/core/iomgr/resolve_address_test.c
2724 deps:
2725 - grpc_test_util
2726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002727 - gpr_test_util
2728 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002729- name: resource_quota_test
2730 cpu_cost: 30
2731 build: test
2732 language: c
2733 src:
2734 - test/core/iomgr/resource_quota_test.c
2735 deps:
2736 - grpc_test_util
2737 - grpc
2738 - gpr_test_util
2739 - gpr
yang-gd482e592015-12-10 14:04:00 -08002740- name: secure_channel_create_test
2741 build: test
2742 language: c
2743 src:
2744 - test/core/surface/secure_channel_create_test.c
2745 deps:
2746 - grpc_test_util
2747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002748 - gpr_test_util
2749 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002750- name: secure_endpoint_test
2751 build: test
2752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002753 src:
2754 - test/core/security/secure_endpoint_test.c
2755 deps:
2756 - grpc_test_util
2757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002758 - gpr_test_util
2759 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002760 exclude_iomgrs:
2761 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002762- name: sequential_connectivity_test
2763 build: test
2764 language: c
2765 src:
2766 - test/core/surface/sequential_connectivity_test.c
2767 deps:
2768 - grpc_test_util
2769 - grpc
2770 - gpr_test_util
2771 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002772 exclude_iomgrs:
2773 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002774- name: server_chttp2_test
2775 build: test
2776 language: c
2777 src:
2778 - test/core/surface/server_chttp2_test.c
2779 deps:
2780 - grpc_test_util
2781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002782 - gpr_test_util
2783 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002784- name: server_fuzzer
2785 build: fuzzer
2786 language: c
2787 src:
2788 - test/core/end2end/fuzzers/server_fuzzer.c
2789 deps:
2790 - grpc_test_util
2791 - grpc
2792 - gpr_test_util
2793 - gpr
2794 corpus_dirs:
2795 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002796 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002797 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002798- name: server_test
2799 build: test
2800 language: c
2801 src:
2802 - test/core/surface/server_test.c
2803 deps:
2804 - grpc_test_util
2805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002806 - gpr_test_util
2807 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002808- name: slice_buffer_test
2809 build: test
2810 language: c
2811 src:
2812 - test/core/slice/slice_buffer_test.c
2813 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002814 - grpc_test_util
2815 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002816 - gpr_test_util
2817 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002818- name: slice_hash_table_test
2819 build: test
2820 language: c
2821 src:
2822 - test/core/slice/slice_hash_table_test.c
2823 deps:
2824 - grpc_test_util
2825 - grpc
2826 - gpr_test_util
2827 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002828- name: slice_string_helpers_test
2829 build: test
2830 language: c
2831 src:
2832 - test/core/slice/slice_string_helpers_test.c
2833 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002834 - grpc_test_util
2835 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002836 - gpr_test_util
2837 - gpr
2838- name: slice_test
2839 build: test
2840 language: c
2841 src:
2842 - test/core/slice/slice_test.c
2843 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002844 - grpc_test_util
2845 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002846 - gpr_test_util
2847 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002848- name: sockaddr_resolver_test
2849 build: test
2850 language: c
2851 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002852 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002853 deps:
2854 - grpc_test_util
2855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002856 - gpr_test_util
2857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002858- name: sockaddr_utils_test
2859 build: test
2860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002861 src:
2862 - test/core/iomgr/sockaddr_utils_test.c
2863 deps:
2864 - grpc_test_util
2865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002866 - gpr_test_util
2867 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002868- name: socket_utils_test
2869 build: test
2870 language: c
2871 src:
2872 - test/core/iomgr/socket_utils_test.c
2873 deps:
2874 - grpc_test_util
2875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002876 - gpr_test_util
2877 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002878 exclude_iomgrs:
2879 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002880 platforms:
2881 - mac
2882 - linux
2883 - posix
yang-g31e21282016-11-04 15:10:03 -07002884- name: ssl_server_fuzzer
2885 build: fuzzer
2886 language: c
2887 src:
2888 - test/core/security/ssl_server_fuzzer.c
2889 deps:
2890 - grpc_test_util
2891 - grpc
2892 - gpr_test_util
2893 - gpr
2894 corpus_dirs:
2895 - test/core/security/corpus/ssl_server_corpus
2896 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002897- name: status_conversion_test
2898 build: test
2899 language: c
2900 src:
2901 - test/core/transport/status_conversion_test.c
2902 deps:
2903 - grpc_test_util
2904 - grpc
2905 - gpr_test_util
2906 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002907- name: stream_owned_slice_test
2908 build: test
2909 language: c
2910 src:
2911 - test/core/transport/stream_owned_slice_test.c
2912 deps:
2913 - grpc_test_util
2914 - grpc
2915 - gpr_test_util
2916 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002917- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002918 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002919 build: test
2920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002921 src:
2922 - test/core/iomgr/tcp_client_posix_test.c
2923 deps:
2924 - grpc_test_util
2925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002926 - gpr_test_util
2927 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002928 exclude_iomgrs:
2929 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002930 platforms:
2931 - mac
2932 - linux
2933 - posix
murgatroid991191b722017-02-08 11:56:52 -08002934- name: tcp_client_uv_test
2935 cpu_cost: 0.5
2936 build: test
2937 language: c
2938 src:
2939 - test/core/iomgr/tcp_client_uv_test.c
2940 deps:
2941 - grpc_test_util
2942 - grpc
2943 - gpr_test_util
2944 - gpr
2945 exclude_iomgrs:
2946 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002947- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002948 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002949 build: test
2950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002951 src:
2952 - test/core/iomgr/tcp_posix_test.c
2953 deps:
2954 - grpc_test_util
2955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002956 - gpr_test_util
2957 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002958 exclude_iomgrs:
2959 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002960 platforms:
2961 - mac
2962 - linux
2963 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002964- name: tcp_server_posix_test
2965 build: test
2966 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002967 src:
2968 - test/core/iomgr/tcp_server_posix_test.c
2969 deps:
2970 - grpc_test_util
2971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002972 - gpr_test_util
2973 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002974 exclude_iomgrs:
2975 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002976 platforms:
2977 - mac
2978 - linux
2979 - posix
murgatroid991191b722017-02-08 11:56:52 -08002980- name: tcp_server_uv_test
2981 build: test
2982 language: c
2983 src:
2984 - test/core/iomgr/tcp_server_uv_test.c
2985 deps:
2986 - grpc_test_util
2987 - grpc
2988 - gpr_test_util
2989 - gpr
2990 exclude_iomgrs:
2991 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002992- name: time_averaged_stats_test
2993 build: test
2994 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002995 src:
2996 - test/core/iomgr/time_averaged_stats_test.c
2997 deps:
2998 - grpc_test_util
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr_test_util
3001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: timeout_encoding_test
3003 build: test
3004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003005 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003006 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003007 deps:
3008 - grpc_test_util
3009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003010 - gpr_test_util
3011 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003012- name: timer_heap_test
3013 build: test
3014 language: c
3015 src:
3016 - test/core/iomgr/timer_heap_test.c
3017 deps:
3018 - grpc_test_util
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003022 exclude_iomgrs:
3023 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003024- name: timer_list_test
3025 build: test
3026 language: c
3027 src:
3028 - test/core/iomgr/timer_list_test.c
3029 deps:
3030 - grpc_test_util
3031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003032 - gpr_test_util
3033 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003034 exclude_iomgrs:
3035 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003036- name: transport_connectivity_state_test
3037 build: test
3038 language: c
3039 src:
3040 - test/core/transport/connectivity_state_test.c
3041 deps:
3042 - grpc_test_util
3043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003044 - gpr_test_util
3045 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003046- name: transport_metadata_test
3047 build: test
3048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003049 src:
3050 - test/core/transport/metadata_test.c
3051 deps:
3052 - grpc_test_util
3053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003054 - gpr_test_util
3055 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003056- name: transport_pid_controller_test
3057 build: test
3058 language: c
3059 src:
3060 - test/core/transport/pid_controller_test.c
3061 deps:
3062 - grpc_test_util
3063 - grpc
3064 - gpr_test_util
3065 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003066- name: transport_security_test
3067 build: test
3068 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003069 src:
3070 - test/core/tsi/transport_security_test.c
3071 deps:
3072 - grpc_test_util
3073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003074 - gpr_test_util
3075 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003076 platforms:
3077 - linux
3078 - posix
3079 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003080- name: udp_server_test
3081 build: test
3082 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003083 src:
3084 - test/core/iomgr/udp_server_test.c
3085 deps:
3086 - grpc_test_util
3087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003088 - gpr_test_util
3089 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003090 exclude_iomgrs:
3091 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003092 platforms:
3093 - mac
3094 - linux
3095 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003096- name: uri_fuzzer_test
3097 build: fuzzer
3098 language: c
3099 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003100 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003101 deps:
3102 - grpc_test_util
3103 - grpc
3104 - gpr_test_util
3105 - gpr
3106 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003107 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003108 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003109- name: uri_parser_test
3110 build: test
3111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003112 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003113 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003114 deps:
3115 - grpc_test_util
3116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003117 - gpr_test_util
3118 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003119- name: wakeup_fd_cv_test
3120 build: test
3121 language: c
3122 src:
3123 - test/core/iomgr/wakeup_fd_cv_test.c
3124 deps:
3125 - grpc_test_util
3126 - grpc
3127 - gpr_test_util
3128 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003129 exclude_iomgrs:
3130 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003131 platforms:
3132 - mac
3133 - linux
3134 - posix
vjpai04e992a2016-02-10 16:58:38 -08003135- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003136 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003137 build: test
3138 language: c++
3139 src:
3140 - test/cpp/common/alarm_cpp_test.cc
3141 deps:
3142 - grpc++_test_util
3143 - grpc_test_util
3144 - grpc++
3145 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003146 - gpr_test_util
3147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003148- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003149 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003150 build: test
3151 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003152 src:
3153 - test/cpp/end2end/async_end2end_test.cc
3154 deps:
3155 - grpc++_test_util
3156 - grpc_test_util
3157 - grpc++
3158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003159 - gpr_test_util
3160 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003161- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003162 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003163 build: test
3164 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003165 src:
3166 - test/cpp/common/auth_property_iterator_test.cc
3167 deps:
3168 - grpc++_test_util
3169 - grpc_test_util
3170 - grpc++
3171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003172 - gpr_test_util
3173 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003174- name: bm_arena
3175 build: test
3176 language: c++
3177 src:
3178 - test/cpp/microbenchmarks/bm_arena.cc
3179 deps:
3180 - grpc_benchmark
3181 - benchmark
3182 - grpc++_test_util
3183 - grpc_test_util
3184 - grpc++
3185 - grpc
3186 - gpr_test_util
3187 - gpr
3188 args:
3189 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003190 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003191 platforms:
3192 - mac
3193 - linux
3194 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003195- name: bm_call_create
3196 build: test
3197 language: c++
3198 src:
3199 - test/cpp/microbenchmarks/bm_call_create.cc
3200 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003201 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003202 - benchmark
3203 - grpc++_test_util
3204 - grpc_test_util
3205 - grpc++
3206 - grpc
3207 - gpr_test_util
3208 - gpr
3209 args:
3210 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003211 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003212 platforms:
3213 - mac
3214 - linux
3215 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003216- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003217 build: test
3218 language: c++
3219 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003220 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003221 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003222 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003223 - benchmark
3224 - grpc++_test_util
3225 - grpc_test_util
3226 - grpc++
3227 - grpc
3228 - gpr_test_util
3229 - gpr
3230 args:
3231 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003232 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003233 platforms:
3234 - mac
3235 - linux
3236 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003237- name: bm_chttp2_transport
3238 build: test
3239 language: c++
3240 src:
3241 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3242 deps:
3243 - grpc_benchmark
3244 - benchmark
3245 - grpc++_test_util
3246 - grpc_test_util
3247 - grpc++
3248 - grpc
3249 - gpr_test_util
3250 - gpr
3251 args:
3252 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003253 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003254 platforms:
3255 - mac
3256 - linux
3257 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003258- name: bm_closure
3259 build: test
3260 language: c++
3261 src:
3262 - test/cpp/microbenchmarks/bm_closure.cc
3263 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003264 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003265 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003266 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003267 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003268 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003269 - grpc
3270 - gpr_test_util
3271 - gpr
3272 args:
3273 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003274 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003275 platforms:
3276 - mac
3277 - linux
3278 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003279- name: bm_cq
3280 build: test
3281 language: c++
3282 src:
3283 - test/cpp/microbenchmarks/bm_cq.cc
3284 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003285 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003286 - benchmark
3287 - grpc++_test_util
3288 - grpc_test_util
3289 - grpc++
3290 - grpc
3291 - gpr_test_util
3292 - gpr
3293 args:
3294 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003295 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003296 platforms:
3297 - mac
3298 - linux
3299 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003300- name: bm_cq_multiple_threads
3301 build: test
3302 language: c++
3303 src:
3304 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3305 deps:
3306 - grpc_benchmark
3307 - benchmark
3308 - grpc++_test_util
3309 - grpc_test_util
3310 - grpc++
3311 - grpc
3312 - gpr_test_util
3313 - gpr
3314 args:
3315 - --benchmark_min_time=0
3316 defaults: benchmark
3317 platforms:
3318 - mac
3319 - linux
3320 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003321- name: bm_error
3322 build: test
3323 language: c++
3324 src:
3325 - test/cpp/microbenchmarks/bm_error.cc
3326 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003327 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003328 - benchmark
3329 - grpc++_test_util
3330 - grpc_test_util
3331 - grpc++
3332 - grpc
3333 - gpr_test_util
3334 - gpr
3335 args:
3336 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003337 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003338 platforms:
3339 - mac
3340 - linux
3341 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003342- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003343 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003344 language: c++
3345 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003346 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003347 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003348 - grpc_benchmark
3349 - benchmark
3350 - grpc++_test_util
3351 - grpc_test_util
3352 - grpc++
3353 - grpc
3354 - gpr_test_util
3355 - gpr
3356 args:
3357 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003358 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003359 excluded_poll_engines:
3360 - poll
3361 - poll-cv
3362 platforms:
3363 - mac
3364 - linux
3365 - posix
3366 timeout_seconds: 1200
3367- name: bm_fullstack_streaming_pump
3368 build: test
3369 language: c++
3370 src:
3371 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003372 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003373 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003374 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003375 - grpc++_test_util
3376 - grpc_test_util
3377 - grpc++
3378 - grpc
3379 - gpr_test_util
3380 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003381 args:
3382 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003383 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003384 excluded_poll_engines:
3385 - poll
3386 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003387 platforms:
3388 - mac
3389 - linux
3390 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003391 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003392- name: bm_fullstack_trickle
3393 build: test
3394 language: c++
3395 src:
3396 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3397 deps:
3398 - grpc_benchmark
3399 - benchmark
3400 - grpc++_test_util
3401 - grpc_test_util
3402 - grpc++
3403 - grpc
3404 - gpr_test_util
3405 - gpr
3406 args:
3407 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003408 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003409 excluded_poll_engines:
3410 - poll
3411 - poll-cv
3412 platforms:
3413 - mac
3414 - linux
3415 - posix
3416 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003417- name: bm_fullstack_unary_ping_pong
3418 build: test
3419 language: c++
3420 src:
3421 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3422 deps:
3423 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003424 - benchmark
3425 - grpc++_test_util
3426 - grpc_test_util
3427 - grpc++
3428 - grpc
3429 - gpr_test_util
3430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003432 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003433 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003434 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003435 - poll
3436 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003437 platforms:
3438 - mac
3439 - linux
3440 - posix
3441 timeout_seconds: 1200
3442- name: bm_metadata
3443 build: test
3444 language: c++
3445 src:
3446 - test/cpp/microbenchmarks/bm_metadata.cc
3447 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003448 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003449 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003450 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003451 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003452 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003453 - grpc
3454 - gpr_test_util
3455 - gpr
3456 args:
3457 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003458 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003459 platforms:
3460 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003461 - linux
3462 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003463- name: bm_pollset
3464 build: test
3465 language: c++
3466 src:
3467 - test/cpp/microbenchmarks/bm_pollset.cc
3468 deps:
3469 - grpc_benchmark
3470 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003471 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003472 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003473 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003474 - grpc
3475 - gpr_test_util
3476 - gpr
3477 args:
3478 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003479 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003480 platforms:
3481 - mac
3482 - linux
3483 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003484- name: channel_arguments_test
3485 gtest: true
3486 build: test
3487 language: c++
3488 src:
3489 - test/cpp/common/channel_arguments_test.cc
3490 deps:
3491 - grpc++
3492 - grpc
3493 - gpr
3494- name: channel_filter_test
3495 gtest: true
3496 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003497 language: c++
3498 src:
3499 - test/cpp/common/channel_filter_test.cc
3500 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003501 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003502 - grpc
3503 - gpr
3504- name: cli_call_test
3505 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003506 build: test
3507 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003508 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003509 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003510 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003511 - grpc_cli_libs
3512 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003513 - grpc_test_util
3514 - grpc++
3515 - grpc
3516 - gpr_test_util
3517 - gpr
3518- name: client_crash_test
3519 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003520 cpu_cost: 0.1
3521 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003522 language: c++
3523 src:
3524 - test/cpp/end2end/client_crash_test.cc
3525 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003526 - grpc++_test_util
3527 - grpc_test_util
3528 - grpc++
3529 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003530 - gpr_test_util
3531 - gpr
3532 platforms:
3533 - mac
3534 - linux
3535 - posix
3536- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003537 build: test
3538 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003539 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003540 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003541 - test/cpp/end2end/client_crash_test_server.cc
3542 deps:
3543 - grpc++_test_util
3544 - grpc_test_util
3545 - grpc++
3546 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003547 - gpr_test_util
3548 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003549- name: codegen_test_full
3550 gtest: true
3551 build: test
3552 language: c++
3553 src:
3554 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003555 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003556 - src/proto/grpc/testing/payloads.proto
3557 - src/proto/grpc/testing/services.proto
3558 - src/proto/grpc/testing/stats.proto
3559 - test/cpp/codegen/codegen_test_full.cc
3560 deps:
3561 - grpc++
3562 - grpc
3563 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003564 filegroups:
3565 - grpc++_codegen_base
3566- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003567 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003568 build: test
yang-g34b58612016-06-03 17:30:09 -07003569 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003570 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003571 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003572 - src/proto/grpc/testing/messages.proto
3573 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003574 - src/proto/grpc/testing/services.proto
3575 - src/proto/grpc/testing/stats.proto
3576 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003577 deps:
3578 - grpc
3579 - gpr
Craig Tillerca62ff02016-02-24 22:22:57 -08003580 filegroups:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003581 - grpc++_codegen_base
3582 - grpc++_codegen_base_src
Craig Tiller25834342015-09-25 08:08:24 -07003583- name: credentials_test
3584 gtest: true
3585 build: test
3586 language: c++
3587 src:
3588 - test/cpp/client/credentials_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003589 deps:
3590 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003591 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003592 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003593- name: cxx_byte_buffer_test
3594 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003595 build: test
3596 language: c++
3597 src:
3598 - test/cpp/util/byte_buffer_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003599 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003600 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07003601 - grpc++
3602 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003603 - gpr_test_util
3604 - gpr
3605- name: cxx_slice_test
3606 gtest: true
3607 build: test
3608 language: c++
Craig Tillerda179ce2016-02-09 12:01:53 -08003609 src:
3610 - test/cpp/util/slice_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003611 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003612 - grpc_test_util
Craig Tillerbfd05532016-01-20 09:53:15 -08003613 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003614 - grpc
3615 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003616 - gpr
3617- name: cxx_string_ref_test
3618 gtest: true
3619 build: test
3620 language: c++
3621 src:
3622 - test/cpp/util/string_ref_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003623 deps:
3624 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003625- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003626 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003627 build: test
3628 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003629 src:
3630 - test/cpp/util/time_test.cc
3631 deps:
3632 - grpc_test_util
3633 - grpc++
3634 - grpc
3635 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08003636 - gpr
3637- name: end2end_test
yang-gb8aa58b2016-04-14 15:50:50 -07003638 gtest: true
3639 cpu_cost: 0.5
3640 build: test
3641 language: c++
3642 src:
3643 - test/cpp/end2end/end2end_test.cc
3644 deps:
3645 - grpc++_test_util
3646 - grpc_test_util
3647 - grpc++
3648 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003649 - gpr_test_util
3650 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003651- name: error_details_test
3652 gtest: true
3653 build: test
3654 language: c++
3655 src:
3656 - src/proto/grpc/testing/echo_messages.proto
3657 - test/cpp/util/error_details_test.cc
3658 deps:
3659 - grpc++_error_details
3660 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003661- name: filter_end2end_test
3662 gtest: true
3663 build: test
3664 language: c++
3665 src:
3666 - test/cpp/end2end/filter_end2end_test.cc
3667 deps:
3668 - grpc++_test_util
3669 - grpc_test_util
3670 - grpc++
3671 - grpc
3672 - gpr_test_util
3673 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003674- name: generic_end2end_test
3675 gtest: true
3676 build: test
3677 language: c++
3678 src:
3679 - test/cpp/end2end/generic_end2end_test.cc
3680 deps:
3681 - grpc++_test_util
3682 - grpc_test_util
3683 - grpc++
3684 - grpc
3685 - gpr_test_util
3686 - gpr
3687- name: golden_file_test
3688 gtest: true
3689 build: test
3690 language: c++
3691 src:
3692 - src/proto/grpc/testing/compiler_test.proto
3693 - test/cpp/codegen/golden_file_test.cc
3694 deps:
3695 - grpc++
3696 - grpc
3697 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003698 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003699 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003700- name: grpc_cli
3701 build: test
3702 run: false
3703 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003704 src:
3705 - test/cpp/util/grpc_cli.cc
3706 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003707 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003708 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003709 - grpc++
3710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003711 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003712 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003713- name: grpc_cpp_plugin
3714 build: protoc
3715 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003716 src:
3717 - src/compiler/cpp_plugin.cc
3718 deps:
3719 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003720 secure: false
3721 vs_config_type: Application
3722 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3723- name: grpc_csharp_plugin
3724 build: protoc
3725 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003726 src:
3727 - src/compiler/csharp_plugin.cc
3728 deps:
3729 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003730 secure: false
3731 vs_config_type: Application
3732 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003733- name: grpc_node_plugin
3734 build: protoc
3735 language: c++
3736 src:
3737 - src/compiler/node_plugin.cc
3738 deps:
3739 - grpc_plugin_support
3740 secure: false
3741 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003742- name: grpc_objective_c_plugin
3743 build: protoc
3744 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003745 src:
3746 - src/compiler/objective_c_plugin.cc
3747 deps:
3748 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003749 secure: false
3750 vs_config_type: Application
3751 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003752- name: grpc_php_plugin
3753 build: protoc
3754 language: c++
3755 src:
3756 - src/compiler/php_plugin.cc
3757 deps:
3758 - grpc_plugin_support
3759 secure: false
3760 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003761- name: grpc_python_plugin
3762 build: protoc
3763 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003764 src:
3765 - src/compiler/python_plugin.cc
3766 deps:
3767 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003768 secure: false
3769 vs_config_type: Application
3770 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3771- name: grpc_ruby_plugin
3772 build: protoc
3773 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003774 src:
3775 - src/compiler/ruby_plugin.cc
3776 deps:
3777 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003778 secure: false
3779 vs_config_type: Application
3780 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003781- name: grpc_tool_test
3782 gtest: true
3783 build: test
3784 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003785 src:
3786 - src/proto/grpc/testing/echo.proto
3787 - src/proto/grpc/testing/echo_messages.proto
3788 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003789 deps:
3790 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003791 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003792 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003793 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003794 - grpc_test_util
3795 - grpc++
3796 - grpc
3797 - gpr_test_util
3798 - gpr
3799 filegroups:
3800 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003801- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003802 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003803 build: test
3804 language: c++
3805 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003806 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003807 - test/cpp/grpclb/grpclb_api_test.cc
3808 deps:
3809 - grpc++_test_util
3810 - grpc_test_util
3811 - grpc++
3812 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003813- name: grpclb_test
3814 gtest: false
3815 build: test
3816 language: c++
3817 src:
3818 - src/proto/grpc/lb/v1/load_balancer.proto
3819 - test/cpp/grpclb/grpclb_test.cc
3820 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003821 - grpc++_test_util
3822 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003823 - grpc++
3824 - grpc
3825 - gpr_test_util
3826 - gpr
yang-gad327642016-12-12 14:32:09 -08003827- name: health_service_end2end_test
3828 gtest: true
3829 build: test
3830 language: c++
3831 src:
3832 - test/cpp/end2end/health_service_end2end_test.cc
3833 deps:
3834 - grpc++_test_util
3835 - grpc_test_util
3836 - grpc++
3837 - grpc
3838 - gpr_test_util
3839 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003840- name: http2_client
3841 build: test
3842 run: false
3843 language: c++
3844 src: []
3845 deps:
3846 - http2_client_main
3847 - grpc++_test_util
3848 - grpc_test_util
3849 - grpc++
3850 - grpc
3851 - grpc++_test_config
3852 platforms:
3853 - mac
3854 - linux
3855 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003856- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003857 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003858 build: test
3859 language: c++
3860 src:
3861 - test/cpp/end2end/hybrid_end2end_test.cc
3862 deps:
3863 - grpc++_test_util
3864 - grpc_test_util
3865 - grpc++
3866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003867 - gpr_test_util
3868 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003869- name: interop_client
3870 build: test
3871 run: false
3872 language: c++
3873 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003874 deps:
3875 - interop_client_main
3876 - interop_client_helper
3877 - grpc++_test_util
3878 - grpc_test_util
3879 - grpc++
3880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003881 - gpr_test_util
3882 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003883 - grpc++_test_config
3884 platforms:
3885 - mac
3886 - linux
3887 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003888- name: interop_server
3889 build: test
3890 run: false
3891 language: c++
3892 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003893 deps:
3894 - interop_server_main
3895 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003896 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003897 - grpc++_test_util
3898 - grpc_test_util
3899 - grpc++
3900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003901 - gpr_test_util
3902 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003903 - grpc++_test_config
3904 platforms:
3905 - mac
3906 - linux
3907 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003908- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003909 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003910 build: test
3911 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003912 src:
3913 - test/cpp/interop/interop_test.cc
3914 deps:
3915 - grpc_test_util
3916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003917 - gpr_test_util
3918 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003919 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003920 platforms:
3921 - mac
3922 - linux
3923 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003924- name: json_run_localhost
3925 build: test
3926 run: false
3927 language: c++
3928 src:
3929 - test/cpp/qps/json_run_localhost.cc
3930 deps:
3931 - grpc++_test_util
3932 - grpc_test_util
3933 - grpc++
3934 - grpc
3935 - gpr_test_util
3936 - gpr
3937 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003938 platforms:
3939 - mac
3940 - linux
3941 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07003942- name: memory_test
3943 gtest: true
3944 build: test
3945 language: c++
3946 src:
3947 - test/core/support/memory_test.cc
3948 deps:
3949 - grpc_test_util
3950 - grpc++
3951 - grpc
3952 - gpr_test_util
3953 - gpr
3954 uses:
3955 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003956- name: metrics_client
3957 build: test
3958 run: false
3959 language: c++
3960 headers:
3961 - test/cpp/util/metrics_server.h
3962 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003963 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003964 - test/cpp/interop/metrics_client.cc
3965 deps:
3966 - grpc++
3967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003968 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003969 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003970- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003971 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003972 build: test
3973 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07003974 headers:
3975 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07003976 src:
3977 - test/cpp/end2end/mock_test.cc
3978 deps:
3979 - grpc++_test_util
3980 - grpc_test_util
3981 - grpc++
3982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003983 - gpr_test_util
3984 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003985- name: noop-benchmark
3986 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003987 language: c++
3988 src:
3989 - test/cpp/microbenchmarks/noop-benchmark.cc
3990 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003991 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003992 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003993- name: proto_server_reflection_test
3994 gtest: true
3995 build: test
3996 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003997 src:
3998 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003999 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004000 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004001 - grpc++_reflection
4002 - grpc++_test_util
4003 - grpc_test_util
4004 - grpc++
4005 - grpc
4006 - gpr_test_util
4007 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004008- name: proto_utils_test
4009 gtest: true
4010 build: test
4011 language: c++
4012 src:
4013 - test/cpp/codegen/proto_utils_test.cc
4014 deps:
4015 - grpc++
4016 - grpc
4017 filegroups:
4018 - grpc++_codegen_base
4019 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004020- name: qps_interarrival_test
4021 build: test
4022 run: false
4023 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004024 src:
4025 - test/cpp/qps/qps_interarrival_test.cc
4026 deps:
4027 - qps
4028 - grpc++_test_util
4029 - grpc_test_util
4030 - grpc++
4031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004032 - gpr_test_util
4033 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004034 platforms:
4035 - mac
4036 - linux
4037 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004038- name: qps_json_driver
4039 build: test
4040 run: false
4041 language: c++
4042 src:
4043 - test/cpp/qps/qps_json_driver.cc
4044 deps:
4045 - qps
4046 - grpc++_test_util
4047 - grpc_test_util
4048 - grpc++
4049 - grpc
4050 - gpr_test_util
4051 - gpr
4052 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004053- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004054 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004055 build: test
4056 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004057 src:
4058 - test/cpp/qps/qps_openloop_test.cc
4059 deps:
4060 - qps
4061 - grpc++_test_util
4062 - grpc_test_util
4063 - grpc++
4064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004065 - gpr_test_util
4066 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004067 - grpc++_test_config
4068 platforms:
4069 - mac
4070 - linux
4071 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004072- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004073 build: test
4074 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004075 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004076 headers:
4077 - test/cpp/qps/client.h
4078 - test/cpp/qps/server.h
4079 src:
4080 - test/cpp/qps/worker.cc
4081 deps:
4082 - qps
4083 - grpc++_test_util
4084 - grpc_test_util
4085 - grpc++
4086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004087 - gpr_test_util
4088 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004089 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004090- name: reconnect_interop_client
4091 build: test
4092 run: false
4093 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004094 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004095 - src/proto/grpc/testing/empty.proto
4096 - src/proto/grpc/testing/messages.proto
4097 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004098 - test/cpp/interop/reconnect_interop_client.cc
4099 deps:
4100 - grpc++_test_util
4101 - grpc_test_util
4102 - grpc++
4103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004104 - gpr_test_util
4105 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004106 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004107- name: reconnect_interop_server
4108 build: test
4109 run: false
4110 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004111 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004112 - src/proto/grpc/testing/empty.proto
4113 - src/proto/grpc/testing/messages.proto
4114 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004115 - test/cpp/interop/reconnect_interop_server.cc
4116 deps:
4117 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004118 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004119 - grpc++_test_util
4120 - grpc_test_util
4121 - grpc++
4122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004123 - gpr_test_util
4124 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004125 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004126- name: round_robin_end2end_test
4127 gtest: true
4128 build: test
4129 language: c++
4130 src:
4131 - test/cpp/end2end/round_robin_end2end_test.cc
4132 deps:
4133 - grpc++_test_util
4134 - grpc_test_util
4135 - grpc++
4136 - grpc
4137 - gpr_test_util
4138 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004139- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004140 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004141 build: test
4142 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004143 src:
4144 - test/cpp/common/secure_auth_context_test.cc
4145 deps:
4146 - grpc++_test_util
4147 - grpc_test_util
4148 - grpc++
4149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004150 - gpr_test_util
4151 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004152- name: secure_sync_unary_ping_pong_test
4153 build: test
4154 language: c++
4155 src:
4156 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4157 deps:
4158 - qps
4159 - grpc++_test_util
4160 - grpc_test_util
4161 - grpc++
4162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004163 - gpr_test_util
4164 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004165 platforms:
4166 - mac
4167 - linux
4168 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004169- name: server_builder_plugin_test
4170 gtest: true
4171 build: test
4172 language: c++
4173 src:
4174 - test/cpp/end2end/server_builder_plugin_test.cc
4175 deps:
4176 - grpc++_test_util
4177 - grpc_test_util
4178 - grpc++
4179 - grpc
4180 - gpr_test_util
4181 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004182- name: server_builder_test
4183 gtest: true
4184 build: test
4185 language: c++
4186 src:
4187 - src/proto/grpc/testing/echo_messages.proto
4188 - src/proto/grpc/testing/echo.proto
4189 - test/cpp/server/server_builder_test.cc
4190 deps:
4191 - grpc++_test_util
4192 - grpc_test_util
4193 - gpr_test_util
4194 - grpc++
4195 - grpc
4196 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004197- name: server_context_test_spouse_test
4198 gtest: true
4199 build: test
4200 language: c++
4201 src:
4202 - test/cpp/test/server_context_test_spouse_test.cc
4203 deps:
4204 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004205 - grpc++
4206 - grpc
4207 - gpr_test_util
4208 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004209 uses:
4210 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004211- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004212 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004213 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004214 build: test
4215 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004216 src:
4217 - test/cpp/end2end/server_crash_test.cc
4218 deps:
4219 - grpc++_test_util
4220 - grpc_test_util
4221 - grpc++
4222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004223 - gpr_test_util
4224 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004225 platforms:
4226 - mac
4227 - linux
4228 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004229- name: server_crash_test_client
4230 build: test
4231 run: false
4232 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004233 src:
4234 - test/cpp/end2end/server_crash_test_client.cc
4235 deps:
4236 - grpc++_test_util
4237 - grpc_test_util
4238 - grpc++
4239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004240 - gpr_test_util
4241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004242- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004243 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004244 build: test
4245 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004246 src:
4247 - test/cpp/end2end/shutdown_test.cc
4248 deps:
4249 - grpc++_test_util
4250 - grpc_test_util
4251 - grpc++
4252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004253 - gpr_test_util
4254 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004255- name: status_test
4256 build: test
4257 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004258 src:
4259 - test/cpp/util/status_test.cc
4260 deps:
4261 - grpc_test_util
4262 - grpc++
4263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004264 - gpr_test_util
4265 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004266- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004267 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004268 build: test
4269 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004270 src:
4271 - test/cpp/end2end/streaming_throughput_test.cc
4272 deps:
4273 - grpc++_test_util
4274 - grpc_test_util
4275 - grpc++
4276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004277 - gpr_test_util
4278 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004279 platforms:
4280 - mac
4281 - linux
4282 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004283- name: stress_test
4284 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004285 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004286 language: c++
4287 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004288 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004289 - test/cpp/interop/interop_client.h
4290 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004291 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004292 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004293 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004294 - src/proto/grpc/testing/empty.proto
4295 - src/proto/grpc/testing/messages.proto
4296 - src/proto/grpc/testing/metrics.proto
4297 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004298 - test/cpp/interop/interop_client.cc
4299 - test/cpp/interop/stress_interop_client.cc
4300 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004301 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004302 deps:
4303 - grpc++_test_util
4304 - grpc_test_util
4305 - grpc++
4306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004307 - gpr_test_util
4308 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004309 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004310- name: thread_manager_test
4311 build: test
4312 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004313 src:
4314 - test/cpp/thread_manager/thread_manager_test.cc
4315 deps:
4316 - grpc++
4317 - grpc
4318 - gpr
4319 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004320- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004321 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004322 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004323 build: test
4324 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004325 src:
4326 - test/cpp/end2end/thread_stress_test.cc
4327 deps:
4328 - grpc++_test_util
4329 - grpc_test_util
4330 - grpc++
4331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004332 - gpr_test_util
4333 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004334- name: writes_per_rpc_test
4335 gtest: true
4336 cpu_cost: 0.5
4337 build: test
4338 language: c++
4339 src:
4340 - test/cpp/performance/writes_per_rpc_test.cc
4341 deps:
4342 - grpc++_test_util
4343 - grpc_test_util
4344 - grpc++
4345 - grpc
4346 - gpr_test_util
4347 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004348 platforms:
4349 - mac
4350 - linux
4351 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004352- name: public_headers_must_be_c89
4353 build: test
4354 language: c89
4355 src:
4356 - test/core/surface/public_headers_must_be_c89.c
4357 deps:
4358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004359 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004360vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004361- linkage: static
4362 name: grpc.dependencies.zlib
4363 props: false
4364 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004365 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004366- linkage: static
4367 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004368 props: true
4369 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004370 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004371- name: gflags
4372 props: false
4373 redist: false
4374 version: 2.1.2.1
4375- name: gtest
4376 props: false
4377 redist: false
4378 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004379configs:
4380 asan:
4381 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004382 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4383 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004384 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004385 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004386 LDFLAGS: -fsanitize=address
4387 LDXX: clang++
4388 compile_the_world: true
4389 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004390 ASAN_OPTIONS: detect_leaks=1:color=always
4391 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004392 asan-noleaks:
4393 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004394 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4395 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004396 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004397 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004398 LDFLAGS: -fsanitize=address
4399 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004400 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004401 test_environ:
4402 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004403 asan-trace-cmp:
4404 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004405 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4406 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004407 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004408 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004409 LDFLAGS: -fsanitize=address
4410 LDXX: clang++
4411 compile_the_world: true
4412 test_environ:
4413 ASAN_OPTIONS: detect_leaks=1:color=always
4414 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004415 basicprof:
4416 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4417 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004418 c++-compat:
4419 CFLAGS: -Wc++-compat
4420 CPPFLAGS: -O0
4421 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004422 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004423 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004424 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004425 dbg:
4426 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004427 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004428 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004429 gcov:
4430 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004431 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004432 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004433 DEFINES: _DEBUG DEBUG GPR_GCOV
4434 LD: gcc
4435 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4436 LDXX: g++
4437 helgrind:
4438 CPPFLAGS: -O0
4439 DEFINES: _DEBUG DEBUG
4440 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004441 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004442 lto:
4443 CPPFLAGS: -O2
4444 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004445 memcheck:
4446 CPPFLAGS: -O0
4447 DEFINES: _DEBUG DEBUG
4448 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004449 valgrind: --tool=memcheck --leak-check=full
4450 msan:
4451 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004452 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4453 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4454 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004455 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004456 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004457 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004458 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4459 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4460 LDXX: clang++
4461 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004462 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004463 CPPFLAGS: -O3 -fno-omit-frame-pointer
4464 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004465 LDFLAGS: -rdynamic
4466 opt:
4467 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004468 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004469 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004470 stapprof:
4471 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4472 DEFINES: NDEBUG
4473 tsan:
4474 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004475 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004476 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004477 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004478 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004479 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004480 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004481 LDXX: clang++
4482 compile_the_world: true
4483 test_environ:
4484 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004485 ubsan:
4486 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004487 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4488 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004489 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004490 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004491 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004492 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004493 LDXX: clang++
4494 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004495 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004496 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004497defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004498 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004499 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004500 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4501 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004502 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004503 benchmark:
4504 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004505 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004506 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004507 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004508 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004509 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004510 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004511 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004512 LDFLAGS: -g
4513 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004514 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004515 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004516node_modules:
4517- deps:
4518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004519 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004520 - boringssl
4521 - z
murgatroid9994a75412015-11-19 14:04:53 -08004522 headers:
4523 - src/node/ext/byte_buffer.h
4524 - src/node/ext/call.h
4525 - src/node/ext/call_credentials.h
4526 - src/node/ext/channel.h
4527 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004528 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004529 - src/node/ext/server.h
4530 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004531 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004532 - src/node/ext/timeval.h
4533 js:
4534 - src/node/index.js
4535 - src/node/src/client.js
4536 - src/node/src/common.js
4537 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004538 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004539 - src/node/src/metadata.js
4540 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004541 name: grpc_node
4542 src:
4543 - src/node/ext/byte_buffer.cc
4544 - src/node/ext/call.cc
4545 - src/node/ext/call_credentials.cc
4546 - src/node/ext/channel.cc
4547 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004548 - src/node/ext/completion_queue_threadpool.cc
4549 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004550 - src/node/ext/node_grpc.cc
4551 - src/node/ext/server.cc
4552 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004553 - src/node/ext/server_generic.cc
4554 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004555 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004556 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004557openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004558 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004559 extraction_dir: openssl-1.0.2f
4560 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004561php_config_m4:
4562 deps:
4563 - grpc
4564 - gpr
Stanley Cheung5ec52ae2017-04-14 15:07:28 -07004565 - ares
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004566 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004567 headers:
4568 - src/php/ext/grpc/byte_buffer.h
4569 - src/php/ext/grpc/call.h
4570 - src/php/ext/grpc/call_credentials.h
4571 - src/php/ext/grpc/channel.h
4572 - src/php/ext/grpc/channel_credentials.h
4573 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004574 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004575 - src/php/ext/grpc/php_grpc.h
4576 - src/php/ext/grpc/server.h
4577 - src/php/ext/grpc/server_credentials.h
4578 - src/php/ext/grpc/timeval.h
4579 src:
4580 - src/php/ext/grpc/byte_buffer.c
4581 - src/php/ext/grpc/call.c
4582 - src/php/ext/grpc/call_credentials.c
4583 - src/php/ext/grpc/channel.c
4584 - src/php/ext/grpc/channel_credentials.c
4585 - src/php/ext/grpc/completion_queue.c
4586 - src/php/ext/grpc/php_grpc.c
4587 - src/php/ext/grpc/server.c
4588 - src/php/ext/grpc/server_credentials.c
4589 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004590python_dependencies:
4591 deps:
4592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004593 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004594 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004595 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004596 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004597ruby_gem:
4598 deps:
4599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004600 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004601 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004602 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004603 - z