blob: 96f37918c00bbb3f03adde5e937f35a7c8c954cf [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
Nicolas "Pixel" Nobleda83b372017-01-23 23:52:35 +010015 core_version: 2.0.0-pre1
Craig Tiller8dfdb7e2016-08-29 11:25:56 -070016 g_stands_for: good
Nicolas "Pixel" Nobleda83b372017-01-23 23:52:35 +010017 version: 1.1.0-pre1
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
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800147 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700148 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/port_platform.h
150 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800151 - include/grpc/impl/codegen/sync.h
152 - include/grpc/impl/codegen/sync_generic.h
153 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700154 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700155- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700156 public_headers:
157 - include/grpc/byte_buffer.h
158 - include/grpc/byte_buffer_reader.h
159 - include/grpc/compression.h
160 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700161 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200162 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700163 - include/grpc/slice.h
164 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700165 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700166 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700167 - src/core/lib/channel/channel_args.h
168 - src/core/lib/channel/channel_stack.h
169 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/channel/compress_filter.h
171 - src/core/lib/channel/connected_channel.h
172 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700173 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700174 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800175 - src/core/lib/channel/handshaker_factory.h
176 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/http_client_filter.h
178 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700179 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/compression/algorithm_metadata.h
181 - src/core/lib/compression/message_compress.h
182 - src/core/lib/debug/trace.h
183 - src/core/lib/http/format_request.h
184 - src/core/lib/http/httpcli.h
185 - src/core/lib/http/parser.h
186 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700187 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/endpoint.h
189 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700190 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700191 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700192 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700193 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700194 - src/core/lib/iomgr/exec_ctx.h
195 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/iocp_windows.h
197 - src/core/lib/iomgr/iomgr.h
198 - src/core/lib/iomgr/iomgr_internal.h
199 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700200 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700201 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700202 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700206 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700208 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700210 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/sockaddr.h
212 - src/core/lib/iomgr/sockaddr_posix.h
213 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700214 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700215 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700216 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/socket_utils_posix.h
218 - src/core/lib/iomgr/socket_windows.h
219 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700220 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/tcp_posix.h
222 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700223 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/tcp_windows.h
225 - src/core/lib/iomgr/time_averaged_stats.h
226 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700227 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700229 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/udp_server.h
231 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700232 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/wakeup_fd_pipe.h
234 - src/core/lib/iomgr/wakeup_fd_posix.h
235 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/workqueue_windows.h
238 - src/core/lib/json/json.h
239 - src/core/lib/json/json_common.h
240 - src/core/lib/json/json_reader.h
241 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700242 - src/core/lib/slice/percent_encoding.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800243 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700244 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/surface/api_trace.h
246 - src/core/lib/surface/call.h
247 - src/core/lib/surface/call_test_only.h
248 - src/core/lib/surface/channel.h
249 - src/core/lib/surface/channel_init.h
250 - src/core/lib/surface/channel_stack_type.h
251 - src/core/lib/surface/completion_queue.h
252 - src/core/lib/surface/event_string.h
253 - src/core/lib/surface/init.h
254 - src/core/lib/surface/lame_client.h
255 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/transport/connectivity_state.h
Craig Tiller5e01e2a2017-01-20 18:11:52 -0800258 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/transport/metadata.h
260 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700261 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700262 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400264 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/transport/transport.h
266 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700267 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/channel/channel_args.c
269 - src/core/lib/channel/channel_stack.c
270 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/channel/compress_filter.c
272 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700273 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700274 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800275 - src/core/lib/channel/handshaker_factory.c
276 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/channel/http_client_filter.c
278 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700279 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700280 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/compression/message_compress.c
282 - src/core/lib/debug/trace.c
283 - src/core/lib/http/format_request.c
284 - src/core/lib/http/httpcli.c
285 - src/core/lib/http/parser.c
286 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700287 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/iomgr/endpoint.c
289 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700290 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700292 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700293 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700294 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700295 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/iomgr/exec_ctx.c
297 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/iomgr/iocp_windows.c
299 - src/core/lib/iomgr/iomgr.c
300 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700301 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700303 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700304 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700305 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700306 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700308 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/pollset_windows.c
310 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700311 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700313 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700315 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/socket_utils_common_posix.c
317 - src/core/lib/iomgr/socket_utils_linux.c
318 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700320 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/socket_windows.c
322 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/tcp_client_windows.c
325 - src/core/lib/iomgr/tcp_posix.c
326 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700327 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/tcp_windows.c
331 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700332 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700334 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/udp_server.c
336 - src/core/lib/iomgr/unix_sockets_posix.c
337 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700338 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/wakeup_fd_eventfd.c
340 - src/core/lib/iomgr/wakeup_fd_nospecial.c
341 - src/core/lib/iomgr/wakeup_fd_pipe.c
342 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700343 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/workqueue_windows.c
345 - src/core/lib/json/json.c
346 - src/core/lib/json/json_reader.c
347 - src/core/lib/json/json_string.c
348 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700349 - src/core/lib/slice/percent_encoding.c
350 - src/core/lib/slice/slice.c
351 - src/core/lib/slice/slice_buffer.c
352 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/surface/alarm.c
354 - src/core/lib/surface/api_trace.c
355 - src/core/lib/surface/byte_buffer.c
356 - src/core/lib/surface/byte_buffer_reader.c
357 - src/core/lib/surface/call.c
358 - src/core/lib/surface/call_details.c
359 - src/core/lib/surface/call_log_batch.c
360 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/surface/channel_init.c
362 - src/core/lib/surface/channel_ping.c
363 - src/core/lib/surface/channel_stack_type.c
364 - src/core/lib/surface/completion_queue.c
365 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/surface/lame_client.c
367 - src/core/lib/surface/metadata_array.c
368 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/surface/validate_metadata.c
370 - src/core/lib/surface/version.c
371 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700372 - src/core/lib/transport/connectivity_state.c
Craig Tiller5e01e2a2017-01-20 18:11:52 -0800373 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700374 - src/core/lib/transport/metadata.c
375 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700376 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700377 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700378 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400379 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700380 - src/core/lib/transport/transport.c
381 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700382 deps:
383 - gpr
384 uses:
385 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700386- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700387 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700388 - src/core/ext/client_channel/client_channel.h
389 - src/core/ext/client_channel/client_channel_factory.h
390 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700391 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700392 - src/core/ext/client_channel/initial_connect_string.h
393 - src/core/ext/client_channel/lb_policy.h
394 - src/core/ext/client_channel/lb_policy_factory.h
395 - src/core/ext/client_channel/lb_policy_registry.h
396 - src/core/ext/client_channel/parse_address.h
397 - src/core/ext/client_channel/resolver.h
398 - src/core/ext/client_channel/resolver_factory.h
399 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700400 - src/core/ext/client_channel/subchannel.h
401 - src/core/ext/client_channel/subchannel_index.h
402 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700403 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700404 - src/core/ext/client_channel/channel_connectivity.c
405 - src/core/ext/client_channel/client_channel.c
406 - src/core/ext/client_channel/client_channel_factory.c
407 - src/core/ext/client_channel/client_channel_plugin.c
408 - src/core/ext/client_channel/connector.c
409 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700410 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700411 - src/core/ext/client_channel/initial_connect_string.c
412 - src/core/ext/client_channel/lb_policy.c
413 - src/core/ext/client_channel/lb_policy_factory.c
414 - src/core/ext/client_channel/lb_policy_registry.c
415 - src/core/ext/client_channel/parse_address.c
416 - src/core/ext/client_channel/resolver.c
417 - src/core/ext/client_channel/resolver_factory.c
418 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700419 - src/core/ext/client_channel/subchannel.c
420 - src/core/ext/client_channel/subchannel_index.c
421 - src/core/ext/client_channel/uri_parser.c
422 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700423 uses:
424 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800425- name: grpc_codegen
426 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700427 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800428 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800429 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800430 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800431 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800432 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800433 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700434 uses:
435 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700436- name: grpc_lb_policy_grpclb
437 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700438 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700439 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700440 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700441 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700442 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700443 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700444 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700445 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700446 uses:
447 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700448 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700449 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700450- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700451 src:
452 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700453 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700454 uses:
455 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700456 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700457- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700458 src:
459 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700460 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700461 uses:
462 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700463 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700464- name: grpc_load_reporting
465 headers:
466 - src/core/ext/load_reporting/load_reporting.h
467 - src/core/ext/load_reporting/load_reporting_filter.h
468 src:
469 - src/core/ext/load_reporting/load_reporting.c
470 - src/core/ext/load_reporting/load_reporting_filter.c
471 plugin: grpc_load_reporting_plugin
472 uses:
473 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700474- name: grpc_resolver_dns_native
475 src:
476 - src/core/ext/resolver/dns/native/dns_resolver.c
477 plugin: grpc_resolver_dns_native
478 uses:
479 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700480 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700481- name: grpc_resolver_sockaddr
482 src:
483 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
484 plugin: grpc_resolver_sockaddr
485 uses:
486 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700487 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100488- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700489 public_headers:
490 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100491 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700492 - src/core/lib/security/context/security_context.h
493 - src/core/lib/security/credentials/composite/composite_credentials.h
494 - src/core/lib/security/credentials/credentials.h
495 - src/core/lib/security/credentials/fake/fake_credentials.h
496 - src/core/lib/security/credentials/google_default/google_default_credentials.h
497 - src/core/lib/security/credentials/iam/iam_credentials.h
498 - src/core/lib/security/credentials/jwt/json_token.h
499 - src/core/lib/security/credentials/jwt/jwt_credentials.h
500 - src/core/lib/security/credentials/jwt/jwt_verifier.h
501 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
502 - src/core/lib/security/credentials/plugin/plugin_credentials.h
503 - src/core/lib/security/credentials/ssl/ssl_credentials.h
504 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700505 - src/core/lib/security/transport/secure_endpoint.h
506 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800507 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700508 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700509 - src/core/lib/security/util/b64.h
510 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100511 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700512 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700513 - src/core/lib/security/context/security_context.c
514 - src/core/lib/security/credentials/composite/composite_credentials.c
515 - src/core/lib/security/credentials/credentials.c
516 - src/core/lib/security/credentials/credentials_metadata.c
517 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700518 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700519 - src/core/lib/security/credentials/google_default/google_default_credentials.c
520 - src/core/lib/security/credentials/iam/iam_credentials.c
521 - src/core/lib/security/credentials/jwt/json_token.c
522 - src/core/lib/security/credentials/jwt/jwt_credentials.c
523 - src/core/lib/security/credentials/jwt/jwt_verifier.c
524 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
525 - src/core/lib/security/credentials/plugin/plugin_credentials.c
526 - src/core/lib/security/credentials/ssl/ssl_credentials.c
527 - src/core/lib/security/transport/client_auth_filter.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700528 - src/core/lib/security/transport/secure_endpoint.c
529 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800530 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700531 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700532 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700533 - src/core/lib/security/util/b64.c
534 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700535 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700536 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700537 uses:
538 - grpc_base
539 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700540 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700541- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700542 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700543 headers:
544 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700545 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700546 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700547 - test/core/end2end/fixtures/proxy.h
548 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700549 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200550 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700551 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700552 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700553 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700554 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700555 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700556 - test/core/util/slice_splitter.h
557 src:
558 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700559 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700560 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700561 - test/core/end2end/fixtures/proxy.c
562 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700563 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200564 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700565 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700566 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700567 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700568 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700569 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700570 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700571 - test/core/util/port_windows.c
572 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700573 deps:
574 - grpc
575 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700576- name: grpc_transport_chttp2
577 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700578 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700579 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700580 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
581 - src/core/ext/transport/chttp2/transport/frame.h
582 - src/core/ext/transport/chttp2/transport/frame_data.h
583 - src/core/ext/transport/chttp2/transport/frame_goaway.h
584 - src/core/ext/transport/chttp2/transport/frame_ping.h
585 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
586 - src/core/ext/transport/chttp2/transport/frame_settings.h
587 - src/core/ext/transport/chttp2/transport/frame_window_update.h
588 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
589 - src/core/ext/transport/chttp2/transport/hpack_parser.h
590 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tiller5e01e2a2017-01-20 18:11:52 -0800591 - src/core/ext/transport/chttp2/transport/http2_errors.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700592 - src/core/ext/transport/chttp2/transport/huffsyms.h
593 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
594 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tiller5e01e2a2017-01-20 18:11:52 -0800595 - src/core/ext/transport/chttp2/transport/status_conversion.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700596 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700597 - src/core/ext/transport/chttp2/transport/varint.h
598 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700599 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700600 - src/core/ext/transport/chttp2/transport/bin_encoder.c
601 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700602 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
603 - src/core/ext/transport/chttp2/transport/frame_data.c
604 - src/core/ext/transport/chttp2/transport/frame_goaway.c
605 - src/core/ext/transport/chttp2/transport/frame_ping.c
606 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
607 - src/core/ext/transport/chttp2/transport/frame_settings.c
608 - src/core/ext/transport/chttp2/transport/frame_window_update.c
609 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
610 - src/core/ext/transport/chttp2/transport/hpack_parser.c
611 - src/core/ext/transport/chttp2/transport/hpack_table.c
612 - src/core/ext/transport/chttp2/transport/huffsyms.c
613 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
614 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tiller5e01e2a2017-01-20 18:11:52 -0800615 - src/core/ext/transport/chttp2/transport/status_conversion.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700616 - src/core/ext/transport/chttp2/transport/stream_lists.c
617 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700618 - src/core/ext/transport/chttp2/transport/varint.c
619 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700620 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700621 uses:
622 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700623 - grpc_transport_chttp2_alpn
624- name: grpc_transport_chttp2_alpn
625 headers:
626 - src/core/ext/transport/chttp2/alpn/alpn.h
627 src:
628 - src/core/ext/transport/chttp2/alpn/alpn.c
629 deps:
630 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800631- name: grpc_transport_chttp2_client_connector
632 headers:
633 - src/core/ext/transport/chttp2/client/chttp2_connector.h
634 src:
635 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800636 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800637 - grpc_transport_chttp2
638 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700639- name: grpc_transport_chttp2_client_insecure
640 src:
641 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700642 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700643 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800644 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700645 - grpc_transport_chttp2
646 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700647 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700648- name: grpc_transport_chttp2_client_secure
649 src:
650 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700651 uses:
652 - grpc_transport_chttp2
653 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700654 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700655 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800656 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800657- name: grpc_transport_chttp2_server
658 headers:
659 - src/core/ext/transport/chttp2/server/chttp2_server.h
660 src:
661 - src/core/ext/transport/chttp2/server/chttp2_server.c
662 uses:
663 - grpc_transport_chttp2
664 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700665- name: grpc_transport_chttp2_server_insecure
666 src:
667 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700668 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700669 uses:
670 - grpc_transport_chttp2
671 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800672 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700673- name: grpc_transport_chttp2_server_secure
674 src:
675 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700676 uses:
677 - grpc_transport_chttp2
678 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700679 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800680 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700681- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700682 public_headers:
683 - include/grpc/grpc_cronet.h
684 - include/grpc/grpc_security.h
685 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700686 headers:
Garrett Castoa0ed3732016-11-07 20:36:31 -0800687 - third_party/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700688 src:
689 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
690 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
691 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700692 filegroups:
693 - grpc_base
694 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800695- name: nanopb
696 headers:
697 - third_party/nanopb/pb.h
698 - third_party/nanopb/pb_common.h
699 - third_party/nanopb/pb_decode.h
700 - third_party/nanopb/pb_encode.h
701 src:
702 - third_party/nanopb/pb_common.c
703 - third_party/nanopb/pb_decode.c
704 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700705- name: tsi
706 headers:
707 - src/core/lib/tsi/fake_transport_security.h
708 - src/core/lib/tsi/ssl_transport_security.h
709 - src/core/lib/tsi/ssl_types.h
710 - src/core/lib/tsi/transport_security.h
711 - src/core/lib/tsi/transport_security_interface.h
712 src:
713 - src/core/lib/tsi/fake_transport_security.c
714 - src/core/lib/tsi/ssl_transport_security.c
715 - src/core/lib/tsi/transport_security.c
716 deps:
717 - gpr
718 secure: true
719- name: grpc++_base
720 language: c++
721 public_headers:
722 - include/grpc++/alarm.h
723 - include/grpc++/channel.h
724 - include/grpc++/client_context.h
725 - include/grpc++/completion_queue.h
726 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700727 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700728 - include/grpc++/generic/async_generic_service.h
729 - include/grpc++/generic/generic_stub.h
730 - include/grpc++/grpc++.h
731 - include/grpc++/impl/call.h
732 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700733 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700734 - include/grpc++/impl/grpc_library.h
735 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700736 - include/grpc++/impl/rpc_method.h
737 - include/grpc++/impl/rpc_service_method.h
738 - include/grpc++/impl/serialization_traits.h
739 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700740 - include/grpc++/impl/server_builder_plugin.h
741 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700742 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700743 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700744 - include/grpc++/security/auth_context.h
745 - include/grpc++/security/auth_metadata_processor.h
746 - include/grpc++/security/credentials.h
747 - include/grpc++/security/server_credentials.h
748 - include/grpc++/server.h
749 - include/grpc++/server_builder.h
750 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700751 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700752 - include/grpc++/support/async_stream.h
753 - include/grpc++/support/async_unary_call.h
754 - include/grpc++/support/byte_buffer.h
755 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700756 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700757 - include/grpc++/support/slice.h
758 - include/grpc++/support/status.h
759 - include/grpc++/support/status_code_enum.h
760 - include/grpc++/support/string_ref.h
761 - include/grpc++/support/stub_options.h
762 - include/grpc++/support/sync_stream.h
763 - include/grpc++/support/time.h
764 headers:
765 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700766 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700767 - src/cpp/server/dynamic_thread_pool.h
768 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700769 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700770 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700771 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 - src/cpp/client/client_context.cc
773 - src/cpp/client/create_channel.cc
774 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700775 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700776 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700779 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700780 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700782 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700784 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 - src/cpp/server/async_generic_service.cc
786 - src/cpp/server/create_default_thread_pool.cc
787 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700789 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 - src/cpp/server/server_context.cc
791 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700792 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700793 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700794 - src/cpp/util/byte_buffer_cc.cc
795 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 - src/cpp/util/status.cc
797 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700798 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700799 uses:
yang-g17487f92016-06-03 15:21:15 -0700800 - grpc++_codegen_base
801- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700802 language: c++
803 public_headers:
804 - include/grpc++/impl/codegen/async_stream.h
805 - include/grpc++/impl/codegen/async_unary_call.h
806 - include/grpc++/impl/codegen/call.h
807 - include/grpc++/impl/codegen/call_hook.h
808 - include/grpc++/impl/codegen/channel_interface.h
809 - include/grpc++/impl/codegen/client_context.h
810 - include/grpc++/impl/codegen/client_unary_call.h
811 - include/grpc++/impl/codegen/completion_queue.h
812 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700813 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 - include/grpc++/impl/codegen/core_codegen_interface.h
815 - include/grpc++/impl/codegen/create_auth_context.h
816 - include/grpc++/impl/codegen/grpc_library.h
817 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 - include/grpc++/impl/codegen/rpc_method.h
819 - include/grpc++/impl/codegen/rpc_service_method.h
820 - include/grpc++/impl/codegen/security/auth_context.h
821 - include/grpc++/impl/codegen/serialization_traits.h
822 - include/grpc++/impl/codegen/server_context.h
823 - include/grpc++/impl/codegen/server_interface.h
824 - include/grpc++/impl/codegen/service_type.h
825 - include/grpc++/impl/codegen/status.h
826 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700827 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - include/grpc++/impl/codegen/string_ref.h
829 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - include/grpc++/impl/codegen/sync_stream.h
831 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 uses:
833 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700834- name: grpc++_codegen_base_src
835 language: c++
836 src:
837 - src/cpp/codegen/codegen_init.cc
838 uses:
839 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700840- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 language: c++
842 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700843 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 uses:
yang-g17487f92016-06-03 15:21:15 -0700845 - grpc++_codegen_base
846 - grpc++_config_proto
847- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700848 language: c++
849 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700850 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700851- name: grpc++_reflection_proto
852 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700853 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700854 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700855- name: thrift_util
856 language: c++
857 public_headers:
858 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700859 - include/grpc++/impl/codegen/thrift_utils.h
860 uses:
861 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100862libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800863- name: gpr
864 build: all
865 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800866 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700867 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800868 secure: false
869 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
870- name: gpr_test_util
871 build: private
872 language: c
873 headers:
874 - test/core/util/test_config.h
875 src:
876 - test/core/util/test_config.c
877 deps:
878 - gpr
879 secure: false
880 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700881- name: grpc
882 build: all
883 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700884 src:
885 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700886 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800887 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700888 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700889 filegroups:
890 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700891 - grpc_transport_chttp2_server_secure
892 - grpc_transport_chttp2_client_secure
893 - grpc_transport_chttp2_server_insecure
894 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700895 - grpc_lb_policy_grpclb
896 - grpc_lb_policy_pick_first
897 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700898 - grpc_resolver_dns_native
899 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700900 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100901 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700902 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700903 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700904 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700905 vs_packages:
906 - grpc.dependencies.openssl
907 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700908 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700909- name: grpc_cronet
910 build: all
911 language: c
912 src:
913 - src/core/lib/surface/init.c
914 baselib: true
915 deps_linkage: static
916 dll: true
917 filegroups:
918 - grpc_base
919 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700920 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700921 generate_plugin_registry: true
922 platforms:
923 - linux
924 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100925- name: grpc_dll
926 build: private
927 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100928 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100929 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100930 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100931 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100932 build_system:
933 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100934 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100935 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100936 vs_config_type: DynamicLibrary
937 vs_packages:
938 - grpc.dependencies.openssl
939 - grpc.dependencies.zlib
940 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
941 vs_props:
942 - zlib
943 - openssl
944 - winsock
945 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946- name: grpc_test_util
947 build: private
948 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700949 headers:
950 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800951 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700952 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700953 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700954 - test/core/end2end/data/server1_cert.c
955 - test/core/end2end/data/server1_key.c
956 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800957 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700958 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800959 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800960 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700961 - grpc
962 filegroups:
963 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700964 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700965 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
966- name: grpc_test_util_unsecure
967 build: private
968 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700969 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800970 - gpr
971 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800972 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700973 filegroups:
974 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700975 secure: false
976 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
977- name: grpc_unsecure
978 build: all
979 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700980 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700981 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700982 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800984 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700985 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700986 filegroups:
987 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700988 - grpc_transport_chttp2_server_insecure
989 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700990 - grpc_resolver_dns_native
991 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700992 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700993 - grpc_lb_policy_grpclb
994 - grpc_lb_policy_pick_first
995 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700996 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700997 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998 secure: false
999 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001000- name: reconnect_server
1001 build: private
1002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001003 headers:
1004 - test/core/util/reconnect_server.h
1005 src:
1006 - test/core/util/reconnect_server.c
1007 deps:
yang-gc9fca182015-11-06 16:41:33 -08001008 - test_tcp_server
1009 - grpc_test_util
1010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001011 - gpr_test_util
1012 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001013- name: test_tcp_server
1014 build: private
1015 language: c
1016 headers:
1017 - test/core/util/test_tcp_server.h
1018 src:
1019 - test/core/util/test_tcp_server.c
1020 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001021 - grpc_test_util
1022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001023 - gpr_test_util
1024 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001025- name: grpc++
1026 build: all
1027 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001028 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001029 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001030 - src/cpp/client/secure_credentials.h
1031 - src/cpp/common/secure_auth_context.h
1032 - src/cpp/server/secure_server_credentials.h
1033 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001034 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001035 - src/cpp/client/secure_credentials.cc
1036 - src/cpp/common/auth_property_iterator.cc
1037 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001038 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001039 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001040 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001041 - src/cpp/server/secure_server_credentials.cc
1042 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001043 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001044 baselib: true
1045 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001046 filegroups:
1047 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001048 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001049 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050 secure: check
1051 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001052- name: grpc++_cronet
1053 build: all
1054 language: c++
1055 src:
1056 - src/cpp/client/cronet_credentials.cc
1057 - src/cpp/client/insecure_credentials.cc
1058 - src/cpp/common/insecure_create_auth_context.cc
1059 - src/cpp/server/insecure_server_credentials.cc
1060 deps:
1061 - gpr
1062 - grpc_cronet
1063 baselib: true
1064 dll: true
1065 filegroups:
1066 - grpc++_base
1067 - grpc++_codegen_base
1068 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001069 - grpc_transport_chttp2_client_insecure
1070 - grpc_transport_chttp2_server_insecure
1071 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001072 platforms:
1073 - linux
1074 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001075- name: grpc++_proto_reflection_desc_db
1076 build: private
1077 language: c++
1078 headers:
1079 - test/cpp/util/proto_reflection_descriptor_database.h
1080 src:
1081 - test/cpp/util/proto_reflection_descriptor_database.cc
1082 deps:
1083 - grpc++
1084 filegroups:
1085 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001086 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001087- name: grpc++_reflection
1088 build: all
1089 language: c++
1090 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001091 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001092 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001093 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001094 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001095 - src/cpp/ext/proto_server_reflection.cc
1096 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001097 deps:
1098 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001099 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001100 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001101- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001102 build: private
yang-g42879982016-10-13 15:58:31 -07001103 language: c++
1104 headers:
1105 - include/grpc++/test/server_context_test_spouse.h
1106 src:
1107 - src/cpp/test/server_context_test_spouse.cc
1108 deps:
1109 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110- name: grpc++_test_config
1111 build: private
1112 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001113 headers:
1114 - test/cpp/util/test_config.h
1115 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001116 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117- name: grpc++_test_util
1118 build: private
1119 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001120 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001121 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001122 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001123 - test/cpp/util/create_test_channel.h
1124 - test/cpp/util/string_ref_helper.h
1125 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001126 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001127 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001128 - src/proto/grpc/testing/echo_messages.proto
1129 - src/proto/grpc/testing/echo.proto
1130 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001131 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001132 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001133 - test/cpp/util/create_test_channel.cc
1134 - test/cpp/util/string_ref_helper.cc
1135 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001136 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001137 deps:
1138 - grpc++
1139 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001140 filegroups:
1141 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001142 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001143 - grpc++_codegen_proto
1144 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001145 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001146- name: grpc++_unsecure
1147 build: all
1148 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001149 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001150 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001151 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001152 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001153 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001154 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001155 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001156 baselib: true
1157 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001158 filegroups:
1159 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001160 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001161 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001162 secure: false
1163 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001164- name: grpc_cli_libs
1165 build: private
1166 language: c++
1167 headers:
1168 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001169 - test/cpp/util/cli_credentials.h
1170 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001171 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001172 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001173 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001174 src:
1175 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001176 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001177 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001178 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001179 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001180 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001181 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001182 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001183 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001184 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001185 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001186- name: grpc_plugin_support
1187 build: protoc
1188 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001189 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001190 - src/compiler/config.h
1191 - src/compiler/cpp_generator.h
1192 - src/compiler/cpp_generator_helpers.h
1193 - src/compiler/csharp_generator.h
1194 - src/compiler/csharp_generator_helpers.h
1195 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001196 - src/compiler/node_generator.h
1197 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001198 - src/compiler/objective_c_generator.h
1199 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001200 - src/compiler/php_generator.h
1201 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001202 - src/compiler/python_generator.h
1203 - src/compiler/ruby_generator.h
1204 - src/compiler/ruby_generator_helpers-inl.h
1205 - src/compiler/ruby_generator_map-inl.h
1206 - src/compiler/ruby_generator_string-inl.h
1207 src:
1208 - src/compiler/cpp_generator.cc
1209 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001210 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001211 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001212 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001213 - src/compiler/python_generator.cc
1214 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001215 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001216 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217 secure: false
1218 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001219 vs_props:
1220 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001221- name: http2_client_main
1222 build: private
1223 language: c++
1224 headers:
1225 - test/cpp/interop/http2_client.h
1226 src:
1227 - src/proto/grpc/testing/empty.proto
1228 - src/proto/grpc/testing/messages.proto
1229 - src/proto/grpc/testing/test.proto
1230 - test/cpp/interop/http2_client.cc
1231 deps:
1232 - grpc++_test_util
1233 - grpc_test_util
1234 - grpc++
1235 - grpc
1236 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237- name: interop_client_helper
1238 build: private
1239 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001240 headers:
1241 - test/cpp/interop/client_helper.h
1242 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001243 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001244 - test/cpp/interop/client_helper.cc
1245 deps:
1246 - grpc++_test_util
1247 - grpc_test_util
1248 - grpc++
1249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001250 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001251- name: interop_client_main
1252 build: private
1253 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001254 headers:
1255 - test/cpp/interop/interop_client.h
1256 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001257 - src/proto/grpc/testing/empty.proto
1258 - src/proto/grpc/testing/messages.proto
1259 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001260 - test/cpp/interop/client.cc
1261 - test/cpp/interop/interop_client.cc
1262 deps:
1263 - interop_client_helper
1264 - grpc++_test_util
1265 - grpc_test_util
1266 - grpc++
1267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001268 - gpr_test_util
1269 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001270 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001271- name: interop_server_helper
1272 build: private
1273 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001274 headers:
1275 - test/cpp/interop/server_helper.h
1276 src:
1277 - test/cpp/interop/server_helper.cc
1278 deps:
yang-gcc591022017-01-11 11:10:43 -08001279 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001280 - grpc_test_util
1281 - grpc++
1282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001283 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001284- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001285 build: private
1286 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001287 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001288 - src/proto/grpc/testing/empty.proto
1289 - src/proto/grpc/testing/messages.proto
1290 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001291 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001292 deps:
1293 - interop_server_helper
1294 - grpc++_test_util
1295 - grpc_test_util
1296 - grpc++
1297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001300 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001301- name: interop_server_main
1302 build: private
1303 language: c++
1304 src:
1305 - test/cpp/interop/interop_server_bootstrap.cc
1306 deps:
1307 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: qps
1309 build: private
1310 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001311 headers:
1312 - test/cpp/qps/client.h
1313 - test/cpp/qps/driver.h
1314 - test/cpp/qps/histogram.h
1315 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001316 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001317 - test/cpp/qps/qps_worker.h
1318 - test/cpp/qps/report.h
1319 - test/cpp/qps/server.h
1320 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001321 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001322 - test/cpp/util/benchmark_config.h
1323 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001324 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001325 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001326 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001327 - src/proto/grpc/testing/control.proto
1328 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001329 - test/cpp/qps/client_async.cc
1330 - test/cpp/qps/client_sync.cc
1331 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001332 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001333 - test/cpp/qps/qps_worker.cc
1334 - test/cpp/qps/report.cc
1335 - test/cpp/qps/server_async.cc
1336 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001337 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001338 - test/cpp/util/benchmark_config.cc
1339 deps:
1340 - grpc_test_util
1341 - grpc++_test_util
1342 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001343- name: grpc_csharp_ext
1344 build: all
1345 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001346 src:
1347 - src/csharp/ext/grpc_csharp_ext.c
1348 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001350 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001351 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001352 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001353 dll: only
1354 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001355 vs_packages:
1356 - grpc.dependencies.openssl
1357 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001358 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001359 vs_props:
1360 - zlib
1361 - openssl
1362 - winsock
1363 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001364targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001365- name: alarm_test
1366 build: test
1367 language: c
1368 src:
1369 - test/core/surface/alarm_test.c
1370 deps:
1371 - grpc_test_util
1372 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001373 - gpr_test_util
1374 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001375- name: algorithm_test
1376 build: test
1377 language: c
1378 src:
1379 - test/core/compression/algorithm_test.c
1380 deps:
1381 - grpc_test_util
1382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001383 - gpr_test_util
1384 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001385- name: alloc_test
1386 build: test
1387 language: c
1388 src:
1389 - test/core/support/alloc_test.c
1390 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001391 - gpr_test_util
1392 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001393- name: alpn_test
1394 build: test
1395 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001396 src:
1397 - test/core/transport/chttp2/alpn_test.c
1398 deps:
1399 - grpc_test_util
1400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001401 - gpr_test_util
1402 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001403- name: api_fuzzer
1404 build: fuzzer
1405 language: c
1406 src:
1407 - test/core/end2end/fuzzers/api_fuzzer.c
1408 deps:
1409 - grpc_test_util
1410 - grpc
1411 - gpr_test_util
1412 - gpr
1413 corpus_dirs:
1414 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001415 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001416 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001417- name: bad_server_response_test
1418 build: test
1419 language: c
1420 src:
1421 - test/core/end2end/bad_server_response_test.c
1422 deps:
1423 - test_tcp_server
1424 - grpc_test_util
1425 - grpc
1426 - gpr_test_util
1427 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001428 exclude_iomgrs:
1429 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001430- name: bin_decoder_test
1431 build: test
1432 language: c
1433 src:
1434 - test/core/transport/chttp2/bin_decoder_test.c
1435 deps:
1436 - grpc_test_util
1437 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001438- name: bin_encoder_test
1439 build: test
1440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001441 src:
1442 - test/core/transport/chttp2/bin_encoder_test.c
1443 deps:
1444 - grpc_test_util
1445 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001446- name: census_context_test
1447 build: test
1448 language: c
1449 src:
1450 - test/core/census/context_test.c
1451 deps:
1452 - grpc_test_util
1453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001456- name: census_resource_test
1457 build: test
1458 language: c
1459 src:
1460 - test/core/census/resource_test.c
1461 deps:
1462 - grpc_test_util
1463 - grpc
1464 - gpr_test_util
1465 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001466- name: census_trace_context_test
1467 build: test
1468 language: c
1469 src:
1470 - test/core/census/trace_context_test.c
1471 deps:
1472 - grpc_test_util
1473 - grpc
1474 - gpr_test_util
1475 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001476- name: channel_create_test
1477 build: test
1478 language: c
1479 src:
1480 - test/core/surface/channel_create_test.c
1481 deps:
1482 - grpc_test_util
1483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001484 - gpr_test_util
1485 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001486- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487 build: test
1488 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001489 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001490 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001491 deps:
1492 - grpc_test_util
1493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001494 - gpr_test_util
1495 - gpr
Craig Tiller5e01e2a2017-01-20 18:11:52 -08001496- name: chttp2_status_conversion_test
1497 build: test
1498 language: c
1499 src:
1500 - test/core/transport/chttp2/status_conversion_test.c
1501 deps:
1502 - grpc_test_util
1503 - grpc
1504 - gpr_test_util
1505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506- name: chttp2_stream_map_test
1507 build: test
1508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001509 src:
1510 - test/core/transport/chttp2/stream_map_test.c
1511 deps:
1512 - grpc_test_util
1513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001514 - gpr_test_util
1515 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001516- name: chttp2_varint_test
1517 build: test
1518 language: c
1519 src:
1520 - test/core/transport/chttp2/varint_test.c
1521 deps:
1522 - grpc_test_util
1523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 - gpr_test_util
1525 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001526- name: client_fuzzer
1527 build: fuzzer
1528 language: c
1529 src:
1530 - test/core/end2end/fuzzers/client_fuzzer.c
1531 deps:
1532 - grpc_test_util
1533 - grpc
1534 - gpr_test_util
1535 - gpr
1536 corpus_dirs:
1537 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001538 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001539 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001540- name: combiner_test
1541 cpu_cost: 30
1542 build: test
1543 language: c
1544 src:
1545 - test/core/iomgr/combiner_test.c
1546 deps:
1547 - grpc_test_util
1548 - grpc
1549 - gpr_test_util
1550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001551- name: compression_test
1552 build: test
1553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001554 src:
1555 - test/core/compression/compression_test.c
1556 deps:
1557 - grpc_test_util
1558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001559 - gpr_test_util
1560 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001561- name: concurrent_connectivity_test
1562 build: test
1563 language: c
1564 src:
1565 - test/core/surface/concurrent_connectivity_test.c
1566 deps:
1567 - grpc_test_util
1568 - grpc
1569 - gpr_test_util
1570 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001571 exclude_iomgrs:
1572 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001573- name: connection_refused_test
1574 cpu_cost: 0.1
1575 build: test
1576 language: c
1577 src:
1578 - test/core/end2end/connection_refused_test.c
1579 deps:
1580 - grpc_test_util
1581 - grpc
1582 - gpr_test_util
1583 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001584- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001585 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001586 build: test
1587 language: c
1588 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001589 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001590 deps:
1591 - grpc_test_util
1592 - grpc
1593 - gpr_test_util
1594 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001595 exclude_iomgrs:
1596 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001597- name: dns_resolver_test
1598 build: test
1599 language: c
1600 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001601 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001602 deps:
1603 - grpc_test_util
1604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001605 - gpr_test_util
1606 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001607- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001608 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001609 build: test
1610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001611 src:
1612 - test/core/end2end/dualstack_socket_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001618 exclude_iomgrs:
1619 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001620 platforms:
1621 - mac
1622 - linux
1623 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001624- name: endpoint_pair_test
1625 build: test
1626 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001627 src:
1628 - test/core/iomgr/endpoint_pair_test.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr_test_util
1633 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001634 exclude_iomgrs:
1635 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001636- name: ev_epoll_linux_test
1637 build: test
1638 language: c
1639 src:
1640 - test/core/iomgr/ev_epoll_linux_test.c
1641 deps:
1642 - grpc_test_util
1643 - grpc
1644 - gpr_test_util
1645 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001646 exclude_iomgrs:
1647 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001648 platforms:
1649 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001650- name: fd_conservation_posix_test
1651 build: test
1652 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001653 src:
1654 - test/core/iomgr/fd_conservation_posix_test.c
1655 deps:
1656 - grpc_test_util
1657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001658 - gpr_test_util
1659 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001660 exclude_iomgrs:
1661 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001662 platforms:
1663 - mac
1664 - linux
1665 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001666- name: fd_posix_test
1667 build: test
1668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
1670 - test/core/iomgr/fd_posix_test.c
1671 deps:
1672 - grpc_test_util
1673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001674 - gpr_test_util
1675 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001676 exclude_iomgrs:
1677 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001678 platforms:
1679 - mac
1680 - linux
1681 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682- name: fling_client
1683 build: test
1684 run: false
1685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001686 src:
1687 - test/core/fling/client.c
1688 deps:
1689 - grpc_test_util
1690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001691 - gpr_test_util
1692 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693- name: fling_server
1694 build: test
1695 run: false
1696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001697 src:
1698 - test/core/fling/server.c
1699 deps:
1700 - grpc_test_util
1701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001702 - gpr_test_util
1703 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001704- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001705 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706 build: test
1707 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001708 src:
1709 - test/core/fling/fling_stream_test.c
1710 deps:
1711 - grpc_test_util
1712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001713 - gpr_test_util
1714 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001715 platforms:
1716 - mac
1717 - linux
1718 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001720 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001721 build: test
1722 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001723 src:
1724 - test/core/fling/fling_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001730 platforms:
1731 - mac
1732 - linux
1733 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001734- name: gen_hpack_tables
1735 build: tool
1736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001737 src:
1738 - tools/codegen/core/gen_hpack_tables.c
1739 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001740 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001741 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001742- name: gen_legal_metadata_characters
1743 build: tool
1744 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001745 src:
1746 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001748- name: gen_percent_encoding_tables
1749 build: tool
1750 language: c
1751 src:
1752 - tools/codegen/core/gen_percent_encoding_tables.c
1753 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001754- name: goaway_server_test
1755 cpu_cost: 0.1
1756 build: test
1757 language: c
1758 src:
1759 - test/core/end2end/goaway_server_test.c
1760 deps:
1761 - grpc_test_util
1762 - grpc
1763 - gpr_test_util
1764 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001765 exclude_iomgrs:
1766 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001767 platforms:
1768 - mac
1769 - linux
1770 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001771- name: gpr_avl_test
1772 build: test
1773 language: c
1774 src:
1775 - test/core/support/avl_test.c
1776 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001779- name: gpr_backoff_test
1780 build: test
1781 language: c
1782 src:
1783 - test/core/support/backoff_test.c
1784 deps:
1785 - gpr_test_util
1786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: gpr_cmdline_test
1788 build: test
1789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
1791 - test/core/support/cmdline_test.c
1792 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001795- name: gpr_cpu_test
1796 build: test
1797 language: c
1798 src:
1799 - test/core/support/cpu_test.c
1800 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001801 - gpr_test_util
1802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001803- name: gpr_env_test
1804 build: test
1805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001806 src:
1807 - test/core/support/env_test.c
1808 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001811- name: gpr_histogram_test
1812 build: test
1813 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001814 src:
1815 - test/core/support/histogram_test.c
1816 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001817 - gpr_test_util
1818 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819- name: gpr_host_port_test
1820 build: test
1821 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001822 src:
1823 - test/core/support/host_port_test.c
1824 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001825 - gpr_test_util
1826 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001827- name: gpr_log_test
1828 build: test
1829 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001830 src:
1831 - test/core/support/log_test.c
1832 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001833 - gpr_test_util
1834 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001835- name: gpr_mpscq_test
1836 cpu_cost: 30
1837 build: test
1838 language: c
1839 src:
1840 - test/core/support/mpscq_test.c
1841 deps:
1842 - gpr_test_util
1843 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001844- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001845 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846 build: test
1847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001848 src:
1849 - test/core/support/stack_lockfree_test.c
1850 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001851 - gpr_test_util
1852 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853- name: gpr_string_test
1854 build: test
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
1857 - test/core/support/string_test.c
1858 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001861- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001862 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863 build: test
1864 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001865 src:
1866 - test/core/support/sync_test.c
1867 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001868 - gpr_test_util
1869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001871 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
1875 - test/core/support/thd_test.c
1876 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr_test_util
1878 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879- name: gpr_time_test
1880 build: test
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - test/core/support/time_test.c
1884 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887- name: gpr_tls_test
1888 build: test
1889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001890 src:
1891 - test/core/support/tls_test.c
1892 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr_test_util
1894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001895- name: gpr_useful_test
1896 build: test
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
1899 - test/core/support/useful_test.c
1900 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903- name: grpc_auth_context_test
1904 build: test
1905 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001906 src:
1907 - test/core/security/auth_context_test.c
1908 deps:
1909 - grpc_test_util
1910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001911 - gpr_test_util
1912 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001913- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001914 build: test
1915 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001916 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001917 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001918 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_byte_buffer_reader_test
1924 build: test
1925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001926 src:
1927 - test/core/surface/byte_buffer_reader_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_channel_args_test
1934 build: test
1935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001936 src:
1937 - test/core/channel/channel_args_test.c
1938 deps:
1939 - grpc_test_util
1940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr_test_util
1942 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001943- name: grpc_channel_stack_test
1944 build: test
1945 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001946 src:
1947 - test/core/channel/channel_stack_test.c
1948 deps:
1949 - grpc_test_util
1950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001951 - gpr_test_util
1952 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953- name: grpc_completion_queue_test
1954 build: test
1955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001956 src:
1957 - test/core/surface/completion_queue_test.c
1958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001963 exclude_iomgrs:
1964 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001965- name: grpc_create_jwt
1966 build: tool
1967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001968 src:
1969 - test/core/security/create_jwt.c
1970 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001972 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001973 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001974- name: grpc_credentials_test
1975 build: test
1976 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001977 src:
1978 - test/core/security/credentials_test.c
1979 deps:
1980 - grpc_test_util
1981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr_test_util
1983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001985 build: test
1986 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
1989 - test/core/security/fetch_oauth2.c
1990 deps:
1991 - grpc_test_util
1992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001995- name: grpc_invalid_channel_args_test
1996 build: test
1997 language: c
1998 src:
1999 - test/core/surface/invalid_channel_args_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: grpc_json_token_test
2006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/security/json_token_test.c
2010 deps:
2011 - grpc_test_util
2012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002015 platforms:
2016 - linux
2017 - posix
2018 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019- name: grpc_jwt_verifier_test
2020 build: test
2021 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002022 src:
2023 - test/core/security/jwt_verifier_test.c
2024 deps:
2025 - grpc_test_util
2026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: grpc_print_google_default_creds_token
2030 build: tool
2031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
2033 - test/core/security/print_google_default_creds_token.c
2034 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002037- name: grpc_security_connector_test
2038 build: test
2039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
2041 - test/core/security/security_connector_test.c
2042 deps:
2043 - grpc_test_util
2044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: grpc_verify_jwt
2048 build: tool
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/core/security/verify_jwt.c
2052 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002055- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002056 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002057 language: c
2058 src:
2059 - test/core/handshake/client_ssl.c
2060 deps:
2061 - grpc_test_util
2062 - grpc
2063 - gpr_test_util
2064 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002065 platforms:
2066 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002067 secure: true
2068- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002069 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002070 language: c
2071 src:
2072 - test/core/handshake/server_ssl.c
2073 deps:
2074 - grpc_test_util
2075 - grpc
2076 - gpr_test_util
2077 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002078 platforms:
2079 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002080 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002081- name: hpack_parser_fuzzer_test
2082 build: fuzzer
2083 language: c
2084 src:
2085 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
2089 - gpr_test_util
2090 - gpr
2091 corpus_dirs:
2092 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002093 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002094 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002095- name: hpack_parser_test
2096 build: test
2097 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002098 src:
2099 - test/core/transport/chttp2/hpack_parser_test.c
2100 deps:
2101 - grpc_test_util
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105- name: hpack_table_test
2106 build: test
2107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
2109 - test/core/transport/chttp2/hpack_table_test.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002115- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116 build: test
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002119 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002120 deps:
2121 - grpc_test_util
2122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002125- name: http_request_fuzzer_test
2126 build: fuzzer
2127 language: c
2128 src:
2129 - test/core/http/request_fuzzer.c
2130 deps:
2131 - grpc_test_util
2132 - grpc
2133 - gpr_test_util
2134 - gpr
2135 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002136 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002137 maxlen: 2048
2138- name: http_response_fuzzer_test
2139 build: fuzzer
2140 language: c
2141 src:
2142 - test/core/http/response_fuzzer.c
2143 deps:
2144 - grpc_test_util
2145 - grpc
2146 - gpr_test_util
2147 - gpr
2148 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002149 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002150 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002151- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002152 build: test
2153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002154 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002155 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002156 deps:
2157 - grpc_test_util
2158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002161- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002162 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002163 build: test
2164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002166 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002167 deps:
2168 - grpc_test_util
2169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002170 - gpr_test_util
2171 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002172 platforms:
2173 - mac
2174 - linux
2175 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002176- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002177 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002178 build: test
2179 language: c
2180 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002181 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002182 deps:
2183 - grpc_test_util
2184 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002185 - gpr_test_util
2186 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002187 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002188 - linux
yang-gf1183302015-12-07 16:02:05 -08002189- name: init_test
2190 build: test
2191 language: c
2192 src:
2193 - test/core/surface/init_test.c
2194 deps:
2195 - grpc_test_util
2196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002199- name: internal_api_canary_iomgr_test
2200 build: test
2201 run: false
2202 language: c
2203 src:
2204 - test/core/internal_api_canaries/iomgr.c
2205 deps:
2206 - grpc_test_util
2207 - grpc
2208 - gpr_test_util
2209 - gpr
2210- name: internal_api_canary_support_test
2211 build: test
2212 run: false
2213 language: c
2214 src:
2215 - test/core/internal_api_canaries/iomgr.c
2216 deps:
2217 - grpc_test_util
2218 - grpc
2219 - gpr_test_util
2220 - gpr
2221- name: internal_api_canary_transport_test
2222 build: test
2223 run: false
2224 language: c
2225 src:
2226 - test/core/internal_api_canaries/iomgr.c
2227 deps:
2228 - grpc_test_util
2229 - grpc
2230 - gpr_test_util
2231 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002232- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002233 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002234 build: test
2235 language: c
2236 src:
2237 - test/core/end2end/invalid_call_argument_test.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002243- name: json_fuzzer_test
2244 build: fuzzer
2245 language: c
2246 src:
2247 - test/core/json/fuzzer.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
2251 - gpr_test_util
2252 - gpr
2253 corpus_dirs:
2254 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002255 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256- name: json_rewrite
2257 build: test
2258 run: false
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
2261 - test/core/json/json_rewrite.c
2262 deps:
2263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002264 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002265- name: json_rewrite_test
2266 build: test
2267 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002268 src:
2269 - test/core/json/json_rewrite_test.c
2270 deps:
2271 - grpc_test_util
2272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002275- name: json_stream_error_test
2276 build: test
2277 language: c
2278 src:
2279 - test/core/json/json_stream_error_test.c
2280 deps:
2281 - grpc_test_util
2282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 - gpr_test_util
2284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: json_test
2286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/core/json/json_test.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295- name: lame_client_test
2296 build: test
2297 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
2299 - test/core/surface/lame_client_test.c
2300 deps:
2301 - grpc_test_util
2302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002303 - gpr_test_util
2304 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002305- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002306 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002307 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002308 build: test
2309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002310 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002311 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002317- name: load_file_test
2318 build: test
2319 language: c
2320 src:
2321 - test/core/iomgr/load_file_test.c
2322 deps:
2323 - grpc_test_util
2324 - grpc
2325 - gpr_test_util
2326 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002327- name: low_level_ping_pong_benchmark
2328 build: benchmark
2329 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002330 src:
2331 - test/core/network_benchmarks/low_level_ping_pong.c
2332 deps:
2333 - grpc_test_util
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002337 platforms:
2338 - mac
2339 - linux
2340 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002341- name: memory_profile_client
2342 build: test
2343 run: false
2344 language: c
2345 src:
2346 - test/core/memory_usage/client.c
2347 deps:
2348 - grpc_test_util
2349 - grpc
2350 - gpr_test_util
2351 - gpr
2352- name: memory_profile_server
2353 build: test
2354 run: false
2355 language: c
2356 src:
2357 - test/core/memory_usage/server.c
2358 deps:
2359 - grpc_test_util
2360 - grpc
2361 - gpr_test_util
2362 - gpr
2363- name: memory_profile_test
2364 cpu_cost: 1.5
2365 build: test
2366 language: c
2367 src:
2368 - test/core/memory_usage/memory_usage_test.c
2369 deps:
2370 - grpc_test_util
2371 - grpc
2372 - gpr_test_util
2373 - gpr
2374 platforms:
2375 - mac
2376 - linux
2377 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002378- name: message_compress_test
2379 build: test
2380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002381 src:
2382 - test/core/compression/message_compress_test.c
2383 deps:
2384 - grpc_test_util
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002388- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002389 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002390 build: test
2391 language: c
2392 src:
2393 - test/core/census/mlog_test.c
2394 deps:
2395 - grpc_test_util
2396 - grpc
2397 - gpr_test_util
2398 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002399- name: multiple_server_queues_test
2400 build: test
2401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002402 src:
2403 - test/core/end2end/multiple_server_queues_test.c
2404 deps:
2405 - grpc_test_util
2406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002407 - gpr_test_util
2408 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002409- name: murmur_hash_test
2410 build: test
2411 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002412 src:
2413 - test/core/support/murmur_hash_test.c
2414 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002415 - gpr_test_util
2416 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002417- name: nanopb_fuzzer_response_test
2418 build: fuzzer
2419 language: c
2420 src:
2421 - test/core/nanopb/fuzzer_response.c
2422 deps:
2423 - grpc_test_util
2424 - grpc
2425 - gpr_test_util
2426 - gpr
2427 corpus_dirs:
2428 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002429 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002430- name: nanopb_fuzzer_serverlist_test
2431 build: fuzzer
2432 language: c
2433 src:
2434 - test/core/nanopb/fuzzer_serverlist.c
2435 deps:
2436 - grpc_test_util
2437 - grpc
2438 - gpr_test_util
2439 - gpr
2440 corpus_dirs:
2441 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002442 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002444 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002445 build: test
2446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002447 src:
2448 - test/core/end2end/no_server_test.c
2449 deps:
2450 - grpc_test_util
2451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002452 - gpr_test_util
2453 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002454- name: percent_decode_fuzzer
2455 build: fuzzer
2456 language: c
2457 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002458 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002459 deps:
2460 - grpc_test_util
2461 - grpc
2462 - gpr_test_util
2463 - gpr
2464 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002465 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002466 maxlen: 32
2467- name: percent_encode_fuzzer
2468 build: fuzzer
2469 language: c
2470 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002471 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002472 deps:
2473 - grpc_test_util
2474 - grpc
2475 - gpr_test_util
2476 - gpr
2477 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002478 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002479 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002480- name: percent_encoding_test
2481 build: test
2482 language: c
2483 src:
2484 - test/core/slice/percent_encoding_test.c
2485 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002486 - grpc_test_util
2487 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002488 - gpr_test_util
2489 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002490- name: resolve_address_test
2491 build: test
2492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002493 src:
2494 - test/core/iomgr/resolve_address_test.c
2495 deps:
2496 - grpc_test_util
2497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002498 - gpr_test_util
2499 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002500 exclude_iomgrs:
2501 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002502- name: resource_quota_test
2503 cpu_cost: 30
2504 build: test
2505 language: c
2506 src:
2507 - test/core/iomgr/resource_quota_test.c
2508 deps:
2509 - grpc_test_util
2510 - grpc
2511 - gpr_test_util
2512 - gpr
yang-gd482e592015-12-10 14:04:00 -08002513- name: secure_channel_create_test
2514 build: test
2515 language: c
2516 src:
2517 - test/core/surface/secure_channel_create_test.c
2518 deps:
2519 - grpc_test_util
2520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002521 - gpr_test_util
2522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002523- name: secure_endpoint_test
2524 build: test
2525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002526 src:
2527 - test/core/security/secure_endpoint_test.c
2528 deps:
2529 - grpc_test_util
2530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002531 - gpr_test_util
2532 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002533 exclude_iomgrs:
2534 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002535- name: sequential_connectivity_test
2536 build: test
2537 language: c
2538 src:
2539 - test/core/surface/sequential_connectivity_test.c
2540 deps:
2541 - grpc_test_util
2542 - grpc
2543 - gpr_test_util
2544 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002545 exclude_iomgrs:
2546 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002547- name: server_chttp2_test
2548 build: test
2549 language: c
2550 src:
2551 - test/core/surface/server_chttp2_test.c
2552 deps:
2553 - grpc_test_util
2554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002555 - gpr_test_util
2556 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002557- name: server_fuzzer
2558 build: fuzzer
2559 language: c
2560 src:
2561 - test/core/end2end/fuzzers/server_fuzzer.c
2562 deps:
2563 - grpc_test_util
2564 - grpc
2565 - gpr_test_util
2566 - gpr
2567 corpus_dirs:
2568 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002569 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002570 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002571- name: server_test
2572 build: test
2573 language: c
2574 src:
2575 - test/core/surface/server_test.c
2576 deps:
2577 - grpc_test_util
2578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002579 - gpr_test_util
2580 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002581- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002582 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002583 build: test
2584 language: c
2585 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002586 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002587 deps:
2588 - test_tcp_server
2589 - grpc_test_util
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002593 exclude_iomgrs:
2594 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002595- name: slice_buffer_test
2596 build: test
2597 language: c
2598 src:
2599 - test/core/slice/slice_buffer_test.c
2600 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002601 - grpc_test_util
2602 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002603 - gpr_test_util
2604 - gpr
2605- name: slice_string_helpers_test
2606 build: test
2607 language: c
2608 src:
2609 - test/core/slice/slice_string_helpers_test.c
2610 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002611 - grpc_test_util
2612 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002613 - gpr_test_util
2614 - gpr
2615- name: slice_test
2616 build: test
2617 language: c
2618 src:
2619 - test/core/slice/slice_test.c
2620 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002621 - grpc_test_util
2622 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002623 - gpr_test_util
2624 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002625- name: sockaddr_resolver_test
2626 build: test
2627 language: c
2628 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002629 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002630 deps:
2631 - grpc_test_util
2632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002633 - gpr_test_util
2634 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002635- name: sockaddr_utils_test
2636 build: test
2637 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002638 src:
2639 - test/core/iomgr/sockaddr_utils_test.c
2640 deps:
2641 - grpc_test_util
2642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002643 - gpr_test_util
2644 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002645- name: socket_utils_test
2646 build: test
2647 language: c
2648 src:
2649 - test/core/iomgr/socket_utils_test.c
2650 deps:
2651 - grpc_test_util
2652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002653 - gpr_test_util
2654 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002655 exclude_iomgrs:
2656 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002657 platforms:
2658 - mac
2659 - linux
2660 - posix
yang-g31e21282016-11-04 15:10:03 -07002661- name: ssl_server_fuzzer
2662 build: fuzzer
2663 language: c
2664 src:
2665 - test/core/security/ssl_server_fuzzer.c
2666 deps:
2667 - grpc_test_util
2668 - grpc
2669 - gpr_test_util
2670 - gpr
2671 corpus_dirs:
2672 - test/core/security/corpus/ssl_server_corpus
2673 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07002674- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002675 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002676 build: test
2677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002678 src:
2679 - test/core/iomgr/tcp_client_posix_test.c
2680 deps:
2681 - grpc_test_util
2682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002683 - gpr_test_util
2684 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002685 exclude_iomgrs:
2686 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002687 platforms:
2688 - mac
2689 - linux
2690 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002691- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002692 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002693 build: test
2694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002695 src:
2696 - test/core/iomgr/tcp_posix_test.c
2697 deps:
2698 - grpc_test_util
2699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002700 - gpr_test_util
2701 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002702 exclude_iomgrs:
2703 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002704 platforms:
2705 - mac
2706 - linux
2707 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002708- name: tcp_server_posix_test
2709 build: test
2710 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002711 src:
2712 - test/core/iomgr/tcp_server_posix_test.c
2713 deps:
2714 - grpc_test_util
2715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002716 - gpr_test_util
2717 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002718 exclude_iomgrs:
2719 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002720 platforms:
2721 - mac
2722 - linux
2723 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002724- name: time_averaged_stats_test
2725 build: test
2726 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002727 src:
2728 - test/core/iomgr/time_averaged_stats_test.c
2729 deps:
2730 - grpc_test_util
2731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002732 - gpr_test_util
2733 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002734- name: timeout_encoding_test
2735 build: test
2736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002737 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002738 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002739 deps:
2740 - grpc_test_util
2741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002742 - gpr_test_util
2743 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002744- name: timer_heap_test
2745 build: test
2746 language: c
2747 src:
2748 - test/core/iomgr/timer_heap_test.c
2749 deps:
2750 - grpc_test_util
2751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002752 - gpr_test_util
2753 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002754 exclude_iomgrs:
2755 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002756- name: timer_list_test
2757 build: test
2758 language: c
2759 src:
2760 - test/core/iomgr/timer_list_test.c
2761 deps:
2762 - grpc_test_util
2763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002764 - gpr_test_util
2765 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002766 exclude_iomgrs:
2767 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002768- name: transport_connectivity_state_test
2769 build: test
2770 language: c
2771 src:
2772 - test/core/transport/connectivity_state_test.c
2773 deps:
2774 - grpc_test_util
2775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002776 - gpr_test_util
2777 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002778- name: transport_metadata_test
2779 build: test
2780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002781 src:
2782 - test/core/transport/metadata_test.c
2783 deps:
2784 - grpc_test_util
2785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002786 - gpr_test_util
2787 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002788- name: transport_pid_controller_test
2789 build: test
2790 language: c
2791 src:
2792 - test/core/transport/pid_controller_test.c
2793 deps:
2794 - grpc_test_util
2795 - grpc
2796 - gpr_test_util
2797 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002798- name: transport_security_test
2799 build: test
2800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002801 src:
2802 - test/core/tsi/transport_security_test.c
2803 deps:
2804 - grpc_test_util
2805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002806 - gpr_test_util
2807 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002808 platforms:
2809 - linux
2810 - posix
2811 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002812- name: udp_server_test
2813 build: test
2814 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002815 src:
2816 - test/core/iomgr/udp_server_test.c
2817 deps:
2818 - grpc_test_util
2819 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002820 - gpr_test_util
2821 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002822 exclude_iomgrs:
2823 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002824 platforms:
2825 - mac
2826 - linux
2827 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002828- name: uri_fuzzer_test
2829 build: fuzzer
2830 language: c
2831 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002832 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002833 deps:
2834 - grpc_test_util
2835 - grpc
2836 - gpr_test_util
2837 - gpr
2838 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002839 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002840 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002841- name: uri_parser_test
2842 build: test
2843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002844 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002845 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002846 deps:
2847 - grpc_test_util
2848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002849 - gpr_test_util
2850 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002851- name: wakeup_fd_cv_test
2852 build: test
2853 language: c
2854 src:
2855 - test/core/iomgr/wakeup_fd_cv_test.c
2856 deps:
2857 - grpc_test_util
2858 - grpc
2859 - gpr_test_util
2860 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002861 exclude_iomgrs:
2862 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002863 platforms:
2864 - mac
2865 - linux
2866 - posix
vjpai04e992a2016-02-10 16:58:38 -08002867- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002868 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002869 build: test
2870 language: c++
2871 src:
2872 - test/cpp/common/alarm_cpp_test.cc
2873 deps:
2874 - grpc++_test_util
2875 - grpc_test_util
2876 - grpc++
2877 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002878 - gpr_test_util
2879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002880- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002881 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002882 build: test
2883 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002884 src:
2885 - test/cpp/end2end/async_end2end_test.cc
2886 deps:
2887 - grpc++_test_util
2888 - grpc_test_util
2889 - grpc++
2890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002891 - gpr_test_util
2892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002893- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002894 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895 build: test
2896 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002897 src:
2898 - test/cpp/common/auth_property_iterator_test.cc
2899 deps:
2900 - grpc++_test_util
2901 - grpc_test_util
2902 - grpc++
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr_test_util
2905 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002906- name: bm_fullstack
2907 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002908 language: c++
2909 src:
2910 - test/cpp/microbenchmarks/bm_fullstack.cc
2911 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002912 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002913 - grpc++_test_util
2914 - grpc_test_util
2915 - grpc++
2916 - grpc
2917 - gpr_test_util
2918 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002919- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002920 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002921 build: test
2922 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002923 src:
yang-g52705592015-11-25 11:45:33 -08002924 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002925 deps:
2926 - grpc++
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002929- name: channel_filter_test
2930 gtest: true
2931 build: test
2932 language: c++
2933 src:
2934 - test/cpp/common/channel_filter_test.cc
2935 deps:
2936 - grpc++
2937 - grpc
2938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002939- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002940 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002941 build: test
2942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002943 src:
2944 - test/cpp/util/cli_call_test.cc
2945 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002946 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002947 - grpc++_test_util
2948 - grpc_test_util
2949 - grpc++
2950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002951 - gpr_test_util
2952 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002953- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002954 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002955 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002956 build: test
2957 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002958 src:
2959 - test/cpp/end2end/client_crash_test.cc
2960 deps:
2961 - grpc++_test_util
2962 - grpc_test_util
2963 - grpc++
2964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002965 - gpr_test_util
2966 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002967 platforms:
2968 - mac
2969 - linux
2970 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002971- name: client_crash_test_server
2972 build: test
2973 run: false
2974 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002975 src:
2976 - test/cpp/end2end/client_crash_test_server.cc
2977 deps:
2978 - grpc++_test_util
2979 - grpc_test_util
2980 - grpc++
2981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002982 - gpr_test_util
2983 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002984- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002985 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002986 build: test
2987 language: c++
2988 src:
2989 - src/proto/grpc/testing/control.proto
2990 - src/proto/grpc/testing/messages.proto
2991 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002992 - src/proto/grpc/testing/services.proto
2993 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002994 - test/cpp/codegen/codegen_test_full.cc
2995 deps:
2996 - grpc++
2997 - grpc
2998 - gpr
2999 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003000 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003001- name: codegen_test_minimal
3002 gtest: true
3003 build: test
3004 language: c++
3005 src:
3006 - src/proto/grpc/testing/control.proto
3007 - src/proto/grpc/testing/messages.proto
3008 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003009 - src/proto/grpc/testing/services.proto
3010 - src/proto/grpc/testing/stats.proto
3011 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003012 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003013 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003014 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003015- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003016 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003017 build: test
3018 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003019 src:
3020 - test/cpp/client/credentials_test.cc
3021 deps:
3022 - grpc++
3023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003024 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003025- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003026 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003027 build: test
3028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003029 src:
3030 - test/cpp/util/byte_buffer_test.cc
3031 deps:
3032 - grpc_test_util
3033 - grpc++
3034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003035 - gpr_test_util
3036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003037- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003038 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003039 build: test
3040 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003041 src:
3042 - test/cpp/util/slice_test.cc
3043 deps:
3044 - grpc_test_util
3045 - grpc++
3046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003047 - gpr_test_util
3048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003049- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003050 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003051 build: test
3052 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003053 src:
3054 - test/cpp/util/string_ref_test.cc
3055 deps:
3056 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003057- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003058 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003059 build: test
3060 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003061 src:
3062 - test/cpp/util/time_test.cc
3063 deps:
3064 - grpc_test_util
3065 - grpc++
3066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003067 - gpr_test_util
3068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003069- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003070 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003071 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003072 build: test
3073 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003074 src:
3075 - test/cpp/end2end/end2end_test.cc
3076 deps:
3077 - grpc++_test_util
3078 - grpc_test_util
3079 - grpc++
3080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003081 - gpr_test_util
3082 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003083- name: filter_end2end_test
3084 gtest: true
3085 build: test
3086 language: c++
3087 src:
3088 - test/cpp/end2end/filter_end2end_test.cc
3089 deps:
3090 - grpc++_test_util
3091 - grpc_test_util
3092 - grpc++
3093 - grpc
3094 - gpr_test_util
3095 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003096- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003097 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003098 build: test
3099 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003100 src:
3101 - test/cpp/end2end/generic_end2end_test.cc
3102 deps:
3103 - grpc++_test_util
3104 - grpc_test_util
3105 - grpc++
3106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003107 - gpr_test_util
3108 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003109- name: golden_file_test
3110 gtest: true
3111 build: test
3112 language: c++
3113 src:
3114 - src/proto/grpc/testing/compiler_test.proto
3115 - test/cpp/codegen/golden_file_test.cc
3116 deps:
3117 - grpc++
3118 - grpc
3119 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003120- name: grpc_cli
3121 build: test
3122 run: false
3123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003124 src:
3125 - test/cpp/util/grpc_cli.cc
3126 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003127 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003128 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003129 - grpc++
3130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003131 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003132 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003133- name: grpc_cpp_plugin
3134 build: protoc
3135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003136 src:
3137 - src/compiler/cpp_plugin.cc
3138 deps:
3139 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003140 secure: false
3141 vs_config_type: Application
3142 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3143- name: grpc_csharp_plugin
3144 build: protoc
3145 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003146 src:
3147 - src/compiler/csharp_plugin.cc
3148 deps:
3149 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003150 secure: false
3151 vs_config_type: Application
3152 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003153- name: grpc_node_plugin
3154 build: protoc
3155 language: c++
3156 src:
3157 - src/compiler/node_plugin.cc
3158 deps:
3159 - grpc_plugin_support
3160 secure: false
3161 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003162- name: grpc_objective_c_plugin
3163 build: protoc
3164 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003165 src:
3166 - src/compiler/objective_c_plugin.cc
3167 deps:
3168 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003169 secure: false
3170 vs_config_type: Application
3171 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003172- name: grpc_php_plugin
3173 build: protoc
3174 language: c++
3175 src:
3176 - src/compiler/php_plugin.cc
3177 deps:
3178 - grpc_plugin_support
3179 secure: false
3180 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003181- name: grpc_python_plugin
3182 build: protoc
3183 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003184 src:
3185 - src/compiler/python_plugin.cc
3186 deps:
3187 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003188 secure: false
3189 vs_config_type: Application
3190 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3191- name: grpc_ruby_plugin
3192 build: protoc
3193 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003194 src:
3195 - src/compiler/ruby_plugin.cc
3196 deps:
3197 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003198 secure: false
3199 vs_config_type: Application
3200 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003201- name: grpc_tool_test
3202 gtest: true
3203 build: test
3204 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003205 src:
3206 - src/proto/grpc/testing/echo.proto
3207 - src/proto/grpc/testing/echo_messages.proto
3208 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003209 deps:
3210 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003211 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003212 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003213 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003214 - grpc_test_util
3215 - grpc++
3216 - grpc
3217 - gpr_test_util
3218 - gpr
3219 filegroups:
3220 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003221- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003222 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003223 build: test
3224 language: c++
3225 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003226 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003227 - test/cpp/grpclb/grpclb_api_test.cc
3228 deps:
3229 - grpc++_test_util
3230 - grpc_test_util
3231 - grpc++
3232 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003233- name: grpclb_test
3234 gtest: false
3235 build: test
3236 language: c++
3237 src:
3238 - src/proto/grpc/lb/v1/load_balancer.proto
3239 - test/cpp/grpclb/grpclb_test.cc
3240 deps:
3241 - gpr
3242 - gpr_test_util
3243 - grpc
3244 - grpc++
3245 - grpc++_test_util
3246 - grpc_test_util
Eric Gribkoffc344e872017-01-09 10:53:50 -08003247- name: http2_client
3248 build: test
3249 run: false
3250 language: c++
3251 src: []
3252 deps:
3253 - http2_client_main
3254 - grpc++_test_util
3255 - grpc_test_util
3256 - grpc++
3257 - grpc
3258 - grpc++_test_config
3259 platforms:
3260 - mac
3261 - linux
3262 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003263- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003264 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003265 build: test
3266 language: c++
3267 src:
3268 - test/cpp/end2end/hybrid_end2end_test.cc
3269 deps:
3270 - grpc++_test_util
3271 - grpc_test_util
3272 - grpc++
3273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003274 - gpr_test_util
3275 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003276- name: interop_client
3277 build: test
3278 run: false
3279 language: c++
3280 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003281 deps:
3282 - interop_client_main
3283 - interop_client_helper
3284 - grpc++_test_util
3285 - grpc_test_util
3286 - grpc++
3287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003288 - gpr_test_util
3289 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003290 - grpc++_test_config
3291 platforms:
3292 - mac
3293 - linux
3294 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003295- name: interop_server
3296 build: test
3297 run: false
3298 language: c++
3299 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003300 deps:
3301 - interop_server_main
3302 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003303 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003304 - grpc++_test_util
3305 - grpc_test_util
3306 - grpc++
3307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003308 - gpr_test_util
3309 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003310 - grpc++_test_config
3311 platforms:
3312 - mac
3313 - linux
3314 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003315- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003316 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003317 build: test
3318 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003319 src:
3320 - test/cpp/interop/interop_test.cc
3321 deps:
3322 - grpc_test_util
3323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003324 - gpr_test_util
3325 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003326 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003327 platforms:
3328 - mac
3329 - linux
3330 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003331- name: json_run_localhost
3332 build: test
3333 run: false
3334 language: c++
3335 src:
3336 - test/cpp/qps/json_run_localhost.cc
3337 deps:
3338 - grpc++_test_util
3339 - grpc_test_util
3340 - grpc++
3341 - grpc
3342 - gpr_test_util
3343 - gpr
3344 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003345- name: metrics_client
3346 build: test
3347 run: false
3348 language: c++
3349 headers:
3350 - test/cpp/util/metrics_server.h
3351 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003352 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003353 - test/cpp/interop/metrics_client.cc
3354 deps:
3355 - grpc++
3356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003357 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003358 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003359- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003360 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003361 build: test
3362 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003363 src:
3364 - test/cpp/end2end/mock_test.cc
3365 deps:
3366 - grpc++_test_util
3367 - grpc_test_util
3368 - grpc++
3369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003370 - gpr_test_util
3371 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003372- name: noop-benchmark
3373 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003374 language: c++
3375 src:
3376 - test/cpp/microbenchmarks/noop-benchmark.cc
3377 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003378 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003379- name: proto_server_reflection_test
3380 gtest: true
3381 build: test
3382 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003383 src:
3384 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003385 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003386 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003387 - grpc++_reflection
3388 - grpc++_test_util
3389 - grpc_test_util
3390 - grpc++
3391 - grpc
3392 - gpr_test_util
3393 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003394- name: qps_interarrival_test
3395 build: test
3396 run: false
3397 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003398 src:
3399 - test/cpp/qps/qps_interarrival_test.cc
3400 deps:
3401 - qps
3402 - grpc++_test_util
3403 - grpc_test_util
3404 - grpc++
3405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003406 - gpr_test_util
3407 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003408 platforms:
3409 - mac
3410 - linux
3411 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003412- name: qps_json_driver
3413 build: test
3414 run: false
3415 language: c++
3416 src:
3417 - test/cpp/qps/qps_json_driver.cc
3418 deps:
3419 - qps
3420 - grpc++_test_util
3421 - grpc_test_util
3422 - grpc++
3423 - grpc
3424 - gpr_test_util
3425 - gpr
3426 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003427- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003428 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429 build: test
3430 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003431 src:
3432 - test/cpp/qps/qps_openloop_test.cc
3433 deps:
3434 - qps
3435 - grpc++_test_util
3436 - grpc_test_util
3437 - grpc++
3438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003439 - gpr_test_util
3440 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003441 - grpc++_test_config
3442 platforms:
3443 - mac
3444 - linux
3445 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003446- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003447 build: test
3448 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003449 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003450 headers:
3451 - test/cpp/qps/client.h
3452 - test/cpp/qps/server.h
3453 src:
3454 - test/cpp/qps/worker.cc
3455 deps:
3456 - qps
3457 - grpc++_test_util
3458 - grpc_test_util
3459 - grpc++
3460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003461 - gpr_test_util
3462 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003463 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003464- name: reconnect_interop_client
3465 build: test
3466 run: false
3467 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003468 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003469 - src/proto/grpc/testing/empty.proto
3470 - src/proto/grpc/testing/messages.proto
3471 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003472 - test/cpp/interop/reconnect_interop_client.cc
3473 deps:
3474 - grpc++_test_util
3475 - grpc_test_util
3476 - grpc++
3477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003478 - gpr_test_util
3479 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003480 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003481- name: reconnect_interop_server
3482 build: test
3483 run: false
3484 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003485 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003486 - src/proto/grpc/testing/empty.proto
3487 - src/proto/grpc/testing/messages.proto
3488 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003489 - test/cpp/interop/reconnect_interop_server.cc
3490 deps:
3491 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003492 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003493 - grpc++_test_util
3494 - grpc_test_util
3495 - grpc++
3496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003497 - gpr_test_util
3498 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003499 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003500- name: round_robin_end2end_test
3501 gtest: true
3502 build: test
3503 language: c++
3504 src:
3505 - test/cpp/end2end/round_robin_end2end_test.cc
3506 deps:
3507 - grpc++_test_util
3508 - grpc_test_util
3509 - grpc++
3510 - grpc
3511 - gpr_test_util
3512 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003513- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003514 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003515 build: test
3516 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003517 src:
3518 - test/cpp/common/secure_auth_context_test.cc
3519 deps:
3520 - grpc++_test_util
3521 - grpc_test_util
3522 - grpc++
3523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003524 - gpr_test_util
3525 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003526- name: secure_sync_unary_ping_pong_test
3527 build: test
3528 language: c++
3529 src:
3530 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3531 deps:
3532 - qps
3533 - grpc++_test_util
3534 - grpc_test_util
3535 - grpc++
3536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003537 - gpr_test_util
3538 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003539 platforms:
3540 - mac
3541 - linux
3542 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003543- name: server_builder_plugin_test
3544 gtest: true
3545 build: test
3546 language: c++
3547 src:
3548 - test/cpp/end2end/server_builder_plugin_test.cc
3549 deps:
3550 - grpc++_test_util
3551 - grpc_test_util
3552 - grpc++
3553 - grpc
3554 - gpr_test_util
3555 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003556- name: server_context_test_spouse_test
3557 gtest: true
3558 build: test
3559 language: c++
3560 src:
3561 - test/cpp/test/server_context_test_spouse_test.cc
3562 deps:
3563 - grpc_test_util
3564 - grpc++_test
3565 - grpc++
3566 - grpc
3567 - gpr_test_util
3568 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003569- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003570 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003571 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003572 build: test
3573 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003574 src:
3575 - test/cpp/end2end/server_crash_test.cc
3576 deps:
3577 - grpc++_test_util
3578 - grpc_test_util
3579 - grpc++
3580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003581 - gpr_test_util
3582 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003583 platforms:
3584 - mac
3585 - linux
3586 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003587- name: server_crash_test_client
3588 build: test
3589 run: false
3590 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003591 src:
3592 - test/cpp/end2end/server_crash_test_client.cc
3593 deps:
3594 - grpc++_test_util
3595 - grpc_test_util
3596 - grpc++
3597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003598 - gpr_test_util
3599 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003600- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003601 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003602 build: test
3603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003604 src:
3605 - test/cpp/end2end/shutdown_test.cc
3606 deps:
3607 - grpc++_test_util
3608 - grpc_test_util
3609 - grpc++
3610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003611 - gpr_test_util
3612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003613- name: status_test
3614 build: test
3615 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003616 src:
3617 - test/cpp/util/status_test.cc
3618 deps:
3619 - grpc_test_util
3620 - grpc++
3621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003622 - gpr_test_util
3623 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003624- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003625 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003626 build: test
3627 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003628 src:
3629 - test/cpp/end2end/streaming_throughput_test.cc
3630 deps:
3631 - grpc++_test_util
3632 - grpc_test_util
3633 - grpc++
3634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003635 - gpr_test_util
3636 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003637 platforms:
3638 - mac
3639 - linux
3640 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003641- name: stress_test
3642 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003643 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003644 language: c++
3645 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003646 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003647 - test/cpp/interop/interop_client.h
3648 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003649 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003650 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003651 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003652 - src/proto/grpc/testing/empty.proto
3653 - src/proto/grpc/testing/messages.proto
3654 - src/proto/grpc/testing/metrics.proto
3655 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003656 - test/cpp/interop/interop_client.cc
3657 - test/cpp/interop/stress_interop_client.cc
3658 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003659 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003660 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003661 deps:
3662 - grpc++_test_util
3663 - grpc_test_util
3664 - grpc++
3665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003666 - gpr_test_util
3667 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003668 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003669- name: thread_manager_test
3670 build: test
3671 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003672 src:
3673 - test/cpp/thread_manager/thread_manager_test.cc
3674 deps:
3675 - grpc++
3676 - grpc
3677 - gpr
3678 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003679- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003680 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003681 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003682 build: test
3683 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003684 src:
3685 - test/cpp/end2end/thread_stress_test.cc
3686 deps:
3687 - grpc++_test_util
3688 - grpc_test_util
3689 - grpc++
3690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003691 - gpr_test_util
3692 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003693- name: public_headers_must_be_c89
3694 build: test
3695 language: c89
3696 src:
3697 - test/core/surface/public_headers_must_be_c89.c
3698 deps:
3699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003701vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003702- linkage: static
3703 name: grpc.dependencies.zlib
3704 props: false
3705 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003706 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003707- linkage: static
3708 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003709 props: true
3710 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003711 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003712- name: gflags
3713 props: false
3714 redist: false
3715 version: 2.1.2.1
3716- name: gtest
3717 props: false
3718 redist: false
3719 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003720configs:
3721 asan:
3722 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003723 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3724 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003725 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003726 LD: clang
3727 LDFLAGS: -fsanitize=address
3728 LDXX: clang++
3729 compile_the_world: true
3730 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003731 ASAN_OPTIONS: detect_leaks=1:color=always
3732 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003733 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003734 asan-noleaks:
3735 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003736 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3737 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003738 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003739 LD: clang
3740 LDFLAGS: -fsanitize=address
3741 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003742 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003743 test_environ:
3744 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003745 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003746 asan-trace-cmp:
3747 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003748 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3749 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003750 CXX: clang++
3751 LD: clang
3752 LDFLAGS: -fsanitize=address
3753 LDXX: clang++
3754 compile_the_world: true
3755 test_environ:
3756 ASAN_OPTIONS: detect_leaks=1:color=always
3757 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3758 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003759 basicprof:
3760 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3761 DEFINES: NDEBUG
3762 dbg:
3763 CPPFLAGS: -O0
3764 DEFINES: _DEBUG DEBUG
Craig Tiller5e01e2a2017-01-20 18:11:52 -08003765 easan:
3766 CC: clang
3767 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3768 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
3769 CXX: clang++
3770 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3771 LD: clang
3772 LDFLAGS: -fsanitize=address
3773 LDXX: clang++
3774 compile_the_world: true
3775 test_environ:
3776 ASAN_OPTIONS: detect_leaks=1:color=always
3777 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3778 timeout_multiplier: 3
3779 edbg:
3780 CPPFLAGS: -O0
3781 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3782 etsan:
3783 CC: clang
3784 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
3785 -DGPR_NO_DIRECT_SYSCALLS
3786 CXX: clang++
3787 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3788 LD: clang
3789 LDFLAGS: -fsanitize=thread
3790 LDXX: clang++
3791 compile_the_world: true
3792 test_environ:
3793 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3794 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003795 gcov:
3796 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003797 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003798 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003799 DEFINES: _DEBUG DEBUG GPR_GCOV
3800 LD: gcc
3801 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3802 LDXX: g++
3803 helgrind:
3804 CPPFLAGS: -O0
3805 DEFINES: _DEBUG DEBUG
3806 LDFLAGS: -rdynamic
3807 timeout_multiplier: 20
3808 valgrind: --tool=helgrind
3809 memcheck:
3810 CPPFLAGS: -O0
3811 DEFINES: _DEBUG DEBUG
3812 LDFLAGS: -rdynamic
3813 timeout_multiplier: 10
3814 valgrind: --tool=memcheck --leak-check=full
3815 msan:
3816 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003817 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3818 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3819 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003820 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003821 DEFINES: NDEBUG
3822 LD: clang
3823 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3824 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3825 LDXX: clang++
3826 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003827 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003828 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003829 CPPFLAGS: -O3 -fno-omit-frame-pointer
3830 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003831 LDFLAGS: -rdynamic
3832 opt:
3833 CPPFLAGS: -O2
3834 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003835 stapprof:
3836 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3837 DEFINES: NDEBUG
3838 tsan:
3839 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003840 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003841 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003842 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003843 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003844 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003845 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003846 LDXX: clang++
3847 compile_the_world: true
3848 test_environ:
3849 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003850 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003851 ubsan:
3852 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003853 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3854 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003855 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003856 DEFINES: NDEBUG
3857 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003858 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003859 LDXX: clang++
3860 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003861 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003862 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003863 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003864defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003865 benchmark:
3866 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003867 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003868 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003869 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003870 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003871 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003872 global:
3873 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3874 LDFLAGS: -g
3875 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003876 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003877 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003878node_modules:
3879- deps:
3880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003881 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003882 - boringssl
3883 - z
murgatroid9994a75412015-11-19 14:04:53 -08003884 headers:
3885 - src/node/ext/byte_buffer.h
3886 - src/node/ext/call.h
3887 - src/node/ext/call_credentials.h
3888 - src/node/ext/channel.h
3889 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003890 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003891 - src/node/ext/server.h
3892 - src/node/ext/server_credentials.h
3893 - src/node/ext/timeval.h
3894 js:
3895 - src/node/index.js
3896 - src/node/src/client.js
3897 - src/node/src/common.js
3898 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003899 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003900 - src/node/src/metadata.js
3901 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003902 name: grpc_node
3903 src:
3904 - src/node/ext/byte_buffer.cc
3905 - src/node/ext/call.cc
3906 - src/node/ext/call_credentials.cc
3907 - src/node/ext/channel.cc
3908 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07003909 - src/node/ext/completion_queue_threadpool.cc
3910 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003911 - src/node/ext/node_grpc.cc
3912 - src/node/ext/server.cc
3913 - src/node/ext/server_credentials.cc
3914 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003915openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003916 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003917 extraction_dir: openssl-1.0.2f
3918 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003919php_config_m4:
3920 deps:
3921 - grpc
3922 - gpr
3923 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003924 headers:
3925 - src/php/ext/grpc/byte_buffer.h
3926 - src/php/ext/grpc/call.h
3927 - src/php/ext/grpc/call_credentials.h
3928 - src/php/ext/grpc/channel.h
3929 - src/php/ext/grpc/channel_credentials.h
3930 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003931 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003932 - src/php/ext/grpc/php_grpc.h
3933 - src/php/ext/grpc/server.h
3934 - src/php/ext/grpc/server_credentials.h
3935 - src/php/ext/grpc/timeval.h
3936 src:
3937 - src/php/ext/grpc/byte_buffer.c
3938 - src/php/ext/grpc/call.c
3939 - src/php/ext/grpc/call_credentials.c
3940 - src/php/ext/grpc/channel.c
3941 - src/php/ext/grpc/channel_credentials.c
3942 - src/php/ext/grpc/completion_queue.c
3943 - src/php/ext/grpc/php_grpc.c
3944 - src/php/ext/grpc/server.c
3945 - src/php/ext/grpc/server_credentials.c
3946 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003947python_dependencies:
3948 deps:
3949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003950 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003951 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003952 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003953ruby_gem:
3954 deps:
3955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003957 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003958 - z