blob: ceb4cf133b6c926712c4eb4d27dd8f4c85721530 [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. Roth2137cd82016-09-14 09:04:00 -0700392 - src/core/ext/client_channel/initial_connect_string.h
393 - src/core/ext/client_channel/lb_policy.h
394 - src/core/ext/client_channel/lb_policy_factory.h
395 - src/core/ext/client_channel/lb_policy_registry.h
396 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800397 - src/core/ext/client_channel/proxy_mapper.h
398 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700399 - src/core/ext/client_channel/resolver.h
400 - src/core/ext/client_channel/resolver_factory.h
401 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700402 - src/core/ext/client_channel/subchannel.h
403 - src/core/ext/client_channel/subchannel_index.h
404 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700405 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700406 - src/core/ext/client_channel/channel_connectivity.c
407 - src/core/ext/client_channel/client_channel.c
408 - src/core/ext/client_channel/client_channel_factory.c
409 - src/core/ext/client_channel/client_channel_plugin.c
410 - src/core/ext/client_channel/connector.c
411 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700412 - src/core/ext/client_channel/http_connect_handshaker.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
Mark D. Roth79f2a242017-01-17 14:13:33 -0800418 - src/core/ext/client_channel/proxy_mapper.c
419 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700420 - src/core/ext/client_channel/resolver.c
421 - src/core/ext/client_channel/resolver_factory.c
422 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700423 - src/core/ext/client_channel/subchannel.c
424 - src/core/ext/client_channel/subchannel_index.c
425 - src/core/ext/client_channel/uri_parser.c
426 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700427 uses:
428 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800429- name: grpc_codegen
430 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700431 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800432 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800433 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800434 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800435 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800436 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800437 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700438 uses:
439 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700440- name: grpc_lb_policy_grpclb
441 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700442 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700443 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700444 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700445 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700446 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700447 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700448 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700449 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700450 uses:
451 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700452 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700453 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700454- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700455 src:
456 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700457 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700458 uses:
459 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700460 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700461- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700462 src:
463 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700464 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700465 uses:
466 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700467 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700468- name: grpc_load_reporting
469 headers:
470 - src/core/ext/load_reporting/load_reporting.h
471 - src/core/ext/load_reporting/load_reporting_filter.h
472 src:
473 - src/core/ext/load_reporting/load_reporting.c
474 - src/core/ext/load_reporting/load_reporting_filter.c
475 plugin: grpc_load_reporting_plugin
476 uses:
477 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700478- name: grpc_resolver_dns_native
479 src:
480 - src/core/ext/resolver/dns/native/dns_resolver.c
481 plugin: grpc_resolver_dns_native
482 uses:
483 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700484 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700485- name: grpc_resolver_sockaddr
486 src:
487 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
488 plugin: grpc_resolver_sockaddr
489 uses:
490 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700491 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100492- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700493 public_headers:
494 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100495 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700496 - src/core/lib/security/context/security_context.h
497 - src/core/lib/security/credentials/composite/composite_credentials.h
498 - src/core/lib/security/credentials/credentials.h
499 - src/core/lib/security/credentials/fake/fake_credentials.h
500 - src/core/lib/security/credentials/google_default/google_default_credentials.h
501 - src/core/lib/security/credentials/iam/iam_credentials.h
502 - src/core/lib/security/credentials/jwt/json_token.h
503 - src/core/lib/security/credentials/jwt/jwt_credentials.h
504 - src/core/lib/security/credentials/jwt/jwt_verifier.h
505 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
506 - src/core/lib/security/credentials/plugin/plugin_credentials.h
507 - src/core/lib/security/credentials/ssl/ssl_credentials.h
508 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700509 - src/core/lib/security/transport/secure_endpoint.h
510 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800511 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700512 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700513 - src/core/lib/security/util/b64.h
514 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100515 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700516 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700517 - src/core/lib/security/context/security_context.c
518 - src/core/lib/security/credentials/composite/composite_credentials.c
519 - src/core/lib/security/credentials/credentials.c
520 - src/core/lib/security/credentials/credentials_metadata.c
521 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700522 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700523 - src/core/lib/security/credentials/google_default/google_default_credentials.c
524 - src/core/lib/security/credentials/iam/iam_credentials.c
525 - src/core/lib/security/credentials/jwt/json_token.c
526 - src/core/lib/security/credentials/jwt/jwt_credentials.c
527 - src/core/lib/security/credentials/jwt/jwt_verifier.c
528 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
529 - src/core/lib/security/credentials/plugin/plugin_credentials.c
530 - src/core/lib/security/credentials/ssl/ssl_credentials.c
531 - src/core/lib/security/transport/client_auth_filter.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700532 - src/core/lib/security/transport/secure_endpoint.c
533 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800534 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700535 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700536 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700537 - src/core/lib/security/util/b64.c
538 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700539 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700540 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700541 uses:
542 - grpc_base
543 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700544 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700545- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700546 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700547 headers:
548 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700549 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700550 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700551 - test/core/end2end/fixtures/proxy.h
552 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700553 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200554 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700555 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700556 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700557 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700558 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700559 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700560 - test/core/util/slice_splitter.h
561 src:
562 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700563 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700564 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700565 - test/core/end2end/fixtures/proxy.c
566 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700567 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200568 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700569 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700570 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700571 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700572 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700573 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700574 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700575 - test/core/util/port_windows.c
576 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700577 deps:
578 - grpc
579 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700580- name: grpc_transport_chttp2
581 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700582 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700583 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700584 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
585 - src/core/ext/transport/chttp2/transport/frame.h
586 - src/core/ext/transport/chttp2/transport/frame_data.h
587 - src/core/ext/transport/chttp2/transport/frame_goaway.h
588 - src/core/ext/transport/chttp2/transport/frame_ping.h
589 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
590 - src/core/ext/transport/chttp2/transport/frame_settings.h
591 - src/core/ext/transport/chttp2/transport/frame_window_update.h
592 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
593 - src/core/ext/transport/chttp2/transport/hpack_parser.h
594 - src/core/ext/transport/chttp2/transport/hpack_table.h
595 - src/core/ext/transport/chttp2/transport/http2_errors.h
596 - src/core/ext/transport/chttp2/transport/huffsyms.h
597 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
598 - src/core/ext/transport/chttp2/transport/internal.h
599 - src/core/ext/transport/chttp2/transport/status_conversion.h
600 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700601 - src/core/ext/transport/chttp2/transport/varint.h
602 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700603 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700604 - src/core/ext/transport/chttp2/transport/bin_encoder.c
605 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700606 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
607 - src/core/ext/transport/chttp2/transport/frame_data.c
608 - src/core/ext/transport/chttp2/transport/frame_goaway.c
609 - src/core/ext/transport/chttp2/transport/frame_ping.c
610 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
611 - src/core/ext/transport/chttp2/transport/frame_settings.c
612 - src/core/ext/transport/chttp2/transport/frame_window_update.c
613 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
614 - src/core/ext/transport/chttp2/transport/hpack_parser.c
615 - src/core/ext/transport/chttp2/transport/hpack_table.c
616 - src/core/ext/transport/chttp2/transport/huffsyms.c
617 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
618 - src/core/ext/transport/chttp2/transport/parsing.c
619 - src/core/ext/transport/chttp2/transport/status_conversion.c
620 - src/core/ext/transport/chttp2/transport/stream_lists.c
621 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700622 - src/core/ext/transport/chttp2/transport/varint.c
623 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700624 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700625 uses:
626 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700627 - grpc_transport_chttp2_alpn
628- name: grpc_transport_chttp2_alpn
629 headers:
630 - src/core/ext/transport/chttp2/alpn/alpn.h
631 src:
632 - src/core/ext/transport/chttp2/alpn/alpn.c
633 deps:
634 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800635- name: grpc_transport_chttp2_client_connector
636 headers:
637 - src/core/ext/transport/chttp2/client/chttp2_connector.h
638 src:
639 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800640 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800641 - grpc_transport_chttp2
642 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700643- name: grpc_transport_chttp2_client_insecure
644 src:
645 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700646 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700647 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800648 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700649 - grpc_transport_chttp2
650 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700651 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700652- name: grpc_transport_chttp2_client_secure
653 src:
654 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700655 uses:
656 - grpc_transport_chttp2
657 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700658 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700659 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800660 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800661- name: grpc_transport_chttp2_server
662 headers:
663 - src/core/ext/transport/chttp2/server/chttp2_server.h
664 src:
665 - src/core/ext/transport/chttp2/server/chttp2_server.c
666 uses:
667 - grpc_transport_chttp2
668 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700669- name: grpc_transport_chttp2_server_insecure
670 src:
671 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700672 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700673 uses:
674 - grpc_transport_chttp2
675 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800676 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700677- name: grpc_transport_chttp2_server_secure
678 src:
679 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700680 uses:
681 - grpc_transport_chttp2
682 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700683 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800684 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700685- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700686 public_headers:
687 - include/grpc/grpc_cronet.h
688 - include/grpc/grpc_security.h
689 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700690 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700691 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
692 src:
693 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
694 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
695 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700696 filegroups:
697 - grpc_base
698 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800699- name: nanopb
700 headers:
701 - third_party/nanopb/pb.h
702 - third_party/nanopb/pb_common.h
703 - third_party/nanopb/pb_decode.h
704 - third_party/nanopb/pb_encode.h
705 src:
706 - third_party/nanopb/pb_common.c
707 - third_party/nanopb/pb_decode.c
708 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700709- name: tsi
710 headers:
711 - src/core/lib/tsi/fake_transport_security.h
712 - src/core/lib/tsi/ssl_transport_security.h
713 - src/core/lib/tsi/ssl_types.h
714 - src/core/lib/tsi/transport_security.h
715 - src/core/lib/tsi/transport_security_interface.h
716 src:
717 - src/core/lib/tsi/fake_transport_security.c
718 - src/core/lib/tsi/ssl_transport_security.c
719 - src/core/lib/tsi/transport_security.c
720 deps:
721 - gpr
722 secure: true
723- name: grpc++_base
724 language: c++
725 public_headers:
726 - include/grpc++/alarm.h
727 - include/grpc++/channel.h
728 - include/grpc++/client_context.h
729 - include/grpc++/completion_queue.h
730 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700731 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700732 - include/grpc++/generic/async_generic_service.h
733 - include/grpc++/generic/generic_stub.h
734 - include/grpc++/grpc++.h
735 - include/grpc++/impl/call.h
736 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700737 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700738 - include/grpc++/impl/grpc_library.h
739 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700740 - include/grpc++/impl/rpc_method.h
741 - include/grpc++/impl/rpc_service_method.h
742 - include/grpc++/impl/serialization_traits.h
743 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700744 - include/grpc++/impl/server_builder_plugin.h
745 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700746 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700747 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748 - include/grpc++/security/auth_context.h
749 - include/grpc++/security/auth_metadata_processor.h
750 - include/grpc++/security/credentials.h
751 - include/grpc++/security/server_credentials.h
752 - include/grpc++/server.h
753 - include/grpc++/server_builder.h
754 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700755 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700756 - include/grpc++/support/async_stream.h
757 - include/grpc++/support/async_unary_call.h
758 - include/grpc++/support/byte_buffer.h
759 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700760 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700761 - include/grpc++/support/slice.h
762 - include/grpc++/support/status.h
763 - include/grpc++/support/status_code_enum.h
764 - include/grpc++/support/string_ref.h
765 - include/grpc++/support/stub_options.h
766 - include/grpc++/support/sync_stream.h
767 - include/grpc++/support/time.h
768 headers:
769 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700770 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 - src/cpp/server/dynamic_thread_pool.h
772 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700773 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700775 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700776 - src/cpp/client/client_context.cc
777 - src/cpp/client/create_channel.cc
778 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700779 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700780 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700783 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700784 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700786 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700788 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 - src/cpp/server/async_generic_service.cc
790 - src/cpp/server/create_default_thread_pool.cc
791 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700793 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700794 - src/cpp/server/server_context.cc
795 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700796 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700797 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700798 - src/cpp/util/byte_buffer_cc.cc
799 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700800 - src/cpp/util/status.cc
801 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700802 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 uses:
yang-g17487f92016-06-03 15:21:15 -0700804 - grpc++_codegen_base
805- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700806 language: c++
807 public_headers:
808 - include/grpc++/impl/codegen/async_stream.h
809 - include/grpc++/impl/codegen/async_unary_call.h
810 - include/grpc++/impl/codegen/call.h
811 - include/grpc++/impl/codegen/call_hook.h
812 - include/grpc++/impl/codegen/channel_interface.h
813 - include/grpc++/impl/codegen/client_context.h
814 - include/grpc++/impl/codegen/client_unary_call.h
815 - include/grpc++/impl/codegen/completion_queue.h
816 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700817 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 - include/grpc++/impl/codegen/core_codegen_interface.h
819 - include/grpc++/impl/codegen/create_auth_context.h
820 - include/grpc++/impl/codegen/grpc_library.h
821 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 - include/grpc++/impl/codegen/rpc_method.h
823 - include/grpc++/impl/codegen/rpc_service_method.h
824 - include/grpc++/impl/codegen/security/auth_context.h
825 - include/grpc++/impl/codegen/serialization_traits.h
826 - include/grpc++/impl/codegen/server_context.h
827 - include/grpc++/impl/codegen/server_interface.h
828 - include/grpc++/impl/codegen/service_type.h
829 - include/grpc++/impl/codegen/status.h
830 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700831 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - include/grpc++/impl/codegen/string_ref.h
833 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - include/grpc++/impl/codegen/sync_stream.h
835 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 uses:
837 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700838- name: grpc++_codegen_base_src
839 language: c++
840 src:
841 - src/cpp/codegen/codegen_init.cc
842 uses:
843 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700844- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700845 language: c++
846 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700847 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700848 uses:
yang-g17487f92016-06-03 15:21:15 -0700849 - grpc++_codegen_base
850 - grpc++_config_proto
851- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 language: c++
853 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700855- name: grpc++_reflection_proto
856 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700857 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700858 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700859- name: thrift_util
860 language: c++
861 public_headers:
862 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700863 - include/grpc++/impl/codegen/thrift_utils.h
864 uses:
865 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100866libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800867- name: gpr
868 build: all
869 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800870 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700871 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800872 secure: false
873 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
874- name: gpr_test_util
875 build: private
876 language: c
877 headers:
878 - test/core/util/test_config.h
879 src:
880 - test/core/util/test_config.c
881 deps:
882 - gpr
883 secure: false
884 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700885- name: grpc
886 build: all
887 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700888 src:
889 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700890 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800891 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700892 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700893 filegroups:
894 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700895 - grpc_transport_chttp2_server_secure
896 - grpc_transport_chttp2_client_secure
897 - grpc_transport_chttp2_server_insecure
898 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700899 - grpc_lb_policy_grpclb
900 - grpc_lb_policy_pick_first
901 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700902 - grpc_resolver_dns_native
903 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700904 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100905 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700906 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700907 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700908 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700909 vs_packages:
910 - grpc.dependencies.openssl
911 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700912 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700913- name: grpc_cronet
914 build: all
915 language: c
916 src:
917 - src/core/lib/surface/init.c
918 baselib: true
919 deps_linkage: static
920 dll: true
921 filegroups:
922 - grpc_base
923 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700924 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700925 generate_plugin_registry: true
926 platforms:
927 - linux
928 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100929- name: grpc_dll
930 build: private
931 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100932 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100933 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100934 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100935 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100936 build_system:
937 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100938 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100939 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100940 vs_config_type: DynamicLibrary
941 vs_packages:
942 - grpc.dependencies.openssl
943 - grpc.dependencies.zlib
944 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
945 vs_props:
946 - zlib
947 - openssl
948 - winsock
949 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950- name: grpc_test_util
951 build: private
952 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700953 headers:
954 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800955 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700956 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700957 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700958 - test/core/end2end/data/server1_cert.c
959 - test/core/end2end/data/server1_key.c
960 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800961 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700962 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800963 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800964 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700965 - grpc
966 filegroups:
967 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700968 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700969 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
970- name: grpc_test_util_unsecure
971 build: private
972 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700973 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800974 - gpr
975 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800976 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700977 filegroups:
978 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700979 secure: false
980 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
981- name: grpc_unsecure
982 build: all
983 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700984 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700985 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700986 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700987 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800988 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700989 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700990 filegroups:
991 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700992 - grpc_transport_chttp2_server_insecure
993 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700994 - grpc_resolver_dns_native
995 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700996 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700997 - grpc_lb_policy_grpclb
998 - grpc_lb_policy_pick_first
999 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001000 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001001 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001002 secure: false
1003 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001004- name: reconnect_server
1005 build: private
1006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001007 headers:
1008 - test/core/util/reconnect_server.h
1009 src:
1010 - test/core/util/reconnect_server.c
1011 deps:
yang-gc9fca182015-11-06 16:41:33 -08001012 - test_tcp_server
1013 - grpc_test_util
1014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001015 - gpr_test_util
1016 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001017- name: test_tcp_server
1018 build: private
1019 language: c
1020 headers:
1021 - test/core/util/test_tcp_server.h
1022 src:
1023 - test/core/util/test_tcp_server.c
1024 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001025 - grpc_test_util
1026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001027 - gpr_test_util
1028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001029- name: grpc++
1030 build: all
1031 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001032 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001033 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001034 - src/cpp/client/secure_credentials.h
1035 - src/cpp/common/secure_auth_context.h
1036 - src/cpp/server/secure_server_credentials.h
1037 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001038 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001039 - src/cpp/client/secure_credentials.cc
1040 - src/cpp/common/auth_property_iterator.cc
1041 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001042 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001043 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001044 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001045 - src/cpp/server/secure_server_credentials.cc
1046 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001047 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048 baselib: true
1049 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001050 filegroups:
1051 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001052 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001053 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001054 secure: check
1055 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001056- name: grpc++_cronet
1057 build: all
1058 language: c++
1059 src:
1060 - src/cpp/client/cronet_credentials.cc
1061 - src/cpp/client/insecure_credentials.cc
1062 - src/cpp/common/insecure_create_auth_context.cc
1063 - src/cpp/server/insecure_server_credentials.cc
1064 deps:
1065 - gpr
1066 - grpc_cronet
1067 baselib: true
1068 dll: true
1069 filegroups:
1070 - grpc++_base
1071 - grpc++_codegen_base
1072 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001073 - grpc_transport_chttp2_client_insecure
1074 - grpc_transport_chttp2_server_insecure
1075 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001076 platforms:
1077 - linux
1078 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001079- name: grpc++_proto_reflection_desc_db
1080 build: private
1081 language: c++
1082 headers:
1083 - test/cpp/util/proto_reflection_descriptor_database.h
1084 src:
1085 - test/cpp/util/proto_reflection_descriptor_database.cc
1086 deps:
1087 - grpc++
1088 filegroups:
1089 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001090 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001091- name: grpc++_reflection
1092 build: all
1093 language: c++
1094 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001095 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001096 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001097 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001098 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001099 - src/cpp/ext/proto_server_reflection.cc
1100 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001101 deps:
1102 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001103 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001104 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001105- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001106 build: private
yang-g42879982016-10-13 15:58:31 -07001107 language: c++
1108 headers:
1109 - include/grpc++/test/server_context_test_spouse.h
1110 src:
1111 - src/cpp/test/server_context_test_spouse.cc
1112 deps:
1113 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001114- name: grpc++_test_config
1115 build: private
1116 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001117 headers:
1118 - test/cpp/util/test_config.h
1119 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001120 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001121- name: grpc++_test_util
1122 build: private
1123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001124 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001125 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001126 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001127 - test/cpp/util/create_test_channel.h
1128 - test/cpp/util/string_ref_helper.h
1129 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001130 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001131 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001132 - src/proto/grpc/testing/echo_messages.proto
1133 - src/proto/grpc/testing/echo.proto
1134 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001135 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001136 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001137 - test/cpp/util/create_test_channel.cc
1138 - test/cpp/util/string_ref_helper.cc
1139 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001140 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001141 deps:
1142 - grpc++
1143 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001144 filegroups:
1145 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001146 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001147 - grpc++_codegen_proto
1148 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001149 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150- name: grpc++_unsecure
1151 build: all
1152 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001153 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001154 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001155 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001156 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001157 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001158 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001159 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001160 baselib: true
1161 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001162 filegroups:
1163 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001164 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001165 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001166 secure: false
1167 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001168- name: grpc_cli_libs
1169 build: private
1170 language: c++
1171 headers:
1172 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001173 - test/cpp/util/cli_credentials.h
1174 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001175 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001176 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001177 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001178 src:
1179 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001180 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001181 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001182 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001183 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001184 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001185 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001186 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001187 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001188 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001189 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190- name: grpc_plugin_support
1191 build: protoc
1192 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001193 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001194 - src/compiler/config.h
1195 - src/compiler/cpp_generator.h
1196 - src/compiler/cpp_generator_helpers.h
1197 - src/compiler/csharp_generator.h
1198 - src/compiler/csharp_generator_helpers.h
1199 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001200 - src/compiler/node_generator.h
1201 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001202 - src/compiler/objective_c_generator.h
1203 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001204 - src/compiler/php_generator.h
1205 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001206 - src/compiler/python_generator.h
1207 - src/compiler/ruby_generator.h
1208 - src/compiler/ruby_generator_helpers-inl.h
1209 - src/compiler/ruby_generator_map-inl.h
1210 - src/compiler/ruby_generator_string-inl.h
1211 src:
1212 - src/compiler/cpp_generator.cc
1213 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001214 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001215 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001216 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001217 - src/compiler/python_generator.cc
1218 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001219 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001220 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221 secure: false
1222 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001223 vs_props:
1224 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001225- name: http2_client_main
1226 build: private
1227 language: c++
1228 headers:
1229 - test/cpp/interop/http2_client.h
1230 src:
1231 - src/proto/grpc/testing/empty.proto
1232 - src/proto/grpc/testing/messages.proto
1233 - src/proto/grpc/testing/test.proto
1234 - test/cpp/interop/http2_client.cc
1235 deps:
1236 - grpc++_test_util
1237 - grpc_test_util
1238 - grpc++
1239 - grpc
1240 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241- name: interop_client_helper
1242 build: private
1243 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001244 headers:
1245 - test/cpp/interop/client_helper.h
1246 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001247 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001248 - test/cpp/interop/client_helper.cc
1249 deps:
1250 - grpc++_test_util
1251 - grpc_test_util
1252 - grpc++
1253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001254 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255- name: interop_client_main
1256 build: private
1257 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001258 headers:
1259 - test/cpp/interop/interop_client.h
1260 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001261 - src/proto/grpc/testing/empty.proto
1262 - src/proto/grpc/testing/messages.proto
1263 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001264 - test/cpp/interop/client.cc
1265 - test/cpp/interop/interop_client.cc
1266 deps:
1267 - interop_client_helper
1268 - grpc++_test_util
1269 - grpc_test_util
1270 - grpc++
1271 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001272 - gpr_test_util
1273 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001274 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001275- name: interop_server_helper
1276 build: private
1277 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001278 headers:
1279 - test/cpp/interop/server_helper.h
1280 src:
1281 - test/cpp/interop/server_helper.cc
1282 deps:
yang-gcc591022017-01-11 11:10:43 -08001283 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001284 - grpc_test_util
1285 - grpc++
1286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001287 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001288- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001289 build: private
1290 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001291 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001292 - src/proto/grpc/testing/empty.proto
1293 - src/proto/grpc/testing/messages.proto
1294 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001295 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001296 deps:
1297 - interop_server_helper
1298 - grpc++_test_util
1299 - grpc_test_util
1300 - grpc++
1301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001302 - gpr_test_util
1303 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001304 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001305- name: interop_server_main
1306 build: private
1307 language: c++
1308 src:
1309 - test/cpp/interop/interop_server_bootstrap.cc
1310 deps:
1311 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312- name: qps
1313 build: private
1314 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001315 headers:
1316 - test/cpp/qps/client.h
1317 - test/cpp/qps/driver.h
1318 - test/cpp/qps/histogram.h
1319 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001320 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001321 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001322 - test/cpp/qps/qps_worker.h
1323 - test/cpp/qps/report.h
1324 - test/cpp/qps/server.h
1325 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001326 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001327 - test/cpp/util/benchmark_config.h
1328 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001329 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001330 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001331 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001332 - src/proto/grpc/testing/control.proto
1333 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001334 - test/cpp/qps/client_async.cc
1335 - test/cpp/qps/client_sync.cc
1336 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001337 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001338 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001339 - test/cpp/qps/qps_worker.cc
1340 - test/cpp/qps/report.cc
1341 - test/cpp/qps/server_async.cc
1342 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001343 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001344 - test/cpp/util/benchmark_config.cc
1345 deps:
1346 - grpc_test_util
1347 - grpc++_test_util
1348 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001349- name: grpc_csharp_ext
1350 build: all
1351 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001352 src:
1353 - src/csharp/ext/grpc_csharp_ext.c
1354 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001356 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001357 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001358 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001359 dll: only
1360 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001361 vs_packages:
1362 - grpc.dependencies.openssl
1363 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001364 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001365 vs_props:
1366 - zlib
1367 - openssl
1368 - winsock
1369 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001371- name: alarm_test
1372 build: test
1373 language: c
1374 src:
1375 - test/core/surface/alarm_test.c
1376 deps:
1377 - grpc_test_util
1378 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001379 - gpr_test_util
1380 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001381- name: algorithm_test
1382 build: test
1383 language: c
1384 src:
1385 - test/core/compression/algorithm_test.c
1386 deps:
1387 - grpc_test_util
1388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001389 - gpr_test_util
1390 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001391- name: alloc_test
1392 build: test
1393 language: c
1394 src:
1395 - test/core/support/alloc_test.c
1396 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001397 - gpr_test_util
1398 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399- name: alpn_test
1400 build: test
1401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001402 src:
1403 - test/core/transport/chttp2/alpn_test.c
1404 deps:
1405 - grpc_test_util
1406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001407 - gpr_test_util
1408 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001409- name: api_fuzzer
1410 build: fuzzer
1411 language: c
1412 src:
1413 - test/core/end2end/fuzzers/api_fuzzer.c
1414 deps:
1415 - grpc_test_util
1416 - grpc
1417 - gpr_test_util
1418 - gpr
1419 corpus_dirs:
1420 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001421 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001422 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001423- name: bad_server_response_test
1424 build: test
1425 language: c
1426 src:
1427 - test/core/end2end/bad_server_response_test.c
1428 deps:
1429 - test_tcp_server
1430 - grpc_test_util
1431 - grpc
1432 - gpr_test_util
1433 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001434 exclude_iomgrs:
1435 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001436- name: bin_decoder_test
1437 build: test
1438 language: c
1439 src:
1440 - test/core/transport/chttp2/bin_decoder_test.c
1441 deps:
1442 - grpc_test_util
1443 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001444- name: bin_encoder_test
1445 build: test
1446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001447 src:
1448 - test/core/transport/chttp2/bin_encoder_test.c
1449 deps:
1450 - grpc_test_util
1451 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001452- name: census_context_test
1453 build: test
1454 language: c
1455 src:
1456 - test/core/census/context_test.c
1457 deps:
1458 - grpc_test_util
1459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr_test_util
1461 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001462- name: census_resource_test
1463 build: test
1464 language: c
1465 src:
1466 - test/core/census/resource_test.c
1467 deps:
1468 - grpc_test_util
1469 - grpc
1470 - gpr_test_util
1471 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001472- name: census_trace_context_test
1473 build: test
1474 language: c
1475 src:
1476 - test/core/census/trace_context_test.c
1477 deps:
1478 - grpc_test_util
1479 - grpc
1480 - gpr_test_util
1481 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001482- name: channel_create_test
1483 build: test
1484 language: c
1485 src:
1486 - test/core/surface/channel_create_test.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001490 - gpr_test_util
1491 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001492- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001493 build: test
1494 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001495 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001496 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001497 deps:
1498 - grpc_test_util
1499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001500 - gpr_test_util
1501 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001502- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503 build: test
1504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001505 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001506 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001507 deps:
1508 - grpc_test_util
1509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 - gpr_test_util
1511 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001512- name: chttp2_stream_map_test
1513 build: test
1514 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001515 src:
1516 - test/core/transport/chttp2/stream_map_test.c
1517 deps:
1518 - grpc_test_util
1519 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001520 - gpr_test_util
1521 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001522- name: chttp2_varint_test
1523 build: test
1524 language: c
1525 src:
1526 - test/core/transport/chttp2/varint_test.c
1527 deps:
1528 - grpc_test_util
1529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001530 - gpr_test_util
1531 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001532- name: client_fuzzer
1533 build: fuzzer
1534 language: c
1535 src:
1536 - test/core/end2end/fuzzers/client_fuzzer.c
1537 deps:
1538 - grpc_test_util
1539 - grpc
1540 - gpr_test_util
1541 - gpr
1542 corpus_dirs:
1543 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001544 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001545 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001546- name: combiner_test
1547 cpu_cost: 30
1548 build: test
1549 language: c
1550 src:
1551 - test/core/iomgr/combiner_test.c
1552 deps:
1553 - grpc_test_util
1554 - grpc
1555 - gpr_test_util
1556 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001557- name: compression_test
1558 build: test
1559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001560 src:
1561 - test/core/compression/compression_test.c
1562 deps:
1563 - grpc_test_util
1564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001565 - gpr_test_util
1566 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001567- name: concurrent_connectivity_test
1568 build: test
1569 language: c
1570 src:
1571 - test/core/surface/concurrent_connectivity_test.c
1572 deps:
1573 - grpc_test_util
1574 - grpc
1575 - gpr_test_util
1576 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001577 exclude_iomgrs:
1578 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001579- name: connection_refused_test
1580 cpu_cost: 0.1
1581 build: test
1582 language: c
1583 src:
1584 - test/core/end2end/connection_refused_test.c
1585 deps:
1586 - grpc_test_util
1587 - grpc
1588 - gpr_test_util
1589 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001590- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001591 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001592 build: test
1593 language: c
1594 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001595 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001596 deps:
1597 - grpc_test_util
1598 - grpc
1599 - gpr_test_util
1600 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001601 exclude_iomgrs:
1602 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001603- name: dns_resolver_test
1604 build: test
1605 language: c
1606 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001607 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001608 deps:
1609 - grpc_test_util
1610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001613- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001614 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001615 build: test
1616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001617 src:
1618 - test/core/end2end/dualstack_socket_test.c
1619 deps:
1620 - grpc_test_util
1621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001622 - gpr_test_util
1623 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001624 exclude_iomgrs:
1625 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001626 platforms:
1627 - mac
1628 - linux
1629 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001630- name: endpoint_pair_test
1631 build: test
1632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
1634 - test/core/iomgr/endpoint_pair_test.c
1635 deps:
1636 - grpc_test_util
1637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001638 - gpr_test_util
1639 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001640 exclude_iomgrs:
1641 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001642- name: ev_epoll_linux_test
1643 build: test
1644 language: c
1645 src:
1646 - test/core/iomgr/ev_epoll_linux_test.c
1647 deps:
1648 - grpc_test_util
1649 - grpc
1650 - gpr_test_util
1651 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001652 exclude_iomgrs:
1653 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001654 platforms:
1655 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656- name: fd_conservation_posix_test
1657 build: test
1658 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001659 src:
1660 - test/core/iomgr/fd_conservation_posix_test.c
1661 deps:
1662 - grpc_test_util
1663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001664 - gpr_test_util
1665 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001666 exclude_iomgrs:
1667 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001668 platforms:
1669 - mac
1670 - linux
1671 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672- name: fd_posix_test
1673 build: test
1674 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001675 src:
1676 - test/core/iomgr/fd_posix_test.c
1677 deps:
1678 - grpc_test_util
1679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001680 - gpr_test_util
1681 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001682 exclude_iomgrs:
1683 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001684 platforms:
1685 - mac
1686 - linux
1687 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688- name: fling_client
1689 build: test
1690 run: false
1691 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001692 src:
1693 - test/core/fling/client.c
1694 deps:
1695 - grpc_test_util
1696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001697 - gpr_test_util
1698 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699- name: fling_server
1700 build: test
1701 run: false
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - test/core/fling/server.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001711 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001712 build: test
1713 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001714 src:
1715 - test/core/fling/fling_stream_test.c
1716 deps:
1717 - grpc_test_util
1718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 - gpr_test_util
1720 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001721 platforms:
1722 - mac
1723 - linux
1724 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001725- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001726 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001727 build: test
1728 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001729 src:
1730 - test/core/fling/fling_test.c
1731 deps:
1732 - grpc_test_util
1733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001734 - gpr_test_util
1735 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001736 platforms:
1737 - mac
1738 - linux
1739 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001740- name: gen_hpack_tables
1741 build: tool
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
1744 - tools/codegen/core/gen_hpack_tables.c
1745 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001747 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748- name: gen_legal_metadata_characters
1749 build: tool
1750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
1752 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001753 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001754- name: gen_percent_encoding_tables
1755 build: tool
1756 language: c
1757 src:
1758 - tools/codegen/core/gen_percent_encoding_tables.c
1759 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001760- name: goaway_server_test
1761 cpu_cost: 0.1
1762 build: test
1763 language: c
1764 src:
1765 - test/core/end2end/goaway_server_test.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
1769 - gpr_test_util
1770 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001771 exclude_iomgrs:
1772 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001773 platforms:
1774 - mac
1775 - linux
1776 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001777- name: gpr_avl_test
1778 build: test
1779 language: c
1780 src:
1781 - test/core/support/avl_test.c
1782 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001785- name: gpr_backoff_test
1786 build: test
1787 language: c
1788 src:
1789 - test/core/support/backoff_test.c
1790 deps:
1791 - gpr_test_util
1792 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001793- name: gpr_cmdline_test
1794 build: test
1795 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001796 src:
1797 - test/core/support/cmdline_test.c
1798 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001799 - gpr_test_util
1800 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001801- name: gpr_cpu_test
1802 build: test
1803 language: c
1804 src:
1805 - test/core/support/cpu_test.c
1806 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 - gpr_test_util
1808 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001809- name: gpr_env_test
1810 build: test
1811 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001812 src:
1813 - test/core/support/env_test.c
1814 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001815 - gpr_test_util
1816 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: gpr_histogram_test
1818 build: test
1819 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001820 src:
1821 - test/core/support/histogram_test.c
1822 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001825- name: gpr_host_port_test
1826 build: test
1827 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001828 src:
1829 - test/core/support/host_port_test.c
1830 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001831 - gpr_test_util
1832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001833- name: gpr_log_test
1834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
1837 - test/core/support/log_test.c
1838 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001841- name: gpr_mpscq_test
1842 cpu_cost: 30
1843 build: test
1844 language: c
1845 src:
1846 - test/core/support/mpscq_test.c
1847 deps:
1848 - gpr_test_util
1849 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001851 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852 build: test
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
1855 - test/core/support/stack_lockfree_test.c
1856 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001859- name: gpr_string_test
1860 build: test
1861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001862 src:
1863 - test/core/support/string_test.c
1864 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001865 - gpr_test_util
1866 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001868 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001869 build: test
1870 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001871 src:
1872 - test/core/support/sync_test.c
1873 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001874 - gpr_test_util
1875 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001876- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001877 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001878 build: test
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - test/core/support/thd_test.c
1882 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885- name: gpr_time_test
1886 build: test
1887 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001888 src:
1889 - test/core/support/time_test.c
1890 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: gpr_tls_test
1894 build: test
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
1897 - test/core/support/tls_test.c
1898 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901- name: gpr_useful_test
1902 build: test
1903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
1905 - test/core/support/useful_test.c
1906 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001909- name: grpc_auth_context_test
1910 build: test
1911 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001912 src:
1913 - test/core/security/auth_context_test.c
1914 deps:
1915 - grpc_test_util
1916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001917 - gpr_test_util
1918 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001919- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920 build: test
1921 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001922 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001923 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001924 deps:
1925 - grpc_test_util
1926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001929- name: grpc_byte_buffer_reader_test
1930 build: test
1931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001932 src:
1933 - test/core/surface/byte_buffer_reader_test.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939- name: grpc_channel_args_test
1940 build: test
1941 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001942 src:
1943 - test/core/channel/channel_args_test.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001947 - gpr_test_util
1948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: grpc_channel_stack_test
1950 build: test
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
1953 - test/core/channel/channel_stack_test.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959- name: grpc_completion_queue_test
1960 build: test
1961 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001962 src:
1963 - test/core/surface/completion_queue_test.c
1964 deps:
1965 - grpc_test_util
1966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001967 - gpr_test_util
1968 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001969 exclude_iomgrs:
1970 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971- name: grpc_create_jwt
1972 build: tool
1973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
1975 - test/core/security/create_jwt.c
1976 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001979 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001980- name: grpc_credentials_test
1981 build: test
1982 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001983 src:
1984 - test/core/security/credentials_test.c
1985 deps:
1986 - grpc_test_util
1987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001988 - gpr_test_util
1989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001991 build: test
1992 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001993 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001994 src:
1995 - test/core/security/fetch_oauth2.c
1996 deps:
1997 - grpc_test_util
1998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001999 - gpr_test_util
2000 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002001- name: grpc_invalid_channel_args_test
2002 build: test
2003 language: c
2004 src:
2005 - test/core/surface/invalid_channel_args_test.c
2006 deps:
2007 - grpc_test_util
2008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002009 - gpr_test_util
2010 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002011- name: grpc_json_token_test
2012 build: test
2013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002014 src:
2015 - test/core/security/json_token_test.c
2016 deps:
2017 - grpc_test_util
2018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002019 - gpr_test_util
2020 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002021 platforms:
2022 - linux
2023 - posix
2024 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002025- name: grpc_jwt_verifier_test
2026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
2029 - test/core/security/jwt_verifier_test.c
2030 deps:
2031 - grpc_test_util
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002035- name: grpc_print_google_default_creds_token
2036 build: tool
2037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
2039 - test/core/security/print_google_default_creds_token.c
2040 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002042 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002043- name: grpc_security_connector_test
2044 build: test
2045 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002046 src:
2047 - test/core/security/security_connector_test.c
2048 deps:
2049 - grpc_test_util
2050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002051 - gpr_test_util
2052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053- name: grpc_verify_jwt
2054 build: tool
2055 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - test/core/security/verify_jwt.c
2058 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002061- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002062 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002063 language: c
2064 src:
2065 - test/core/handshake/client_ssl.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
2069 - gpr_test_util
2070 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002071 platforms:
2072 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002073 secure: true
2074- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002075 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002076 language: c
2077 src:
2078 - test/core/handshake/server_ssl.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
2082 - gpr_test_util
2083 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002084 platforms:
2085 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002086 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002087- name: hpack_parser_fuzzer_test
2088 build: fuzzer
2089 language: c
2090 src:
2091 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2092 deps:
2093 - grpc_test_util
2094 - grpc
2095 - gpr_test_util
2096 - gpr
2097 corpus_dirs:
2098 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002099 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002100 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: hpack_parser_test
2102 build: test
2103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002104 src:
2105 - test/core/transport/chttp2/hpack_parser_test.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002109 - gpr_test_util
2110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111- name: hpack_table_test
2112 build: test
2113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002114 src:
2115 - test/core/transport/chttp2/hpack_table_test.c
2116 deps:
2117 - grpc_test_util
2118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002121- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002122 build: test
2123 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002124 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002125 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002126 deps:
2127 - grpc_test_util
2128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr_test_util
2130 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002131- name: http_request_fuzzer_test
2132 build: fuzzer
2133 language: c
2134 src:
2135 - test/core/http/request_fuzzer.c
2136 deps:
2137 - grpc_test_util
2138 - grpc
2139 - gpr_test_util
2140 - gpr
2141 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002142 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002143 maxlen: 2048
2144- name: http_response_fuzzer_test
2145 build: fuzzer
2146 language: c
2147 src:
2148 - test/core/http/response_fuzzer.c
2149 deps:
2150 - grpc_test_util
2151 - grpc
2152 - gpr_test_util
2153 - gpr
2154 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002155 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002156 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002157- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158 build: test
2159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002161 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002168 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169 build: test
2170 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002171 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002172 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002173 deps:
2174 - grpc_test_util
2175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr_test_util
2177 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002178 platforms:
2179 - mac
2180 - linux
2181 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002182- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002183 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002184 build: test
2185 language: c
2186 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002187 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002188 deps:
2189 - grpc_test_util
2190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002191 - gpr_test_util
2192 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002193 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002194 - linux
yang-gf1183302015-12-07 16:02:05 -08002195- name: init_test
2196 build: test
2197 language: c
2198 src:
2199 - test/core/surface/init_test.c
2200 deps:
2201 - grpc_test_util
2202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002203 - gpr_test_util
2204 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002205- name: internal_api_canary_iomgr_test
2206 build: test
2207 run: false
2208 language: c
2209 src:
2210 - test/core/internal_api_canaries/iomgr.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
2214 - gpr_test_util
2215 - gpr
2216- name: internal_api_canary_support_test
2217 build: test
2218 run: false
2219 language: c
2220 src:
2221 - test/core/internal_api_canaries/iomgr.c
2222 deps:
2223 - grpc_test_util
2224 - grpc
2225 - gpr_test_util
2226 - gpr
2227- name: internal_api_canary_transport_test
2228 build: test
2229 run: false
2230 language: c
2231 src:
2232 - test/core/internal_api_canaries/iomgr.c
2233 deps:
2234 - grpc_test_util
2235 - grpc
2236 - gpr_test_util
2237 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002238- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002239 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002240 build: test
2241 language: c
2242 src:
2243 - test/core/end2end/invalid_call_argument_test.c
2244 deps:
2245 - grpc_test_util
2246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002247 - gpr_test_util
2248 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002249- name: json_fuzzer_test
2250 build: fuzzer
2251 language: c
2252 src:
2253 - test/core/json/fuzzer.c
2254 deps:
2255 - grpc_test_util
2256 - grpc
2257 - gpr_test_util
2258 - gpr
2259 corpus_dirs:
2260 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002261 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262- name: json_rewrite
2263 build: test
2264 run: false
2265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002266 src:
2267 - test/core/json/json_rewrite.c
2268 deps:
2269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002270 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271- name: json_rewrite_test
2272 build: test
2273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002274 src:
2275 - test/core/json/json_rewrite_test.c
2276 deps:
2277 - grpc_test_util
2278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002279 - gpr_test_util
2280 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002281- name: json_stream_error_test
2282 build: test
2283 language: c
2284 src:
2285 - test/core/json/json_stream_error_test.c
2286 deps:
2287 - grpc_test_util
2288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002289 - gpr_test_util
2290 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002291- name: json_test
2292 build: test
2293 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002294 src:
2295 - test/core/json/json_test.c
2296 deps:
2297 - grpc_test_util
2298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002299 - gpr_test_util
2300 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002301- name: lame_client_test
2302 build: test
2303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002304 src:
2305 - test/core/surface/lame_client_test.c
2306 deps:
2307 - grpc_test_util
2308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002309 - gpr_test_util
2310 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002311- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002312 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002313 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002314 build: test
2315 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002316 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002317 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002318 deps:
2319 - grpc_test_util
2320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002321 - gpr_test_util
2322 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002323- name: load_file_test
2324 build: test
2325 language: c
2326 src:
2327 - test/core/iomgr/load_file_test.c
2328 deps:
2329 - grpc_test_util
2330 - grpc
2331 - gpr_test_util
2332 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002333- name: low_level_ping_pong_benchmark
2334 build: benchmark
2335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002336 src:
2337 - test/core/network_benchmarks/low_level_ping_pong.c
2338 deps:
2339 - grpc_test_util
2340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002341 - gpr_test_util
2342 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002343 platforms:
2344 - mac
2345 - linux
2346 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002347- name: memory_profile_client
2348 build: test
2349 run: false
2350 language: c
2351 src:
2352 - test/core/memory_usage/client.c
2353 deps:
2354 - grpc_test_util
2355 - grpc
2356 - gpr_test_util
2357 - gpr
2358- name: memory_profile_server
2359 build: test
2360 run: false
2361 language: c
2362 src:
2363 - test/core/memory_usage/server.c
2364 deps:
2365 - grpc_test_util
2366 - grpc
2367 - gpr_test_util
2368 - gpr
2369- name: memory_profile_test
2370 cpu_cost: 1.5
2371 build: test
2372 language: c
2373 src:
2374 - test/core/memory_usage/memory_usage_test.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
2378 - gpr_test_util
2379 - gpr
2380 platforms:
2381 - mac
2382 - linux
2383 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002384- name: message_compress_test
2385 build: test
2386 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002387 src:
2388 - test/core/compression/message_compress_test.c
2389 deps:
2390 - grpc_test_util
2391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002392 - gpr_test_util
2393 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002394- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002395 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002396 build: test
2397 language: c
2398 src:
2399 - test/core/census/mlog_test.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
2403 - gpr_test_util
2404 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002405- name: multiple_server_queues_test
2406 build: test
2407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002408 src:
2409 - test/core/end2end/multiple_server_queues_test.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002413 - gpr_test_util
2414 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002415- name: murmur_hash_test
2416 build: test
2417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
2419 - test/core/support/murmur_hash_test.c
2420 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002421 - gpr_test_util
2422 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002423- name: nanopb_fuzzer_response_test
2424 build: fuzzer
2425 language: c
2426 src:
2427 - test/core/nanopb/fuzzer_response.c
2428 deps:
2429 - grpc_test_util
2430 - grpc
2431 - gpr_test_util
2432 - gpr
2433 corpus_dirs:
2434 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002435 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002436- name: nanopb_fuzzer_serverlist_test
2437 build: fuzzer
2438 language: c
2439 src:
2440 - test/core/nanopb/fuzzer_serverlist.c
2441 deps:
2442 - grpc_test_util
2443 - grpc
2444 - gpr_test_util
2445 - gpr
2446 corpus_dirs:
2447 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002448 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002450 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002451 build: test
2452 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002453 src:
2454 - test/core/end2end/no_server_test.c
2455 deps:
2456 - grpc_test_util
2457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002458 - gpr_test_util
2459 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002460- name: percent_decode_fuzzer
2461 build: fuzzer
2462 language: c
2463 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002464 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002465 deps:
2466 - grpc_test_util
2467 - grpc
2468 - gpr_test_util
2469 - gpr
2470 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002471 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002472 maxlen: 32
2473- name: percent_encode_fuzzer
2474 build: fuzzer
2475 language: c
2476 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002477 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002478 deps:
2479 - grpc_test_util
2480 - grpc
2481 - gpr_test_util
2482 - gpr
2483 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002484 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002485 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002486- name: percent_encoding_test
2487 build: test
2488 language: c
2489 src:
2490 - test/core/slice/percent_encoding_test.c
2491 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002492 - grpc_test_util
2493 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002494 - gpr_test_util
2495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002496- name: resolve_address_test
2497 build: test
2498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002499 src:
2500 - test/core/iomgr/resolve_address_test.c
2501 deps:
2502 - grpc_test_util
2503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr_test_util
2505 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002506 exclude_iomgrs:
2507 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002508- name: resource_quota_test
2509 cpu_cost: 30
2510 build: test
2511 language: c
2512 src:
2513 - test/core/iomgr/resource_quota_test.c
2514 deps:
2515 - grpc_test_util
2516 - grpc
2517 - gpr_test_util
2518 - gpr
yang-gd482e592015-12-10 14:04:00 -08002519- name: secure_channel_create_test
2520 build: test
2521 language: c
2522 src:
2523 - test/core/surface/secure_channel_create_test.c
2524 deps:
2525 - grpc_test_util
2526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002527 - gpr_test_util
2528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529- name: secure_endpoint_test
2530 build: test
2531 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002532 src:
2533 - test/core/security/secure_endpoint_test.c
2534 deps:
2535 - grpc_test_util
2536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002537 - gpr_test_util
2538 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002539 exclude_iomgrs:
2540 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002541- name: sequential_connectivity_test
2542 build: test
2543 language: c
2544 src:
2545 - test/core/surface/sequential_connectivity_test.c
2546 deps:
2547 - grpc_test_util
2548 - grpc
2549 - gpr_test_util
2550 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002551 exclude_iomgrs:
2552 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002553- name: server_chttp2_test
2554 build: test
2555 language: c
2556 src:
2557 - test/core/surface/server_chttp2_test.c
2558 deps:
2559 - grpc_test_util
2560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002561 - gpr_test_util
2562 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002563- name: server_fuzzer
2564 build: fuzzer
2565 language: c
2566 src:
2567 - test/core/end2end/fuzzers/server_fuzzer.c
2568 deps:
2569 - grpc_test_util
2570 - grpc
2571 - gpr_test_util
2572 - gpr
2573 corpus_dirs:
2574 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002575 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002576 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002577- name: server_test
2578 build: test
2579 language: c
2580 src:
2581 - test/core/surface/server_test.c
2582 deps:
2583 - grpc_test_util
2584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002585 - gpr_test_util
2586 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002587- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002588 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002589 build: test
2590 language: c
2591 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002592 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002593 deps:
2594 - test_tcp_server
2595 - grpc_test_util
2596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002597 - gpr_test_util
2598 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002599 exclude_iomgrs:
2600 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002601- name: slice_buffer_test
2602 build: test
2603 language: c
2604 src:
2605 - test/core/slice/slice_buffer_test.c
2606 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002607 - grpc_test_util
2608 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002609 - gpr_test_util
2610 - gpr
2611- name: slice_string_helpers_test
2612 build: test
2613 language: c
2614 src:
2615 - test/core/slice/slice_string_helpers_test.c
2616 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002617 - grpc_test_util
2618 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002619 - gpr_test_util
2620 - gpr
2621- name: slice_test
2622 build: test
2623 language: c
2624 src:
2625 - test/core/slice/slice_test.c
2626 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002627 - grpc_test_util
2628 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002629 - gpr_test_util
2630 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002631- name: sockaddr_resolver_test
2632 build: test
2633 language: c
2634 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002635 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002636 deps:
2637 - grpc_test_util
2638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002639 - gpr_test_util
2640 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002641- name: sockaddr_utils_test
2642 build: test
2643 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002644 src:
2645 - test/core/iomgr/sockaddr_utils_test.c
2646 deps:
2647 - grpc_test_util
2648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002649 - gpr_test_util
2650 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002651- name: socket_utils_test
2652 build: test
2653 language: c
2654 src:
2655 - test/core/iomgr/socket_utils_test.c
2656 deps:
2657 - grpc_test_util
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr_test_util
2660 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002661 exclude_iomgrs:
2662 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002663 platforms:
2664 - mac
2665 - linux
2666 - posix
yang-g31e21282016-11-04 15:10:03 -07002667- name: ssl_server_fuzzer
2668 build: fuzzer
2669 language: c
2670 src:
2671 - test/core/security/ssl_server_fuzzer.c
2672 deps:
2673 - grpc_test_util
2674 - grpc
2675 - gpr_test_util
2676 - gpr
2677 corpus_dirs:
2678 - test/core/security/corpus/ssl_server_corpus
2679 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07002680- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002681 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682 build: test
2683 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002684 src:
2685 - test/core/iomgr/tcp_client_posix_test.c
2686 deps:
2687 - grpc_test_util
2688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002689 - gpr_test_util
2690 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002691 exclude_iomgrs:
2692 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002693 platforms:
2694 - mac
2695 - linux
2696 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002697- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002698 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002699 build: test
2700 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002701 src:
2702 - test/core/iomgr/tcp_posix_test.c
2703 deps:
2704 - grpc_test_util
2705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002706 - gpr_test_util
2707 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002708 exclude_iomgrs:
2709 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002710 platforms:
2711 - mac
2712 - linux
2713 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002714- name: tcp_server_posix_test
2715 build: test
2716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002717 src:
2718 - test/core/iomgr/tcp_server_posix_test.c
2719 deps:
2720 - grpc_test_util
2721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002722 - gpr_test_util
2723 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002724 exclude_iomgrs:
2725 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002726 platforms:
2727 - mac
2728 - linux
2729 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002730- name: time_averaged_stats_test
2731 build: test
2732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002733 src:
2734 - test/core/iomgr/time_averaged_stats_test.c
2735 deps:
2736 - grpc_test_util
2737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002738 - gpr_test_util
2739 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002740- name: timeout_encoding_test
2741 build: test
2742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002743 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002744 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002745 deps:
2746 - grpc_test_util
2747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002748 - gpr_test_util
2749 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002750- name: timer_heap_test
2751 build: test
2752 language: c
2753 src:
2754 - test/core/iomgr/timer_heap_test.c
2755 deps:
2756 - grpc_test_util
2757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002758 - gpr_test_util
2759 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002760 exclude_iomgrs:
2761 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002762- name: timer_list_test
2763 build: test
2764 language: c
2765 src:
2766 - test/core/iomgr/timer_list_test.c
2767 deps:
2768 - grpc_test_util
2769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002770 - gpr_test_util
2771 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002772 exclude_iomgrs:
2773 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002774- name: transport_connectivity_state_test
2775 build: test
2776 language: c
2777 src:
2778 - test/core/transport/connectivity_state_test.c
2779 deps:
2780 - grpc_test_util
2781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002782 - gpr_test_util
2783 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002784- name: transport_metadata_test
2785 build: test
2786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002787 src:
2788 - test/core/transport/metadata_test.c
2789 deps:
2790 - grpc_test_util
2791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002792 - gpr_test_util
2793 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002794- name: transport_pid_controller_test
2795 build: test
2796 language: c
2797 src:
2798 - test/core/transport/pid_controller_test.c
2799 deps:
2800 - grpc_test_util
2801 - grpc
2802 - gpr_test_util
2803 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804- name: transport_security_test
2805 build: test
2806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002807 src:
2808 - test/core/tsi/transport_security_test.c
2809 deps:
2810 - grpc_test_util
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002814 platforms:
2815 - linux
2816 - posix
2817 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002818- name: udp_server_test
2819 build: test
2820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002821 src:
2822 - test/core/iomgr/udp_server_test.c
2823 deps:
2824 - grpc_test_util
2825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002826 - gpr_test_util
2827 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002828 exclude_iomgrs:
2829 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002830 platforms:
2831 - mac
2832 - linux
2833 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002834- name: uri_fuzzer_test
2835 build: fuzzer
2836 language: c
2837 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002838 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002839 deps:
2840 - grpc_test_util
2841 - grpc
2842 - gpr_test_util
2843 - gpr
2844 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002845 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002846 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002847- name: uri_parser_test
2848 build: test
2849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002850 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002851 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002852 deps:
2853 - grpc_test_util
2854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002855 - gpr_test_util
2856 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002857- name: wakeup_fd_cv_test
2858 build: test
2859 language: c
2860 src:
2861 - test/core/iomgr/wakeup_fd_cv_test.c
2862 deps:
2863 - grpc_test_util
2864 - grpc
2865 - gpr_test_util
2866 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002867 exclude_iomgrs:
2868 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002869 platforms:
2870 - mac
2871 - linux
2872 - posix
vjpai04e992a2016-02-10 16:58:38 -08002873- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002874 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002875 build: test
2876 language: c++
2877 src:
2878 - test/cpp/common/alarm_cpp_test.cc
2879 deps:
2880 - grpc++_test_util
2881 - grpc_test_util
2882 - grpc++
2883 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002884 - gpr_test_util
2885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002887 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888 build: test
2889 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002890 src:
2891 - test/cpp/end2end/async_end2end_test.cc
2892 deps:
2893 - grpc++_test_util
2894 - grpc_test_util
2895 - grpc++
2896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002897 - gpr_test_util
2898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002899- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002900 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002901 build: test
2902 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002903 src:
2904 - test/cpp/common/auth_property_iterator_test.cc
2905 deps:
2906 - grpc++_test_util
2907 - grpc_test_util
2908 - grpc++
2909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002910 - gpr_test_util
2911 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002912- name: bm_fullstack
2913 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002914 language: c++
2915 src:
2916 - test/cpp/microbenchmarks/bm_fullstack.cc
2917 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002918 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002919 - grpc++_test_util
2920 - grpc_test_util
2921 - grpc++
2922 - grpc
2923 - gpr_test_util
2924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002925- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002926 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002927 build: test
2928 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002929 src:
yang-g52705592015-11-25 11:45:33 -08002930 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002931 deps:
2932 - grpc++
2933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002934 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002935- name: channel_filter_test
2936 gtest: true
2937 build: test
2938 language: c++
2939 src:
2940 - test/cpp/common/channel_filter_test.cc
2941 deps:
2942 - grpc++
2943 - grpc
2944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002945- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002946 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002947 build: test
2948 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002949 src:
2950 - test/cpp/util/cli_call_test.cc
2951 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002952 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002953 - grpc++_test_util
2954 - grpc_test_util
2955 - grpc++
2956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002957 - gpr_test_util
2958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002959- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002960 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002961 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002962 build: test
2963 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002964 src:
2965 - test/cpp/end2end/client_crash_test.cc
2966 deps:
2967 - grpc++_test_util
2968 - grpc_test_util
2969 - grpc++
2970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002971 - gpr_test_util
2972 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002973 platforms:
2974 - mac
2975 - linux
2976 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002977- name: client_crash_test_server
2978 build: test
2979 run: false
2980 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002981 src:
2982 - test/cpp/end2end/client_crash_test_server.cc
2983 deps:
2984 - grpc++_test_util
2985 - grpc_test_util
2986 - grpc++
2987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002988 - gpr_test_util
2989 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002990- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002991 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002992 build: test
2993 language: c++
2994 src:
2995 - src/proto/grpc/testing/control.proto
2996 - src/proto/grpc/testing/messages.proto
2997 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002998 - src/proto/grpc/testing/services.proto
2999 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003000 - test/cpp/codegen/codegen_test_full.cc
3001 deps:
3002 - grpc++
3003 - grpc
3004 - gpr
3005 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003006 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003007- name: codegen_test_minimal
3008 gtest: true
3009 build: test
3010 language: c++
3011 src:
3012 - src/proto/grpc/testing/control.proto
3013 - src/proto/grpc/testing/messages.proto
3014 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003015 - src/proto/grpc/testing/services.proto
3016 - src/proto/grpc/testing/stats.proto
3017 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003018 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003019 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003020 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003021- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003022 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003023 build: test
3024 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003025 src:
3026 - test/cpp/client/credentials_test.cc
3027 deps:
3028 - grpc++
3029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003030 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003031- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003032 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003033 build: test
3034 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003035 src:
3036 - test/cpp/util/byte_buffer_test.cc
3037 deps:
3038 - grpc_test_util
3039 - grpc++
3040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003041 - gpr_test_util
3042 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003043- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003044 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003045 build: test
3046 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003047 src:
3048 - test/cpp/util/slice_test.cc
3049 deps:
3050 - grpc_test_util
3051 - grpc++
3052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003053 - gpr_test_util
3054 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003055- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003056 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003057 build: test
3058 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003059 src:
3060 - test/cpp/util/string_ref_test.cc
3061 deps:
3062 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003063- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003064 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003065 build: test
3066 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003067 src:
3068 - test/cpp/util/time_test.cc
3069 deps:
3070 - grpc_test_util
3071 - grpc++
3072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003073 - gpr_test_util
3074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003075- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003076 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003077 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003078 build: test
3079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003080 src:
3081 - test/cpp/end2end/end2end_test.cc
3082 deps:
3083 - grpc++_test_util
3084 - grpc_test_util
3085 - grpc++
3086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003087 - gpr_test_util
3088 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003089- name: filter_end2end_test
3090 gtest: true
3091 build: test
3092 language: c++
3093 src:
3094 - test/cpp/end2end/filter_end2end_test.cc
3095 deps:
3096 - grpc++_test_util
3097 - grpc_test_util
3098 - grpc++
3099 - grpc
3100 - gpr_test_util
3101 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003102- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003103 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003104 build: test
3105 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003106 src:
3107 - test/cpp/end2end/generic_end2end_test.cc
3108 deps:
3109 - grpc++_test_util
3110 - grpc_test_util
3111 - grpc++
3112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003113 - gpr_test_util
3114 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003115- name: golden_file_test
3116 gtest: true
3117 build: test
3118 language: c++
3119 src:
3120 - src/proto/grpc/testing/compiler_test.proto
3121 - test/cpp/codegen/golden_file_test.cc
3122 deps:
3123 - grpc++
3124 - grpc
3125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003126- name: grpc_cli
3127 build: test
3128 run: false
3129 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003130 src:
3131 - test/cpp/util/grpc_cli.cc
3132 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003133 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003134 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003135 - grpc++
3136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003137 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003138 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003139- name: grpc_cpp_plugin
3140 build: protoc
3141 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003142 src:
3143 - src/compiler/cpp_plugin.cc
3144 deps:
3145 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003146 secure: false
3147 vs_config_type: Application
3148 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3149- name: grpc_csharp_plugin
3150 build: protoc
3151 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003152 src:
3153 - src/compiler/csharp_plugin.cc
3154 deps:
3155 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003156 secure: false
3157 vs_config_type: Application
3158 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003159- name: grpc_node_plugin
3160 build: protoc
3161 language: c++
3162 src:
3163 - src/compiler/node_plugin.cc
3164 deps:
3165 - grpc_plugin_support
3166 secure: false
3167 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003168- name: grpc_objective_c_plugin
3169 build: protoc
3170 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003171 src:
3172 - src/compiler/objective_c_plugin.cc
3173 deps:
3174 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003175 secure: false
3176 vs_config_type: Application
3177 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003178- name: grpc_php_plugin
3179 build: protoc
3180 language: c++
3181 src:
3182 - src/compiler/php_plugin.cc
3183 deps:
3184 - grpc_plugin_support
3185 secure: false
3186 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003187- name: grpc_python_plugin
3188 build: protoc
3189 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003190 src:
3191 - src/compiler/python_plugin.cc
3192 deps:
3193 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003194 secure: false
3195 vs_config_type: Application
3196 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3197- name: grpc_ruby_plugin
3198 build: protoc
3199 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003200 src:
3201 - src/compiler/ruby_plugin.cc
3202 deps:
3203 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003204 secure: false
3205 vs_config_type: Application
3206 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003207- name: grpc_tool_test
3208 gtest: true
3209 build: test
3210 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003211 src:
3212 - src/proto/grpc/testing/echo.proto
3213 - src/proto/grpc/testing/echo_messages.proto
3214 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003215 deps:
3216 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003217 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003218 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003219 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003220 - grpc_test_util
3221 - grpc++
3222 - grpc
3223 - gpr_test_util
3224 - gpr
3225 filegroups:
3226 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003227- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003228 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003229 build: test
3230 language: c++
3231 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003232 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003233 - test/cpp/grpclb/grpclb_api_test.cc
3234 deps:
3235 - grpc++_test_util
3236 - grpc_test_util
3237 - grpc++
3238 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003239- name: grpclb_test
3240 gtest: false
3241 build: test
3242 language: c++
3243 src:
3244 - src/proto/grpc/lb/v1/load_balancer.proto
3245 - test/cpp/grpclb/grpclb_test.cc
3246 deps:
3247 - gpr
3248 - gpr_test_util
3249 - grpc
3250 - grpc++
3251 - grpc++_test_util
3252 - grpc_test_util
Eric Gribkoffc344e872017-01-09 10:53:50 -08003253- name: http2_client
3254 build: test
3255 run: false
3256 language: c++
3257 src: []
3258 deps:
3259 - http2_client_main
3260 - grpc++_test_util
3261 - grpc_test_util
3262 - grpc++
3263 - grpc
3264 - grpc++_test_config
3265 platforms:
3266 - mac
3267 - linux
3268 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003269- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003270 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003271 build: test
3272 language: c++
3273 src:
3274 - test/cpp/end2end/hybrid_end2end_test.cc
3275 deps:
3276 - grpc++_test_util
3277 - grpc_test_util
3278 - grpc++
3279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003280 - gpr_test_util
3281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003282- name: interop_client
3283 build: test
3284 run: false
3285 language: c++
3286 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003287 deps:
3288 - interop_client_main
3289 - interop_client_helper
3290 - grpc++_test_util
3291 - grpc_test_util
3292 - grpc++
3293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003294 - gpr_test_util
3295 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003296 - grpc++_test_config
3297 platforms:
3298 - mac
3299 - linux
3300 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003301- name: interop_server
3302 build: test
3303 run: false
3304 language: c++
3305 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003306 deps:
3307 - interop_server_main
3308 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003309 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003310 - grpc++_test_util
3311 - grpc_test_util
3312 - grpc++
3313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003314 - gpr_test_util
3315 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003316 - grpc++_test_config
3317 platforms:
3318 - mac
3319 - linux
3320 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003321- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003322 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003323 build: test
3324 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003325 src:
3326 - test/cpp/interop/interop_test.cc
3327 deps:
3328 - grpc_test_util
3329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003330 - gpr_test_util
3331 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003332 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003333 platforms:
3334 - mac
3335 - linux
3336 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003337- name: json_run_localhost
3338 build: test
3339 run: false
3340 language: c++
3341 src:
3342 - test/cpp/qps/json_run_localhost.cc
3343 deps:
3344 - grpc++_test_util
3345 - grpc_test_util
3346 - grpc++
3347 - grpc
3348 - gpr_test_util
3349 - gpr
3350 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003351- name: metrics_client
3352 build: test
3353 run: false
3354 language: c++
3355 headers:
3356 - test/cpp/util/metrics_server.h
3357 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003358 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003359 - test/cpp/interop/metrics_client.cc
3360 deps:
3361 - grpc++
3362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003363 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003364 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003365- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003366 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003367 build: test
3368 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003369 src:
3370 - test/cpp/end2end/mock_test.cc
3371 deps:
3372 - grpc++_test_util
3373 - grpc_test_util
3374 - grpc++
3375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003376 - gpr_test_util
3377 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003378- name: noop-benchmark
3379 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003380 language: c++
3381 src:
3382 - test/cpp/microbenchmarks/noop-benchmark.cc
3383 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003384 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003385- name: proto_server_reflection_test
3386 gtest: true
3387 build: test
3388 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003389 src:
3390 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003391 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003392 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003393 - grpc++_reflection
3394 - grpc++_test_util
3395 - grpc_test_util
3396 - grpc++
3397 - grpc
3398 - gpr_test_util
3399 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003400- name: qps_interarrival_test
3401 build: test
3402 run: false
3403 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003404 src:
3405 - test/cpp/qps/qps_interarrival_test.cc
3406 deps:
3407 - qps
3408 - grpc++_test_util
3409 - grpc_test_util
3410 - grpc++
3411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003412 - gpr_test_util
3413 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003414 platforms:
3415 - mac
3416 - linux
3417 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003418- name: qps_json_driver
3419 build: test
3420 run: false
3421 language: c++
3422 src:
3423 - test/cpp/qps/qps_json_driver.cc
3424 deps:
3425 - qps
3426 - grpc++_test_util
3427 - grpc_test_util
3428 - grpc++
3429 - grpc
3430 - gpr_test_util
3431 - gpr
3432 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003433- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003434 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003435 build: test
3436 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003437 src:
3438 - test/cpp/qps/qps_openloop_test.cc
3439 deps:
3440 - qps
3441 - grpc++_test_util
3442 - grpc_test_util
3443 - grpc++
3444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003445 - gpr_test_util
3446 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003447 - grpc++_test_config
3448 platforms:
3449 - mac
3450 - linux
3451 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003452- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003453 build: test
3454 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003455 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003456 headers:
3457 - test/cpp/qps/client.h
3458 - test/cpp/qps/server.h
3459 src:
3460 - test/cpp/qps/worker.cc
3461 deps:
3462 - qps
3463 - grpc++_test_util
3464 - grpc_test_util
3465 - grpc++
3466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003467 - gpr_test_util
3468 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003469 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003470- name: reconnect_interop_client
3471 build: test
3472 run: false
3473 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003474 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003475 - src/proto/grpc/testing/empty.proto
3476 - src/proto/grpc/testing/messages.proto
3477 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003478 - test/cpp/interop/reconnect_interop_client.cc
3479 deps:
3480 - grpc++_test_util
3481 - grpc_test_util
3482 - grpc++
3483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003484 - gpr_test_util
3485 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003486 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003487- name: reconnect_interop_server
3488 build: test
3489 run: false
3490 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003491 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003492 - src/proto/grpc/testing/empty.proto
3493 - src/proto/grpc/testing/messages.proto
3494 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003495 - test/cpp/interop/reconnect_interop_server.cc
3496 deps:
3497 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003498 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003499 - grpc++_test_util
3500 - grpc_test_util
3501 - grpc++
3502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003503 - gpr_test_util
3504 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003505 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003506- name: round_robin_end2end_test
3507 gtest: true
3508 build: test
3509 language: c++
3510 src:
3511 - test/cpp/end2end/round_robin_end2end_test.cc
3512 deps:
3513 - grpc++_test_util
3514 - grpc_test_util
3515 - grpc++
3516 - grpc
3517 - gpr_test_util
3518 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003519- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003520 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003521 build: test
3522 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003523 src:
3524 - test/cpp/common/secure_auth_context_test.cc
3525 deps:
3526 - grpc++_test_util
3527 - grpc_test_util
3528 - grpc++
3529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003530 - gpr_test_util
3531 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003532- name: secure_sync_unary_ping_pong_test
3533 build: test
3534 language: c++
3535 src:
3536 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3537 deps:
3538 - qps
3539 - grpc++_test_util
3540 - grpc_test_util
3541 - grpc++
3542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003543 - gpr_test_util
3544 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003545 platforms:
3546 - mac
3547 - linux
3548 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003549- name: server_builder_plugin_test
3550 gtest: true
3551 build: test
3552 language: c++
3553 src:
3554 - test/cpp/end2end/server_builder_plugin_test.cc
3555 deps:
3556 - grpc++_test_util
3557 - grpc_test_util
3558 - grpc++
3559 - grpc
3560 - gpr_test_util
3561 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003562- name: server_context_test_spouse_test
3563 gtest: true
3564 build: test
3565 language: c++
3566 src:
3567 - test/cpp/test/server_context_test_spouse_test.cc
3568 deps:
3569 - grpc_test_util
3570 - grpc++_test
3571 - grpc++
3572 - grpc
3573 - gpr_test_util
3574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003575- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003576 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003577 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003578 build: test
3579 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003580 src:
3581 - test/cpp/end2end/server_crash_test.cc
3582 deps:
3583 - grpc++_test_util
3584 - grpc_test_util
3585 - grpc++
3586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003587 - gpr_test_util
3588 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003589 platforms:
3590 - mac
3591 - linux
3592 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003593- name: server_crash_test_client
3594 build: test
3595 run: false
3596 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003597 src:
3598 - test/cpp/end2end/server_crash_test_client.cc
3599 deps:
3600 - grpc++_test_util
3601 - grpc_test_util
3602 - grpc++
3603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003604 - gpr_test_util
3605 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003606- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003607 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003608 build: test
3609 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003610 src:
3611 - test/cpp/end2end/shutdown_test.cc
3612 deps:
3613 - grpc++_test_util
3614 - grpc_test_util
3615 - grpc++
3616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003617 - gpr_test_util
3618 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003619- name: status_test
3620 build: test
3621 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003622 src:
3623 - test/cpp/util/status_test.cc
3624 deps:
3625 - grpc_test_util
3626 - grpc++
3627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003628 - gpr_test_util
3629 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003630- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003631 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003632 build: test
3633 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003634 src:
3635 - test/cpp/end2end/streaming_throughput_test.cc
3636 deps:
3637 - grpc++_test_util
3638 - grpc_test_util
3639 - grpc++
3640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003641 - gpr_test_util
3642 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003643 platforms:
3644 - mac
3645 - linux
3646 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003647- name: stress_test
3648 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003649 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003650 language: c++
3651 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003652 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003653 - test/cpp/interop/interop_client.h
3654 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003655 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003656 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003657 - src/proto/grpc/testing/empty.proto
3658 - src/proto/grpc/testing/messages.proto
3659 - src/proto/grpc/testing/metrics.proto
3660 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003661 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003662 - test/cpp/interop/interop_client.cc
3663 - test/cpp/interop/stress_interop_client.cc
3664 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003665 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003666 deps:
3667 - grpc++_test_util
3668 - grpc_test_util
3669 - grpc++
3670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003671 - gpr_test_util
3672 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003673 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003674- name: thread_manager_test
3675 build: test
3676 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003677 src:
3678 - test/cpp/thread_manager/thread_manager_test.cc
3679 deps:
3680 - grpc++
3681 - grpc
3682 - gpr
3683 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003684- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003685 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003686 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003687 build: test
3688 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003689 src:
3690 - test/cpp/end2end/thread_stress_test.cc
3691 deps:
3692 - grpc++_test_util
3693 - grpc_test_util
3694 - grpc++
3695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003696 - gpr_test_util
3697 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003698- name: public_headers_must_be_c89
3699 build: test
3700 language: c89
3701 src:
3702 - test/core/surface/public_headers_must_be_c89.c
3703 deps:
3704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003705 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003706vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003707- linkage: static
3708 name: grpc.dependencies.zlib
3709 props: false
3710 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003711 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003712- linkage: static
3713 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003714 props: true
3715 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003716 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003717- name: gflags
3718 props: false
3719 redist: false
3720 version: 2.1.2.1
3721- name: gtest
3722 props: false
3723 redist: false
3724 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003725configs:
3726 asan:
3727 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003728 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3729 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003730 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003731 LD: clang
3732 LDFLAGS: -fsanitize=address
3733 LDXX: clang++
3734 compile_the_world: true
3735 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003736 ASAN_OPTIONS: detect_leaks=1:color=always
3737 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003738 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003739 asan-noleaks:
3740 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003741 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3742 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003743 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003744 LD: clang
3745 LDFLAGS: -fsanitize=address
3746 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003747 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003748 test_environ:
3749 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003750 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003751 asan-trace-cmp:
3752 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003753 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3754 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003755 CXX: clang++
3756 LD: clang
3757 LDFLAGS: -fsanitize=address
3758 LDXX: clang++
3759 compile_the_world: true
3760 test_environ:
3761 ASAN_OPTIONS: detect_leaks=1:color=always
3762 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3763 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003764 basicprof:
3765 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3766 DEFINES: NDEBUG
3767 dbg:
3768 CPPFLAGS: -O0
3769 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003770 easan:
3771 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003772 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3773 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003774 CXX: clang++
3775 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3776 LD: clang
3777 LDFLAGS: -fsanitize=address
3778 LDXX: clang++
3779 compile_the_world: true
3780 test_environ:
3781 ASAN_OPTIONS: detect_leaks=1:color=always
3782 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3783 timeout_multiplier: 3
3784 edbg:
3785 CPPFLAGS: -O0
3786 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3787 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003788 CC: clang
3789 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003790 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003791 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003792 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003793 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003794 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003795 LDXX: clang++
3796 compile_the_world: true
3797 test_environ:
3798 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3799 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003800 gcov:
3801 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003802 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003803 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003804 DEFINES: _DEBUG DEBUG GPR_GCOV
3805 LD: gcc
3806 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3807 LDXX: g++
3808 helgrind:
3809 CPPFLAGS: -O0
3810 DEFINES: _DEBUG DEBUG
3811 LDFLAGS: -rdynamic
3812 timeout_multiplier: 20
3813 valgrind: --tool=helgrind
3814 memcheck:
3815 CPPFLAGS: -O0
3816 DEFINES: _DEBUG DEBUG
3817 LDFLAGS: -rdynamic
3818 timeout_multiplier: 10
3819 valgrind: --tool=memcheck --leak-check=full
3820 msan:
3821 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003822 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3823 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3824 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003825 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003826 DEFINES: NDEBUG
3827 LD: clang
3828 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3829 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3830 LDXX: clang++
3831 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003832 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003833 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003834 CPPFLAGS: -O3 -fno-omit-frame-pointer
3835 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003836 LDFLAGS: -rdynamic
3837 opt:
3838 CPPFLAGS: -O2
3839 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003840 stapprof:
3841 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3842 DEFINES: NDEBUG
3843 tsan:
3844 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003845 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003846 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003847 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003848 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003849 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003850 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003851 LDXX: clang++
3852 compile_the_world: true
3853 test_environ:
3854 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003855 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003856 ubsan:
3857 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003858 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3859 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003860 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003861 DEFINES: NDEBUG
3862 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003863 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003864 LDXX: clang++
3865 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003866 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003867 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003868 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003869defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003870 benchmark:
3871 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003872 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003873 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003874 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003875 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003876 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003877 global:
3878 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3879 LDFLAGS: -g
3880 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003881 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003882 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003883node_modules:
3884- deps:
3885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003886 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003887 - boringssl
3888 - z
murgatroid9994a75412015-11-19 14:04:53 -08003889 headers:
3890 - src/node/ext/byte_buffer.h
3891 - src/node/ext/call.h
3892 - src/node/ext/call_credentials.h
3893 - src/node/ext/channel.h
3894 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003895 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003896 - src/node/ext/server.h
3897 - src/node/ext/server_credentials.h
3898 - src/node/ext/timeval.h
3899 js:
3900 - src/node/index.js
3901 - src/node/src/client.js
3902 - src/node/src/common.js
3903 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003904 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003905 - src/node/src/metadata.js
3906 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003907 name: grpc_node
3908 src:
3909 - src/node/ext/byte_buffer.cc
3910 - src/node/ext/call.cc
3911 - src/node/ext/call_credentials.cc
3912 - src/node/ext/channel.cc
3913 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07003914 - src/node/ext/completion_queue_threadpool.cc
3915 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003916 - src/node/ext/node_grpc.cc
3917 - src/node/ext/server.cc
3918 - src/node/ext/server_credentials.cc
3919 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003920openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003921 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003922 extraction_dir: openssl-1.0.2f
3923 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003924php_config_m4:
3925 deps:
3926 - grpc
3927 - gpr
3928 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003929 headers:
3930 - src/php/ext/grpc/byte_buffer.h
3931 - src/php/ext/grpc/call.h
3932 - src/php/ext/grpc/call_credentials.h
3933 - src/php/ext/grpc/channel.h
3934 - src/php/ext/grpc/channel_credentials.h
3935 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003936 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003937 - src/php/ext/grpc/php_grpc.h
3938 - src/php/ext/grpc/server.h
3939 - src/php/ext/grpc/server_credentials.h
3940 - src/php/ext/grpc/timeval.h
3941 src:
3942 - src/php/ext/grpc/byte_buffer.c
3943 - src/php/ext/grpc/call.c
3944 - src/php/ext/grpc/call_credentials.c
3945 - src/php/ext/grpc/channel.c
3946 - src/php/ext/grpc/channel_credentials.c
3947 - src/php/ext/grpc/completion_queue.c
3948 - src/php/ext/grpc/php_grpc.c
3949 - src/php/ext/grpc/server.c
3950 - src/php/ext/grpc/server_credentials.c
3951 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003952python_dependencies:
3953 deps:
3954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003955 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003956 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003957 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003958ruby_gem:
3959 deps:
3960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003961 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003962 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003963 - z