blob: f0d14a62ac87e0022603efe7e686d000fbc698d3 [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
9 '#05': new word.
10 '#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
Craig Tillerdf095702016-09-13 11:06:40 -070015 core_version: 2.0.0-dev
Craig Tiller8dfdb7e2016-08-29 11:25:56 -070016 g_stands_for: good
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020017 version: 1.1.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
Craig Tiller25834342015-09-25 08:08:24 -070034 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070035 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070036 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070037 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070038 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070039 - src/core/ext/census/grpc_context.c
40 - src/core/ext/census/grpc_filter.c
41 - src/core/ext/census/grpc_plugin.c
42 - src/core/ext/census/initialize.c
43 - src/core/ext/census/mlog.c
44 - src/core/ext/census/operation.c
45 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070046 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070047 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070048 - src/core/ext/census/tracing.c
49 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070050 uses:
51 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070052 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070053- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010054 public_headers:
55 - include/grpc/support/alloc.h
56 - include/grpc/support/atm.h
57 - include/grpc/support/atm_gcc_atomic.h
58 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070059 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010060 - include/grpc/support/avl.h
61 - include/grpc/support/cmdline.h
62 - include/grpc/support/cpu.h
63 - include/grpc/support/histogram.h
64 - include/grpc/support/host_port.h
65 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070066 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010067 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 - include/grpc/support/string_util.h
69 - include/grpc/support/subprocess.h
70 - include/grpc/support/sync.h
71 - include/grpc/support/sync_generic.h
72 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070073 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010074 - include/grpc/support/thd.h
75 - include/grpc/support/time.h
76 - include/grpc/support/tls.h
77 - include/grpc/support/tls_gcc.h
78 - include/grpc/support/tls_msvc.h
79 - include/grpc/support/tls_pthread.h
80 - include/grpc/support/useful.h
81 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/timers.h
83 - src/core/lib/support/backoff.h
84 - src/core/lib/support/block_annotate.h
85 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070086 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/murmur_hash.h
88 - src/core/lib/support/stack_lockfree.h
89 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/thd_internal.h
92 - src/core/lib/support/time_precise.h
93 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010094 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/profiling/basic_timers.c
96 - src/core/lib/profiling/stap_timers.c
97 - src/core/lib/support/alloc.c
98 - src/core/lib/support/avl.c
99 - src/core/lib/support/backoff.c
100 - src/core/lib/support/cmdline.c
101 - src/core/lib/support/cpu_iphone.c
102 - src/core/lib/support/cpu_linux.c
103 - src/core/lib/support/cpu_posix.c
104 - src/core/lib/support/cpu_windows.c
105 - src/core/lib/support/env_linux.c
106 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/histogram.c
109 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/log.c
111 - src/core/lib/support/log_android.c
112 - src/core/lib/support/log_linux.c
113 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700115 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/stack_lockfree.c
118 - src/core/lib/support/string.c
119 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700120 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700121 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/subprocess_posix.c
123 - src/core/lib/support/subprocess_windows.c
124 - src/core/lib/support/sync.c
125 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/thd.c
128 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/time.c
131 - src/core/lib/support/time_posix.c
132 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200135 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700139 uses:
140 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800141- name: gpr_codegen
142 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/atm.h
144 - include/grpc/impl/codegen/atm_gcc_atomic.h
145 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/atm_windows.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700147 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800148 - include/grpc/impl/codegen/port_platform.h
149 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800150 - include/grpc/impl/codegen/sync.h
151 - include/grpc/impl/codegen/sync_generic.h
152 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700153 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700154- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700155 public_headers:
156 - include/grpc/byte_buffer.h
157 - include/grpc/byte_buffer_reader.h
158 - include/grpc/compression.h
159 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700160 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200161 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700162 - include/grpc/slice.h
163 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700164 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700165 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700166 - src/core/lib/channel/channel_args.h
167 - src/core/lib/channel/channel_stack.h
168 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700169 - src/core/lib/channel/compress_filter.h
170 - src/core/lib/channel/connected_channel.h
171 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700172 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700173 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700174 - src/core/lib/channel/http_client_filter.h
175 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700176 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/compression/algorithm_metadata.h
178 - src/core/lib/compression/message_compress.h
179 - src/core/lib/debug/trace.h
180 - src/core/lib/http/format_request.h
181 - src/core/lib/http/httpcli.h
182 - src/core/lib/http/parser.h
183 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700184 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700185 - src/core/lib/iomgr/endpoint.h
186 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700187 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700188 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700189 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700190 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/iomgr/exec_ctx.h
192 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/iocp_windows.h
194 - src/core/lib/iomgr/iomgr.h
195 - src/core/lib/iomgr/iomgr_internal.h
196 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700197 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700198 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700199 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700203 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700205 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700207 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/sockaddr.h
209 - src/core/lib/iomgr/sockaddr_posix.h
210 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700211 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700212 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700213 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/socket_utils_posix.h
215 - src/core/lib/iomgr/socket_windows.h
216 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700217 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/tcp_posix.h
219 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700220 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/tcp_windows.h
222 - src/core/lib/iomgr/time_averaged_stats.h
223 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700224 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700226 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/udp_server.h
228 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700229 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/wakeup_fd_pipe.h
231 - src/core/lib/iomgr/wakeup_fd_posix.h
232 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700233 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/workqueue_windows.h
235 - src/core/lib/json/json.h
236 - src/core/lib/json/json_common.h
237 - src/core/lib/json/json_reader.h
238 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700239 - src/core/lib/slice/percent_encoding.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800240 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700241 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/surface/api_trace.h
243 - src/core/lib/surface/call.h
244 - src/core/lib/surface/call_test_only.h
245 - src/core/lib/surface/channel.h
246 - src/core/lib/surface/channel_init.h
247 - src/core/lib/surface/channel_stack_type.h
248 - src/core/lib/surface/completion_queue.h
249 - src/core/lib/surface/event_string.h
250 - src/core/lib/surface/init.h
251 - src/core/lib/surface/lame_client.h
252 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700255 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/transport/metadata.h
257 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700258 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700259 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400261 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/transport/transport.h
263 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700264 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/channel/channel_args.c
266 - src/core/lib/channel/channel_stack.c
267 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/channel/compress_filter.c
269 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700270 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700271 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/channel/http_client_filter.c
273 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700274 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700275 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/compression/message_compress.c
277 - src/core/lib/debug/trace.c
278 - src/core/lib/http/format_request.c
279 - src/core/lib/http/httpcli.c
280 - src/core/lib/http/parser.c
281 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700282 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/iomgr/endpoint.c
284 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700285 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700287 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700288 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700289 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700290 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/iomgr/exec_ctx.c
292 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/iomgr/iocp_windows.c
294 - src/core/lib/iomgr/iomgr.c
295 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700296 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700298 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700299 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700300 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700301 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700303 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/iomgr/pollset_windows.c
305 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700306 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700308 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700310 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/socket_utils_common_posix.c
312 - src/core/lib/iomgr/socket_utils_linux.c
313 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700314 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700315 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/socket_windows.c
317 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700318 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/iomgr/tcp_client_windows.c
320 - src/core/lib/iomgr/tcp_posix.c
321 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700322 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700324 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/tcp_windows.c
326 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700327 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/udp_server.c
331 - src/core/lib/iomgr/unix_sockets_posix.c
332 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700333 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/wakeup_fd_eventfd.c
335 - src/core/lib/iomgr/wakeup_fd_nospecial.c
336 - src/core/lib/iomgr/wakeup_fd_pipe.c
337 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700338 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/workqueue_windows.c
340 - src/core/lib/json/json.c
341 - src/core/lib/json/json_reader.c
342 - src/core/lib/json/json_string.c
343 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700344 - src/core/lib/slice/percent_encoding.c
345 - src/core/lib/slice/slice.c
346 - src/core/lib/slice/slice_buffer.c
347 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/surface/alarm.c
349 - src/core/lib/surface/api_trace.c
350 - src/core/lib/surface/byte_buffer.c
351 - src/core/lib/surface/byte_buffer_reader.c
352 - src/core/lib/surface/call.c
353 - src/core/lib/surface/call_details.c
354 - src/core/lib/surface/call_log_batch.c
355 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/surface/channel_init.c
357 - src/core/lib/surface/channel_ping.c
358 - src/core/lib/surface/channel_stack_type.c
359 - src/core/lib/surface/completion_queue.c
360 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/surface/lame_client.c
362 - src/core/lib/surface/metadata_array.c
363 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/surface/validate_metadata.c
365 - src/core/lib/surface/version.c
366 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700367 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700368 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/transport/metadata.c
370 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700371 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700372 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700373 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400374 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700375 - src/core/lib/transport/transport.c
376 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700377 deps:
378 - gpr
379 uses:
380 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700381- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700382 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700383 - src/core/ext/client_channel/client_channel.h
384 - src/core/ext/client_channel/client_channel_factory.h
385 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700386 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700387 - src/core/ext/client_channel/initial_connect_string.h
388 - src/core/ext/client_channel/lb_policy.h
389 - src/core/ext/client_channel/lb_policy_factory.h
390 - src/core/ext/client_channel/lb_policy_registry.h
391 - src/core/ext/client_channel/parse_address.h
392 - src/core/ext/client_channel/resolver.h
393 - src/core/ext/client_channel/resolver_factory.h
394 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700395 - src/core/ext/client_channel/subchannel.h
396 - src/core/ext/client_channel/subchannel_index.h
397 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700398 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700399 - src/core/ext/client_channel/channel_connectivity.c
400 - src/core/ext/client_channel/client_channel.c
401 - src/core/ext/client_channel/client_channel_factory.c
402 - src/core/ext/client_channel/client_channel_plugin.c
403 - src/core/ext/client_channel/connector.c
404 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700405 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700406 - src/core/ext/client_channel/initial_connect_string.c
407 - src/core/ext/client_channel/lb_policy.c
408 - src/core/ext/client_channel/lb_policy_factory.c
409 - src/core/ext/client_channel/lb_policy_registry.c
410 - src/core/ext/client_channel/parse_address.c
411 - src/core/ext/client_channel/resolver.c
412 - src/core/ext/client_channel/resolver_factory.c
413 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700414 - src/core/ext/client_channel/subchannel.c
415 - src/core/ext/client_channel/subchannel_index.c
416 - src/core/ext/client_channel/uri_parser.c
417 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700418 uses:
419 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800420- name: grpc_codegen
421 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700422 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800423 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800424 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800425 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800426 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800427 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800428 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700429 uses:
430 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700431- name: grpc_lb_policy_grpclb
432 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700433 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700434 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700435 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700436 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700437 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700438 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700439 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700440 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700441 uses:
442 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700443 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700444 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700445- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700446 src:
447 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700448 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700449 uses:
450 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700451 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700452- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700453 src:
454 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700455 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700456 uses:
457 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700458 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700459- name: grpc_load_reporting
460 headers:
461 - src/core/ext/load_reporting/load_reporting.h
462 - src/core/ext/load_reporting/load_reporting_filter.h
463 src:
464 - src/core/ext/load_reporting/load_reporting.c
465 - src/core/ext/load_reporting/load_reporting_filter.c
466 plugin: grpc_load_reporting_plugin
467 uses:
468 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700469- name: grpc_resolver_dns_native
470 src:
471 - src/core/ext/resolver/dns/native/dns_resolver.c
472 plugin: grpc_resolver_dns_native
473 uses:
474 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700475 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700476- name: grpc_resolver_sockaddr
477 src:
478 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
479 plugin: grpc_resolver_sockaddr
480 uses:
481 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700482 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100483- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700484 public_headers:
485 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100486 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700487 - src/core/lib/security/context/security_context.h
488 - src/core/lib/security/credentials/composite/composite_credentials.h
489 - src/core/lib/security/credentials/credentials.h
490 - src/core/lib/security/credentials/fake/fake_credentials.h
491 - src/core/lib/security/credentials/google_default/google_default_credentials.h
492 - src/core/lib/security/credentials/iam/iam_credentials.h
493 - src/core/lib/security/credentials/jwt/json_token.h
494 - src/core/lib/security/credentials/jwt/jwt_credentials.h
495 - src/core/lib/security/credentials/jwt/jwt_verifier.h
496 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
497 - src/core/lib/security/credentials/plugin/plugin_credentials.h
498 - src/core/lib/security/credentials/ssl/ssl_credentials.h
499 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700500 - src/core/lib/security/transport/secure_endpoint.h
501 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800502 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700503 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700504 - src/core/lib/security/util/b64.h
505 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100506 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700507 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700508 - src/core/lib/security/context/security_context.c
509 - src/core/lib/security/credentials/composite/composite_credentials.c
510 - src/core/lib/security/credentials/credentials.c
511 - src/core/lib/security/credentials/credentials_metadata.c
512 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700513 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700514 - src/core/lib/security/credentials/google_default/google_default_credentials.c
515 - src/core/lib/security/credentials/iam/iam_credentials.c
516 - src/core/lib/security/credentials/jwt/json_token.c
517 - src/core/lib/security/credentials/jwt/jwt_credentials.c
518 - src/core/lib/security/credentials/jwt/jwt_verifier.c
519 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
520 - src/core/lib/security/credentials/plugin/plugin_credentials.c
521 - src/core/lib/security/credentials/ssl/ssl_credentials.c
522 - src/core/lib/security/transport/client_auth_filter.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700523 - src/core/lib/security/transport/secure_endpoint.c
524 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800525 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700526 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700527 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700528 - src/core/lib/security/util/b64.c
529 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700530 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700531 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700532 uses:
533 - grpc_base
534 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700535 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700536- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700537 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700538 headers:
539 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700540 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700541 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700542 - test/core/end2end/fixtures/proxy.h
543 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700544 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200545 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700546 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700547 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700548 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700549 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700550 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700551 - test/core/util/slice_splitter.h
552 src:
553 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700554 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700555 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700556 - test/core/end2end/fixtures/proxy.c
557 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700558 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200559 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700560 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700561 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700562 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700563 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700564 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700565 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700566 - test/core/util/port_windows.c
567 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700568 deps:
569 - grpc
570 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700571- name: grpc_transport_chttp2
572 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700573 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700574 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700575 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
576 - src/core/ext/transport/chttp2/transport/frame.h
577 - src/core/ext/transport/chttp2/transport/frame_data.h
578 - src/core/ext/transport/chttp2/transport/frame_goaway.h
579 - src/core/ext/transport/chttp2/transport/frame_ping.h
580 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
581 - src/core/ext/transport/chttp2/transport/frame_settings.h
582 - src/core/ext/transport/chttp2/transport/frame_window_update.h
583 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
584 - src/core/ext/transport/chttp2/transport/hpack_parser.h
585 - src/core/ext/transport/chttp2/transport/hpack_table.h
586 - src/core/ext/transport/chttp2/transport/http2_errors.h
587 - src/core/ext/transport/chttp2/transport/huffsyms.h
588 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
589 - src/core/ext/transport/chttp2/transport/internal.h
590 - src/core/ext/transport/chttp2/transport/status_conversion.h
591 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700592 - src/core/ext/transport/chttp2/transport/varint.h
593 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700594 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700595 - src/core/ext/transport/chttp2/transport/bin_encoder.c
596 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700597 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
598 - src/core/ext/transport/chttp2/transport/frame_data.c
599 - src/core/ext/transport/chttp2/transport/frame_goaway.c
600 - src/core/ext/transport/chttp2/transport/frame_ping.c
601 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
602 - src/core/ext/transport/chttp2/transport/frame_settings.c
603 - src/core/ext/transport/chttp2/transport/frame_window_update.c
604 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
605 - src/core/ext/transport/chttp2/transport/hpack_parser.c
606 - src/core/ext/transport/chttp2/transport/hpack_table.c
607 - src/core/ext/transport/chttp2/transport/huffsyms.c
608 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
609 - src/core/ext/transport/chttp2/transport/parsing.c
610 - src/core/ext/transport/chttp2/transport/status_conversion.c
611 - src/core/ext/transport/chttp2/transport/stream_lists.c
612 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700613 - src/core/ext/transport/chttp2/transport/varint.c
614 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700615 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700616 uses:
617 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700618 - grpc_transport_chttp2_alpn
619- name: grpc_transport_chttp2_alpn
620 headers:
621 - src/core/ext/transport/chttp2/alpn/alpn.h
622 src:
623 - src/core/ext/transport/chttp2/alpn/alpn.c
624 deps:
625 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800626- name: grpc_transport_chttp2_client_connector
627 headers:
628 - src/core/ext/transport/chttp2/client/chttp2_connector.h
629 src:
630 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800631 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800632 - grpc_transport_chttp2
633 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700634- name: grpc_transport_chttp2_client_insecure
635 src:
636 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700637 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700638 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800639 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700640 - grpc_transport_chttp2
641 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700642 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700643- name: grpc_transport_chttp2_client_secure
644 src:
645 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700646 uses:
647 - grpc_transport_chttp2
648 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700649 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700650 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800651 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800652- name: grpc_transport_chttp2_server
653 headers:
654 - src/core/ext/transport/chttp2/server/chttp2_server.h
655 src:
656 - src/core/ext/transport/chttp2/server/chttp2_server.c
657 uses:
658 - grpc_transport_chttp2
659 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700660- name: grpc_transport_chttp2_server_insecure
661 src:
662 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700663 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700664 uses:
665 - grpc_transport_chttp2
666 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800667 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700668- name: grpc_transport_chttp2_server_secure
669 src:
670 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700671 uses:
672 - grpc_transport_chttp2
673 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700674 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800675 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700676- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700677 public_headers:
678 - include/grpc/grpc_cronet.h
679 - include/grpc/grpc_security.h
680 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700681 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700682 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
683 src:
684 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
685 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
686 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700687 filegroups:
688 - grpc_base
689 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800690- name: nanopb
691 headers:
692 - third_party/nanopb/pb.h
693 - third_party/nanopb/pb_common.h
694 - third_party/nanopb/pb_decode.h
695 - third_party/nanopb/pb_encode.h
696 src:
697 - third_party/nanopb/pb_common.c
698 - third_party/nanopb/pb_decode.c
699 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700700- name: tsi
701 headers:
702 - src/core/lib/tsi/fake_transport_security.h
703 - src/core/lib/tsi/ssl_transport_security.h
704 - src/core/lib/tsi/ssl_types.h
705 - src/core/lib/tsi/transport_security.h
706 - src/core/lib/tsi/transport_security_interface.h
707 src:
708 - src/core/lib/tsi/fake_transport_security.c
709 - src/core/lib/tsi/ssl_transport_security.c
710 - src/core/lib/tsi/transport_security.c
711 deps:
712 - gpr
713 secure: true
714- name: grpc++_base
715 language: c++
716 public_headers:
717 - include/grpc++/alarm.h
718 - include/grpc++/channel.h
719 - include/grpc++/client_context.h
720 - include/grpc++/completion_queue.h
721 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700722 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700723 - include/grpc++/generic/async_generic_service.h
724 - include/grpc++/generic/generic_stub.h
725 - include/grpc++/grpc++.h
726 - include/grpc++/impl/call.h
727 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700728 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700729 - include/grpc++/impl/grpc_library.h
730 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700731 - include/grpc++/impl/rpc_method.h
732 - include/grpc++/impl/rpc_service_method.h
733 - include/grpc++/impl/serialization_traits.h
734 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700735 - include/grpc++/impl/server_builder_plugin.h
736 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700737 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700738 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700739 - include/grpc++/security/auth_context.h
740 - include/grpc++/security/auth_metadata_processor.h
741 - include/grpc++/security/credentials.h
742 - include/grpc++/security/server_credentials.h
743 - include/grpc++/server.h
744 - include/grpc++/server_builder.h
745 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700746 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700747 - include/grpc++/support/async_stream.h
748 - include/grpc++/support/async_unary_call.h
749 - include/grpc++/support/byte_buffer.h
750 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700751 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700752 - include/grpc++/support/slice.h
753 - include/grpc++/support/status.h
754 - include/grpc++/support/status_code_enum.h
755 - include/grpc++/support/string_ref.h
756 - include/grpc++/support/stub_options.h
757 - include/grpc++/support/sync_stream.h
758 - include/grpc++/support/time.h
759 headers:
760 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700761 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700762 - src/cpp/server/dynamic_thread_pool.h
763 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700764 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700765 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700766 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700767 - src/cpp/client/client_context.cc
768 - src/cpp/client/create_channel.cc
769 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700770 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700771 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700773 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700774 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700775 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700776 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700777 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700779 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 - src/cpp/server/async_generic_service.cc
781 - src/cpp/server/create_default_thread_pool.cc
782 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700784 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 - src/cpp/server/server_context.cc
786 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700787 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700788 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700789 - src/cpp/util/byte_buffer_cc.cc
790 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 - src/cpp/util/status.cc
792 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700793 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700794 uses:
yang-g17487f92016-06-03 15:21:15 -0700795 - grpc++_codegen_base
796- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700797 language: c++
798 public_headers:
799 - include/grpc++/impl/codegen/async_stream.h
800 - include/grpc++/impl/codegen/async_unary_call.h
801 - include/grpc++/impl/codegen/call.h
802 - include/grpc++/impl/codegen/call_hook.h
803 - include/grpc++/impl/codegen/channel_interface.h
804 - include/grpc++/impl/codegen/client_context.h
805 - include/grpc++/impl/codegen/client_unary_call.h
806 - include/grpc++/impl/codegen/completion_queue.h
807 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700808 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700809 - include/grpc++/impl/codegen/core_codegen_interface.h
810 - include/grpc++/impl/codegen/create_auth_context.h
811 - include/grpc++/impl/codegen/grpc_library.h
812 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 - include/grpc++/impl/codegen/rpc_method.h
814 - include/grpc++/impl/codegen/rpc_service_method.h
815 - include/grpc++/impl/codegen/security/auth_context.h
816 - include/grpc++/impl/codegen/serialization_traits.h
817 - include/grpc++/impl/codegen/server_context.h
818 - include/grpc++/impl/codegen/server_interface.h
819 - include/grpc++/impl/codegen/service_type.h
820 - include/grpc++/impl/codegen/status.h
821 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700822 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 - include/grpc++/impl/codegen/string_ref.h
824 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 - include/grpc++/impl/codegen/sync_stream.h
826 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700827 uses:
828 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700829- name: grpc++_codegen_base_src
830 language: c++
831 src:
832 - src/cpp/codegen/codegen_init.cc
833 uses:
834 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700835- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 language: c++
837 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700838 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700839 uses:
yang-g17487f92016-06-03 15:21:15 -0700840 - grpc++_codegen_base
841 - grpc++_config_proto
842- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 language: c++
844 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700845 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700846- name: grpc++_reflection_proto
847 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700848 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700849 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700850- name: thrift_util
851 language: c++
852 public_headers:
853 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700854 - include/grpc++/impl/codegen/thrift_utils.h
855 uses:
856 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100857libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800858- name: gpr
859 build: all
860 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800861 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700862 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800863 secure: false
864 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
865- name: gpr_test_util
866 build: private
867 language: c
868 headers:
869 - test/core/util/test_config.h
870 src:
871 - test/core/util/test_config.c
872 deps:
873 - gpr
874 secure: false
875 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700876- name: grpc
877 build: all
878 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700879 src:
880 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700881 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800882 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700883 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700884 filegroups:
885 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700886 - grpc_transport_chttp2_server_secure
887 - grpc_transport_chttp2_client_secure
888 - grpc_transport_chttp2_server_insecure
889 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700890 - grpc_lb_policy_grpclb
891 - grpc_lb_policy_pick_first
892 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700893 - grpc_resolver_dns_native
894 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700895 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100896 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700897 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700898 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700899 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700900 vs_packages:
901 - grpc.dependencies.openssl
902 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700903 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700904- name: grpc_cronet
905 build: all
906 language: c
907 src:
908 - src/core/lib/surface/init.c
909 baselib: true
910 deps_linkage: static
911 dll: true
912 filegroups:
913 - grpc_base
914 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700915 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700916 generate_plugin_registry: true
917 platforms:
918 - linux
919 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100920- name: grpc_dll
921 build: private
922 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100923 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100924 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100925 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100926 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100927 build_system:
928 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100929 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100930 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100931 vs_config_type: DynamicLibrary
932 vs_packages:
933 - grpc.dependencies.openssl
934 - grpc.dependencies.zlib
935 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
936 vs_props:
937 - zlib
938 - openssl
939 - winsock
940 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700941- name: grpc_test_util
942 build: private
943 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700944 headers:
945 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800946 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700947 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700948 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700949 - test/core/end2end/data/server1_cert.c
950 - test/core/end2end/data/server1_key.c
951 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800952 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700953 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800954 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800955 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700956 - grpc
957 filegroups:
958 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700959 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700960 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
961- name: grpc_test_util_unsecure
962 build: private
963 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700964 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800965 - gpr
966 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800967 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700968 filegroups:
969 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700970 secure: false
971 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
972- name: grpc_unsecure
973 build: all
974 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700975 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700976 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700977 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700978 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800979 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700980 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700981 filegroups:
982 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700983 - grpc_transport_chttp2_server_insecure
984 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700985 - grpc_resolver_dns_native
986 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700987 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700988 - grpc_lb_policy_grpclb
989 - grpc_lb_policy_pick_first
990 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700991 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700992 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700993 secure: false
994 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700995- name: reconnect_server
996 build: private
997 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700998 headers:
999 - test/core/util/reconnect_server.h
1000 src:
1001 - test/core/util/reconnect_server.c
1002 deps:
yang-gc9fca182015-11-06 16:41:33 -08001003 - test_tcp_server
1004 - grpc_test_util
1005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001006 - gpr_test_util
1007 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001008- name: test_tcp_server
1009 build: private
1010 language: c
1011 headers:
1012 - test/core/util/test_tcp_server.h
1013 src:
1014 - test/core/util/test_tcp_server.c
1015 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001016 - grpc_test_util
1017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001018 - gpr_test_util
1019 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001020- name: grpc++
1021 build: all
1022 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001023 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001024 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001025 - src/cpp/client/secure_credentials.h
1026 - src/cpp/common/secure_auth_context.h
1027 - src/cpp/server/secure_server_credentials.h
1028 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001029 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001030 - src/cpp/client/secure_credentials.cc
1031 - src/cpp/common/auth_property_iterator.cc
1032 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001033 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001034 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001035 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001036 - src/cpp/server/secure_server_credentials.cc
1037 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001038 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001039 baselib: true
1040 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001041 filegroups:
1042 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001043 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001044 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045 secure: check
1046 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001047- name: grpc++_cronet
1048 build: all
1049 language: c++
1050 src:
1051 - src/cpp/client/cronet_credentials.cc
1052 - src/cpp/client/insecure_credentials.cc
1053 - src/cpp/common/insecure_create_auth_context.cc
1054 - src/cpp/server/insecure_server_credentials.cc
1055 deps:
1056 - gpr
1057 - grpc_cronet
1058 baselib: true
1059 dll: true
1060 filegroups:
1061 - grpc++_base
1062 - grpc++_codegen_base
1063 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001064 - grpc_transport_chttp2_client_insecure
1065 - grpc_transport_chttp2_server_insecure
1066 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001067 platforms:
1068 - linux
1069 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001070- name: grpc++_proto_reflection_desc_db
1071 build: private
1072 language: c++
1073 headers:
1074 - test/cpp/util/proto_reflection_descriptor_database.h
1075 src:
1076 - test/cpp/util/proto_reflection_descriptor_database.cc
1077 deps:
1078 - grpc++
1079 filegroups:
1080 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001081 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001082- name: grpc++_reflection
1083 build: all
1084 language: c++
1085 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001086 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001087 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001088 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001089 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001090 - src/cpp/ext/proto_server_reflection.cc
1091 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001092 deps:
1093 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001094 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001095 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001096- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001097 build: private
yang-g42879982016-10-13 15:58:31 -07001098 language: c++
1099 headers:
1100 - include/grpc++/test/server_context_test_spouse.h
1101 src:
1102 - src/cpp/test/server_context_test_spouse.cc
1103 deps:
1104 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001105- name: grpc++_test_config
1106 build: private
1107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001108 headers:
1109 - test/cpp/util/test_config.h
1110 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001111 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001112- name: grpc++_test_util
1113 build: private
1114 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001115 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001116 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001117 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001118 - test/cpp/util/create_test_channel.h
1119 - test/cpp/util/string_ref_helper.h
1120 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001121 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001122 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001123 - src/proto/grpc/testing/echo_messages.proto
1124 - src/proto/grpc/testing/echo.proto
1125 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001126 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001127 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001128 - test/cpp/util/create_test_channel.cc
1129 - test/cpp/util/string_ref_helper.cc
1130 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001131 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001132 deps:
1133 - grpc++
1134 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001135 filegroups:
1136 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001137 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001138 - grpc++_codegen_proto
1139 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001140 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001141- name: grpc++_unsecure
1142 build: all
1143 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001144 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001145 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001146 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001147 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001148 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001149 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001150 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151 baselib: true
1152 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001153 filegroups:
1154 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001155 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001156 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001157 secure: false
1158 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001159- name: grpc_cli_libs
1160 build: private
1161 language: c++
1162 headers:
1163 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001164 - test/cpp/util/cli_credentials.h
1165 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001166 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001167 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001168 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001169 src:
1170 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001171 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001172 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001173 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001174 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001175 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001176 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001177 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001178 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001179 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001180 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181- name: grpc_plugin_support
1182 build: protoc
1183 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001184 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001185 - src/compiler/config.h
1186 - src/compiler/cpp_generator.h
1187 - src/compiler/cpp_generator_helpers.h
1188 - src/compiler/csharp_generator.h
1189 - src/compiler/csharp_generator_helpers.h
1190 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001191 - src/compiler/node_generator.h
1192 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001193 - src/compiler/objective_c_generator.h
1194 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001195 - src/compiler/php_generator.h
1196 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001197 - src/compiler/python_generator.h
1198 - src/compiler/ruby_generator.h
1199 - src/compiler/ruby_generator_helpers-inl.h
1200 - src/compiler/ruby_generator_map-inl.h
1201 - src/compiler/ruby_generator_string-inl.h
1202 src:
1203 - src/compiler/cpp_generator.cc
1204 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001205 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001206 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001207 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001208 - src/compiler/python_generator.cc
1209 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001210 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001211 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001212 secure: false
1213 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001214 vs_props:
1215 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001216- name: interop_client_helper
1217 build: private
1218 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001219 headers:
1220 - test/cpp/interop/client_helper.h
1221 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001222 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001223 - test/cpp/interop/client_helper.cc
1224 deps:
1225 - grpc++_test_util
1226 - grpc_test_util
1227 - grpc++
1228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001229 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230- name: interop_client_main
1231 build: private
1232 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001233 headers:
1234 - test/cpp/interop/interop_client.h
1235 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001236 - src/proto/grpc/testing/empty.proto
1237 - src/proto/grpc/testing/messages.proto
1238 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001239 - test/cpp/interop/client.cc
1240 - test/cpp/interop/interop_client.cc
1241 deps:
1242 - interop_client_helper
1243 - grpc++_test_util
1244 - grpc_test_util
1245 - grpc++
1246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001247 - gpr_test_util
1248 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001249 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250- name: interop_server_helper
1251 build: private
1252 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001253 headers:
1254 - test/cpp/interop/server_helper.h
1255 src:
1256 - test/cpp/interop/server_helper.cc
1257 deps:
1258 - grpc_test_util
1259 - grpc++
1260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001261 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001262- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001263 build: private
1264 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001265 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001266 - src/proto/grpc/testing/empty.proto
1267 - src/proto/grpc/testing/messages.proto
1268 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001269 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001270 deps:
1271 - interop_server_helper
1272 - grpc++_test_util
1273 - grpc_test_util
1274 - grpc++
1275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001276 - gpr_test_util
1277 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001278 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001279- name: interop_server_main
1280 build: private
1281 language: c++
1282 src:
1283 - test/cpp/interop/interop_server_bootstrap.cc
1284 deps:
1285 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001286- name: qps
1287 build: private
1288 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001289 headers:
1290 - test/cpp/qps/client.h
1291 - test/cpp/qps/driver.h
1292 - test/cpp/qps/histogram.h
1293 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001294 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001295 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001296 - test/cpp/qps/qps_worker.h
1297 - test/cpp/qps/report.h
1298 - test/cpp/qps/server.h
1299 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001300 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001301 - test/cpp/util/benchmark_config.h
1302 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001303 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001304 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001305 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001306 - src/proto/grpc/testing/control.proto
1307 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001308 - test/cpp/qps/client_async.cc
1309 - test/cpp/qps/client_sync.cc
1310 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001311 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001312 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001313 - test/cpp/qps/qps_worker.cc
1314 - test/cpp/qps/report.cc
1315 - test/cpp/qps/server_async.cc
1316 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001317 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001318 - test/cpp/util/benchmark_config.cc
1319 deps:
1320 - grpc_test_util
1321 - grpc++_test_util
1322 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001323- name: grpc_csharp_ext
1324 build: all
1325 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001326 src:
1327 - src/csharp/ext/grpc_csharp_ext.c
1328 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001330 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001331 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001332 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001333 dll: only
1334 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001335 vs_packages:
1336 - grpc.dependencies.openssl
1337 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001338 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001339 vs_props:
1340 - zlib
1341 - openssl
1342 - winsock
1343 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001344targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001345- name: alarm_test
1346 build: test
1347 language: c
1348 src:
1349 - test/core/surface/alarm_test.c
1350 deps:
1351 - grpc_test_util
1352 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001353 - gpr_test_util
1354 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001355- name: algorithm_test
1356 build: test
1357 language: c
1358 src:
1359 - test/core/compression/algorithm_test.c
1360 deps:
1361 - grpc_test_util
1362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001363 - gpr_test_util
1364 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001365- name: alloc_test
1366 build: test
1367 language: c
1368 src:
1369 - test/core/support/alloc_test.c
1370 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001371 - gpr_test_util
1372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001373- name: alpn_test
1374 build: test
1375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001376 src:
1377 - test/core/transport/chttp2/alpn_test.c
1378 deps:
1379 - grpc_test_util
1380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001383- name: api_fuzzer
1384 build: fuzzer
1385 language: c
1386 src:
1387 - test/core/end2end/fuzzers/api_fuzzer.c
1388 deps:
1389 - grpc_test_util
1390 - grpc
1391 - gpr_test_util
1392 - gpr
1393 corpus_dirs:
1394 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001395 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001396 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001397- name: bad_server_response_test
1398 build: test
1399 language: c
1400 src:
1401 - test/core/end2end/bad_server_response_test.c
1402 deps:
1403 - test_tcp_server
1404 - grpc_test_util
1405 - grpc
1406 - gpr_test_util
1407 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001408 exclude_iomgrs:
1409 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001410- name: bin_decoder_test
1411 build: test
1412 language: c
1413 src:
1414 - test/core/transport/chttp2/bin_decoder_test.c
1415 deps:
1416 - grpc_test_util
1417 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001418- name: bin_encoder_test
1419 build: test
1420 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001421 src:
1422 - test/core/transport/chttp2/bin_encoder_test.c
1423 deps:
1424 - grpc_test_util
1425 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001426- name: census_context_test
1427 build: test
1428 language: c
1429 src:
1430 - test/core/census/context_test.c
1431 deps:
1432 - grpc_test_util
1433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001434 - gpr_test_util
1435 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001436- name: census_resource_test
1437 build: test
1438 language: c
1439 src:
1440 - test/core/census/resource_test.c
1441 deps:
1442 - grpc_test_util
1443 - grpc
1444 - gpr_test_util
1445 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001446- name: census_trace_context_test
1447 build: test
1448 language: c
1449 src:
1450 - test/core/census/trace_context_test.c
1451 deps:
1452 - grpc_test_util
1453 - grpc
1454 - gpr_test_util
1455 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001456- name: channel_create_test
1457 build: test
1458 language: c
1459 src:
1460 - test/core/surface/channel_create_test.c
1461 deps:
1462 - grpc_test_util
1463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001464 - gpr_test_util
1465 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001466- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467 build: test
1468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001469 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001470 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001471 deps:
1472 - grpc_test_util
1473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001474 - gpr_test_util
1475 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001476- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001477 build: test
1478 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001479 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001480 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001481 deps:
1482 - grpc_test_util
1483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001484 - gpr_test_util
1485 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001486- name: chttp2_stream_map_test
1487 build: test
1488 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001489 src:
1490 - test/core/transport/chttp2/stream_map_test.c
1491 deps:
1492 - grpc_test_util
1493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001494 - gpr_test_util
1495 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001496- name: chttp2_varint_test
1497 build: test
1498 language: c
1499 src:
1500 - test/core/transport/chttp2/varint_test.c
1501 deps:
1502 - grpc_test_util
1503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr_test_util
1505 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001506- name: client_fuzzer
1507 build: fuzzer
1508 language: c
1509 src:
1510 - test/core/end2end/fuzzers/client_fuzzer.c
1511 deps:
1512 - grpc_test_util
1513 - grpc
1514 - gpr_test_util
1515 - gpr
1516 corpus_dirs:
1517 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001518 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001519 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001520- name: combiner_test
1521 cpu_cost: 30
1522 build: test
1523 language: c
1524 src:
1525 - test/core/iomgr/combiner_test.c
1526 deps:
1527 - grpc_test_util
1528 - grpc
1529 - gpr_test_util
1530 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001531- name: compression_test
1532 build: test
1533 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001534 src:
1535 - test/core/compression/compression_test.c
1536 deps:
1537 - grpc_test_util
1538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001539 - gpr_test_util
1540 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001541- name: concurrent_connectivity_test
1542 build: test
1543 language: c
1544 src:
1545 - test/core/surface/concurrent_connectivity_test.c
1546 deps:
1547 - grpc_test_util
1548 - grpc
1549 - gpr_test_util
1550 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001551 exclude_iomgrs:
1552 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001553- name: connection_refused_test
1554 cpu_cost: 0.1
1555 build: test
1556 language: c
1557 src:
1558 - test/core/end2end/connection_refused_test.c
1559 deps:
1560 - grpc_test_util
1561 - grpc
1562 - gpr_test_util
1563 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001564- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001565 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001566 build: test
1567 language: c
1568 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001569 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001570 deps:
1571 - grpc_test_util
1572 - grpc
1573 - gpr_test_util
1574 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001575 exclude_iomgrs:
1576 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001577- name: dns_resolver_test
1578 build: test
1579 language: c
1580 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001581 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001582 deps:
1583 - grpc_test_util
1584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001588 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589 build: test
1590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001591 src:
1592 - test/core/end2end/dualstack_socket_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr_test_util
1597 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001598 exclude_iomgrs:
1599 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001600 platforms:
1601 - mac
1602 - linux
1603 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001604- name: endpoint_pair_test
1605 build: test
1606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001607 src:
1608 - test/core/iomgr/endpoint_pair_test.c
1609 deps:
1610 - grpc_test_util
1611 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001612 - gpr_test_util
1613 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001614 exclude_iomgrs:
1615 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001616- name: ev_epoll_linux_test
1617 build: test
1618 language: c
1619 src:
1620 - test/core/iomgr/ev_epoll_linux_test.c
1621 deps:
1622 - grpc_test_util
1623 - grpc
1624 - gpr_test_util
1625 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001626 exclude_iomgrs:
1627 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001628 platforms:
1629 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630- name: fd_conservation_posix_test
1631 build: test
1632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
1634 - test/core/iomgr/fd_conservation_posix_test.c
1635 deps:
1636 - grpc_test_util
1637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001638 - gpr_test_util
1639 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001640 exclude_iomgrs:
1641 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001642 platforms:
1643 - mac
1644 - linux
1645 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001646- name: fd_posix_test
1647 build: test
1648 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001649 src:
1650 - test/core/iomgr/fd_posix_test.c
1651 deps:
1652 - grpc_test_util
1653 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001654 - gpr_test_util
1655 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001656 exclude_iomgrs:
1657 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001658 platforms:
1659 - mac
1660 - linux
1661 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662- name: fling_client
1663 build: test
1664 run: false
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/fling/client.c
1668 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: fling_server
1674 build: test
1675 run: false
1676 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001677 src:
1678 - test/core/fling/server.c
1679 deps:
1680 - grpc_test_util
1681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001682 - gpr_test_util
1683 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001684- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001685 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686 build: test
1687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001688 src:
1689 - test/core/fling/fling_stream_test.c
1690 deps:
1691 - grpc_test_util
1692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001693 - gpr_test_util
1694 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001695 platforms:
1696 - mac
1697 - linux
1698 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001700 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701 build: test
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - test/core/fling/fling_test.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001710 platforms:
1711 - mac
1712 - linux
1713 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001714- name: gen_hpack_tables
1715 build: tool
1716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001717 src:
1718 - tools/codegen/core/gen_hpack_tables.c
1719 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001720 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001721 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001722- name: gen_legal_metadata_characters
1723 build: tool
1724 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001725 src:
1726 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001727 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001728- name: gen_percent_encoding_tables
1729 build: tool
1730 language: c
1731 src:
1732 - tools/codegen/core/gen_percent_encoding_tables.c
1733 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001734- name: goaway_server_test
1735 cpu_cost: 0.1
1736 build: test
1737 language: c
1738 src:
1739 - test/core/end2end/goaway_server_test.c
1740 deps:
1741 - grpc_test_util
1742 - grpc
1743 - gpr_test_util
1744 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001745 exclude_iomgrs:
1746 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001747 platforms:
1748 - mac
1749 - linux
1750 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001751- name: gpr_avl_test
1752 build: test
1753 language: c
1754 src:
1755 - test/core/support/avl_test.c
1756 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr_test_util
1758 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001759- name: gpr_backoff_test
1760 build: test
1761 language: c
1762 src:
1763 - test/core/support/backoff_test.c
1764 deps:
1765 - gpr_test_util
1766 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001767- name: gpr_cmdline_test
1768 build: test
1769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001770 src:
1771 - test/core/support/cmdline_test.c
1772 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001773 - gpr_test_util
1774 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001775- name: gpr_cpu_test
1776 build: test
1777 language: c
1778 src:
1779 - test/core/support/cpu_test.c
1780 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001781 - gpr_test_util
1782 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783- name: gpr_env_test
1784 build: test
1785 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001786 src:
1787 - test/core/support/env_test.c
1788 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001789 - gpr_test_util
1790 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001791- name: gpr_histogram_test
1792 build: test
1793 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001794 src:
1795 - test/core/support/histogram_test.c
1796 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr_test_util
1798 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: gpr_host_port_test
1800 build: test
1801 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001802 src:
1803 - test/core/support/host_port_test.c
1804 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001805 - gpr_test_util
1806 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001807- name: gpr_log_test
1808 build: test
1809 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001810 src:
1811 - test/core/support/log_test.c
1812 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001813 - gpr_test_util
1814 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001815- name: gpr_mpscq_test
1816 cpu_cost: 30
1817 build: test
1818 language: c
1819 src:
1820 - test/core/support/mpscq_test.c
1821 deps:
1822 - gpr_test_util
1823 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001824- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001825 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001826 build: test
1827 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001828 src:
1829 - test/core/support/stack_lockfree_test.c
1830 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001831 - gpr_test_util
1832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001833- name: gpr_string_test
1834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
1837 - test/core/support/string_test.c
1838 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001842 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001843 build: test
1844 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001845 src:
1846 - test/core/support/sync_test.c
1847 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001848 - gpr_test_util
1849 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001851 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852 build: test
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
1855 - test/core/support/thd_test.c
1856 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001859- name: gpr_time_test
1860 build: test
1861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001862 src:
1863 - test/core/support/time_test.c
1864 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001865 - gpr_test_util
1866 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867- name: gpr_tls_test
1868 build: test
1869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
1871 - test/core/support/tls_test.c
1872 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875- name: gpr_useful_test
1876 build: test
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - test/core/support/useful_test.c
1880 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: grpc_auth_context_test
1884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
1887 - test/core/security/auth_context_test.c
1888 deps:
1889 - grpc_test_util
1890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001893- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894 build: test
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001897 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001898 deps:
1899 - grpc_test_util
1900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903- name: grpc_byte_buffer_reader_test
1904 build: test
1905 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001906 src:
1907 - test/core/surface/byte_buffer_reader_test.c
1908 deps:
1909 - grpc_test_util
1910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001911 - gpr_test_util
1912 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001913- name: grpc_channel_args_test
1914 build: test
1915 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001916 src:
1917 - test/core/channel/channel_args_test.c
1918 deps:
1919 - grpc_test_util
1920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001921 - gpr_test_util
1922 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001923- name: grpc_channel_stack_test
1924 build: test
1925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001926 src:
1927 - test/core/channel/channel_stack_test.c
1928 deps:
1929 - grpc_test_util
1930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001931 - gpr_test_util
1932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933- name: grpc_completion_queue_test
1934 build: test
1935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001936 src:
1937 - test/core/surface/completion_queue_test.c
1938 deps:
1939 - grpc_test_util
1940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr_test_util
1942 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001943 exclude_iomgrs:
1944 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945- name: grpc_create_jwt
1946 build: tool
1947 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001948 src:
1949 - test/core/security/create_jwt.c
1950 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001953 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954- name: grpc_credentials_test
1955 build: test
1956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
1958 - test/core/security/credentials_test.c
1959 deps:
1960 - grpc_test_util
1961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001964- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001965 build: test
1966 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001968 src:
1969 - test/core/security/fetch_oauth2.c
1970 deps:
1971 - grpc_test_util
1972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001975- name: grpc_invalid_channel_args_test
1976 build: test
1977 language: c
1978 src:
1979 - test/core/surface/invalid_channel_args_test.c
1980 deps:
1981 - grpc_test_util
1982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985- name: grpc_json_token_test
1986 build: test
1987 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
1989 - test/core/security/json_token_test.c
1990 deps:
1991 - grpc_test_util
1992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001995 platforms:
1996 - linux
1997 - posix
1998 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001999- name: grpc_jwt_verifier_test
2000 build: test
2001 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002002 src:
2003 - test/core/security/jwt_verifier_test.c
2004 deps:
2005 - grpc_test_util
2006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002007 - gpr_test_util
2008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002009- name: grpc_print_google_default_creds_token
2010 build: tool
2011 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002012 src:
2013 - test/core/security/print_google_default_creds_token.c
2014 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002017- name: grpc_security_connector_test
2018 build: test
2019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002020 src:
2021 - test/core/security/security_connector_test.c
2022 deps:
2023 - grpc_test_util
2024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002025 - gpr_test_util
2026 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002027- name: grpc_verify_jwt
2028 build: tool
2029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002030 src:
2031 - test/core/security/verify_jwt.c
2032 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002035- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002036 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002037 language: c
2038 src:
2039 - test/core/handshake/client_ssl.c
2040 deps:
2041 - grpc_test_util
2042 - grpc
2043 - gpr_test_util
2044 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002045 platforms:
2046 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002047 secure: true
2048- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002049 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002050 language: c
2051 src:
2052 - test/core/handshake/server_ssl.c
2053 deps:
2054 - grpc_test_util
2055 - grpc
2056 - gpr_test_util
2057 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002058 platforms:
2059 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002060 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002061- name: hpack_parser_fuzzer_test
2062 build: fuzzer
2063 language: c
2064 src:
2065 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
2069 - gpr_test_util
2070 - gpr
2071 corpus_dirs:
2072 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002073 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002074 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: hpack_parser_test
2076 build: test
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
2079 - test/core/transport/chttp2/hpack_parser_test.c
2080 deps:
2081 - grpc_test_util
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085- name: hpack_table_test
2086 build: test
2087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002088 src:
2089 - test/core/transport/chttp2/hpack_table_test.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002095- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002096 build: test
2097 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002098 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002099 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002100 deps:
2101 - grpc_test_util
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002105- name: http_request_fuzzer_test
2106 build: fuzzer
2107 language: c
2108 src:
2109 - test/core/http/request_fuzzer.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
2113 - gpr_test_util
2114 - gpr
2115 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002116 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002117 maxlen: 2048
2118- name: http_response_fuzzer_test
2119 build: fuzzer
2120 language: c
2121 src:
2122 - test/core/http/response_fuzzer.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
2126 - gpr_test_util
2127 - gpr
2128 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002129 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002130 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002131- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132 build: test
2133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002134 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002135 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002136 deps:
2137 - grpc_test_util
2138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr_test_util
2140 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002141- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002142 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143 build: test
2144 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002145 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002146 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002147 deps:
2148 - grpc_test_util
2149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002150 - gpr_test_util
2151 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002152 platforms:
2153 - mac
2154 - linux
2155 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002156- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002157 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002158 build: test
2159 language: c
2160 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002161 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002167 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002168 - linux
yang-gf1183302015-12-07 16:02:05 -08002169- name: init_test
2170 build: test
2171 language: c
2172 src:
2173 - test/core/surface/init_test.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002179- name: internal_api_canary_iomgr_test
2180 build: test
2181 run: false
2182 language: c
2183 src:
2184 - test/core/internal_api_canaries/iomgr.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
2188 - gpr_test_util
2189 - gpr
2190- name: internal_api_canary_support_test
2191 build: test
2192 run: false
2193 language: c
2194 src:
2195 - test/core/internal_api_canaries/iomgr.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
2199 - gpr_test_util
2200 - gpr
2201- name: internal_api_canary_transport_test
2202 build: test
2203 run: false
2204 language: c
2205 src:
2206 - test/core/internal_api_canaries/iomgr.c
2207 deps:
2208 - grpc_test_util
2209 - grpc
2210 - gpr_test_util
2211 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002212- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002213 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002214 build: test
2215 language: c
2216 src:
2217 - test/core/end2end/invalid_call_argument_test.c
2218 deps:
2219 - grpc_test_util
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002223- name: json_fuzzer_test
2224 build: fuzzer
2225 language: c
2226 src:
2227 - test/core/json/fuzzer.c
2228 deps:
2229 - grpc_test_util
2230 - grpc
2231 - gpr_test_util
2232 - gpr
2233 corpus_dirs:
2234 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002235 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002236- name: json_rewrite
2237 build: test
2238 run: false
2239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002240 src:
2241 - test/core/json/json_rewrite.c
2242 deps:
2243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002244 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245- name: json_rewrite_test
2246 build: test
2247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002248 src:
2249 - test/core/json/json_rewrite_test.c
2250 deps:
2251 - grpc_test_util
2252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002255- name: json_stream_error_test
2256 build: test
2257 language: c
2258 src:
2259 - test/core/json/json_stream_error_test.c
2260 deps:
2261 - grpc_test_util
2262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002265- name: json_test
2266 build: test
2267 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002268 src:
2269 - test/core/json/json_test.c
2270 deps:
2271 - grpc_test_util
2272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002275- name: lame_client_test
2276 build: test
2277 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002278 src:
2279 - test/core/surface/lame_client_test.c
2280 deps:
2281 - grpc_test_util
2282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 - gpr_test_util
2284 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002285- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002286 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002287 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002288 build: test
2289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002291 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002292 deps:
2293 - grpc_test_util
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002297- name: load_file_test
2298 build: test
2299 language: c
2300 src:
2301 - test/core/iomgr/load_file_test.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
2305 - gpr_test_util
2306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307- name: low_level_ping_pong_benchmark
2308 build: benchmark
2309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002310 src:
2311 - test/core/network_benchmarks/low_level_ping_pong.c
2312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002317 platforms:
2318 - mac
2319 - linux
2320 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321- name: message_compress_test
2322 build: test
2323 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002324 src:
2325 - test/core/compression/message_compress_test.c
2326 deps:
2327 - grpc_test_util
2328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002329 - gpr_test_util
2330 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002331- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002332 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002333 build: test
2334 language: c
2335 src:
2336 - test/core/census/mlog_test.c
2337 deps:
2338 - grpc_test_util
2339 - grpc
2340 - gpr_test_util
2341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342- name: multiple_server_queues_test
2343 build: test
2344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002345 src:
2346 - test/core/end2end/multiple_server_queues_test.c
2347 deps:
2348 - grpc_test_util
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002352- name: murmur_hash_test
2353 build: test
2354 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002355 src:
2356 - test/core/support/murmur_hash_test.c
2357 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002358 - gpr_test_util
2359 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002360- name: nanopb_fuzzer_response_test
2361 build: fuzzer
2362 language: c
2363 src:
2364 - test/core/nanopb/fuzzer_response.c
2365 deps:
2366 - grpc_test_util
2367 - grpc
2368 - gpr_test_util
2369 - gpr
2370 corpus_dirs:
2371 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002372 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002373- name: nanopb_fuzzer_serverlist_test
2374 build: fuzzer
2375 language: c
2376 src:
2377 - test/core/nanopb/fuzzer_serverlist.c
2378 deps:
2379 - grpc_test_util
2380 - grpc
2381 - gpr_test_util
2382 - gpr
2383 corpus_dirs:
2384 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002385 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002386- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002387 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002388 build: test
2389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002390 src:
2391 - test/core/end2end/no_server_test.c
2392 deps:
2393 - grpc_test_util
2394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002395 - gpr_test_util
2396 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002397- name: percent_decode_fuzzer
2398 build: fuzzer
2399 language: c
2400 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002401 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002402 deps:
2403 - grpc_test_util
2404 - grpc
2405 - gpr_test_util
2406 - gpr
2407 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002408 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002409 maxlen: 32
2410- name: percent_encode_fuzzer
2411 build: fuzzer
2412 language: c
2413 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002414 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002415 deps:
2416 - grpc_test_util
2417 - grpc
2418 - gpr_test_util
2419 - gpr
2420 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002421 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002422 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002423- name: percent_encoding_test
2424 build: test
2425 language: c
2426 src:
2427 - test/core/slice/percent_encoding_test.c
2428 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002429 - grpc_test_util
2430 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002431 - gpr_test_util
2432 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: resolve_address_test
2434 build: test
2435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002436 src:
2437 - test/core/iomgr/resolve_address_test.c
2438 deps:
2439 - grpc_test_util
2440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002441 - gpr_test_util
2442 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002443 exclude_iomgrs:
2444 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002445- name: resource_quota_test
2446 cpu_cost: 30
2447 build: test
2448 language: c
2449 src:
2450 - test/core/iomgr/resource_quota_test.c
2451 deps:
2452 - grpc_test_util
2453 - grpc
2454 - gpr_test_util
2455 - gpr
yang-gd482e592015-12-10 14:04:00 -08002456- name: secure_channel_create_test
2457 build: test
2458 language: c
2459 src:
2460 - test/core/surface/secure_channel_create_test.c
2461 deps:
2462 - grpc_test_util
2463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr_test_util
2465 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: secure_endpoint_test
2467 build: test
2468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
2470 - test/core/security/secure_endpoint_test.c
2471 deps:
2472 - grpc_test_util
2473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002476 exclude_iomgrs:
2477 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002478- name: sequential_connectivity_test
2479 build: test
2480 language: c
2481 src:
2482 - test/core/surface/sequential_connectivity_test.c
2483 deps:
2484 - grpc_test_util
2485 - grpc
2486 - gpr_test_util
2487 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002488 exclude_iomgrs:
2489 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002490- name: server_chttp2_test
2491 build: test
2492 language: c
2493 src:
2494 - test/core/surface/server_chttp2_test.c
2495 deps:
2496 - grpc_test_util
2497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002498 - gpr_test_util
2499 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002500- name: server_fuzzer
2501 build: fuzzer
2502 language: c
2503 src:
2504 - test/core/end2end/fuzzers/server_fuzzer.c
2505 deps:
2506 - grpc_test_util
2507 - grpc
2508 - gpr_test_util
2509 - gpr
2510 corpus_dirs:
2511 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002512 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002513 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002514- name: server_test
2515 build: test
2516 language: c
2517 src:
2518 - test/core/surface/server_test.c
2519 deps:
2520 - grpc_test_util
2521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002522 - gpr_test_util
2523 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002524- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002525 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002526 build: test
2527 language: c
2528 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002529 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002530 deps:
2531 - test_tcp_server
2532 - grpc_test_util
2533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002534 - gpr_test_util
2535 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002536 exclude_iomgrs:
2537 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002538- name: slice_buffer_test
2539 build: test
2540 language: c
2541 src:
2542 - test/core/slice/slice_buffer_test.c
2543 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002544 - grpc_test_util
2545 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002546 - gpr_test_util
2547 - gpr
2548- name: slice_string_helpers_test
2549 build: test
2550 language: c
2551 src:
2552 - test/core/slice/slice_string_helpers_test.c
2553 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002554 - grpc_test_util
2555 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002556 - gpr_test_util
2557 - gpr
2558- name: slice_test
2559 build: test
2560 language: c
2561 src:
2562 - test/core/slice/slice_test.c
2563 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002564 - grpc_test_util
2565 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002566 - gpr_test_util
2567 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002568- name: sockaddr_resolver_test
2569 build: test
2570 language: c
2571 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002572 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002573 deps:
2574 - grpc_test_util
2575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002576 - gpr_test_util
2577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002578- name: sockaddr_utils_test
2579 build: test
2580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002581 src:
2582 - test/core/iomgr/sockaddr_utils_test.c
2583 deps:
2584 - grpc_test_util
2585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002586 - gpr_test_util
2587 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002588- name: socket_utils_test
2589 build: test
2590 language: c
2591 src:
2592 - test/core/iomgr/socket_utils_test.c
2593 deps:
2594 - grpc_test_util
2595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002598 exclude_iomgrs:
2599 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002600 platforms:
2601 - mac
2602 - linux
2603 - posix
yang-g31e21282016-11-04 15:10:03 -07002604- name: ssl_server_fuzzer
2605 build: fuzzer
2606 language: c
2607 src:
2608 - test/core/security/ssl_server_fuzzer.c
2609 deps:
2610 - grpc_test_util
2611 - grpc
2612 - gpr_test_util
2613 - gpr
2614 corpus_dirs:
2615 - test/core/security/corpus/ssl_server_corpus
2616 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002618 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002619 build: test
2620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002621 src:
2622 - test/core/iomgr/tcp_client_posix_test.c
2623 deps:
2624 - grpc_test_util
2625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002626 - gpr_test_util
2627 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002628 exclude_iomgrs:
2629 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002630 platforms:
2631 - mac
2632 - linux
2633 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002634- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002635 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002636 build: test
2637 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002638 src:
2639 - test/core/iomgr/tcp_posix_test.c
2640 deps:
2641 - grpc_test_util
2642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002643 - gpr_test_util
2644 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002645 exclude_iomgrs:
2646 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002647 platforms:
2648 - mac
2649 - linux
2650 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002651- name: tcp_server_posix_test
2652 build: test
2653 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
2655 - test/core/iomgr/tcp_server_posix_test.c
2656 deps:
2657 - grpc_test_util
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr_test_util
2660 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002661 exclude_iomgrs:
2662 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002663 platforms:
2664 - mac
2665 - linux
2666 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002667- name: time_averaged_stats_test
2668 build: test
2669 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002670 src:
2671 - test/core/iomgr/time_averaged_stats_test.c
2672 deps:
2673 - grpc_test_util
2674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002675 - gpr_test_util
2676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002677- name: timeout_encoding_test
2678 build: test
2679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002680 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002681 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002682 deps:
2683 - grpc_test_util
2684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002685 - gpr_test_util
2686 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002687- name: timer_heap_test
2688 build: test
2689 language: c
2690 src:
2691 - test/core/iomgr/timer_heap_test.c
2692 deps:
2693 - grpc_test_util
2694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002695 - gpr_test_util
2696 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002697 exclude_iomgrs:
2698 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002699- name: timer_list_test
2700 build: test
2701 language: c
2702 src:
2703 - test/core/iomgr/timer_list_test.c
2704 deps:
2705 - grpc_test_util
2706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002707 - gpr_test_util
2708 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002709 exclude_iomgrs:
2710 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002711- name: transport_connectivity_state_test
2712 build: test
2713 language: c
2714 src:
2715 - test/core/transport/connectivity_state_test.c
2716 deps:
2717 - grpc_test_util
2718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002719 - gpr_test_util
2720 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002721- name: transport_metadata_test
2722 build: test
2723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - test/core/transport/metadata_test.c
2726 deps:
2727 - grpc_test_util
2728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002729 - gpr_test_util
2730 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002731- name: transport_pid_controller_test
2732 build: test
2733 language: c
2734 src:
2735 - test/core/transport/pid_controller_test.c
2736 deps:
2737 - grpc_test_util
2738 - grpc
2739 - gpr_test_util
2740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002741- name: transport_security_test
2742 build: test
2743 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002744 src:
2745 - test/core/tsi/transport_security_test.c
2746 deps:
2747 - grpc_test_util
2748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002749 - gpr_test_util
2750 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002751 platforms:
2752 - linux
2753 - posix
2754 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002755- name: udp_server_test
2756 build: test
2757 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002758 src:
2759 - test/core/iomgr/udp_server_test.c
2760 deps:
2761 - grpc_test_util
2762 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002763 - gpr_test_util
2764 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002765 exclude_iomgrs:
2766 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002767 platforms:
2768 - mac
2769 - linux
2770 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002771- name: uri_fuzzer_test
2772 build: fuzzer
2773 language: c
2774 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002775 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002776 deps:
2777 - grpc_test_util
2778 - grpc
2779 - gpr_test_util
2780 - gpr
2781 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002782 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002783 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002784- name: uri_parser_test
2785 build: test
2786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002787 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002788 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002789 deps:
2790 - grpc_test_util
2791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002792 - gpr_test_util
2793 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002794- name: wakeup_fd_cv_test
2795 build: test
2796 language: c
2797 src:
2798 - test/core/iomgr/wakeup_fd_cv_test.c
2799 deps:
2800 - grpc_test_util
2801 - grpc
2802 - gpr_test_util
2803 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002804 exclude_iomgrs:
2805 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002806 platforms:
2807 - mac
2808 - linux
2809 - posix
vjpai04e992a2016-02-10 16:58:38 -08002810- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002811 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002812 build: test
2813 language: c++
2814 src:
2815 - test/cpp/common/alarm_cpp_test.cc
2816 deps:
2817 - grpc++_test_util
2818 - grpc_test_util
2819 - grpc++
2820 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002821 - gpr_test_util
2822 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002824 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825 build: test
2826 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002827 src:
2828 - test/cpp/end2end/async_end2end_test.cc
2829 deps:
2830 - grpc++_test_util
2831 - grpc_test_util
2832 - grpc++
2833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002834 - gpr_test_util
2835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002836- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002837 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002838 build: test
2839 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002840 src:
2841 - test/cpp/common/auth_property_iterator_test.cc
2842 deps:
2843 - grpc++_test_util
2844 - grpc_test_util
2845 - grpc++
2846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002847 - gpr_test_util
2848 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002849- name: bm_fullstack
2850 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002851 language: c++
2852 src:
2853 - test/cpp/microbenchmarks/bm_fullstack.cc
2854 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002855 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002856 - grpc++_test_util
2857 - grpc_test_util
2858 - grpc++
2859 - grpc
2860 - gpr_test_util
2861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002862- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002863 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002864 build: test
2865 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002866 src:
yang-g52705592015-11-25 11:45:33 -08002867 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002868 deps:
2869 - grpc++
2870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002871 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002872- name: channel_filter_test
2873 gtest: true
2874 build: test
2875 language: c++
2876 src:
2877 - test/cpp/common/channel_filter_test.cc
2878 deps:
2879 - grpc++
2880 - grpc
2881 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002882- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002883 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002884 build: test
2885 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002886 src:
2887 - test/cpp/util/cli_call_test.cc
2888 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002889 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002890 - grpc++_test_util
2891 - grpc_test_util
2892 - grpc++
2893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002894 - gpr_test_util
2895 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002896- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002897 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002898 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002899 build: test
2900 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002901 src:
2902 - test/cpp/end2end/client_crash_test.cc
2903 deps:
2904 - grpc++_test_util
2905 - grpc_test_util
2906 - grpc++
2907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002908 - gpr_test_util
2909 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002910 platforms:
2911 - mac
2912 - linux
2913 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002914- name: client_crash_test_server
2915 build: test
2916 run: false
2917 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002918 src:
2919 - test/cpp/end2end/client_crash_test_server.cc
2920 deps:
2921 - grpc++_test_util
2922 - grpc_test_util
2923 - grpc++
2924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002925 - gpr_test_util
2926 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002927- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002928 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002929 build: test
2930 language: c++
2931 src:
2932 - src/proto/grpc/testing/control.proto
2933 - src/proto/grpc/testing/messages.proto
2934 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002935 - src/proto/grpc/testing/services.proto
2936 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002937 - test/cpp/codegen/codegen_test_full.cc
2938 deps:
2939 - grpc++
2940 - grpc
2941 - gpr
2942 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002943 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002944- name: codegen_test_minimal
2945 gtest: true
2946 build: test
2947 language: c++
2948 src:
2949 - src/proto/grpc/testing/control.proto
2950 - src/proto/grpc/testing/messages.proto
2951 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002952 - src/proto/grpc/testing/services.proto
2953 - src/proto/grpc/testing/stats.proto
2954 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002955 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002956 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002957 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002958- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002959 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002960 build: test
2961 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002962 src:
2963 - test/cpp/client/credentials_test.cc
2964 deps:
2965 - grpc++
2966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002969 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002970 build: test
2971 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002972 src:
2973 - test/cpp/util/byte_buffer_test.cc
2974 deps:
2975 - grpc_test_util
2976 - grpc++
2977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002978 - gpr_test_util
2979 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002980- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002981 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002982 build: test
2983 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002984 src:
2985 - test/cpp/util/slice_test.cc
2986 deps:
2987 - grpc_test_util
2988 - grpc++
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr_test_util
2991 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002992- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002993 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002994 build: test
2995 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002996 src:
2997 - test/cpp/util/string_ref_test.cc
2998 deps:
2999 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003000- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003001 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002 build: test
3003 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003004 src:
3005 - test/cpp/util/time_test.cc
3006 deps:
3007 - grpc_test_util
3008 - grpc++
3009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003010 - gpr_test_util
3011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003012- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003013 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003014 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003015 build: test
3016 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003017 src:
3018 - test/cpp/end2end/end2end_test.cc
3019 deps:
3020 - grpc++_test_util
3021 - grpc_test_util
3022 - grpc++
3023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003024 - gpr_test_util
3025 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003026- name: filter_end2end_test
3027 gtest: true
3028 build: test
3029 language: c++
3030 src:
3031 - test/cpp/end2end/filter_end2end_test.cc
3032 deps:
3033 - grpc++_test_util
3034 - grpc_test_util
3035 - grpc++
3036 - grpc
3037 - gpr_test_util
3038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003039- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003040 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041 build: test
3042 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003043 src:
3044 - test/cpp/end2end/generic_end2end_test.cc
3045 deps:
3046 - grpc++_test_util
3047 - grpc_test_util
3048 - grpc++
3049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003050 - gpr_test_util
3051 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003052- name: golden_file_test
3053 gtest: true
3054 build: test
3055 language: c++
3056 src:
3057 - src/proto/grpc/testing/compiler_test.proto
3058 - test/cpp/codegen/golden_file_test.cc
3059 deps:
3060 - grpc++
3061 - grpc
3062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003063- name: grpc_cli
3064 build: test
3065 run: false
3066 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003067 src:
3068 - test/cpp/util/grpc_cli.cc
3069 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003070 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003071 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003072 - grpc++
3073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003074 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003075 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003076- name: grpc_cpp_plugin
3077 build: protoc
3078 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003079 src:
3080 - src/compiler/cpp_plugin.cc
3081 deps:
3082 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003083 secure: false
3084 vs_config_type: Application
3085 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3086- name: grpc_csharp_plugin
3087 build: protoc
3088 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003089 src:
3090 - src/compiler/csharp_plugin.cc
3091 deps:
3092 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003093 secure: false
3094 vs_config_type: Application
3095 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003096- name: grpc_node_plugin
3097 build: protoc
3098 language: c++
3099 src:
3100 - src/compiler/node_plugin.cc
3101 deps:
3102 - grpc_plugin_support
3103 secure: false
3104 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003105- name: grpc_objective_c_plugin
3106 build: protoc
3107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003108 src:
3109 - src/compiler/objective_c_plugin.cc
3110 deps:
3111 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003112 secure: false
3113 vs_config_type: Application
3114 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003115- name: grpc_php_plugin
3116 build: protoc
3117 language: c++
3118 src:
3119 - src/compiler/php_plugin.cc
3120 deps:
3121 - grpc_plugin_support
3122 secure: false
3123 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003124- name: grpc_python_plugin
3125 build: protoc
3126 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003127 src:
3128 - src/compiler/python_plugin.cc
3129 deps:
3130 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003131 secure: false
3132 vs_config_type: Application
3133 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3134- name: grpc_ruby_plugin
3135 build: protoc
3136 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003137 src:
3138 - src/compiler/ruby_plugin.cc
3139 deps:
3140 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003141 secure: false
3142 vs_config_type: Application
3143 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003144- name: grpc_tool_test
3145 gtest: true
3146 build: test
3147 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003148 src:
3149 - src/proto/grpc/testing/echo.proto
3150 - src/proto/grpc/testing/echo_messages.proto
3151 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003152 deps:
3153 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003154 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003155 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003156 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003157 - grpc_test_util
3158 - grpc++
3159 - grpc
3160 - gpr_test_util
3161 - gpr
3162 filegroups:
3163 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003164- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003165 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003166 build: test
3167 language: c++
3168 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003169 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003170 - test/cpp/grpclb/grpclb_api_test.cc
3171 deps:
3172 - grpc++_test_util
3173 - grpc_test_util
3174 - grpc++
3175 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003176- name: grpclb_test
3177 gtest: false
3178 build: test
3179 language: c++
3180 src:
3181 - src/proto/grpc/lb/v1/load_balancer.proto
3182 - test/cpp/grpclb/grpclb_test.cc
3183 deps:
3184 - gpr
3185 - gpr_test_util
3186 - grpc
3187 - grpc++
3188 - grpc++_test_util
3189 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08003190- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003191 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003192 build: test
3193 language: c++
3194 src:
3195 - test/cpp/end2end/hybrid_end2end_test.cc
3196 deps:
3197 - grpc++_test_util
3198 - grpc_test_util
3199 - grpc++
3200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003201 - gpr_test_util
3202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003203- name: interop_client
3204 build: test
3205 run: false
3206 language: c++
3207 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003208 deps:
3209 - interop_client_main
3210 - interop_client_helper
3211 - grpc++_test_util
3212 - grpc_test_util
3213 - grpc++
3214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003215 - gpr_test_util
3216 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003217 - grpc++_test_config
3218 platforms:
3219 - mac
3220 - linux
3221 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003222- name: interop_server
3223 build: test
3224 run: false
3225 language: c++
3226 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003227 deps:
3228 - interop_server_main
3229 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003230 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003231 - grpc++_test_util
3232 - grpc_test_util
3233 - grpc++
3234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003235 - gpr_test_util
3236 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003237 - grpc++_test_config
3238 platforms:
3239 - mac
3240 - linux
3241 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003242- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003243 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003244 build: test
3245 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003246 src:
3247 - test/cpp/interop/interop_test.cc
3248 deps:
3249 - grpc_test_util
3250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003251 - gpr_test_util
3252 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003253 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003254 platforms:
3255 - mac
3256 - linux
3257 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003258- name: json_run_localhost
3259 build: test
3260 run: false
3261 language: c++
3262 src:
3263 - test/cpp/qps/json_run_localhost.cc
3264 deps:
3265 - grpc++_test_util
3266 - grpc_test_util
3267 - grpc++
3268 - grpc
3269 - gpr_test_util
3270 - gpr
3271 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003272- name: metrics_client
3273 build: test
3274 run: false
3275 language: c++
3276 headers:
3277 - test/cpp/util/metrics_server.h
3278 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003279 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003280 - test/cpp/interop/metrics_client.cc
3281 deps:
3282 - grpc++
3283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003284 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003285 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003286- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003287 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003288 build: test
3289 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003290 src:
3291 - test/cpp/end2end/mock_test.cc
3292 deps:
3293 - grpc++_test_util
3294 - grpc_test_util
3295 - grpc++
3296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003297 - gpr_test_util
3298 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003299- name: noop-benchmark
3300 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003301 language: c++
3302 src:
3303 - test/cpp/microbenchmarks/noop-benchmark.cc
3304 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003305 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003306- name: proto_server_reflection_test
3307 gtest: true
3308 build: test
3309 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003310 src:
3311 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003312 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003313 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003314 - grpc++_reflection
3315 - grpc++_test_util
3316 - grpc_test_util
3317 - grpc++
3318 - grpc
3319 - gpr_test_util
3320 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003321- name: qps_interarrival_test
3322 build: test
3323 run: false
3324 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003325 src:
3326 - test/cpp/qps/qps_interarrival_test.cc
3327 deps:
3328 - qps
3329 - grpc++_test_util
3330 - grpc_test_util
3331 - grpc++
3332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003333 - gpr_test_util
3334 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003335 platforms:
3336 - mac
3337 - linux
3338 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003339- name: qps_json_driver
3340 build: test
3341 run: false
3342 language: c++
3343 src:
3344 - test/cpp/qps/qps_json_driver.cc
3345 deps:
3346 - qps
3347 - grpc++_test_util
3348 - grpc_test_util
3349 - grpc++
3350 - grpc
3351 - gpr_test_util
3352 - gpr
3353 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003354- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003355 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003356 build: test
3357 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003358 src:
3359 - test/cpp/qps/qps_openloop_test.cc
3360 deps:
3361 - qps
3362 - grpc++_test_util
3363 - grpc_test_util
3364 - grpc++
3365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003366 - gpr_test_util
3367 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003368 - grpc++_test_config
3369 platforms:
3370 - mac
3371 - linux
3372 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003373- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003374 build: test
3375 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003376 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003377 headers:
3378 - test/cpp/qps/client.h
3379 - test/cpp/qps/server.h
3380 src:
3381 - test/cpp/qps/worker.cc
3382 deps:
3383 - qps
3384 - grpc++_test_util
3385 - grpc_test_util
3386 - grpc++
3387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003388 - gpr_test_util
3389 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003390 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003391- name: reconnect_interop_client
3392 build: test
3393 run: false
3394 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003395 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003396 - src/proto/grpc/testing/empty.proto
3397 - src/proto/grpc/testing/messages.proto
3398 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003399 - test/cpp/interop/reconnect_interop_client.cc
3400 deps:
3401 - grpc++_test_util
3402 - grpc_test_util
3403 - grpc++
3404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003405 - gpr_test_util
3406 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003407 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003408- name: reconnect_interop_server
3409 build: test
3410 run: false
3411 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003412 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003413 - src/proto/grpc/testing/empty.proto
3414 - src/proto/grpc/testing/messages.proto
3415 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003416 - test/cpp/interop/reconnect_interop_server.cc
3417 deps:
3418 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003419 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003420 - grpc++_test_util
3421 - grpc_test_util
3422 - grpc++
3423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003424 - gpr_test_util
3425 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003426 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003427- name: round_robin_end2end_test
3428 gtest: true
3429 build: test
3430 language: c++
3431 src:
3432 - test/cpp/end2end/round_robin_end2end_test.cc
3433 deps:
3434 - grpc++_test_util
3435 - grpc_test_util
3436 - grpc++
3437 - grpc
3438 - gpr_test_util
3439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003440- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003441 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003442 build: test
3443 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003444 src:
3445 - test/cpp/common/secure_auth_context_test.cc
3446 deps:
3447 - grpc++_test_util
3448 - grpc_test_util
3449 - grpc++
3450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003451 - gpr_test_util
3452 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003453- name: secure_sync_unary_ping_pong_test
3454 build: test
3455 language: c++
3456 src:
3457 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3458 deps:
3459 - qps
3460 - grpc++_test_util
3461 - grpc_test_util
3462 - grpc++
3463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003464 - gpr_test_util
3465 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003466 platforms:
3467 - mac
3468 - linux
3469 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003470- name: server_builder_plugin_test
3471 gtest: true
3472 build: test
3473 language: c++
3474 src:
3475 - test/cpp/end2end/server_builder_plugin_test.cc
3476 deps:
3477 - grpc++_test_util
3478 - grpc_test_util
3479 - grpc++
3480 - grpc
3481 - gpr_test_util
3482 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003483- name: server_context_test_spouse_test
3484 gtest: true
3485 build: test
3486 language: c++
3487 src:
3488 - test/cpp/test/server_context_test_spouse_test.cc
3489 deps:
3490 - grpc_test_util
3491 - grpc++_test
3492 - grpc++
3493 - grpc
3494 - gpr_test_util
3495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003496- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003497 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003498 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003499 build: test
3500 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003501 src:
3502 - test/cpp/end2end/server_crash_test.cc
3503 deps:
3504 - grpc++_test_util
3505 - grpc_test_util
3506 - grpc++
3507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003508 - gpr_test_util
3509 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003510 platforms:
3511 - mac
3512 - linux
3513 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003514- name: server_crash_test_client
3515 build: test
3516 run: false
3517 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003518 src:
3519 - test/cpp/end2end/server_crash_test_client.cc
3520 deps:
3521 - grpc++_test_util
3522 - grpc_test_util
3523 - grpc++
3524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003525 - gpr_test_util
3526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003527- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003528 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003529 build: test
3530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003531 src:
3532 - test/cpp/end2end/shutdown_test.cc
3533 deps:
3534 - grpc++_test_util
3535 - grpc_test_util
3536 - grpc++
3537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003538 - gpr_test_util
3539 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003540- name: status_test
3541 build: test
3542 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003543 src:
3544 - test/cpp/util/status_test.cc
3545 deps:
3546 - grpc_test_util
3547 - grpc++
3548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003549 - gpr_test_util
3550 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003551- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003552 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003553 build: test
3554 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003555 src:
3556 - test/cpp/end2end/streaming_throughput_test.cc
3557 deps:
3558 - grpc++_test_util
3559 - grpc_test_util
3560 - grpc++
3561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003562 - gpr_test_util
3563 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003564 platforms:
3565 - mac
3566 - linux
3567 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003568- name: stress_test
3569 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003570 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003571 language: c++
3572 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003573 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003574 - test/cpp/interop/interop_client.h
3575 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003576 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003577 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003578 - src/proto/grpc/testing/empty.proto
3579 - src/proto/grpc/testing/messages.proto
3580 - src/proto/grpc/testing/metrics.proto
3581 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003582 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003583 - test/cpp/interop/interop_client.cc
3584 - test/cpp/interop/stress_interop_client.cc
3585 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003586 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003587 deps:
3588 - grpc++_test_util
3589 - grpc_test_util
3590 - grpc++
3591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003592 - gpr_test_util
3593 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003594 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003595- name: thread_manager_test
3596 build: test
3597 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003598 src:
3599 - test/cpp/thread_manager/thread_manager_test.cc
3600 deps:
3601 - grpc++
3602 - grpc
3603 - gpr
3604 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003605- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003606 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003607 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003608 build: test
3609 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003610 src:
3611 - test/cpp/end2end/thread_stress_test.cc
3612 deps:
3613 - grpc++_test_util
3614 - grpc_test_util
3615 - grpc++
3616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003617 - gpr_test_util
3618 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003619- name: public_headers_must_be_c89
3620 build: test
3621 language: c89
3622 src:
3623 - test/core/surface/public_headers_must_be_c89.c
3624 deps:
3625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003626 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003627vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003628- linkage: static
3629 name: grpc.dependencies.zlib
3630 props: false
3631 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003632 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003633- linkage: static
3634 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003635 props: true
3636 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003637 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003638- name: gflags
3639 props: false
3640 redist: false
3641 version: 2.1.2.1
3642- name: gtest
3643 props: false
3644 redist: false
3645 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003646configs:
3647 asan:
3648 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003649 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3650 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003651 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003652 LD: clang
3653 LDFLAGS: -fsanitize=address
3654 LDXX: clang++
3655 compile_the_world: true
3656 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003657 ASAN_OPTIONS: detect_leaks=1:color=always
3658 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003659 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003660 asan-noleaks:
3661 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003662 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3663 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003664 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003665 LD: clang
3666 LDFLAGS: -fsanitize=address
3667 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003668 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003669 test_environ:
3670 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003671 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003672 asan-trace-cmp:
3673 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003674 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3675 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003676 CXX: clang++
3677 LD: clang
3678 LDFLAGS: -fsanitize=address
3679 LDXX: clang++
3680 compile_the_world: true
3681 test_environ:
3682 ASAN_OPTIONS: detect_leaks=1:color=always
3683 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3684 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003685 basicprof:
3686 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3687 DEFINES: NDEBUG
3688 dbg:
3689 CPPFLAGS: -O0
3690 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003691 easan:
3692 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003693 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3694 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003695 CXX: clang++
3696 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3697 LD: clang
3698 LDFLAGS: -fsanitize=address
3699 LDXX: clang++
3700 compile_the_world: true
3701 test_environ:
3702 ASAN_OPTIONS: detect_leaks=1:color=always
3703 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3704 timeout_multiplier: 3
3705 edbg:
3706 CPPFLAGS: -O0
3707 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3708 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003709 CC: clang
3710 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003711 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003712 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003713 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003714 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003715 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003716 LDXX: clang++
3717 compile_the_world: true
3718 test_environ:
3719 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3720 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003721 gcov:
3722 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003723 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003724 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003725 DEFINES: _DEBUG DEBUG GPR_GCOV
3726 LD: gcc
3727 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3728 LDXX: g++
3729 helgrind:
3730 CPPFLAGS: -O0
3731 DEFINES: _DEBUG DEBUG
3732 LDFLAGS: -rdynamic
3733 timeout_multiplier: 20
3734 valgrind: --tool=helgrind
3735 memcheck:
3736 CPPFLAGS: -O0
3737 DEFINES: _DEBUG DEBUG
3738 LDFLAGS: -rdynamic
3739 timeout_multiplier: 10
3740 valgrind: --tool=memcheck --leak-check=full
3741 msan:
3742 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003743 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3744 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3745 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003746 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003747 DEFINES: NDEBUG
3748 LD: clang
3749 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3750 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3751 LDXX: clang++
3752 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003753 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003754 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003755 CPPFLAGS: -O3 -fno-omit-frame-pointer
3756 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003757 LDFLAGS: -rdynamic
3758 opt:
3759 CPPFLAGS: -O2
3760 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003761 stapprof:
3762 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3763 DEFINES: NDEBUG
3764 tsan:
3765 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003766 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003767 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003768 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003769 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003770 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003771 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003772 LDXX: clang++
3773 compile_the_world: true
3774 test_environ:
3775 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003776 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003777 ubsan:
3778 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003779 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3780 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003781 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003782 DEFINES: NDEBUG
3783 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003784 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003785 LDXX: clang++
3786 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003787 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003788 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003789 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003790defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003791 benchmark:
3792 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003793 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003794 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003795 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003796 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003797 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003798 global:
3799 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3800 LDFLAGS: -g
3801 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003802 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003803 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003804node_modules:
3805- deps:
3806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003807 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003808 - boringssl
3809 - z
murgatroid9994a75412015-11-19 14:04:53 -08003810 headers:
3811 - src/node/ext/byte_buffer.h
3812 - src/node/ext/call.h
3813 - src/node/ext/call_credentials.h
3814 - src/node/ext/channel.h
3815 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003816 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003817 - src/node/ext/completion_queue_async_worker.h
3818 - src/node/ext/server.h
3819 - src/node/ext/server_credentials.h
3820 - src/node/ext/timeval.h
3821 js:
3822 - src/node/index.js
3823 - src/node/src/client.js
3824 - src/node/src/common.js
3825 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003826 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003827 - src/node/src/metadata.js
3828 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003829 name: grpc_node
3830 src:
3831 - src/node/ext/byte_buffer.cc
3832 - src/node/ext/call.cc
3833 - src/node/ext/call_credentials.cc
3834 - src/node/ext/channel.cc
3835 - src/node/ext/channel_credentials.cc
murgatroid999030c812016-09-16 13:25:08 -07003836 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003837 - src/node/ext/completion_queue_async_worker.cc
3838 - src/node/ext/node_grpc.cc
3839 - src/node/ext/server.cc
3840 - src/node/ext/server_credentials.cc
3841 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003842openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003843 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003844 extraction_dir: openssl-1.0.2f
3845 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003846php_config_m4:
3847 deps:
3848 - grpc
3849 - gpr
3850 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003851 headers:
3852 - src/php/ext/grpc/byte_buffer.h
3853 - src/php/ext/grpc/call.h
3854 - src/php/ext/grpc/call_credentials.h
3855 - src/php/ext/grpc/channel.h
3856 - src/php/ext/grpc/channel_credentials.h
3857 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003858 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003859 - src/php/ext/grpc/php_grpc.h
3860 - src/php/ext/grpc/server.h
3861 - src/php/ext/grpc/server_credentials.h
3862 - src/php/ext/grpc/timeval.h
3863 src:
3864 - src/php/ext/grpc/byte_buffer.c
3865 - src/php/ext/grpc/call.c
3866 - src/php/ext/grpc/call_credentials.c
3867 - src/php/ext/grpc/channel.c
3868 - src/php/ext/grpc/channel_credentials.c
3869 - src/php/ext/grpc/completion_queue.c
3870 - src/php/ext/grpc/php_grpc.c
3871 - src/php/ext/grpc/server.c
3872 - src/php/ext/grpc/server_credentials.c
3873 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003874python_dependencies:
3875 deps:
3876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003877 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003878 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003879 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003880ruby_gem:
3881 deps:
3882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003883 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003884 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003885 - z