blob: 3d7ffd69386875032b9819a168c59a69b98004e4 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
9 '#05': new word.
10 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Craig Tillerdf095702016-09-13 11:06:40 -070015 core_version: 2.0.0-dev
Craig Tiller8dfdb7e2016-08-29 11:25:56 -070016 g_stands_for: good
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020017 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Craig Tiller25834342015-09-25 08:08:24 -070034 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070035 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070036 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070037 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070038 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070039 - src/core/ext/census/grpc_context.c
40 - src/core/ext/census/grpc_filter.c
41 - src/core/ext/census/grpc_plugin.c
42 - src/core/ext/census/initialize.c
43 - src/core/ext/census/mlog.c
44 - src/core/ext/census/operation.c
45 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070046 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070047 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070048 - src/core/ext/census/tracing.c
49 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070050 uses:
51 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070052 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070053- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010054 public_headers:
55 - include/grpc/support/alloc.h
56 - include/grpc/support/atm.h
57 - include/grpc/support/atm_gcc_atomic.h
58 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070059 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010060 - include/grpc/support/avl.h
61 - include/grpc/support/cmdline.h
62 - include/grpc/support/cpu.h
63 - include/grpc/support/histogram.h
64 - include/grpc/support/host_port.h
65 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070066 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010067 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 - include/grpc/support/string_util.h
69 - include/grpc/support/subprocess.h
70 - include/grpc/support/sync.h
71 - include/grpc/support/sync_generic.h
72 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070073 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010074 - include/grpc/support/thd.h
75 - include/grpc/support/time.h
76 - include/grpc/support/tls.h
77 - include/grpc/support/tls_gcc.h
78 - include/grpc/support/tls_msvc.h
79 - include/grpc/support/tls_pthread.h
80 - include/grpc/support/useful.h
81 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/timers.h
83 - src/core/lib/support/backoff.h
84 - src/core/lib/support/block_annotate.h
85 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070086 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/murmur_hash.h
88 - src/core/lib/support/stack_lockfree.h
89 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/thd_internal.h
92 - src/core/lib/support/time_precise.h
93 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010094 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/profiling/basic_timers.c
96 - src/core/lib/profiling/stap_timers.c
97 - src/core/lib/support/alloc.c
98 - src/core/lib/support/avl.c
99 - src/core/lib/support/backoff.c
100 - src/core/lib/support/cmdline.c
101 - src/core/lib/support/cpu_iphone.c
102 - src/core/lib/support/cpu_linux.c
103 - src/core/lib/support/cpu_posix.c
104 - src/core/lib/support/cpu_windows.c
105 - src/core/lib/support/env_linux.c
106 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/histogram.c
109 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/log.c
111 - src/core/lib/support/log_android.c
112 - src/core/lib/support/log_linux.c
113 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700115 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/stack_lockfree.c
118 - src/core/lib/support/string.c
119 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700120 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700121 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/subprocess_posix.c
123 - src/core/lib/support/subprocess_windows.c
124 - src/core/lib/support/sync.c
125 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/thd.c
128 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/time.c
131 - src/core/lib/support/time_posix.c
132 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200135 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700139 uses:
140 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800141- name: gpr_codegen
142 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/atm.h
144 - include/grpc/impl/codegen/atm_gcc_atomic.h
145 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/atm_windows.h
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 Tiller25834342015-09-25 08:08:24 -0700165 - include/grpc/status.h
166 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
Mark D. Roth6a721b52016-10-14 12:43:34 -0700258 - 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
Mark D. Roth6a721b52016-10-14 12:43:34 -0700373 - 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. Rothd58a9852017-01-18 08:28:57 -0800392 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700393 - src/core/ext/client_channel/initial_connect_string.h
394 - src/core/ext/client_channel/lb_policy.h
395 - src/core/ext/client_channel/lb_policy_factory.h
396 - src/core/ext/client_channel/lb_policy_registry.h
397 - src/core/ext/client_channel/parse_address.h
398 - src/core/ext/client_channel/resolver.h
399 - src/core/ext/client_channel/resolver_factory.h
400 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700401 - src/core/ext/client_channel/subchannel.h
402 - src/core/ext/client_channel/subchannel_index.h
403 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700404 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700405 - src/core/ext/client_channel/channel_connectivity.c
406 - src/core/ext/client_channel/client_channel.c
407 - src/core/ext/client_channel/client_channel_factory.c
408 - src/core/ext/client_channel/client_channel_plugin.c
409 - src/core/ext/client_channel/connector.c
410 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700411 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800412 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700413 - src/core/ext/client_channel/initial_connect_string.c
414 - src/core/ext/client_channel/lb_policy.c
415 - src/core/ext/client_channel/lb_policy_factory.c
416 - src/core/ext/client_channel/lb_policy_registry.c
417 - src/core/ext/client_channel/parse_address.c
418 - src/core/ext/client_channel/resolver.c
419 - src/core/ext/client_channel/resolver_factory.c
420 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700421 - src/core/ext/client_channel/subchannel.c
422 - src/core/ext/client_channel/subchannel_index.c
423 - src/core/ext/client_channel/uri_parser.c
424 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700425 uses:
426 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800427- name: grpc_codegen
428 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700429 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800430 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800431 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800432 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800433 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800434 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800435 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700436 uses:
437 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700438- name: grpc_lb_policy_grpclb
439 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700440 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700441 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700442 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700443 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700444 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700445 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700446 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700447 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700448 uses:
449 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700450 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700451 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700452- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700453 src:
454 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700455 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700456 uses:
457 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700458 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700459- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700460 src:
461 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700462 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700463 uses:
464 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700465 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700466- name: grpc_load_reporting
467 headers:
468 - src/core/ext/load_reporting/load_reporting.h
469 - src/core/ext/load_reporting/load_reporting_filter.h
470 src:
471 - src/core/ext/load_reporting/load_reporting.c
472 - src/core/ext/load_reporting/load_reporting_filter.c
473 plugin: grpc_load_reporting_plugin
474 uses:
475 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700476- name: grpc_resolver_dns_native
477 src:
478 - src/core/ext/resolver/dns/native/dns_resolver.c
479 plugin: grpc_resolver_dns_native
480 uses:
481 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700482 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700483- name: grpc_resolver_sockaddr
484 src:
485 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
486 plugin: grpc_resolver_sockaddr
487 uses:
488 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700489 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100490- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700491 public_headers:
492 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100493 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700494 - src/core/lib/security/context/security_context.h
495 - src/core/lib/security/credentials/composite/composite_credentials.h
496 - src/core/lib/security/credentials/credentials.h
497 - src/core/lib/security/credentials/fake/fake_credentials.h
498 - src/core/lib/security/credentials/google_default/google_default_credentials.h
499 - src/core/lib/security/credentials/iam/iam_credentials.h
500 - src/core/lib/security/credentials/jwt/json_token.h
501 - src/core/lib/security/credentials/jwt/jwt_credentials.h
502 - src/core/lib/security/credentials/jwt/jwt_verifier.h
503 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
504 - src/core/lib/security/credentials/plugin/plugin_credentials.h
505 - src/core/lib/security/credentials/ssl/ssl_credentials.h
506 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700507 - src/core/lib/security/transport/secure_endpoint.h
508 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800509 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700510 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700511 - src/core/lib/security/util/b64.h
512 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100513 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700514 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700515 - src/core/lib/security/context/security_context.c
516 - src/core/lib/security/credentials/composite/composite_credentials.c
517 - src/core/lib/security/credentials/credentials.c
518 - src/core/lib/security/credentials/credentials_metadata.c
519 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700520 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700521 - src/core/lib/security/credentials/google_default/google_default_credentials.c
522 - src/core/lib/security/credentials/iam/iam_credentials.c
523 - src/core/lib/security/credentials/jwt/json_token.c
524 - src/core/lib/security/credentials/jwt/jwt_credentials.c
525 - src/core/lib/security/credentials/jwt/jwt_verifier.c
526 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
527 - src/core/lib/security/credentials/plugin/plugin_credentials.c
528 - src/core/lib/security/credentials/ssl/ssl_credentials.c
529 - src/core/lib/security/transport/client_auth_filter.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700530 - src/core/lib/security/transport/secure_endpoint.c
531 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800532 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700533 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700534 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700535 - src/core/lib/security/util/b64.c
536 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700537 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700538 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700539 uses:
540 - grpc_base
541 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700542 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700543- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700544 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700545 headers:
546 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700547 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700548 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700549 - test/core/end2end/fixtures/proxy.h
550 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700551 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200552 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700553 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700554 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700555 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700556 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700557 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700558 - test/core/util/slice_splitter.h
559 src:
560 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700561 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700562 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700563 - test/core/end2end/fixtures/proxy.c
564 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700565 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200566 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700567 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700568 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700569 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700570 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700571 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700572 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700573 - test/core/util/port_windows.c
574 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700575 deps:
576 - grpc
577 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700578- name: grpc_transport_chttp2
579 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700580 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700581 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700582 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
583 - src/core/ext/transport/chttp2/transport/frame.h
584 - src/core/ext/transport/chttp2/transport/frame_data.h
585 - src/core/ext/transport/chttp2/transport/frame_goaway.h
586 - src/core/ext/transport/chttp2/transport/frame_ping.h
587 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
588 - src/core/ext/transport/chttp2/transport/frame_settings.h
589 - src/core/ext/transport/chttp2/transport/frame_window_update.h
590 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
591 - src/core/ext/transport/chttp2/transport/hpack_parser.h
592 - src/core/ext/transport/chttp2/transport/hpack_table.h
593 - src/core/ext/transport/chttp2/transport/http2_errors.h
594 - src/core/ext/transport/chttp2/transport/huffsyms.h
595 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
596 - src/core/ext/transport/chttp2/transport/internal.h
597 - src/core/ext/transport/chttp2/transport/status_conversion.h
598 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700599 - src/core/ext/transport/chttp2/transport/varint.h
600 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700601 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700602 - src/core/ext/transport/chttp2/transport/bin_encoder.c
603 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700604 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
605 - src/core/ext/transport/chttp2/transport/frame_data.c
606 - src/core/ext/transport/chttp2/transport/frame_goaway.c
607 - src/core/ext/transport/chttp2/transport/frame_ping.c
608 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
609 - src/core/ext/transport/chttp2/transport/frame_settings.c
610 - src/core/ext/transport/chttp2/transport/frame_window_update.c
611 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
612 - src/core/ext/transport/chttp2/transport/hpack_parser.c
613 - src/core/ext/transport/chttp2/transport/hpack_table.c
614 - src/core/ext/transport/chttp2/transport/huffsyms.c
615 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
616 - src/core/ext/transport/chttp2/transport/parsing.c
617 - src/core/ext/transport/chttp2/transport/status_conversion.c
618 - src/core/ext/transport/chttp2/transport/stream_lists.c
619 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700620 - src/core/ext/transport/chttp2/transport/varint.c
621 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700622 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700623 uses:
624 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700625 - grpc_transport_chttp2_alpn
626- name: grpc_transport_chttp2_alpn
627 headers:
628 - src/core/ext/transport/chttp2/alpn/alpn.h
629 src:
630 - src/core/ext/transport/chttp2/alpn/alpn.c
631 deps:
632 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800633- name: grpc_transport_chttp2_client_connector
634 headers:
635 - src/core/ext/transport/chttp2/client/chttp2_connector.h
636 src:
637 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800638 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800639 - grpc_transport_chttp2
640 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700641- name: grpc_transport_chttp2_client_insecure
642 src:
643 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700644 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700645 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800646 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700647 - grpc_transport_chttp2
648 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700649 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700650- name: grpc_transport_chttp2_client_secure
651 src:
652 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700653 uses:
654 - grpc_transport_chttp2
655 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700656 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700657 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800658 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800659- name: grpc_transport_chttp2_server
660 headers:
661 - src/core/ext/transport/chttp2/server/chttp2_server.h
662 src:
663 - src/core/ext/transport/chttp2/server/chttp2_server.c
664 uses:
665 - grpc_transport_chttp2
666 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700667- name: grpc_transport_chttp2_server_insecure
668 src:
669 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700670 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700671 uses:
672 - grpc_transport_chttp2
673 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800674 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700675- name: grpc_transport_chttp2_server_secure
676 src:
677 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700678 uses:
679 - grpc_transport_chttp2
680 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700681 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800682 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700683- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700684 public_headers:
685 - include/grpc/grpc_cronet.h
686 - include/grpc/grpc_security.h
687 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700688 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700689 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
690 src:
691 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
692 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
693 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700694 filegroups:
695 - grpc_base
696 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800697- name: nanopb
698 headers:
699 - third_party/nanopb/pb.h
700 - third_party/nanopb/pb_common.h
701 - third_party/nanopb/pb_decode.h
702 - third_party/nanopb/pb_encode.h
703 src:
704 - third_party/nanopb/pb_common.c
705 - third_party/nanopb/pb_decode.c
706 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700707- name: tsi
708 headers:
709 - src/core/lib/tsi/fake_transport_security.h
710 - src/core/lib/tsi/ssl_transport_security.h
711 - src/core/lib/tsi/ssl_types.h
712 - src/core/lib/tsi/transport_security.h
713 - src/core/lib/tsi/transport_security_interface.h
714 src:
715 - src/core/lib/tsi/fake_transport_security.c
716 - src/core/lib/tsi/ssl_transport_security.c
717 - src/core/lib/tsi/transport_security.c
718 deps:
719 - gpr
720 secure: true
721- name: grpc++_base
722 language: c++
723 public_headers:
724 - include/grpc++/alarm.h
725 - include/grpc++/channel.h
726 - include/grpc++/client_context.h
727 - include/grpc++/completion_queue.h
728 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700729 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700730 - include/grpc++/generic/async_generic_service.h
731 - include/grpc++/generic/generic_stub.h
732 - include/grpc++/grpc++.h
733 - include/grpc++/impl/call.h
734 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700735 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700736 - include/grpc++/impl/grpc_library.h
737 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700738 - include/grpc++/impl/rpc_method.h
739 - include/grpc++/impl/rpc_service_method.h
740 - include/grpc++/impl/serialization_traits.h
741 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700742 - include/grpc++/impl/server_builder_plugin.h
743 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700744 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700745 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700746 - include/grpc++/security/auth_context.h
747 - include/grpc++/security/auth_metadata_processor.h
748 - include/grpc++/security/credentials.h
749 - include/grpc++/security/server_credentials.h
750 - include/grpc++/server.h
751 - include/grpc++/server_builder.h
752 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700753 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 - include/grpc++/support/async_stream.h
755 - include/grpc++/support/async_unary_call.h
756 - include/grpc++/support/byte_buffer.h
757 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700758 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700759 - include/grpc++/support/slice.h
760 - include/grpc++/support/status.h
761 - include/grpc++/support/status_code_enum.h
762 - include/grpc++/support/string_ref.h
763 - include/grpc++/support/stub_options.h
764 - include/grpc++/support/sync_stream.h
765 - include/grpc++/support/time.h
766 headers:
767 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700768 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700769 - src/cpp/server/dynamic_thread_pool.h
770 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700771 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700773 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774 - src/cpp/client/client_context.cc
775 - src/cpp/client/create_channel.cc
776 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700777 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700778 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700781 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700782 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700784 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700786 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 - src/cpp/server/async_generic_service.cc
788 - src/cpp/server/create_default_thread_pool.cc
789 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700791 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - src/cpp/server/server_context.cc
793 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700794 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700795 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700796 - src/cpp/util/byte_buffer_cc.cc
797 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 - src/cpp/util/status.cc
799 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700800 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 uses:
yang-g17487f92016-06-03 15:21:15 -0700802 - grpc++_codegen_base
803- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700804 language: c++
805 public_headers:
806 - include/grpc++/impl/codegen/async_stream.h
807 - include/grpc++/impl/codegen/async_unary_call.h
808 - include/grpc++/impl/codegen/call.h
809 - include/grpc++/impl/codegen/call_hook.h
810 - include/grpc++/impl/codegen/channel_interface.h
811 - include/grpc++/impl/codegen/client_context.h
812 - include/grpc++/impl/codegen/client_unary_call.h
813 - include/grpc++/impl/codegen/completion_queue.h
814 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700815 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - include/grpc++/impl/codegen/core_codegen_interface.h
817 - include/grpc++/impl/codegen/create_auth_context.h
818 - include/grpc++/impl/codegen/grpc_library.h
819 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 - include/grpc++/impl/codegen/rpc_method.h
821 - include/grpc++/impl/codegen/rpc_service_method.h
822 - include/grpc++/impl/codegen/security/auth_context.h
823 - include/grpc++/impl/codegen/serialization_traits.h
824 - include/grpc++/impl/codegen/server_context.h
825 - include/grpc++/impl/codegen/server_interface.h
826 - include/grpc++/impl/codegen/service_type.h
827 - include/grpc++/impl/codegen/status.h
828 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700829 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - include/grpc++/impl/codegen/string_ref.h
831 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - include/grpc++/impl/codegen/sync_stream.h
833 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 uses:
835 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700836- name: grpc++_codegen_base_src
837 language: c++
838 src:
839 - src/cpp/codegen/codegen_init.cc
840 uses:
841 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700842- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 language: c++
844 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700845 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 uses:
yang-g17487f92016-06-03 15:21:15 -0700847 - grpc++_codegen_base
848 - grpc++_config_proto
849- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700850 language: c++
851 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700853- name: grpc++_reflection_proto
854 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700855 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700856 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700857- name: thrift_util
858 language: c++
859 public_headers:
860 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700861 - include/grpc++/impl/codegen/thrift_utils.h
862 uses:
863 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100864libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800865- name: gpr
866 build: all
867 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800868 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700869 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800870 secure: false
871 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
872- name: gpr_test_util
873 build: private
874 language: c
875 headers:
876 - test/core/util/test_config.h
877 src:
878 - test/core/util/test_config.c
879 deps:
880 - gpr
881 secure: false
882 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700883- name: grpc
884 build: all
885 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 src:
887 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700888 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800889 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700890 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700891 filegroups:
892 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700893 - grpc_transport_chttp2_server_secure
894 - grpc_transport_chttp2_client_secure
895 - grpc_transport_chttp2_server_insecure
896 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700897 - grpc_lb_policy_grpclb
898 - grpc_lb_policy_pick_first
899 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700900 - grpc_resolver_dns_native
901 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700902 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100903 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700904 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700905 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700906 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700907 vs_packages:
908 - grpc.dependencies.openssl
909 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700910 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700911- name: grpc_cronet
912 build: all
913 language: c
914 src:
915 - src/core/lib/surface/init.c
916 baselib: true
917 deps_linkage: static
918 dll: true
919 filegroups:
920 - grpc_base
921 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700922 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700923 generate_plugin_registry: true
924 platforms:
925 - linux
926 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100927- name: grpc_dll
928 build: private
929 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100930 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100931 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100932 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100933 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100934 build_system:
935 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100936 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100937 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100938 vs_config_type: DynamicLibrary
939 vs_packages:
940 - grpc.dependencies.openssl
941 - grpc.dependencies.zlib
942 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
943 vs_props:
944 - zlib
945 - openssl
946 - winsock
947 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948- name: grpc_test_util
949 build: private
950 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700951 headers:
952 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800953 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700954 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700955 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700956 - test/core/end2end/data/server1_cert.c
957 - test/core/end2end/data/server1_key.c
958 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800959 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700960 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800961 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800962 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700963 - grpc
964 filegroups:
965 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700966 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
968- name: grpc_test_util_unsecure
969 build: private
970 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700971 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800972 - gpr
973 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800974 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700975 filegroups:
976 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977 secure: false
978 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
979- name: grpc_unsecure
980 build: all
981 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700982 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700983 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700984 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700985 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800986 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700987 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700988 filegroups:
989 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700990 - grpc_transport_chttp2_server_insecure
991 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700992 - grpc_resolver_dns_native
993 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700994 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700995 - grpc_lb_policy_grpclb
996 - grpc_lb_policy_pick_first
997 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700998 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700999 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001000 secure: false
1001 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001002- name: reconnect_server
1003 build: private
1004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001005 headers:
1006 - test/core/util/reconnect_server.h
1007 src:
1008 - test/core/util/reconnect_server.c
1009 deps:
yang-gc9fca182015-11-06 16:41:33 -08001010 - test_tcp_server
1011 - grpc_test_util
1012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001013 - gpr_test_util
1014 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001015- name: test_tcp_server
1016 build: private
1017 language: c
1018 headers:
1019 - test/core/util/test_tcp_server.h
1020 src:
1021 - test/core/util/test_tcp_server.c
1022 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001023 - grpc_test_util
1024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001025 - gpr_test_util
1026 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027- name: grpc++
1028 build: all
1029 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001030 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001031 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001032 - src/cpp/client/secure_credentials.h
1033 - src/cpp/common/secure_auth_context.h
1034 - src/cpp/server/secure_server_credentials.h
1035 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001036 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001037 - src/cpp/client/secure_credentials.cc
1038 - src/cpp/common/auth_property_iterator.cc
1039 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001040 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001041 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001042 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001043 - src/cpp/server/secure_server_credentials.cc
1044 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001045 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001046 baselib: true
1047 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001048 filegroups:
1049 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001050 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001051 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001052 secure: check
1053 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001054- name: grpc++_cronet
1055 build: all
1056 language: c++
1057 src:
1058 - src/cpp/client/cronet_credentials.cc
1059 - src/cpp/client/insecure_credentials.cc
1060 - src/cpp/common/insecure_create_auth_context.cc
1061 - src/cpp/server/insecure_server_credentials.cc
1062 deps:
1063 - gpr
1064 - grpc_cronet
1065 baselib: true
1066 dll: true
1067 filegroups:
1068 - grpc++_base
1069 - grpc++_codegen_base
1070 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001071 - grpc_transport_chttp2_client_insecure
1072 - grpc_transport_chttp2_server_insecure
1073 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001074 platforms:
1075 - linux
1076 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001077- name: grpc++_proto_reflection_desc_db
1078 build: private
1079 language: c++
1080 headers:
1081 - test/cpp/util/proto_reflection_descriptor_database.h
1082 src:
1083 - test/cpp/util/proto_reflection_descriptor_database.cc
1084 deps:
1085 - grpc++
1086 filegroups:
1087 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001088 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001089- name: grpc++_reflection
1090 build: all
1091 language: c++
1092 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001093 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001094 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001095 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001096 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001097 - src/cpp/ext/proto_server_reflection.cc
1098 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001099 deps:
1100 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001101 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001102 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001103- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001104 build: private
yang-g42879982016-10-13 15:58:31 -07001105 language: c++
1106 headers:
1107 - include/grpc++/test/server_context_test_spouse.h
1108 src:
1109 - src/cpp/test/server_context_test_spouse.cc
1110 deps:
1111 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001112- name: grpc++_test_config
1113 build: private
1114 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001115 headers:
1116 - test/cpp/util/test_config.h
1117 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001118 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001119- name: grpc++_test_util
1120 build: private
1121 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001122 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001123 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001124 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001125 - test/cpp/util/create_test_channel.h
1126 - test/cpp/util/string_ref_helper.h
1127 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001128 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001129 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001130 - src/proto/grpc/testing/echo_messages.proto
1131 - src/proto/grpc/testing/echo.proto
1132 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001133 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001134 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001135 - test/cpp/util/create_test_channel.cc
1136 - test/cpp/util/string_ref_helper.cc
1137 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001138 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001139 deps:
1140 - grpc++
1141 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001142 filegroups:
1143 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001144 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001145 - grpc++_codegen_proto
1146 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001147 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001148- name: grpc++_unsecure
1149 build: all
1150 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001151 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001152 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001153 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001154 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001155 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001156 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001157 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001158 baselib: true
1159 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001160 filegroups:
1161 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001162 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001163 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164 secure: false
1165 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001166- name: grpc_cli_libs
1167 build: private
1168 language: c++
1169 headers:
1170 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001171 - test/cpp/util/cli_credentials.h
1172 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001173 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001174 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001175 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001176 src:
1177 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001178 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001179 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001180 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001181 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001182 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001183 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001184 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001185 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001186 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001187 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001188- name: grpc_plugin_support
1189 build: protoc
1190 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001191 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001192 - src/compiler/config.h
1193 - src/compiler/cpp_generator.h
1194 - src/compiler/cpp_generator_helpers.h
1195 - src/compiler/csharp_generator.h
1196 - src/compiler/csharp_generator_helpers.h
1197 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001198 - src/compiler/node_generator.h
1199 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001200 - src/compiler/objective_c_generator.h
1201 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001202 - src/compiler/php_generator.h
1203 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001204 - src/compiler/python_generator.h
1205 - src/compiler/ruby_generator.h
1206 - src/compiler/ruby_generator_helpers-inl.h
1207 - src/compiler/ruby_generator_map-inl.h
1208 - src/compiler/ruby_generator_string-inl.h
1209 src:
1210 - src/compiler/cpp_generator.cc
1211 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001212 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001213 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001214 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001215 - src/compiler/python_generator.cc
1216 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001217 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001218 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001219 secure: false
1220 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001221 vs_props:
1222 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001223- name: http2_client_main
1224 build: private
1225 language: c++
1226 headers:
1227 - test/cpp/interop/http2_client.h
1228 src:
1229 - src/proto/grpc/testing/empty.proto
1230 - src/proto/grpc/testing/messages.proto
1231 - src/proto/grpc/testing/test.proto
1232 - test/cpp/interop/http2_client.cc
1233 deps:
1234 - grpc++_test_util
1235 - grpc_test_util
1236 - grpc++
1237 - grpc
1238 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239- name: interop_client_helper
1240 build: private
1241 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001242 headers:
1243 - test/cpp/interop/client_helper.h
1244 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001245 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001246 - test/cpp/interop/client_helper.cc
1247 deps:
1248 - grpc++_test_util
1249 - grpc_test_util
1250 - grpc++
1251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001252 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253- name: interop_client_main
1254 build: private
1255 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001256 headers:
1257 - test/cpp/interop/interop_client.h
1258 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001259 - src/proto/grpc/testing/empty.proto
1260 - src/proto/grpc/testing/messages.proto
1261 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001262 - test/cpp/interop/client.cc
1263 - test/cpp/interop/interop_client.cc
1264 deps:
1265 - interop_client_helper
1266 - grpc++_test_util
1267 - grpc_test_util
1268 - grpc++
1269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001270 - gpr_test_util
1271 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001272 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001273- name: interop_server_helper
1274 build: private
1275 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001276 headers:
1277 - test/cpp/interop/server_helper.h
1278 src:
1279 - test/cpp/interop/server_helper.cc
1280 deps:
yang-gcc591022017-01-11 11:10:43 -08001281 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001282 - grpc_test_util
1283 - grpc++
1284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001285 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001286- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001287 build: private
1288 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001289 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001290 - src/proto/grpc/testing/empty.proto
1291 - src/proto/grpc/testing/messages.proto
1292 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001293 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001294 deps:
1295 - interop_server_helper
1296 - grpc++_test_util
1297 - grpc_test_util
1298 - grpc++
1299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001300 - gpr_test_util
1301 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001302 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001303- name: interop_server_main
1304 build: private
1305 language: c++
1306 src:
1307 - test/cpp/interop/interop_server_bootstrap.cc
1308 deps:
1309 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310- name: qps
1311 build: private
1312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001313 headers:
1314 - test/cpp/qps/client.h
1315 - test/cpp/qps/driver.h
1316 - test/cpp/qps/histogram.h
1317 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001318 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001319 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001320 - test/cpp/qps/qps_worker.h
1321 - test/cpp/qps/report.h
1322 - test/cpp/qps/server.h
1323 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001324 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001325 - test/cpp/util/benchmark_config.h
1326 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001327 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001328 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001329 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001330 - src/proto/grpc/testing/control.proto
1331 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001332 - test/cpp/qps/client_async.cc
1333 - test/cpp/qps/client_sync.cc
1334 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001335 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001336 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001337 - test/cpp/qps/qps_worker.cc
1338 - test/cpp/qps/report.cc
1339 - test/cpp/qps/server_async.cc
1340 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001341 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001342 - test/cpp/util/benchmark_config.cc
1343 deps:
1344 - grpc_test_util
1345 - grpc++_test_util
1346 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001347- name: grpc_csharp_ext
1348 build: all
1349 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001350 src:
1351 - src/csharp/ext/grpc_csharp_ext.c
1352 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001354 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001355 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001356 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001357 dll: only
1358 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001359 vs_packages:
1360 - grpc.dependencies.openssl
1361 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001362 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001363 vs_props:
1364 - zlib
1365 - openssl
1366 - winsock
1367 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001368targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001369- name: alarm_test
1370 build: test
1371 language: c
1372 src:
1373 - test/core/surface/alarm_test.c
1374 deps:
1375 - grpc_test_util
1376 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001377 - gpr_test_util
1378 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001379- name: algorithm_test
1380 build: test
1381 language: c
1382 src:
1383 - test/core/compression/algorithm_test.c
1384 deps:
1385 - grpc_test_util
1386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001387 - gpr_test_util
1388 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001389- name: alloc_test
1390 build: test
1391 language: c
1392 src:
1393 - test/core/support/alloc_test.c
1394 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001395 - gpr_test_util
1396 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001397- name: alpn_test
1398 build: test
1399 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001400 src:
1401 - test/core/transport/chttp2/alpn_test.c
1402 deps:
1403 - grpc_test_util
1404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001405 - gpr_test_util
1406 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001407- name: api_fuzzer
1408 build: fuzzer
1409 language: c
1410 src:
1411 - test/core/end2end/fuzzers/api_fuzzer.c
1412 deps:
1413 - grpc_test_util
1414 - grpc
1415 - gpr_test_util
1416 - gpr
1417 corpus_dirs:
1418 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001419 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001420 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001421- name: bad_server_response_test
1422 build: test
1423 language: c
1424 src:
1425 - test/core/end2end/bad_server_response_test.c
1426 deps:
1427 - test_tcp_server
1428 - grpc_test_util
1429 - grpc
1430 - gpr_test_util
1431 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001432 exclude_iomgrs:
1433 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001434- name: bin_decoder_test
1435 build: test
1436 language: c
1437 src:
1438 - test/core/transport/chttp2/bin_decoder_test.c
1439 deps:
1440 - grpc_test_util
1441 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001442- name: bin_encoder_test
1443 build: test
1444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001445 src:
1446 - test/core/transport/chttp2/bin_encoder_test.c
1447 deps:
1448 - grpc_test_util
1449 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001450- name: census_context_test
1451 build: test
1452 language: c
1453 src:
1454 - test/core/census/context_test.c
1455 deps:
1456 - grpc_test_util
1457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001458 - gpr_test_util
1459 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001460- name: census_resource_test
1461 build: test
1462 language: c
1463 src:
1464 - test/core/census/resource_test.c
1465 deps:
1466 - grpc_test_util
1467 - grpc
1468 - gpr_test_util
1469 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001470- name: census_trace_context_test
1471 build: test
1472 language: c
1473 src:
1474 - test/core/census/trace_context_test.c
1475 deps:
1476 - grpc_test_util
1477 - grpc
1478 - gpr_test_util
1479 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001480- name: channel_create_test
1481 build: test
1482 language: c
1483 src:
1484 - test/core/surface/channel_create_test.c
1485 deps:
1486 - grpc_test_util
1487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001488 - gpr_test_util
1489 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001490- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001491 build: test
1492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001493 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001494 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001495 deps:
1496 - grpc_test_util
1497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001498 - gpr_test_util
1499 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001500- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001501 build: test
1502 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001503 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001504 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001505 deps:
1506 - grpc_test_util
1507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001508 - gpr_test_util
1509 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001510- name: chttp2_stream_map_test
1511 build: test
1512 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001513 src:
1514 - test/core/transport/chttp2/stream_map_test.c
1515 deps:
1516 - grpc_test_util
1517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001518 - gpr_test_util
1519 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001520- name: chttp2_varint_test
1521 build: test
1522 language: c
1523 src:
1524 - test/core/transport/chttp2/varint_test.c
1525 deps:
1526 - grpc_test_util
1527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001528 - gpr_test_util
1529 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001530- name: client_fuzzer
1531 build: fuzzer
1532 language: c
1533 src:
1534 - test/core/end2end/fuzzers/client_fuzzer.c
1535 deps:
1536 - grpc_test_util
1537 - grpc
1538 - gpr_test_util
1539 - gpr
1540 corpus_dirs:
1541 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001542 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001543 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001544- name: combiner_test
1545 cpu_cost: 30
1546 build: test
1547 language: c
1548 src:
1549 - test/core/iomgr/combiner_test.c
1550 deps:
1551 - grpc_test_util
1552 - grpc
1553 - gpr_test_util
1554 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555- name: compression_test
1556 build: test
1557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001558 src:
1559 - test/core/compression/compression_test.c
1560 deps:
1561 - grpc_test_util
1562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001565- name: concurrent_connectivity_test
1566 build: test
1567 language: c
1568 src:
1569 - test/core/surface/concurrent_connectivity_test.c
1570 deps:
1571 - grpc_test_util
1572 - grpc
1573 - gpr_test_util
1574 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001575 exclude_iomgrs:
1576 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001577- name: connection_refused_test
1578 cpu_cost: 0.1
1579 build: test
1580 language: c
1581 src:
1582 - test/core/end2end/connection_refused_test.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
1586 - gpr_test_util
1587 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001588- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001589 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001590 build: test
1591 language: c
1592 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001593 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001594 deps:
1595 - grpc_test_util
1596 - grpc
1597 - gpr_test_util
1598 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001599 exclude_iomgrs:
1600 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001601- name: dns_resolver_test
1602 build: test
1603 language: c
1604 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001605 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001606 deps:
1607 - grpc_test_util
1608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr_test_util
1610 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001611- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001612 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001613 build: test
1614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001615 src:
1616 - test/core/end2end/dualstack_socket_test.c
1617 deps:
1618 - grpc_test_util
1619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 - gpr_test_util
1621 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001622 exclude_iomgrs:
1623 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001624 platforms:
1625 - mac
1626 - linux
1627 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001628- name: endpoint_pair_test
1629 build: test
1630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001631 src:
1632 - test/core/iomgr/endpoint_pair_test.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr_test_util
1637 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001638 exclude_iomgrs:
1639 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001640- name: ev_epoll_linux_test
1641 build: test
1642 language: c
1643 src:
1644 - test/core/iomgr/ev_epoll_linux_test.c
1645 deps:
1646 - grpc_test_util
1647 - grpc
1648 - gpr_test_util
1649 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001650 exclude_iomgrs:
1651 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001652 platforms:
1653 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001654- name: fd_conservation_posix_test
1655 build: test
1656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001657 src:
1658 - test/core/iomgr/fd_conservation_posix_test.c
1659 deps:
1660 - grpc_test_util
1661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001662 - gpr_test_util
1663 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001664 exclude_iomgrs:
1665 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001666 platforms:
1667 - mac
1668 - linux
1669 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001670- name: fd_posix_test
1671 build: test
1672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
1674 - test/core/iomgr/fd_posix_test.c
1675 deps:
1676 - grpc_test_util
1677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001678 - gpr_test_util
1679 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001680 exclude_iomgrs:
1681 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001682 platforms:
1683 - mac
1684 - linux
1685 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686- name: fling_client
1687 build: test
1688 run: false
1689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001690 src:
1691 - test/core/fling/client.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr_test_util
1696 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697- name: fling_server
1698 build: test
1699 run: false
1700 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001701 src:
1702 - test/core/fling/server.c
1703 deps:
1704 - grpc_test_util
1705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001706 - gpr_test_util
1707 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001709 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710 build: test
1711 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001712 src:
1713 - test/core/fling/fling_stream_test.c
1714 deps:
1715 - grpc_test_util
1716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001717 - gpr_test_util
1718 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001719 platforms:
1720 - mac
1721 - linux
1722 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001723- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001724 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001725 build: test
1726 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001727 src:
1728 - test/core/fling/fling_test.c
1729 deps:
1730 - grpc_test_util
1731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001732 - gpr_test_util
1733 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001734 platforms:
1735 - mac
1736 - linux
1737 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001738- name: gen_hpack_tables
1739 build: tool
1740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001741 src:
1742 - tools/codegen/core/gen_hpack_tables.c
1743 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001745 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: gen_legal_metadata_characters
1747 build: tool
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001751 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001752- name: gen_percent_encoding_tables
1753 build: tool
1754 language: c
1755 src:
1756 - tools/codegen/core/gen_percent_encoding_tables.c
1757 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001758- name: goaway_server_test
1759 cpu_cost: 0.1
1760 build: test
1761 language: c
1762 src:
1763 - test/core/end2end/goaway_server_test.c
1764 deps:
1765 - grpc_test_util
1766 - grpc
1767 - gpr_test_util
1768 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001769 exclude_iomgrs:
1770 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001771 platforms:
1772 - mac
1773 - linux
1774 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001775- name: gpr_avl_test
1776 build: test
1777 language: c
1778 src:
1779 - test/core/support/avl_test.c
1780 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001781 - gpr_test_util
1782 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001783- name: gpr_backoff_test
1784 build: test
1785 language: c
1786 src:
1787 - test/core/support/backoff_test.c
1788 deps:
1789 - gpr_test_util
1790 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001791- name: gpr_cmdline_test
1792 build: test
1793 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001794 src:
1795 - test/core/support/cmdline_test.c
1796 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr_test_util
1798 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001799- name: gpr_cpu_test
1800 build: test
1801 language: c
1802 src:
1803 - test/core/support/cpu_test.c
1804 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001805 - gpr_test_util
1806 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001807- name: gpr_env_test
1808 build: test
1809 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001810 src:
1811 - test/core/support/env_test.c
1812 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001813 - gpr_test_util
1814 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815- name: gpr_histogram_test
1816 build: test
1817 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001818 src:
1819 - test/core/support/histogram_test.c
1820 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 - gpr_test_util
1822 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823- name: gpr_host_port_test
1824 build: test
1825 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001826 src:
1827 - test/core/support/host_port_test.c
1828 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001829 - gpr_test_util
1830 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001831- name: gpr_log_test
1832 build: test
1833 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001834 src:
1835 - test/core/support/log_test.c
1836 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001839- name: gpr_mpscq_test
1840 cpu_cost: 30
1841 build: test
1842 language: c
1843 src:
1844 - test/core/support/mpscq_test.c
1845 deps:
1846 - gpr_test_util
1847 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001848- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001849 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850 build: test
1851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001852 src:
1853 - test/core/support/stack_lockfree_test.c
1854 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001855 - gpr_test_util
1856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: gpr_string_test
1858 build: test
1859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001860 src:
1861 - test/core/support/string_test.c
1862 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001866 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867 build: test
1868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - test/core/support/sync_test.c
1871 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001872 - gpr_test_util
1873 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001874- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001875 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001876 build: test
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - test/core/support/thd_test.c
1880 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: gpr_time_test
1884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
1887 - test/core/support/time_test.c
1888 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 - gpr_test_util
1890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: gpr_tls_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/support/tls_test.c
1896 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: gpr_useful_test
1900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/support/useful_test.c
1904 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: grpc_auth_context_test
1908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/security/auth_context_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001917- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001918 build: test
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001921 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001922 deps:
1923 - grpc_test_util
1924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001927- name: grpc_byte_buffer_reader_test
1928 build: test
1929 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001930 src:
1931 - test/core/surface/byte_buffer_reader_test.c
1932 deps:
1933 - grpc_test_util
1934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr_test_util
1936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: grpc_channel_args_test
1938 build: test
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/core/channel/channel_args_test.c
1942 deps:
1943 - grpc_test_util
1944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001945 - gpr_test_util
1946 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001947- name: grpc_channel_stack_test
1948 build: test
1949 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001950 src:
1951 - test/core/channel/channel_stack_test.c
1952 deps:
1953 - grpc_test_util
1954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001955 - gpr_test_util
1956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001957- name: grpc_completion_queue_test
1958 build: test
1959 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001960 src:
1961 - test/core/surface/completion_queue_test.c
1962 deps:
1963 - grpc_test_util
1964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001967 exclude_iomgrs:
1968 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969- name: grpc_create_jwt
1970 build: tool
1971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
1973 - test/core/security/create_jwt.c
1974 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001977 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001978- name: grpc_credentials_test
1979 build: test
1980 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001981 src:
1982 - test/core/security/credentials_test.c
1983 deps:
1984 - grpc_test_util
1985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001986 - gpr_test_util
1987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001988- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001989 build: test
1990 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001991 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001992 src:
1993 - test/core/security/fetch_oauth2.c
1994 deps:
1995 - grpc_test_util
1996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001997 - gpr_test_util
1998 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001999- name: grpc_invalid_channel_args_test
2000 build: test
2001 language: c
2002 src:
2003 - test/core/surface/invalid_channel_args_test.c
2004 deps:
2005 - grpc_test_util
2006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002007 - gpr_test_util
2008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002009- name: grpc_json_token_test
2010 build: test
2011 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002012 src:
2013 - test/core/security/json_token_test.c
2014 deps:
2015 - grpc_test_util
2016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002017 - gpr_test_util
2018 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002019 platforms:
2020 - linux
2021 - posix
2022 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002023- name: grpc_jwt_verifier_test
2024 build: test
2025 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002026 src:
2027 - test/core/security/jwt_verifier_test.c
2028 deps:
2029 - grpc_test_util
2030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002031 - gpr_test_util
2032 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002033- name: grpc_print_google_default_creds_token
2034 build: tool
2035 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002036 src:
2037 - test/core/security/print_google_default_creds_token.c
2038 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002041- name: grpc_security_connector_test
2042 build: test
2043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002044 src:
2045 - test/core/security/security_connector_test.c
2046 deps:
2047 - grpc_test_util
2048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002049 - gpr_test_util
2050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051- name: grpc_verify_jwt
2052 build: tool
2053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002054 src:
2055 - test/core/security/verify_jwt.c
2056 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002058 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002059- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002060 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002061 language: c
2062 src:
2063 - test/core/handshake/client_ssl.c
2064 deps:
2065 - grpc_test_util
2066 - grpc
2067 - gpr_test_util
2068 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002069 platforms:
2070 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002071 secure: true
2072- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002073 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002074 language: c
2075 src:
2076 - test/core/handshake/server_ssl.c
2077 deps:
2078 - grpc_test_util
2079 - grpc
2080 - gpr_test_util
2081 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002082 platforms:
2083 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002084 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002085- name: hpack_parser_fuzzer_test
2086 build: fuzzer
2087 language: c
2088 src:
2089 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
2093 - gpr_test_util
2094 - gpr
2095 corpus_dirs:
2096 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002097 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002098 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: hpack_parser_test
2100 build: test
2101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002102 src:
2103 - test/core/transport/chttp2/hpack_parser_test.c
2104 deps:
2105 - grpc_test_util
2106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002109- name: hpack_table_test
2110 build: test
2111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002112 src:
2113 - test/core/transport/chttp2/hpack_table_test.c
2114 deps:
2115 - grpc_test_util
2116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002117 - gpr_test_util
2118 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002119- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120 build: test
2121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002122 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002123 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002124 deps:
2125 - grpc_test_util
2126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002127 - gpr_test_util
2128 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002129- name: http_request_fuzzer_test
2130 build: fuzzer
2131 language: c
2132 src:
2133 - test/core/http/request_fuzzer.c
2134 deps:
2135 - grpc_test_util
2136 - grpc
2137 - gpr_test_util
2138 - gpr
2139 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002140 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002141 maxlen: 2048
2142- name: http_response_fuzzer_test
2143 build: fuzzer
2144 language: c
2145 src:
2146 - test/core/http/response_fuzzer.c
2147 deps:
2148 - grpc_test_util
2149 - grpc
2150 - gpr_test_util
2151 - gpr
2152 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002153 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002154 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002155- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156 build: test
2157 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002158 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002159 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002160 deps:
2161 - grpc_test_util
2162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002163 - gpr_test_util
2164 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002165- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002166 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167 build: test
2168 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002169 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002170 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002171 deps:
2172 - grpc_test_util
2173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002176 platforms:
2177 - mac
2178 - linux
2179 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002180- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002181 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002182 build: test
2183 language: c
2184 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002185 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002186 deps:
2187 - grpc_test_util
2188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002189 - gpr_test_util
2190 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002191 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002192 - linux
yang-gf1183302015-12-07 16:02:05 -08002193- name: init_test
2194 build: test
2195 language: c
2196 src:
2197 - test/core/surface/init_test.c
2198 deps:
2199 - grpc_test_util
2200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002203- name: internal_api_canary_iomgr_test
2204 build: test
2205 run: false
2206 language: c
2207 src:
2208 - test/core/internal_api_canaries/iomgr.c
2209 deps:
2210 - grpc_test_util
2211 - grpc
2212 - gpr_test_util
2213 - gpr
2214- name: internal_api_canary_support_test
2215 build: test
2216 run: false
2217 language: c
2218 src:
2219 - test/core/internal_api_canaries/iomgr.c
2220 deps:
2221 - grpc_test_util
2222 - grpc
2223 - gpr_test_util
2224 - gpr
2225- name: internal_api_canary_transport_test
2226 build: test
2227 run: false
2228 language: c
2229 src:
2230 - test/core/internal_api_canaries/iomgr.c
2231 deps:
2232 - grpc_test_util
2233 - grpc
2234 - gpr_test_util
2235 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002236- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002237 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002238 build: test
2239 language: c
2240 src:
2241 - test/core/end2end/invalid_call_argument_test.c
2242 deps:
2243 - grpc_test_util
2244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 - gpr_test_util
2246 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002247- name: json_fuzzer_test
2248 build: fuzzer
2249 language: c
2250 src:
2251 - test/core/json/fuzzer.c
2252 deps:
2253 - grpc_test_util
2254 - grpc
2255 - gpr_test_util
2256 - gpr
2257 corpus_dirs:
2258 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002259 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002260- name: json_rewrite
2261 build: test
2262 run: false
2263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002264 src:
2265 - test/core/json/json_rewrite.c
2266 deps:
2267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: json_rewrite_test
2270 build: test
2271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002272 src:
2273 - test/core/json/json_rewrite_test.c
2274 deps:
2275 - grpc_test_util
2276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr_test_util
2278 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002279- name: json_stream_error_test
2280 build: test
2281 language: c
2282 src:
2283 - test/core/json/json_stream_error_test.c
2284 deps:
2285 - grpc_test_util
2286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002287 - gpr_test_util
2288 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002289- name: json_test
2290 build: test
2291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002292 src:
2293 - test/core/json/json_test.c
2294 deps:
2295 - grpc_test_util
2296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: lame_client_test
2300 build: test
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/core/surface/lame_client_test.c
2304 deps:
2305 - grpc_test_util
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002309- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002310 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002311 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002312 build: test
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002315 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002321- name: load_file_test
2322 build: test
2323 language: c
2324 src:
2325 - test/core/iomgr/load_file_test.c
2326 deps:
2327 - grpc_test_util
2328 - grpc
2329 - gpr_test_util
2330 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002331- name: low_level_ping_pong_benchmark
2332 build: benchmark
2333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
2335 - test/core/network_benchmarks/low_level_ping_pong.c
2336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002341 platforms:
2342 - mac
2343 - linux
2344 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002345- name: memory_profile_client
2346 build: test
2347 run: false
2348 language: c
2349 src:
2350 - test/core/memory_usage/client.c
2351 deps:
2352 - grpc_test_util
2353 - grpc
2354 - gpr_test_util
2355 - gpr
2356- name: memory_profile_server
2357 build: test
2358 run: false
2359 language: c
2360 src:
2361 - test/core/memory_usage/server.c
2362 deps:
2363 - grpc_test_util
2364 - grpc
2365 - gpr_test_util
2366 - gpr
2367- name: memory_profile_test
2368 cpu_cost: 1.5
2369 build: test
2370 language: c
2371 src:
2372 - test/core/memory_usage/memory_usage_test.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
2376 - gpr_test_util
2377 - gpr
2378 platforms:
2379 - mac
2380 - linux
2381 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002382- name: message_compress_test
2383 build: test
2384 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002385 src:
2386 - test/core/compression/message_compress_test.c
2387 deps:
2388 - grpc_test_util
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002392- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002393 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002394 build: test
2395 language: c
2396 src:
2397 - test/core/census/mlog_test.c
2398 deps:
2399 - grpc_test_util
2400 - grpc
2401 - gpr_test_util
2402 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002403- name: multiple_server_queues_test
2404 build: test
2405 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002406 src:
2407 - test/core/end2end/multiple_server_queues_test.c
2408 deps:
2409 - grpc_test_util
2410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 - gpr_test_util
2412 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002413- name: murmur_hash_test
2414 build: test
2415 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002416 src:
2417 - test/core/support/murmur_hash_test.c
2418 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr_test_util
2420 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002421- name: nanopb_fuzzer_response_test
2422 build: fuzzer
2423 language: c
2424 src:
2425 - test/core/nanopb/fuzzer_response.c
2426 deps:
2427 - grpc_test_util
2428 - grpc
2429 - gpr_test_util
2430 - gpr
2431 corpus_dirs:
2432 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002433 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002434- name: nanopb_fuzzer_serverlist_test
2435 build: fuzzer
2436 language: c
2437 src:
2438 - test/core/nanopb/fuzzer_serverlist.c
2439 deps:
2440 - grpc_test_util
2441 - grpc
2442 - gpr_test_util
2443 - gpr
2444 corpus_dirs:
2445 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002446 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002448 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449 build: test
2450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
2452 - test/core/end2end/no_server_test.c
2453 deps:
2454 - grpc_test_util
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002458- name: percent_decode_fuzzer
2459 build: fuzzer
2460 language: c
2461 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002462 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002463 deps:
2464 - grpc_test_util
2465 - grpc
2466 - gpr_test_util
2467 - gpr
2468 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002469 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002470 maxlen: 32
2471- name: percent_encode_fuzzer
2472 build: fuzzer
2473 language: c
2474 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002475 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002476 deps:
2477 - grpc_test_util
2478 - grpc
2479 - gpr_test_util
2480 - gpr
2481 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002482 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002483 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002484- name: percent_encoding_test
2485 build: test
2486 language: c
2487 src:
2488 - test/core/slice/percent_encoding_test.c
2489 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002490 - grpc_test_util
2491 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002492 - gpr_test_util
2493 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002494- name: resolve_address_test
2495 build: test
2496 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002497 src:
2498 - test/core/iomgr/resolve_address_test.c
2499 deps:
2500 - grpc_test_util
2501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002502 - gpr_test_util
2503 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002504 exclude_iomgrs:
2505 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002506- name: resource_quota_test
2507 cpu_cost: 30
2508 build: test
2509 language: c
2510 src:
2511 - test/core/iomgr/resource_quota_test.c
2512 deps:
2513 - grpc_test_util
2514 - grpc
2515 - gpr_test_util
2516 - gpr
yang-gd482e592015-12-10 14:04:00 -08002517- name: secure_channel_create_test
2518 build: test
2519 language: c
2520 src:
2521 - test/core/surface/secure_channel_create_test.c
2522 deps:
2523 - grpc_test_util
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr_test_util
2526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: secure_endpoint_test
2528 build: test
2529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002530 src:
2531 - test/core/security/secure_endpoint_test.c
2532 deps:
2533 - grpc_test_util
2534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002535 - gpr_test_util
2536 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002537 exclude_iomgrs:
2538 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002539- name: sequential_connectivity_test
2540 build: test
2541 language: c
2542 src:
2543 - test/core/surface/sequential_connectivity_test.c
2544 deps:
2545 - grpc_test_util
2546 - grpc
2547 - gpr_test_util
2548 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002549 exclude_iomgrs:
2550 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002551- name: server_chttp2_test
2552 build: test
2553 language: c
2554 src:
2555 - test/core/surface/server_chttp2_test.c
2556 deps:
2557 - grpc_test_util
2558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002559 - gpr_test_util
2560 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002561- name: server_fuzzer
2562 build: fuzzer
2563 language: c
2564 src:
2565 - test/core/end2end/fuzzers/server_fuzzer.c
2566 deps:
2567 - grpc_test_util
2568 - grpc
2569 - gpr_test_util
2570 - gpr
2571 corpus_dirs:
2572 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002573 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002574 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002575- name: server_test
2576 build: test
2577 language: c
2578 src:
2579 - test/core/surface/server_test.c
2580 deps:
2581 - grpc_test_util
2582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002583 - gpr_test_util
2584 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002585- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002586 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002587 build: test
2588 language: c
2589 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002590 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002591 deps:
2592 - test_tcp_server
2593 - grpc_test_util
2594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002595 - gpr_test_util
2596 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002597 exclude_iomgrs:
2598 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002599- name: slice_buffer_test
2600 build: test
2601 language: c
2602 src:
2603 - test/core/slice/slice_buffer_test.c
2604 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002605 - grpc_test_util
2606 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002607 - gpr_test_util
2608 - gpr
2609- name: slice_string_helpers_test
2610 build: test
2611 language: c
2612 src:
2613 - test/core/slice/slice_string_helpers_test.c
2614 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002615 - grpc_test_util
2616 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002617 - gpr_test_util
2618 - gpr
2619- name: slice_test
2620 build: test
2621 language: c
2622 src:
2623 - test/core/slice/slice_test.c
2624 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002625 - grpc_test_util
2626 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002627 - gpr_test_util
2628 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002629- name: sockaddr_resolver_test
2630 build: test
2631 language: c
2632 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002633 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002634 deps:
2635 - grpc_test_util
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr_test_util
2638 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002639- name: sockaddr_utils_test
2640 build: test
2641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002642 src:
2643 - test/core/iomgr/sockaddr_utils_test.c
2644 deps:
2645 - grpc_test_util
2646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002647 - gpr_test_util
2648 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002649- name: socket_utils_test
2650 build: test
2651 language: c
2652 src:
2653 - test/core/iomgr/socket_utils_test.c
2654 deps:
2655 - grpc_test_util
2656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002657 - gpr_test_util
2658 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002659 exclude_iomgrs:
2660 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002661 platforms:
2662 - mac
2663 - linux
2664 - posix
yang-g31e21282016-11-04 15:10:03 -07002665- name: ssl_server_fuzzer
2666 build: fuzzer
2667 language: c
2668 src:
2669 - test/core/security/ssl_server_fuzzer.c
2670 deps:
2671 - grpc_test_util
2672 - grpc
2673 - gpr_test_util
2674 - gpr
2675 corpus_dirs:
2676 - test/core/security/corpus/ssl_server_corpus
2677 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07002678- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002679 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002680 build: test
2681 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002682 src:
2683 - test/core/iomgr/tcp_client_posix_test.c
2684 deps:
2685 - grpc_test_util
2686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002687 - gpr_test_util
2688 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002689 exclude_iomgrs:
2690 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002691 platforms:
2692 - mac
2693 - linux
2694 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002695- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002696 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002697 build: test
2698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002699 src:
2700 - test/core/iomgr/tcp_posix_test.c
2701 deps:
2702 - grpc_test_util
2703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002704 - gpr_test_util
2705 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002706 exclude_iomgrs:
2707 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002708 platforms:
2709 - mac
2710 - linux
2711 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002712- name: tcp_server_posix_test
2713 build: test
2714 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002715 src:
2716 - test/core/iomgr/tcp_server_posix_test.c
2717 deps:
2718 - grpc_test_util
2719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002720 - gpr_test_util
2721 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002722 exclude_iomgrs:
2723 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002724 platforms:
2725 - mac
2726 - linux
2727 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728- name: time_averaged_stats_test
2729 build: test
2730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002731 src:
2732 - test/core/iomgr/time_averaged_stats_test.c
2733 deps:
2734 - grpc_test_util
2735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002736 - gpr_test_util
2737 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002738- name: timeout_encoding_test
2739 build: test
2740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002741 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002742 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002743 deps:
2744 - grpc_test_util
2745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002746 - gpr_test_util
2747 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002748- name: timer_heap_test
2749 build: test
2750 language: c
2751 src:
2752 - test/core/iomgr/timer_heap_test.c
2753 deps:
2754 - grpc_test_util
2755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002756 - gpr_test_util
2757 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002758 exclude_iomgrs:
2759 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002760- name: timer_list_test
2761 build: test
2762 language: c
2763 src:
2764 - test/core/iomgr/timer_list_test.c
2765 deps:
2766 - grpc_test_util
2767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002768 - gpr_test_util
2769 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002770 exclude_iomgrs:
2771 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002772- name: transport_connectivity_state_test
2773 build: test
2774 language: c
2775 src:
2776 - test/core/transport/connectivity_state_test.c
2777 deps:
2778 - grpc_test_util
2779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002780 - gpr_test_util
2781 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002782- name: transport_metadata_test
2783 build: test
2784 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002785 src:
2786 - test/core/transport/metadata_test.c
2787 deps:
2788 - grpc_test_util
2789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002790 - gpr_test_util
2791 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002792- name: transport_pid_controller_test
2793 build: test
2794 language: c
2795 src:
2796 - test/core/transport/pid_controller_test.c
2797 deps:
2798 - grpc_test_util
2799 - grpc
2800 - gpr_test_util
2801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802- name: transport_security_test
2803 build: test
2804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002805 src:
2806 - test/core/tsi/transport_security_test.c
2807 deps:
2808 - grpc_test_util
2809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002810 - gpr_test_util
2811 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002812 platforms:
2813 - linux
2814 - posix
2815 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002816- name: udp_server_test
2817 build: test
2818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002819 src:
2820 - test/core/iomgr/udp_server_test.c
2821 deps:
2822 - grpc_test_util
2823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002824 - gpr_test_util
2825 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002826 exclude_iomgrs:
2827 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002828 platforms:
2829 - mac
2830 - linux
2831 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002832- name: uri_fuzzer_test
2833 build: fuzzer
2834 language: c
2835 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002836 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002837 deps:
2838 - grpc_test_util
2839 - grpc
2840 - gpr_test_util
2841 - gpr
2842 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002843 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002844 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845- name: uri_parser_test
2846 build: test
2847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002848 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002849 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002850 deps:
2851 - grpc_test_util
2852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002853 - gpr_test_util
2854 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002855- name: wakeup_fd_cv_test
2856 build: test
2857 language: c
2858 src:
2859 - test/core/iomgr/wakeup_fd_cv_test.c
2860 deps:
2861 - grpc_test_util
2862 - grpc
2863 - gpr_test_util
2864 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002865 exclude_iomgrs:
2866 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002867 platforms:
2868 - mac
2869 - linux
2870 - posix
vjpai04e992a2016-02-10 16:58:38 -08002871- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002872 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002873 build: test
2874 language: c++
2875 src:
2876 - test/cpp/common/alarm_cpp_test.cc
2877 deps:
2878 - grpc++_test_util
2879 - grpc_test_util
2880 - grpc++
2881 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002882 - gpr_test_util
2883 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002884- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002885 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886 build: test
2887 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002888 src:
2889 - test/cpp/end2end/async_end2end_test.cc
2890 deps:
2891 - grpc++_test_util
2892 - grpc_test_util
2893 - grpc++
2894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002895 - gpr_test_util
2896 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002897- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002898 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002899 build: test
2900 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002901 src:
2902 - test/cpp/common/auth_property_iterator_test.cc
2903 deps:
2904 - grpc++_test_util
2905 - grpc_test_util
2906 - grpc++
2907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002908 - gpr_test_util
2909 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002910- name: bm_fullstack
2911 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002912 language: c++
2913 src:
2914 - test/cpp/microbenchmarks/bm_fullstack.cc
2915 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002916 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002917 - grpc++_test_util
2918 - grpc_test_util
2919 - grpc++
2920 - grpc
2921 - gpr_test_util
2922 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002923- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002924 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002925 build: test
2926 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002927 src:
yang-g52705592015-11-25 11:45:33 -08002928 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002929 deps:
2930 - grpc++
2931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002932 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002933- name: channel_filter_test
2934 gtest: true
2935 build: test
2936 language: c++
2937 src:
2938 - test/cpp/common/channel_filter_test.cc
2939 deps:
2940 - grpc++
2941 - grpc
2942 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002943- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002944 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002945 build: test
2946 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002947 src:
2948 - test/cpp/util/cli_call_test.cc
2949 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002950 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002951 - grpc++_test_util
2952 - grpc_test_util
2953 - grpc++
2954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002955 - gpr_test_util
2956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002957- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002958 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002959 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002960 build: test
2961 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002962 src:
2963 - test/cpp/end2end/client_crash_test.cc
2964 deps:
2965 - grpc++_test_util
2966 - grpc_test_util
2967 - grpc++
2968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002969 - gpr_test_util
2970 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002971 platforms:
2972 - mac
2973 - linux
2974 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002975- name: client_crash_test_server
2976 build: test
2977 run: false
2978 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002979 src:
2980 - test/cpp/end2end/client_crash_test_server.cc
2981 deps:
2982 - grpc++_test_util
2983 - grpc_test_util
2984 - grpc++
2985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002986 - gpr_test_util
2987 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002988- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002989 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002990 build: test
2991 language: c++
2992 src:
2993 - src/proto/grpc/testing/control.proto
2994 - src/proto/grpc/testing/messages.proto
2995 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002996 - src/proto/grpc/testing/services.proto
2997 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002998 - test/cpp/codegen/codegen_test_full.cc
2999 deps:
3000 - grpc++
3001 - grpc
3002 - gpr
3003 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003004 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003005- name: codegen_test_minimal
3006 gtest: true
3007 build: test
3008 language: c++
3009 src:
3010 - src/proto/grpc/testing/control.proto
3011 - src/proto/grpc/testing/messages.proto
3012 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003013 - src/proto/grpc/testing/services.proto
3014 - src/proto/grpc/testing/stats.proto
3015 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003016 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003017 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003018 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003019- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003020 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003021 build: test
3022 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003023 src:
3024 - test/cpp/client/credentials_test.cc
3025 deps:
3026 - grpc++
3027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003029- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003030 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003031 build: test
3032 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003033 src:
3034 - test/cpp/util/byte_buffer_test.cc
3035 deps:
3036 - grpc_test_util
3037 - grpc++
3038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003039 - gpr_test_util
3040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003042 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003043 build: test
3044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003045 src:
3046 - test/cpp/util/slice_test.cc
3047 deps:
3048 - grpc_test_util
3049 - grpc++
3050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003051 - gpr_test_util
3052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003053- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003054 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003055 build: test
3056 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003057 src:
3058 - test/cpp/util/string_ref_test.cc
3059 deps:
3060 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003061- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003062 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003063 build: test
3064 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003065 src:
3066 - test/cpp/util/time_test.cc
3067 deps:
3068 - grpc_test_util
3069 - grpc++
3070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003071 - gpr_test_util
3072 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003073- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003074 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003075 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003076 build: test
3077 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003078 src:
3079 - test/cpp/end2end/end2end_test.cc
3080 deps:
3081 - grpc++_test_util
3082 - grpc_test_util
3083 - grpc++
3084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003085 - gpr_test_util
3086 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003087- name: filter_end2end_test
3088 gtest: true
3089 build: test
3090 language: c++
3091 src:
3092 - test/cpp/end2end/filter_end2end_test.cc
3093 deps:
3094 - grpc++_test_util
3095 - grpc_test_util
3096 - grpc++
3097 - grpc
3098 - gpr_test_util
3099 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003100- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003101 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003102 build: test
3103 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003104 src:
3105 - test/cpp/end2end/generic_end2end_test.cc
3106 deps:
3107 - grpc++_test_util
3108 - grpc_test_util
3109 - grpc++
3110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003111 - gpr_test_util
3112 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003113- name: golden_file_test
3114 gtest: true
3115 build: test
3116 language: c++
3117 src:
3118 - src/proto/grpc/testing/compiler_test.proto
3119 - test/cpp/codegen/golden_file_test.cc
3120 deps:
3121 - grpc++
3122 - grpc
3123 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003124- name: grpc_cli
3125 build: test
3126 run: false
3127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003128 src:
3129 - test/cpp/util/grpc_cli.cc
3130 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003131 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003132 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003133 - grpc++
3134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003135 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003136 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003137- name: grpc_cpp_plugin
3138 build: protoc
3139 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003140 src:
3141 - src/compiler/cpp_plugin.cc
3142 deps:
3143 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003144 secure: false
3145 vs_config_type: Application
3146 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3147- name: grpc_csharp_plugin
3148 build: protoc
3149 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003150 src:
3151 - src/compiler/csharp_plugin.cc
3152 deps:
3153 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003154 secure: false
3155 vs_config_type: Application
3156 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003157- name: grpc_node_plugin
3158 build: protoc
3159 language: c++
3160 src:
3161 - src/compiler/node_plugin.cc
3162 deps:
3163 - grpc_plugin_support
3164 secure: false
3165 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003166- name: grpc_objective_c_plugin
3167 build: protoc
3168 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003169 src:
3170 - src/compiler/objective_c_plugin.cc
3171 deps:
3172 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003173 secure: false
3174 vs_config_type: Application
3175 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003176- name: grpc_php_plugin
3177 build: protoc
3178 language: c++
3179 src:
3180 - src/compiler/php_plugin.cc
3181 deps:
3182 - grpc_plugin_support
3183 secure: false
3184 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003185- name: grpc_python_plugin
3186 build: protoc
3187 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003188 src:
3189 - src/compiler/python_plugin.cc
3190 deps:
3191 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003192 secure: false
3193 vs_config_type: Application
3194 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3195- name: grpc_ruby_plugin
3196 build: protoc
3197 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003198 src:
3199 - src/compiler/ruby_plugin.cc
3200 deps:
3201 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003202 secure: false
3203 vs_config_type: Application
3204 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003205- name: grpc_tool_test
3206 gtest: true
3207 build: test
3208 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003209 src:
3210 - src/proto/grpc/testing/echo.proto
3211 - src/proto/grpc/testing/echo_messages.proto
3212 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003213 deps:
3214 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003215 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003216 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003217 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003218 - grpc_test_util
3219 - grpc++
3220 - grpc
3221 - gpr_test_util
3222 - gpr
3223 filegroups:
3224 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003225- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003226 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003227 build: test
3228 language: c++
3229 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003230 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003231 - test/cpp/grpclb/grpclb_api_test.cc
3232 deps:
3233 - grpc++_test_util
3234 - grpc_test_util
3235 - grpc++
3236 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003237- name: grpclb_test
3238 gtest: false
3239 build: test
3240 language: c++
3241 src:
3242 - src/proto/grpc/lb/v1/load_balancer.proto
3243 - test/cpp/grpclb/grpclb_test.cc
3244 deps:
3245 - gpr
3246 - gpr_test_util
3247 - grpc
3248 - grpc++
3249 - grpc++_test_util
3250 - grpc_test_util
Eric Gribkoffc344e872017-01-09 10:53:50 -08003251- name: http2_client
3252 build: test
3253 run: false
3254 language: c++
3255 src: []
3256 deps:
3257 - http2_client_main
3258 - grpc++_test_util
3259 - grpc_test_util
3260 - grpc++
3261 - grpc
3262 - grpc++_test_config
3263 platforms:
3264 - mac
3265 - linux
3266 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003267- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003268 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003269 build: test
3270 language: c++
3271 src:
3272 - test/cpp/end2end/hybrid_end2end_test.cc
3273 deps:
3274 - grpc++_test_util
3275 - grpc_test_util
3276 - grpc++
3277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003278 - gpr_test_util
3279 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003280- name: interop_client
3281 build: test
3282 run: false
3283 language: c++
3284 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003285 deps:
3286 - interop_client_main
3287 - interop_client_helper
3288 - grpc++_test_util
3289 - grpc_test_util
3290 - grpc++
3291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003292 - gpr_test_util
3293 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003294 - grpc++_test_config
3295 platforms:
3296 - mac
3297 - linux
3298 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003299- name: interop_server
3300 build: test
3301 run: false
3302 language: c++
3303 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003304 deps:
3305 - interop_server_main
3306 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003307 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003308 - grpc++_test_util
3309 - grpc_test_util
3310 - grpc++
3311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003312 - gpr_test_util
3313 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003314 - grpc++_test_config
3315 platforms:
3316 - mac
3317 - linux
3318 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003319- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003320 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003321 build: test
3322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003323 src:
3324 - test/cpp/interop/interop_test.cc
3325 deps:
3326 - grpc_test_util
3327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003328 - gpr_test_util
3329 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003330 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003331 platforms:
3332 - mac
3333 - linux
3334 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003335- name: json_run_localhost
3336 build: test
3337 run: false
3338 language: c++
3339 src:
3340 - test/cpp/qps/json_run_localhost.cc
3341 deps:
3342 - grpc++_test_util
3343 - grpc_test_util
3344 - grpc++
3345 - grpc
3346 - gpr_test_util
3347 - gpr
3348 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003349- name: metrics_client
3350 build: test
3351 run: false
3352 language: c++
3353 headers:
3354 - test/cpp/util/metrics_server.h
3355 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003356 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003357 - test/cpp/interop/metrics_client.cc
3358 deps:
3359 - grpc++
3360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003361 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003362 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003363- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003364 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003365 build: test
3366 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003367 src:
3368 - test/cpp/end2end/mock_test.cc
3369 deps:
3370 - grpc++_test_util
3371 - grpc_test_util
3372 - grpc++
3373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003374 - gpr_test_util
3375 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003376- name: noop-benchmark
3377 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003378 language: c++
3379 src:
3380 - test/cpp/microbenchmarks/noop-benchmark.cc
3381 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003382 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003383- name: proto_server_reflection_test
3384 gtest: true
3385 build: test
3386 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003387 src:
3388 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003389 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003390 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003391 - grpc++_reflection
3392 - grpc++_test_util
3393 - grpc_test_util
3394 - grpc++
3395 - grpc
3396 - gpr_test_util
3397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003398- name: qps_interarrival_test
3399 build: test
3400 run: false
3401 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003402 src:
3403 - test/cpp/qps/qps_interarrival_test.cc
3404 deps:
3405 - qps
3406 - grpc++_test_util
3407 - grpc_test_util
3408 - grpc++
3409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003410 - gpr_test_util
3411 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003412 platforms:
3413 - mac
3414 - linux
3415 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003416- name: qps_json_driver
3417 build: test
3418 run: false
3419 language: c++
3420 src:
3421 - test/cpp/qps/qps_json_driver.cc
3422 deps:
3423 - qps
3424 - grpc++_test_util
3425 - grpc_test_util
3426 - grpc++
3427 - grpc
3428 - gpr_test_util
3429 - gpr
3430 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003432 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003433 build: test
3434 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003435 src:
3436 - test/cpp/qps/qps_openloop_test.cc
3437 deps:
3438 - qps
3439 - grpc++_test_util
3440 - grpc_test_util
3441 - grpc++
3442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003443 - gpr_test_util
3444 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003445 - grpc++_test_config
3446 platforms:
3447 - mac
3448 - linux
3449 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003450- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003451 build: test
3452 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003453 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003454 headers:
3455 - test/cpp/qps/client.h
3456 - test/cpp/qps/server.h
3457 src:
3458 - test/cpp/qps/worker.cc
3459 deps:
3460 - qps
3461 - grpc++_test_util
3462 - grpc_test_util
3463 - grpc++
3464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003465 - gpr_test_util
3466 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003467 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003468- name: reconnect_interop_client
3469 build: test
3470 run: false
3471 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003472 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003473 - src/proto/grpc/testing/empty.proto
3474 - src/proto/grpc/testing/messages.proto
3475 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003476 - test/cpp/interop/reconnect_interop_client.cc
3477 deps:
3478 - grpc++_test_util
3479 - grpc_test_util
3480 - grpc++
3481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003482 - gpr_test_util
3483 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003484 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003485- name: reconnect_interop_server
3486 build: test
3487 run: false
3488 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003489 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003490 - src/proto/grpc/testing/empty.proto
3491 - src/proto/grpc/testing/messages.proto
3492 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003493 - test/cpp/interop/reconnect_interop_server.cc
3494 deps:
3495 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003496 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003497 - grpc++_test_util
3498 - grpc_test_util
3499 - grpc++
3500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003501 - gpr_test_util
3502 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003503 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003504- name: round_robin_end2end_test
3505 gtest: true
3506 build: test
3507 language: c++
3508 src:
3509 - test/cpp/end2end/round_robin_end2end_test.cc
3510 deps:
3511 - grpc++_test_util
3512 - grpc_test_util
3513 - grpc++
3514 - grpc
3515 - gpr_test_util
3516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003517- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003518 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003519 build: test
3520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003521 src:
3522 - test/cpp/common/secure_auth_context_test.cc
3523 deps:
3524 - grpc++_test_util
3525 - grpc_test_util
3526 - grpc++
3527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003528 - gpr_test_util
3529 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003530- name: secure_sync_unary_ping_pong_test
3531 build: test
3532 language: c++
3533 src:
3534 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3535 deps:
3536 - qps
3537 - grpc++_test_util
3538 - grpc_test_util
3539 - grpc++
3540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003541 - gpr_test_util
3542 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003543 platforms:
3544 - mac
3545 - linux
3546 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003547- name: server_builder_plugin_test
3548 gtest: true
3549 build: test
3550 language: c++
3551 src:
3552 - test/cpp/end2end/server_builder_plugin_test.cc
3553 deps:
3554 - grpc++_test_util
3555 - grpc_test_util
3556 - grpc++
3557 - grpc
3558 - gpr_test_util
3559 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003560- name: server_context_test_spouse_test
3561 gtest: true
3562 build: test
3563 language: c++
3564 src:
3565 - test/cpp/test/server_context_test_spouse_test.cc
3566 deps:
3567 - grpc_test_util
3568 - grpc++_test
3569 - grpc++
3570 - grpc
3571 - gpr_test_util
3572 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003573- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003574 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003575 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003576 build: test
3577 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003578 src:
3579 - test/cpp/end2end/server_crash_test.cc
3580 deps:
3581 - grpc++_test_util
3582 - grpc_test_util
3583 - grpc++
3584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003585 - gpr_test_util
3586 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003587 platforms:
3588 - mac
3589 - linux
3590 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003591- name: server_crash_test_client
3592 build: test
3593 run: false
3594 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003595 src:
3596 - test/cpp/end2end/server_crash_test_client.cc
3597 deps:
3598 - grpc++_test_util
3599 - grpc_test_util
3600 - grpc++
3601 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003602 - gpr_test_util
3603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003604- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003605 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003606 build: test
3607 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003608 src:
3609 - test/cpp/end2end/shutdown_test.cc
3610 deps:
3611 - grpc++_test_util
3612 - grpc_test_util
3613 - grpc++
3614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003615 - gpr_test_util
3616 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003617- name: status_test
3618 build: test
3619 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003620 src:
3621 - test/cpp/util/status_test.cc
3622 deps:
3623 - grpc_test_util
3624 - grpc++
3625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003626 - gpr_test_util
3627 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003628- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003629 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003630 build: test
3631 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003632 src:
3633 - test/cpp/end2end/streaming_throughput_test.cc
3634 deps:
3635 - grpc++_test_util
3636 - grpc_test_util
3637 - grpc++
3638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003639 - gpr_test_util
3640 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003641 platforms:
3642 - mac
3643 - linux
3644 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003645- name: stress_test
3646 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003647 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003648 language: c++
3649 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003650 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003651 - test/cpp/interop/interop_client.h
3652 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003653 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003654 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003655 - src/proto/grpc/testing/empty.proto
3656 - src/proto/grpc/testing/messages.proto
3657 - src/proto/grpc/testing/metrics.proto
3658 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003659 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003660 - test/cpp/interop/interop_client.cc
3661 - test/cpp/interop/stress_interop_client.cc
3662 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003663 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003664 deps:
3665 - grpc++_test_util
3666 - grpc_test_util
3667 - grpc++
3668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003669 - gpr_test_util
3670 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003671 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003672- name: thread_manager_test
3673 build: test
3674 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003675 src:
3676 - test/cpp/thread_manager/thread_manager_test.cc
3677 deps:
3678 - grpc++
3679 - grpc
3680 - gpr
3681 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003682- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003683 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003684 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003685 build: test
3686 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003687 src:
3688 - test/cpp/end2end/thread_stress_test.cc
3689 deps:
3690 - grpc++_test_util
3691 - grpc_test_util
3692 - grpc++
3693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003694 - gpr_test_util
3695 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003696- name: public_headers_must_be_c89
3697 build: test
3698 language: c89
3699 src:
3700 - test/core/surface/public_headers_must_be_c89.c
3701 deps:
3702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003703 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003704vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003705- linkage: static
3706 name: grpc.dependencies.zlib
3707 props: false
3708 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003709 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003710- linkage: static
3711 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003712 props: true
3713 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003714 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003715- name: gflags
3716 props: false
3717 redist: false
3718 version: 2.1.2.1
3719- name: gtest
3720 props: false
3721 redist: false
3722 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003723configs:
3724 asan:
3725 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003726 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3727 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003728 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003729 LD: clang
3730 LDFLAGS: -fsanitize=address
3731 LDXX: clang++
3732 compile_the_world: true
3733 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003734 ASAN_OPTIONS: detect_leaks=1:color=always
3735 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003736 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003737 asan-noleaks:
3738 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003739 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3740 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003741 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003742 LD: clang
3743 LDFLAGS: -fsanitize=address
3744 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003745 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003746 test_environ:
3747 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003748 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003749 asan-trace-cmp:
3750 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003751 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3752 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003753 CXX: clang++
3754 LD: clang
3755 LDFLAGS: -fsanitize=address
3756 LDXX: clang++
3757 compile_the_world: true
3758 test_environ:
3759 ASAN_OPTIONS: detect_leaks=1:color=always
3760 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3761 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003762 basicprof:
3763 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3764 DEFINES: NDEBUG
3765 dbg:
3766 CPPFLAGS: -O0
3767 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003768 easan:
3769 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003770 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3771 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003772 CXX: clang++
3773 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3774 LD: clang
3775 LDFLAGS: -fsanitize=address
3776 LDXX: clang++
3777 compile_the_world: true
3778 test_environ:
3779 ASAN_OPTIONS: detect_leaks=1:color=always
3780 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3781 timeout_multiplier: 3
3782 edbg:
3783 CPPFLAGS: -O0
3784 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3785 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003786 CC: clang
3787 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003788 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003789 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003790 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003791 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003792 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003793 LDXX: clang++
3794 compile_the_world: true
3795 test_environ:
3796 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3797 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003798 gcov:
3799 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003800 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003801 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003802 DEFINES: _DEBUG DEBUG GPR_GCOV
3803 LD: gcc
3804 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3805 LDXX: g++
3806 helgrind:
3807 CPPFLAGS: -O0
3808 DEFINES: _DEBUG DEBUG
3809 LDFLAGS: -rdynamic
3810 timeout_multiplier: 20
3811 valgrind: --tool=helgrind
3812 memcheck:
3813 CPPFLAGS: -O0
3814 DEFINES: _DEBUG DEBUG
3815 LDFLAGS: -rdynamic
3816 timeout_multiplier: 10
3817 valgrind: --tool=memcheck --leak-check=full
3818 msan:
3819 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003820 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3821 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3822 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003823 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003824 DEFINES: NDEBUG
3825 LD: clang
3826 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3827 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3828 LDXX: clang++
3829 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003830 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003831 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003832 CPPFLAGS: -O3 -fno-omit-frame-pointer
3833 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003834 LDFLAGS: -rdynamic
3835 opt:
3836 CPPFLAGS: -O2
3837 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003838 stapprof:
3839 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3840 DEFINES: NDEBUG
3841 tsan:
3842 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003843 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003844 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003845 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003846 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003847 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003848 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003849 LDXX: clang++
3850 compile_the_world: true
3851 test_environ:
3852 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003853 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003854 ubsan:
3855 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003856 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3857 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003858 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003859 DEFINES: NDEBUG
3860 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003861 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003862 LDXX: clang++
3863 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003864 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003865 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003866 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003867defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003868 benchmark:
3869 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003870 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003871 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003872 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003873 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003874 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003875 global:
3876 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3877 LDFLAGS: -g
3878 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003879 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003880 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003881node_modules:
3882- deps:
3883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003884 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003885 - boringssl
3886 - z
murgatroid9994a75412015-11-19 14:04:53 -08003887 headers:
3888 - src/node/ext/byte_buffer.h
3889 - src/node/ext/call.h
3890 - src/node/ext/call_credentials.h
3891 - src/node/ext/channel.h
3892 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003893 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003894 - src/node/ext/server.h
3895 - src/node/ext/server_credentials.h
3896 - src/node/ext/timeval.h
3897 js:
3898 - src/node/index.js
3899 - src/node/src/client.js
3900 - src/node/src/common.js
3901 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003902 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003903 - src/node/src/metadata.js
3904 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003905 name: grpc_node
3906 src:
3907 - src/node/ext/byte_buffer.cc
3908 - src/node/ext/call.cc
3909 - src/node/ext/call_credentials.cc
3910 - src/node/ext/channel.cc
3911 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07003912 - src/node/ext/completion_queue_threadpool.cc
3913 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003914 - src/node/ext/node_grpc.cc
3915 - src/node/ext/server.cc
3916 - src/node/ext/server_credentials.cc
3917 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003918openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003919 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003920 extraction_dir: openssl-1.0.2f
3921 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003922php_config_m4:
3923 deps:
3924 - grpc
3925 - gpr
3926 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003927 headers:
3928 - src/php/ext/grpc/byte_buffer.h
3929 - src/php/ext/grpc/call.h
3930 - src/php/ext/grpc/call_credentials.h
3931 - src/php/ext/grpc/channel.h
3932 - src/php/ext/grpc/channel_credentials.h
3933 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003934 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003935 - src/php/ext/grpc/php_grpc.h
3936 - src/php/ext/grpc/server.h
3937 - src/php/ext/grpc/server_credentials.h
3938 - src/php/ext/grpc/timeval.h
3939 src:
3940 - src/php/ext/grpc/byte_buffer.c
3941 - src/php/ext/grpc/call.c
3942 - src/php/ext/grpc/call_credentials.c
3943 - src/php/ext/grpc/channel.c
3944 - src/php/ext/grpc/channel_credentials.c
3945 - src/php/ext/grpc/completion_queue.c
3946 - src/php/ext/grpc/php_grpc.c
3947 - src/php/ext/grpc/server.c
3948 - src/php/ext/grpc/server_credentials.c
3949 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003950python_dependencies:
3951 deps:
3952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003953 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003954 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003955 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003956ruby_gem:
3957 deps:
3958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003960 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003961 - z