blob: 8f478066f76216635858dbd0071e8afe8101d46c [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 Tiller0bc11712016-05-02 21:22:46 -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 Tiller0bc11712016-05-02 21:22:46 -0700115 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/stack_lockfree.c
118 - src/core/lib/support/string.c
119 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700120 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700121 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/subprocess_posix.c
123 - src/core/lib/support/subprocess_windows.c
124 - src/core/lib/support/sync.c
125 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/thd.c
128 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/time.c
131 - src/core/lib/support/time_posix.c
132 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200135 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700139 uses:
140 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800141- name: gpr_codegen
142 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/atm.h
144 - include/grpc/impl/codegen/atm_gcc_atomic.h
145 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/atm_windows.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700147 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800148 - include/grpc/impl/codegen/port_platform.h
149 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800150 - include/grpc/impl/codegen/sync.h
151 - include/grpc/impl/codegen/sync_generic.h
152 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700153 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700154- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700155 public_headers:
156 - include/grpc/byte_buffer.h
157 - include/grpc/byte_buffer_reader.h
158 - include/grpc/compression.h
159 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700160 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200161 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700162 - include/grpc/slice.h
163 - include/grpc/slice_buffer.h
Craig Tiller25834342015-09-25 08:08:24 -0700164 - include/grpc/status.h
165 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700166 - src/core/lib/channel/channel_args.h
167 - src/core/lib/channel/channel_stack.h
168 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700169 - src/core/lib/channel/compress_filter.h
170 - src/core/lib/channel/connected_channel.h
171 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700172 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700173 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700174 - src/core/lib/channel/http_client_filter.h
175 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700176 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/compression/algorithm_metadata.h
178 - src/core/lib/compression/message_compress.h
179 - src/core/lib/debug/trace.h
180 - src/core/lib/http/format_request.h
181 - src/core/lib/http/httpcli.h
182 - src/core/lib/http/parser.h
183 - src/core/lib/iomgr/closure.h
Craig Tillerf7cade12016-07-07 21:41:10 -0700184 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700185 - src/core/lib/iomgr/endpoint.h
186 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700187 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700188 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700189 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700190 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/iomgr/exec_ctx.h
192 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/iocp_windows.h
194 - src/core/lib/iomgr/iomgr.h
195 - src/core/lib/iomgr/iomgr_internal.h
196 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700197 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700198 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700199 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700203 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700205 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700207 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/sockaddr.h
209 - src/core/lib/iomgr/sockaddr_posix.h
210 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700211 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700212 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700213 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/socket_utils_posix.h
215 - src/core/lib/iomgr/socket_windows.h
216 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700217 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/tcp_posix.h
219 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700220 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/tcp_windows.h
222 - src/core/lib/iomgr/time_averaged_stats.h
223 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700224 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700226 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/udp_server.h
228 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700229 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/wakeup_fd_pipe.h
231 - src/core/lib/iomgr/wakeup_fd_posix.h
232 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700233 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/workqueue_windows.h
235 - src/core/lib/json/json.h
236 - src/core/lib/json/json_common.h
237 - src/core/lib/json/json_reader.h
238 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700239 - src/core/lib/slice/percent_encoding.h
240 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/surface/api_trace.h
242 - src/core/lib/surface/call.h
243 - src/core/lib/surface/call_test_only.h
244 - src/core/lib/surface/channel.h
245 - src/core/lib/surface/channel_init.h
246 - src/core/lib/surface/channel_stack_type.h
247 - src/core/lib/surface/completion_queue.h
248 - src/core/lib/surface/event_string.h
249 - src/core/lib/surface/init.h
250 - src/core/lib/surface/lame_client.h
251 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700254 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/transport/metadata.h
256 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700257 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700258 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400260 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/transport/transport.h
262 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700263 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/channel/channel_args.c
265 - src/core/lib/channel/channel_stack.c
266 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/channel/compress_filter.c
268 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700269 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700270 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/channel/http_client_filter.c
272 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700273 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700274 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/compression/message_compress.c
276 - src/core/lib/debug/trace.c
277 - src/core/lib/http/format_request.c
278 - src/core/lib/http/httpcli.c
279 - src/core/lib/http/parser.c
280 - src/core/lib/iomgr/closure.c
Craig Tillerf7cade12016-07-07 21:41:10 -0700281 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/iomgr/endpoint.c
283 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700284 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700286 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700287 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700288 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700289 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/iomgr/exec_ctx.c
291 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/iomgr/iocp_windows.c
293 - src/core/lib/iomgr/iomgr.c
294 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700295 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700297 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700298 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700299 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700300 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700302 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/iomgr/pollset_windows.c
304 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700305 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700307 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700309 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/socket_utils_common_posix.c
311 - src/core/lib/iomgr/socket_utils_linux.c
312 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700313 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700314 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/socket_windows.c
316 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700317 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/tcp_client_windows.c
319 - src/core/lib/iomgr/tcp_posix.c
320 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700321 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/tcp_windows.c
325 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700326 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/udp_server.c
330 - src/core/lib/iomgr/unix_sockets_posix.c
331 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700332 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/wakeup_fd_eventfd.c
334 - src/core/lib/iomgr/wakeup_fd_nospecial.c
335 - src/core/lib/iomgr/wakeup_fd_pipe.c
336 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700337 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/workqueue_windows.c
339 - src/core/lib/json/json.c
340 - src/core/lib/json/json_reader.c
341 - src/core/lib/json/json_string.c
342 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700343 - src/core/lib/slice/percent_encoding.c
344 - src/core/lib/slice/slice.c
345 - src/core/lib/slice/slice_buffer.c
346 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700347 - src/core/lib/surface/alarm.c
348 - src/core/lib/surface/api_trace.c
349 - src/core/lib/surface/byte_buffer.c
350 - src/core/lib/surface/byte_buffer_reader.c
351 - src/core/lib/surface/call.c
352 - src/core/lib/surface/call_details.c
353 - src/core/lib/surface/call_log_batch.c
354 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700355 - src/core/lib/surface/channel_init.c
356 - src/core/lib/surface/channel_ping.c
357 - src/core/lib/surface/channel_stack_type.c
358 - src/core/lib/surface/completion_queue.c
359 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/surface/lame_client.c
361 - src/core/lib/surface/metadata_array.c
362 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700363 - src/core/lib/surface/validate_metadata.c
364 - src/core/lib/surface/version.c
365 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700367 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700368 - src/core/lib/transport/metadata.c
369 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700370 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700371 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700372 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400373 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700374 - src/core/lib/transport/transport.c
375 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700376 deps:
377 - gpr
378 uses:
379 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700380- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700381 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700382 - src/core/ext/client_channel/client_channel.h
383 - src/core/ext/client_channel/client_channel_factory.h
384 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700385 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700386 - src/core/ext/client_channel/initial_connect_string.h
387 - src/core/ext/client_channel/lb_policy.h
388 - src/core/ext/client_channel/lb_policy_factory.h
389 - src/core/ext/client_channel/lb_policy_registry.h
390 - src/core/ext/client_channel/parse_address.h
391 - src/core/ext/client_channel/resolver.h
392 - src/core/ext/client_channel/resolver_factory.h
393 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700394 - src/core/ext/client_channel/subchannel.h
395 - src/core/ext/client_channel/subchannel_index.h
396 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700397 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700398 - src/core/ext/client_channel/channel_connectivity.c
399 - src/core/ext/client_channel/client_channel.c
400 - src/core/ext/client_channel/client_channel_factory.c
401 - src/core/ext/client_channel/client_channel_plugin.c
402 - src/core/ext/client_channel/connector.c
403 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700404 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700405 - src/core/ext/client_channel/initial_connect_string.c
406 - src/core/ext/client_channel/lb_policy.c
407 - src/core/ext/client_channel/lb_policy_factory.c
408 - src/core/ext/client_channel/lb_policy_registry.c
409 - src/core/ext/client_channel/parse_address.c
410 - src/core/ext/client_channel/resolver.c
411 - src/core/ext/client_channel/resolver_factory.c
412 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700413 - src/core/ext/client_channel/subchannel.c
414 - src/core/ext/client_channel/subchannel_index.c
415 - src/core/ext/client_channel/uri_parser.c
416 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700417 uses:
418 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800419- name: grpc_codegen
420 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700421 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800422 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800423 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800424 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800425 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800426 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700427 uses:
428 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700429- name: grpc_lb_policy_grpclb
430 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700431 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700432 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700433 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700434 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700435 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700436 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700437 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700438 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700439 uses:
440 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700441 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700442 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700443- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700444 src:
445 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700446 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700447 uses:
448 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700449 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700450- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700451 src:
452 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700453 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700454 uses:
455 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700456 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700457- name: grpc_load_reporting
458 headers:
459 - src/core/ext/load_reporting/load_reporting.h
460 - src/core/ext/load_reporting/load_reporting_filter.h
461 src:
462 - src/core/ext/load_reporting/load_reporting.c
463 - src/core/ext/load_reporting/load_reporting_filter.c
464 plugin: grpc_load_reporting_plugin
465 uses:
466 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700467- name: grpc_resolver_dns_native
468 src:
469 - src/core/ext/resolver/dns/native/dns_resolver.c
470 plugin: grpc_resolver_dns_native
471 uses:
472 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700473 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700474- name: grpc_resolver_sockaddr
475 src:
476 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
477 plugin: grpc_resolver_sockaddr
478 uses:
479 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700480 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100481- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700482 public_headers:
483 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100484 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700485 - src/core/lib/security/context/security_context.h
486 - src/core/lib/security/credentials/composite/composite_credentials.h
487 - src/core/lib/security/credentials/credentials.h
488 - src/core/lib/security/credentials/fake/fake_credentials.h
489 - src/core/lib/security/credentials/google_default/google_default_credentials.h
490 - src/core/lib/security/credentials/iam/iam_credentials.h
491 - src/core/lib/security/credentials/jwt/json_token.h
492 - src/core/lib/security/credentials/jwt/jwt_credentials.h
493 - src/core/lib/security/credentials/jwt/jwt_verifier.h
494 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
495 - src/core/lib/security/credentials/plugin/plugin_credentials.h
496 - src/core/lib/security/credentials/ssl/ssl_credentials.h
497 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700498 - src/core/lib/security/transport/secure_endpoint.h
499 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800500 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700501 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700502 - src/core/lib/security/util/b64.h
503 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100504 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700505 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700506 - src/core/lib/security/context/security_context.c
507 - src/core/lib/security/credentials/composite/composite_credentials.c
508 - src/core/lib/security/credentials/credentials.c
509 - src/core/lib/security/credentials/credentials_metadata.c
510 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700511 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700512 - src/core/lib/security/credentials/google_default/google_default_credentials.c
513 - src/core/lib/security/credentials/iam/iam_credentials.c
514 - src/core/lib/security/credentials/jwt/json_token.c
515 - src/core/lib/security/credentials/jwt/jwt_credentials.c
516 - src/core/lib/security/credentials/jwt/jwt_verifier.c
517 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
518 - src/core/lib/security/credentials/plugin/plugin_credentials.c
519 - src/core/lib/security/credentials/ssl/ssl_credentials.c
520 - src/core/lib/security/transport/client_auth_filter.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700521 - src/core/lib/security/transport/secure_endpoint.c
522 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800523 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700524 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700525 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700526 - src/core/lib/security/util/b64.c
527 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700528 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700529 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700530 uses:
531 - grpc_base
532 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700533 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700534- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700535 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700536 headers:
537 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700538 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700539 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700540 - test/core/end2end/fixtures/proxy.h
541 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700542 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200543 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700544 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700545 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700546 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700547 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700548 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700549 - test/core/util/slice_splitter.h
550 src:
551 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700552 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700553 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700554 - test/core/end2end/fixtures/proxy.c
555 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700556 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200557 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700558 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700559 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700560 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700561 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700562 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700563 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700564 - test/core/util/port_windows.c
565 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700566 deps:
567 - grpc
568 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700569- name: grpc_transport_chttp2
570 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700571 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700572 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700573 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
574 - src/core/ext/transport/chttp2/transport/frame.h
575 - src/core/ext/transport/chttp2/transport/frame_data.h
576 - src/core/ext/transport/chttp2/transport/frame_goaway.h
577 - src/core/ext/transport/chttp2/transport/frame_ping.h
578 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
579 - src/core/ext/transport/chttp2/transport/frame_settings.h
580 - src/core/ext/transport/chttp2/transport/frame_window_update.h
581 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
582 - src/core/ext/transport/chttp2/transport/hpack_parser.h
583 - src/core/ext/transport/chttp2/transport/hpack_table.h
584 - src/core/ext/transport/chttp2/transport/http2_errors.h
585 - src/core/ext/transport/chttp2/transport/huffsyms.h
586 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
587 - src/core/ext/transport/chttp2/transport/internal.h
588 - src/core/ext/transport/chttp2/transport/status_conversion.h
589 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700590 - src/core/ext/transport/chttp2/transport/varint.h
591 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700592 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700593 - src/core/ext/transport/chttp2/transport/bin_encoder.c
594 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700595 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
596 - src/core/ext/transport/chttp2/transport/frame_data.c
597 - src/core/ext/transport/chttp2/transport/frame_goaway.c
598 - src/core/ext/transport/chttp2/transport/frame_ping.c
599 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
600 - src/core/ext/transport/chttp2/transport/frame_settings.c
601 - src/core/ext/transport/chttp2/transport/frame_window_update.c
602 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
603 - src/core/ext/transport/chttp2/transport/hpack_parser.c
604 - src/core/ext/transport/chttp2/transport/hpack_table.c
605 - src/core/ext/transport/chttp2/transport/huffsyms.c
606 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
607 - src/core/ext/transport/chttp2/transport/parsing.c
608 - src/core/ext/transport/chttp2/transport/status_conversion.c
609 - src/core/ext/transport/chttp2/transport/stream_lists.c
610 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700611 - src/core/ext/transport/chttp2/transport/varint.c
612 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700613 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700614 uses:
615 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700616 - grpc_transport_chttp2_alpn
617- name: grpc_transport_chttp2_alpn
618 headers:
619 - src/core/ext/transport/chttp2/alpn/alpn.h
620 src:
621 - src/core/ext/transport/chttp2/alpn/alpn.c
622 deps:
623 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800624- name: grpc_transport_chttp2_client_connector
625 headers:
626 - src/core/ext/transport/chttp2/client/chttp2_connector.h
627 src:
628 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800629 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800630 - grpc_transport_chttp2
631 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700632- name: grpc_transport_chttp2_client_insecure
633 src:
634 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700635 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700636 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800637 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700638 - grpc_transport_chttp2
639 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700640 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700641- name: grpc_transport_chttp2_client_secure
642 src:
643 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700644 uses:
645 - grpc_transport_chttp2
646 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700647 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700648 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800649 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800650- name: grpc_transport_chttp2_server
651 headers:
652 - src/core/ext/transport/chttp2/server/chttp2_server.h
653 src:
654 - src/core/ext/transport/chttp2/server/chttp2_server.c
655 uses:
656 - grpc_transport_chttp2
657 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700658- name: grpc_transport_chttp2_server_insecure
659 src:
660 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700661 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700662 uses:
663 - grpc_transport_chttp2
664 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800665 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700666- name: grpc_transport_chttp2_server_secure
667 src:
668 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700669 uses:
670 - grpc_transport_chttp2
671 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700672 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800673 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700674- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700675 public_headers:
676 - include/grpc/grpc_cronet.h
677 - include/grpc/grpc_security.h
678 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700679 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700680 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
681 src:
682 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
683 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
684 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700685 filegroups:
686 - grpc_base
687 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800688- name: nanopb
689 headers:
690 - third_party/nanopb/pb.h
691 - third_party/nanopb/pb_common.h
692 - third_party/nanopb/pb_decode.h
693 - third_party/nanopb/pb_encode.h
694 src:
695 - third_party/nanopb/pb_common.c
696 - third_party/nanopb/pb_decode.c
697 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700698- name: tsi
699 headers:
700 - src/core/lib/tsi/fake_transport_security.h
701 - src/core/lib/tsi/ssl_transport_security.h
702 - src/core/lib/tsi/ssl_types.h
703 - src/core/lib/tsi/transport_security.h
704 - src/core/lib/tsi/transport_security_interface.h
705 src:
706 - src/core/lib/tsi/fake_transport_security.c
707 - src/core/lib/tsi/ssl_transport_security.c
708 - src/core/lib/tsi/transport_security.c
709 deps:
710 - gpr
711 secure: true
712- name: grpc++_base
713 language: c++
714 public_headers:
715 - include/grpc++/alarm.h
716 - include/grpc++/channel.h
717 - include/grpc++/client_context.h
718 - include/grpc++/completion_queue.h
719 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700720 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700721 - include/grpc++/generic/async_generic_service.h
722 - include/grpc++/generic/generic_stub.h
723 - include/grpc++/grpc++.h
724 - include/grpc++/impl/call.h
725 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700726 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700727 - include/grpc++/impl/grpc_library.h
728 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700729 - include/grpc++/impl/rpc_method.h
730 - include/grpc++/impl/rpc_service_method.h
731 - include/grpc++/impl/serialization_traits.h
732 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700733 - include/grpc++/impl/server_builder_plugin.h
734 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700735 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700736 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700737 - include/grpc++/security/auth_context.h
738 - include/grpc++/security/auth_metadata_processor.h
739 - include/grpc++/security/credentials.h
740 - include/grpc++/security/server_credentials.h
741 - include/grpc++/server.h
742 - include/grpc++/server_builder.h
743 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700744 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 - include/grpc++/support/async_stream.h
746 - include/grpc++/support/async_unary_call.h
747 - include/grpc++/support/byte_buffer.h
748 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700749 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700750 - include/grpc++/support/slice.h
751 - include/grpc++/support/status.h
752 - include/grpc++/support/status_code_enum.h
753 - include/grpc++/support/string_ref.h
754 - include/grpc++/support/stub_options.h
755 - include/grpc++/support/sync_stream.h
756 - include/grpc++/support/time.h
757 headers:
758 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700759 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700760 - src/cpp/server/dynamic_thread_pool.h
761 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700762 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700764 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700765 - src/cpp/client/client_context.cc
766 - src/cpp/client/create_channel.cc
767 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700768 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700769 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700770 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700772 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700773 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700775 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700776 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700777 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - src/cpp/server/async_generic_service.cc
779 - src/cpp/server/create_default_thread_pool.cc
780 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700782 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - src/cpp/server/server_context.cc
784 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700785 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700786 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700787 - src/cpp/util/byte_buffer_cc.cc
788 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 - src/cpp/util/status.cc
790 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700791 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 uses:
yang-g17487f92016-06-03 15:21:15 -0700793 - grpc++_codegen_base
794- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700795 language: c++
796 public_headers:
797 - include/grpc++/impl/codegen/async_stream.h
798 - include/grpc++/impl/codegen/async_unary_call.h
799 - include/grpc++/impl/codegen/call.h
800 - include/grpc++/impl/codegen/call_hook.h
801 - include/grpc++/impl/codegen/channel_interface.h
802 - include/grpc++/impl/codegen/client_context.h
803 - include/grpc++/impl/codegen/client_unary_call.h
804 - include/grpc++/impl/codegen/completion_queue.h
805 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700806 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700807 - include/grpc++/impl/codegen/core_codegen_interface.h
808 - include/grpc++/impl/codegen/create_auth_context.h
809 - include/grpc++/impl/codegen/grpc_library.h
810 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700811 - include/grpc++/impl/codegen/rpc_method.h
812 - include/grpc++/impl/codegen/rpc_service_method.h
813 - include/grpc++/impl/codegen/security/auth_context.h
814 - include/grpc++/impl/codegen/serialization_traits.h
815 - include/grpc++/impl/codegen/server_context.h
816 - include/grpc++/impl/codegen/server_interface.h
817 - include/grpc++/impl/codegen/service_type.h
818 - include/grpc++/impl/codegen/status.h
819 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700820 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 - include/grpc++/impl/codegen/string_ref.h
822 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 - include/grpc++/impl/codegen/sync_stream.h
824 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 uses:
826 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700827- name: grpc++_codegen_base_src
828 language: c++
829 src:
830 - src/cpp/codegen/codegen_init.cc
831 uses:
832 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700833- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 language: c++
835 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700836 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700837 uses:
yang-g17487f92016-06-03 15:21:15 -0700838 - grpc++_codegen_base
839 - grpc++_config_proto
840- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 language: c++
842 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700844- name: grpc++_reflection_proto
845 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700846 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700847 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700848- name: thrift_util
849 language: c++
850 public_headers:
851 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700852 - include/grpc++/impl/codegen/thrift_utils.h
853 uses:
854 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100855libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800856- name: gpr
857 build: all
858 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800859 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700860 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800861 secure: false
862 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
863- name: gpr_test_util
864 build: private
865 language: c
866 headers:
867 - test/core/util/test_config.h
868 src:
869 - test/core/util/test_config.c
870 deps:
871 - gpr
872 secure: false
873 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700874- name: grpc
875 build: all
876 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700877 src:
878 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700879 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800880 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700881 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700882 filegroups:
883 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700884 - grpc_transport_chttp2_server_secure
885 - grpc_transport_chttp2_client_secure
886 - grpc_transport_chttp2_server_insecure
887 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700888 - grpc_lb_policy_grpclb
889 - grpc_lb_policy_pick_first
890 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700891 - grpc_resolver_dns_native
892 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700893 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100894 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700895 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700896 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700897 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700898 vs_packages:
899 - grpc.dependencies.openssl
900 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700901 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700902- name: grpc_cronet
903 build: all
904 language: c
905 src:
906 - src/core/lib/surface/init.c
907 baselib: true
908 deps_linkage: static
909 dll: true
910 filegroups:
911 - grpc_base
912 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700913 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700914 generate_plugin_registry: true
915 platforms:
916 - linux
917 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100918- name: grpc_dll
919 build: private
920 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100921 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100922 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100923 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100924 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100925 build_system:
926 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100927 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100928 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100929 vs_config_type: DynamicLibrary
930 vs_packages:
931 - grpc.dependencies.openssl
932 - grpc.dependencies.zlib
933 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
934 vs_props:
935 - zlib
936 - openssl
937 - winsock
938 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700939- name: grpc_test_util
940 build: private
941 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700942 headers:
943 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800944 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700945 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700946 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700947 - test/core/end2end/data/server1_cert.c
948 - test/core/end2end/data/server1_key.c
949 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800950 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700951 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800952 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800953 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700954 - grpc
955 filegroups:
956 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700957 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700958 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
959- name: grpc_test_util_unsecure
960 build: private
961 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700962 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800963 - gpr
964 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800965 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700966 filegroups:
967 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700968 secure: false
969 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
970- name: grpc_unsecure
971 build: all
972 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700973 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700974 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700975 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700976 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800977 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700978 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700979 filegroups:
980 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700981 - grpc_transport_chttp2_server_insecure
982 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700983 - grpc_resolver_dns_native
984 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700985 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700986 - grpc_lb_policy_grpclb
987 - grpc_lb_policy_pick_first
988 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700989 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700990 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700991 secure: false
992 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700993- name: reconnect_server
994 build: private
995 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700996 headers:
997 - test/core/util/reconnect_server.h
998 src:
999 - test/core/util/reconnect_server.c
1000 deps:
yang-gc9fca182015-11-06 16:41:33 -08001001 - test_tcp_server
1002 - grpc_test_util
1003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001004 - gpr_test_util
1005 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001006- name: test_tcp_server
1007 build: private
1008 language: c
1009 headers:
1010 - test/core/util/test_tcp_server.h
1011 src:
1012 - test/core/util/test_tcp_server.c
1013 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001014 - grpc_test_util
1015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001016 - gpr_test_util
1017 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001018- name: grpc++
1019 build: all
1020 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001021 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001022 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001023 - src/cpp/client/secure_credentials.h
1024 - src/cpp/common/secure_auth_context.h
1025 - src/cpp/server/secure_server_credentials.h
1026 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001027 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001028 - src/cpp/client/secure_credentials.cc
1029 - src/cpp/common/auth_property_iterator.cc
1030 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001031 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001032 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001033 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001034 - src/cpp/server/secure_server_credentials.cc
1035 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001036 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037 baselib: true
1038 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001039 filegroups:
1040 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001041 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001042 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001043 secure: check
1044 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001045- name: grpc++_cronet
1046 build: all
1047 language: c++
1048 src:
1049 - src/cpp/client/cronet_credentials.cc
1050 - src/cpp/client/insecure_credentials.cc
1051 - src/cpp/common/insecure_create_auth_context.cc
1052 - src/cpp/server/insecure_server_credentials.cc
1053 deps:
1054 - gpr
1055 - grpc_cronet
1056 baselib: true
1057 dll: true
1058 filegroups:
1059 - grpc++_base
1060 - grpc++_codegen_base
1061 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001062 - grpc_transport_chttp2_client_insecure
1063 - grpc_transport_chttp2_server_insecure
1064 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001065 platforms:
1066 - linux
1067 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001068- name: grpc++_proto_reflection_desc_db
1069 build: private
1070 language: c++
1071 headers:
1072 - test/cpp/util/proto_reflection_descriptor_database.h
1073 src:
1074 - test/cpp/util/proto_reflection_descriptor_database.cc
1075 deps:
1076 - grpc++
1077 filegroups:
1078 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001079 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001080- name: grpc++_reflection
1081 build: all
1082 language: c++
1083 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001084 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001085 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001086 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001087 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001088 - src/cpp/ext/proto_server_reflection.cc
1089 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001090 deps:
1091 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001092 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001093 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001094- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001095 build: private
yang-g42879982016-10-13 15:58:31 -07001096 language: c++
1097 headers:
1098 - include/grpc++/test/server_context_test_spouse.h
1099 src:
1100 - src/cpp/test/server_context_test_spouse.cc
1101 deps:
1102 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001103- name: grpc++_test_config
1104 build: private
1105 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001106 headers:
1107 - test/cpp/util/test_config.h
1108 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001109 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110- name: grpc++_test_util
1111 build: private
1112 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001113 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001114 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001115 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001116 - test/cpp/util/create_test_channel.h
1117 - test/cpp/util/string_ref_helper.h
1118 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001119 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001120 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001121 - src/proto/grpc/testing/echo_messages.proto
1122 - src/proto/grpc/testing/echo.proto
1123 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001124 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001125 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001126 - test/cpp/util/create_test_channel.cc
1127 - test/cpp/util/string_ref_helper.cc
1128 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001129 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001130 deps:
1131 - grpc++
1132 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001133 filegroups:
1134 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001135 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001136 - grpc++_codegen_proto
1137 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001138 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001139- name: grpc++_unsecure
1140 build: all
1141 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001142 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001143 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001144 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001145 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001146 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001147 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001148 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149 baselib: true
1150 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001151 filegroups:
1152 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001153 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001154 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155 secure: false
1156 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001157- name: grpc_cli_libs
1158 build: private
1159 language: c++
1160 headers:
1161 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001162 - test/cpp/util/cli_credentials.h
1163 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001164 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001165 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001166 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001167 src:
1168 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001169 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001170 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001171 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001172 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001173 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001174 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001175 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001176 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001177 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001178 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179- name: grpc_plugin_support
1180 build: protoc
1181 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001182 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001183 - src/compiler/config.h
1184 - src/compiler/cpp_generator.h
1185 - src/compiler/cpp_generator_helpers.h
1186 - src/compiler/csharp_generator.h
1187 - src/compiler/csharp_generator_helpers.h
1188 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001189 - src/compiler/node_generator.h
1190 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001191 - src/compiler/objective_c_generator.h
1192 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001193 - src/compiler/php_generator.h
1194 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001195 - src/compiler/python_generator.h
1196 - src/compiler/ruby_generator.h
1197 - src/compiler/ruby_generator_helpers-inl.h
1198 - src/compiler/ruby_generator_map-inl.h
1199 - src/compiler/ruby_generator_string-inl.h
1200 src:
1201 - src/compiler/cpp_generator.cc
1202 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001203 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001204 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001205 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001206 - src/compiler/python_generator.cc
1207 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001208 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001209 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001210 secure: false
1211 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001212 vs_props:
1213 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001214- name: interop_client_helper
1215 build: private
1216 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001217 headers:
1218 - test/cpp/interop/client_helper.h
1219 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001220 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001221 - test/cpp/interop/client_helper.cc
1222 deps:
1223 - grpc++_test_util
1224 - grpc_test_util
1225 - grpc++
1226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001227 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228- name: interop_client_main
1229 build: private
1230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001231 headers:
1232 - test/cpp/interop/interop_client.h
1233 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001234 - src/proto/grpc/testing/empty.proto
1235 - src/proto/grpc/testing/messages.proto
1236 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001237 - test/cpp/interop/client.cc
1238 - test/cpp/interop/interop_client.cc
1239 deps:
1240 - interop_client_helper
1241 - grpc++_test_util
1242 - grpc_test_util
1243 - grpc++
1244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001245 - gpr_test_util
1246 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001247 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001248- name: interop_server_helper
1249 build: private
1250 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001251 headers:
1252 - test/cpp/interop/server_helper.h
1253 src:
1254 - test/cpp/interop/server_helper.cc
1255 deps:
1256 - grpc_test_util
1257 - grpc++
1258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001259 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001260- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001261 build: private
1262 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001263 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001264 - src/proto/grpc/testing/empty.proto
1265 - src/proto/grpc/testing/messages.proto
1266 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001267 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001268 deps:
1269 - interop_server_helper
1270 - grpc++_test_util
1271 - grpc_test_util
1272 - grpc++
1273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001274 - gpr_test_util
1275 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001276 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001277- name: interop_server_main
1278 build: private
1279 language: c++
1280 src:
1281 - test/cpp/interop/interop_server_bootstrap.cc
1282 deps:
1283 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001284- name: qps
1285 build: private
1286 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001287 headers:
1288 - test/cpp/qps/client.h
1289 - test/cpp/qps/driver.h
1290 - test/cpp/qps/histogram.h
1291 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001292 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001293 - test/cpp/qps/qps_worker.h
1294 - test/cpp/qps/report.h
1295 - test/cpp/qps/server.h
1296 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001297 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001298 - test/cpp/util/benchmark_config.h
1299 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001300 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001301 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001302 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001303 - src/proto/grpc/testing/control.proto
1304 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001305 - test/cpp/qps/client_async.cc
1306 - test/cpp/qps/client_sync.cc
1307 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001308 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001309 - test/cpp/qps/qps_worker.cc
1310 - test/cpp/qps/report.cc
1311 - test/cpp/qps/server_async.cc
1312 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001313 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001314 - test/cpp/util/benchmark_config.cc
1315 deps:
1316 - grpc_test_util
1317 - grpc++_test_util
1318 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001319- name: grpc_csharp_ext
1320 build: all
1321 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001322 src:
1323 - src/csharp/ext/grpc_csharp_ext.c
1324 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001326 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001327 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001328 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001329 dll: only
1330 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001331 vs_packages:
1332 - grpc.dependencies.openssl
1333 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001334 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001335 vs_props:
1336 - zlib
1337 - openssl
1338 - winsock
1339 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001341- name: alarm_test
1342 build: test
1343 language: c
1344 src:
1345 - test/core/surface/alarm_test.c
1346 deps:
1347 - grpc_test_util
1348 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001349 - gpr_test_util
1350 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001351- name: algorithm_test
1352 build: test
1353 language: c
1354 src:
1355 - test/core/compression/algorithm_test.c
1356 deps:
1357 - grpc_test_util
1358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 - gpr_test_util
1360 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001361- name: alloc_test
1362 build: test
1363 language: c
1364 src:
1365 - test/core/support/alloc_test.c
1366 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001367 - gpr_test_util
1368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001369- name: alpn_test
1370 build: test
1371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001372 src:
1373 - test/core/transport/chttp2/alpn_test.c
1374 deps:
1375 - grpc_test_util
1376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001377 - gpr_test_util
1378 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001379- name: api_fuzzer
1380 build: fuzzer
1381 language: c
1382 src:
1383 - test/core/end2end/fuzzers/api_fuzzer.c
1384 deps:
1385 - grpc_test_util
1386 - grpc
1387 - gpr_test_util
1388 - gpr
1389 corpus_dirs:
1390 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001391 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001392 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001393- name: bad_server_response_test
1394 build: test
1395 language: c
1396 src:
1397 - test/core/end2end/bad_server_response_test.c
1398 deps:
1399 - test_tcp_server
1400 - grpc_test_util
1401 - grpc
1402 - gpr_test_util
1403 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001404 exclude_iomgrs:
1405 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001406- name: bin_decoder_test
1407 build: test
1408 language: c
1409 src:
1410 - test/core/transport/chttp2/bin_decoder_test.c
1411 deps:
1412 - grpc_test_util
1413 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001414- name: bin_encoder_test
1415 build: test
1416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001417 src:
1418 - test/core/transport/chttp2/bin_encoder_test.c
1419 deps:
1420 - grpc_test_util
1421 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001422- name: census_context_test
1423 build: test
1424 language: c
1425 src:
1426 - test/core/census/context_test.c
1427 deps:
1428 - grpc_test_util
1429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 - gpr_test_util
1431 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001432- name: census_resource_test
1433 build: test
1434 language: c
1435 src:
1436 - test/core/census/resource_test.c
1437 deps:
1438 - grpc_test_util
1439 - grpc
1440 - gpr_test_util
1441 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001442- name: census_trace_context_test
1443 build: test
1444 language: c
1445 src:
1446 - test/core/census/trace_context_test.c
1447 deps:
1448 - grpc_test_util
1449 - grpc
1450 - gpr_test_util
1451 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001452- name: channel_create_test
1453 build: test
1454 language: c
1455 src:
1456 - test/core/surface/channel_create_test.c
1457 deps:
1458 - grpc_test_util
1459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr_test_util
1461 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001462- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463 build: test
1464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001465 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001466 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001467 deps:
1468 - grpc_test_util
1469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001472- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473 build: test
1474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001475 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001476 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001477 deps:
1478 - grpc_test_util
1479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001480 - gpr_test_util
1481 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482- name: chttp2_stream_map_test
1483 build: test
1484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001485 src:
1486 - test/core/transport/chttp2/stream_map_test.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001490 - gpr_test_util
1491 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001492- name: chttp2_varint_test
1493 build: test
1494 language: c
1495 src:
1496 - test/core/transport/chttp2/varint_test.c
1497 deps:
1498 - grpc_test_util
1499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001500 - gpr_test_util
1501 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001502- name: client_fuzzer
1503 build: fuzzer
1504 language: c
1505 src:
1506 - test/core/end2end/fuzzers/client_fuzzer.c
1507 deps:
1508 - grpc_test_util
1509 - grpc
1510 - gpr_test_util
1511 - gpr
1512 corpus_dirs:
1513 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001514 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001515 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001516- name: combiner_test
1517 cpu_cost: 30
1518 build: test
1519 language: c
1520 src:
1521 - test/core/iomgr/combiner_test.c
1522 deps:
1523 - grpc_test_util
1524 - grpc
1525 - gpr_test_util
1526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001527- name: compression_test
1528 build: test
1529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001530 src:
1531 - test/core/compression/compression_test.c
1532 deps:
1533 - grpc_test_util
1534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001535 - gpr_test_util
1536 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001537- name: concurrent_connectivity_test
1538 build: test
1539 language: c
1540 src:
1541 - test/core/surface/concurrent_connectivity_test.c
1542 deps:
1543 - grpc_test_util
1544 - grpc
1545 - gpr_test_util
1546 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001547 exclude_iomgrs:
1548 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001549- name: connection_refused_test
1550 cpu_cost: 0.1
1551 build: test
1552 language: c
1553 src:
1554 - test/core/end2end/connection_refused_test.c
1555 deps:
1556 - grpc_test_util
1557 - grpc
1558 - gpr_test_util
1559 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001560- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001561 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001562 build: test
1563 language: c
1564 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001565 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001566 deps:
1567 - grpc_test_util
1568 - grpc
1569 - gpr_test_util
1570 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001571 exclude_iomgrs:
1572 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001573- name: dns_resolver_test
1574 build: test
1575 language: c
1576 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001577 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001578 deps:
1579 - grpc_test_util
1580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001581 - gpr_test_util
1582 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001583- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001584 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001585 build: test
1586 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001587 src:
1588 - test/core/end2end/dualstack_socket_test.c
1589 deps:
1590 - grpc_test_util
1591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001592 - gpr_test_util
1593 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001594 exclude_iomgrs:
1595 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001596 platforms:
1597 - mac
1598 - linux
1599 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001600- name: endpoint_pair_test
1601 build: test
1602 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001603 src:
1604 - test/core/iomgr/endpoint_pair_test.c
1605 deps:
1606 - grpc_test_util
1607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001608 - gpr_test_util
1609 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001610 exclude_iomgrs:
1611 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001612- name: ev_epoll_linux_test
1613 build: test
1614 language: c
1615 src:
1616 - test/core/iomgr/ev_epoll_linux_test.c
1617 deps:
1618 - grpc_test_util
1619 - grpc
1620 - gpr_test_util
1621 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001622 exclude_iomgrs:
1623 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001624 platforms:
1625 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001626- name: fd_conservation_posix_test
1627 build: test
1628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001629 src:
1630 - test/core/iomgr/fd_conservation_posix_test.c
1631 deps:
1632 - grpc_test_util
1633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001634 - gpr_test_util
1635 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001636 exclude_iomgrs:
1637 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001638 platforms:
1639 - mac
1640 - linux
1641 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001642- name: fd_posix_test
1643 build: test
1644 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001645 src:
1646 - test/core/iomgr/fd_posix_test.c
1647 deps:
1648 - grpc_test_util
1649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001650 - gpr_test_util
1651 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001652 exclude_iomgrs:
1653 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001654 platforms:
1655 - mac
1656 - linux
1657 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001658- name: fling_client
1659 build: test
1660 run: false
1661 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001662 src:
1663 - test/core/fling/client.c
1664 deps:
1665 - grpc_test_util
1666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001667 - gpr_test_util
1668 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001669- name: fling_server
1670 build: test
1671 run: false
1672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
1674 - test/core/fling/server.c
1675 deps:
1676 - grpc_test_util
1677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001678 - gpr_test_util
1679 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001680- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001681 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682 build: test
1683 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001684 src:
1685 - test/core/fling/fling_stream_test.c
1686 deps:
1687 - grpc_test_util
1688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001689 - gpr_test_util
1690 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001691 platforms:
1692 - mac
1693 - linux
1694 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001695- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001696 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697 build: test
1698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001699 src:
1700 - test/core/fling/fling_test.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001706 platforms:
1707 - mac
1708 - linux
1709 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710- name: gen_hpack_tables
1711 build: tool
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - tools/codegen/core/gen_hpack_tables.c
1715 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001717 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001718- name: gen_legal_metadata_characters
1719 build: tool
1720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001721 src:
1722 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001723 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001724- name: gen_percent_encoding_tables
1725 build: tool
1726 language: c
1727 src:
1728 - tools/codegen/core/gen_percent_encoding_tables.c
1729 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001730- name: goaway_server_test
1731 cpu_cost: 0.1
1732 build: test
1733 language: c
1734 src:
1735 - test/core/end2end/goaway_server_test.c
1736 deps:
1737 - grpc_test_util
1738 - grpc
1739 - gpr_test_util
1740 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001741 exclude_iomgrs:
1742 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001743 platforms:
1744 - mac
1745 - linux
1746 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001747- name: gpr_avl_test
1748 build: test
1749 language: c
1750 src:
1751 - test/core/support/avl_test.c
1752 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001755- name: gpr_backoff_test
1756 build: test
1757 language: c
1758 src:
1759 - test/core/support/backoff_test.c
1760 deps:
1761 - gpr_test_util
1762 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763- name: gpr_cmdline_test
1764 build: test
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
1767 - test/core/support/cmdline_test.c
1768 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001769 - gpr_test_util
1770 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001771- name: gpr_cpu_test
1772 build: test
1773 language: c
1774 src:
1775 - test/core/support/cpu_test.c
1776 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: gpr_env_test
1780 build: test
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
1783 - test/core/support/env_test.c
1784 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001785 - gpr_test_util
1786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: gpr_histogram_test
1788 build: test
1789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
1791 - test/core/support/histogram_test.c
1792 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795- name: gpr_host_port_test
1796 build: test
1797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
1799 - test/core/support/host_port_test.c
1800 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001801 - gpr_test_util
1802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001803- name: gpr_log_test
1804 build: test
1805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001806 src:
1807 - test/core/support/log_test.c
1808 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001811- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001812 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001813 build: test
1814 language: c
1815 src:
1816 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001817 deps:
1818 - gpr_test_util
1819 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001820- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001821 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001822 build: test
1823 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001824 src:
1825 - test/core/support/stack_lockfree_test.c
1826 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001827 - gpr_test_util
1828 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001829- name: gpr_string_test
1830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/support/string_test.c
1834 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001837- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001838 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839 build: test
1840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001841 src:
1842 - test/core/support/sync_test.c
1843 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001847 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001848 build: test
1849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001850 src:
1851 - test/core/support/thd_test.c
1852 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr_test_util
1854 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001855- name: gpr_time_test
1856 build: test
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
1859 - test/core/support/time_test.c
1860 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr_test_util
1862 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863- name: gpr_tls_test
1864 build: test
1865 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001866 src:
1867 - test/core/support/tls_test.c
1868 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001869 - gpr_test_util
1870 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001871- name: gpr_useful_test
1872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
1875 - test/core/support/useful_test.c
1876 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr_test_util
1878 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879- name: grpc_auth_context_test
1880 build: test
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - test/core/security/auth_context_test.c
1884 deps:
1885 - grpc_test_util
1886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001889- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890 build: test
1891 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001892 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001893 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001894 deps:
1895 - grpc_test_util
1896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: grpc_byte_buffer_reader_test
1900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/surface/byte_buffer_reader_test.c
1904 deps:
1905 - grpc_test_util
1906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001909- name: grpc_channel_args_test
1910 build: test
1911 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001912 src:
1913 - test/core/channel/channel_args_test.c
1914 deps:
1915 - grpc_test_util
1916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001917 - gpr_test_util
1918 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001919- name: grpc_channel_stack_test
1920 build: test
1921 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001922 src:
1923 - test/core/channel/channel_stack_test.c
1924 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_completion_queue_test
1930 build: test
1931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001932 src:
1933 - test/core/surface/completion_queue_test.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001939 exclude_iomgrs:
1940 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001941- name: grpc_create_jwt
1942 build: tool
1943 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001944 src:
1945 - test/core/security/create_jwt.c
1946 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001949 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: grpc_credentials_test
1951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/security/credentials_test.c
1955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001961 build: test
1962 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001964 src:
1965 - test/core/security/fetch_oauth2.c
1966 deps:
1967 - grpc_test_util
1968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001971- name: grpc_invalid_channel_args_test
1972 build: test
1973 language: c
1974 src:
1975 - test/core/surface/invalid_channel_args_test.c
1976 deps:
1977 - grpc_test_util
1978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001979 - gpr_test_util
1980 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001981- name: grpc_json_token_test
1982 build: test
1983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001984 src:
1985 - test/core/security/json_token_test.c
1986 deps:
1987 - grpc_test_util
1988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001989 - gpr_test_util
1990 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001991 platforms:
1992 - linux
1993 - posix
1994 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: grpc_jwt_verifier_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/security/jwt_verifier_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: grpc_print_google_default_creds_token
2006 build: tool
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/security/print_google_default_creds_token.c
2010 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013- name: grpc_security_connector_test
2014 build: test
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/core/security/security_connector_test.c
2018 deps:
2019 - grpc_test_util
2020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002021 - gpr_test_util
2022 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002023- name: grpc_verify_jwt
2024 build: tool
2025 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002026 src:
2027 - test/core/security/verify_jwt.c
2028 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002031- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002032 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002033 language: c
2034 src:
2035 - test/core/handshake/client_ssl.c
2036 deps:
2037 - grpc_test_util
2038 - grpc
2039 - gpr_test_util
2040 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002041 platforms:
2042 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002043 secure: true
2044- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002045 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002046 language: c
2047 src:
2048 - test/core/handshake/server_ssl.c
2049 deps:
2050 - grpc_test_util
2051 - grpc
2052 - gpr_test_util
2053 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002054 platforms:
2055 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002056 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002057- name: hpack_parser_fuzzer_test
2058 build: fuzzer
2059 language: c
2060 src:
2061 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2062 deps:
2063 - grpc_test_util
2064 - grpc
2065 - gpr_test_util
2066 - gpr
2067 corpus_dirs:
2068 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002069 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002070 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: hpack_parser_test
2072 build: test
2073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
2075 - test/core/transport/chttp2/hpack_parser_test.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002081- name: hpack_table_test
2082 build: test
2083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002084 src:
2085 - test/core/transport/chttp2/hpack_table_test.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002091- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002095 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002101- name: http_request_fuzzer_test
2102 build: fuzzer
2103 language: c
2104 src:
2105 - test/core/http/request_fuzzer.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
2109 - gpr_test_util
2110 - gpr
2111 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002112 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002113 maxlen: 2048
2114- name: http_response_fuzzer_test
2115 build: fuzzer
2116 language: c
2117 src:
2118 - test/core/http/response_fuzzer.c
2119 deps:
2120 - grpc_test_util
2121 - grpc
2122 - gpr_test_util
2123 - gpr
2124 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002125 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002126 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002127- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128 build: test
2129 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002130 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002131 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002132 deps:
2133 - grpc_test_util
2134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr_test_util
2136 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002138 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002139 build: test
2140 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002141 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002142 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002143 deps:
2144 - grpc_test_util
2145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002146 - gpr_test_util
2147 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002148 platforms:
2149 - mac
2150 - linux
2151 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002152- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002153 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002154 build: test
2155 language: c
2156 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002157 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002158 deps:
2159 - grpc_test_util
2160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 - gpr_test_util
2162 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002163 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002164 - linux
yang-gf1183302015-12-07 16:02:05 -08002165- name: init_test
2166 build: test
2167 language: c
2168 src:
2169 - test/core/surface/init_test.c
2170 deps:
2171 - grpc_test_util
2172 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002173 - gpr_test_util
2174 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002175- name: internal_api_canary_iomgr_test
2176 build: test
2177 run: false
2178 language: c
2179 src:
2180 - test/core/internal_api_canaries/iomgr.c
2181 deps:
2182 - grpc_test_util
2183 - grpc
2184 - gpr_test_util
2185 - gpr
2186- name: internal_api_canary_support_test
2187 build: test
2188 run: false
2189 language: c
2190 src:
2191 - test/core/internal_api_canaries/iomgr.c
2192 deps:
2193 - grpc_test_util
2194 - grpc
2195 - gpr_test_util
2196 - gpr
2197- name: internal_api_canary_transport_test
2198 build: test
2199 run: false
2200 language: c
2201 src:
2202 - test/core/internal_api_canaries/iomgr.c
2203 deps:
2204 - grpc_test_util
2205 - grpc
2206 - gpr_test_util
2207 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002208- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002209 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002210 build: test
2211 language: c
2212 src:
2213 - test/core/end2end/invalid_call_argument_test.c
2214 deps:
2215 - grpc_test_util
2216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 - gpr_test_util
2218 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002219- name: json_fuzzer_test
2220 build: fuzzer
2221 language: c
2222 src:
2223 - test/core/json/fuzzer.c
2224 deps:
2225 - grpc_test_util
2226 - grpc
2227 - gpr_test_util
2228 - gpr
2229 corpus_dirs:
2230 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002231 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002232- name: json_rewrite
2233 build: test
2234 run: false
2235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002236 src:
2237 - test/core/json/json_rewrite.c
2238 deps:
2239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002240 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002241- name: json_rewrite_test
2242 build: test
2243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002244 src:
2245 - test/core/json/json_rewrite_test.c
2246 deps:
2247 - grpc_test_util
2248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002249 - gpr_test_util
2250 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002251- name: json_stream_error_test
2252 build: test
2253 language: c
2254 src:
2255 - test/core/json/json_stream_error_test.c
2256 deps:
2257 - grpc_test_util
2258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002259 - gpr_test_util
2260 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002261- name: json_test
2262 build: test
2263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002264 src:
2265 - test/core/json/json_test.c
2266 deps:
2267 - grpc_test_util
2268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002269 - gpr_test_util
2270 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271- name: lame_client_test
2272 build: test
2273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002274 src:
2275 - test/core/surface/lame_client_test.c
2276 deps:
2277 - grpc_test_util
2278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002279 - gpr_test_util
2280 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002281- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002282 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002283 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002284 build: test
2285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002286 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002287 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002288 deps:
2289 - grpc_test_util
2290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr_test_util
2292 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002293- name: load_file_test
2294 build: test
2295 language: c
2296 src:
2297 - test/core/iomgr/load_file_test.c
2298 deps:
2299 - grpc_test_util
2300 - grpc
2301 - gpr_test_util
2302 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002303- name: low_level_ping_pong_benchmark
2304 build: benchmark
2305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002306 src:
2307 - test/core/network_benchmarks/low_level_ping_pong.c
2308 deps:
2309 - grpc_test_util
2310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002311 - gpr_test_util
2312 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002313 platforms:
2314 - mac
2315 - linux
2316 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002317- name: message_compress_test
2318 build: test
2319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002320 src:
2321 - test/core/compression/message_compress_test.c
2322 deps:
2323 - grpc_test_util
2324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002327- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002328 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002329 build: test
2330 language: c
2331 src:
2332 - test/core/census/mlog_test.c
2333 deps:
2334 - grpc_test_util
2335 - grpc
2336 - gpr_test_util
2337 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: multiple_server_queues_test
2339 build: test
2340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002341 src:
2342 - test/core/end2end/multiple_server_queues_test.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr_test_util
2347 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002348- name: murmur_hash_test
2349 build: test
2350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002351 src:
2352 - test/core/support/murmur_hash_test.c
2353 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002356- name: nanopb_fuzzer_response_test
2357 build: fuzzer
2358 language: c
2359 src:
2360 - test/core/nanopb/fuzzer_response.c
2361 deps:
2362 - grpc_test_util
2363 - grpc
2364 - gpr_test_util
2365 - gpr
2366 corpus_dirs:
2367 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002368 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002369- name: nanopb_fuzzer_serverlist_test
2370 build: fuzzer
2371 language: c
2372 src:
2373 - test/core/nanopb/fuzzer_serverlist.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
2377 - gpr_test_util
2378 - gpr
2379 corpus_dirs:
2380 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002381 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002382- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002383 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002384 build: test
2385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002386 src:
2387 - test/core/end2end/no_server_test.c
2388 deps:
2389 - grpc_test_util
2390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 - gpr_test_util
2392 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002393- name: percent_decode_fuzzer
2394 build: fuzzer
2395 language: c
2396 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002397 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002398 deps:
2399 - grpc_test_util
2400 - grpc
2401 - gpr_test_util
2402 - gpr
2403 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002404 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002405 maxlen: 32
2406- name: percent_encode_fuzzer
2407 build: fuzzer
2408 language: c
2409 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002410 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002411 deps:
2412 - grpc_test_util
2413 - grpc
2414 - gpr_test_util
2415 - gpr
2416 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002417 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002418 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002419- name: percent_encoding_test
2420 build: test
2421 language: c
2422 src:
2423 - test/core/slice/percent_encoding_test.c
2424 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002425 - grpc_test_util
2426 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002427 - gpr_test_util
2428 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002429- name: resolve_address_test
2430 build: test
2431 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002432 src:
2433 - test/core/iomgr/resolve_address_test.c
2434 deps:
2435 - grpc_test_util
2436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 - gpr_test_util
2438 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002439 exclude_iomgrs:
2440 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002441- name: resource_quota_test
2442 cpu_cost: 30
2443 build: test
2444 language: c
2445 src:
2446 - test/core/iomgr/resource_quota_test.c
2447 deps:
2448 - grpc_test_util
2449 - grpc
2450 - gpr_test_util
2451 - gpr
yang-gd482e592015-12-10 14:04:00 -08002452- name: secure_channel_create_test
2453 build: test
2454 language: c
2455 src:
2456 - test/core/surface/secure_channel_create_test.c
2457 deps:
2458 - grpc_test_util
2459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002460 - gpr_test_util
2461 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002462- name: secure_endpoint_test
2463 build: test
2464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002465 src:
2466 - test/core/security/secure_endpoint_test.c
2467 deps:
2468 - grpc_test_util
2469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002472 exclude_iomgrs:
2473 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002474- name: sequential_connectivity_test
2475 build: test
2476 language: c
2477 src:
2478 - test/core/surface/sequential_connectivity_test.c
2479 deps:
2480 - grpc_test_util
2481 - grpc
2482 - gpr_test_util
2483 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002484 exclude_iomgrs:
2485 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002486- name: server_chttp2_test
2487 build: test
2488 language: c
2489 src:
2490 - test/core/surface/server_chttp2_test.c
2491 deps:
2492 - grpc_test_util
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002496- name: server_fuzzer
2497 build: fuzzer
2498 language: c
2499 src:
2500 - test/core/end2end/fuzzers/server_fuzzer.c
2501 deps:
2502 - grpc_test_util
2503 - grpc
2504 - gpr_test_util
2505 - gpr
2506 corpus_dirs:
2507 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002508 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002509 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002510- name: server_test
2511 build: test
2512 language: c
2513 src:
2514 - test/core/surface/server_test.c
2515 deps:
2516 - grpc_test_util
2517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002518 - gpr_test_util
2519 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002520- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002521 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002522 build: test
2523 language: c
2524 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002525 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002526 deps:
2527 - test_tcp_server
2528 - grpc_test_util
2529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002530 - gpr_test_util
2531 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002532 exclude_iomgrs:
2533 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002534- name: slice_buffer_test
2535 build: test
2536 language: c
2537 src:
2538 - test/core/slice/slice_buffer_test.c
2539 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002540 - grpc_test_util
2541 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002542 - gpr_test_util
2543 - gpr
2544- name: slice_string_helpers_test
2545 build: test
2546 language: c
2547 src:
2548 - test/core/slice/slice_string_helpers_test.c
2549 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002550 - grpc_test_util
2551 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002552 - gpr_test_util
2553 - gpr
2554- name: slice_test
2555 build: test
2556 language: c
2557 src:
2558 - test/core/slice/slice_test.c
2559 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002560 - grpc_test_util
2561 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002562 - gpr_test_util
2563 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002564- name: sockaddr_resolver_test
2565 build: test
2566 language: c
2567 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002568 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002569 deps:
2570 - grpc_test_util
2571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002572 - gpr_test_util
2573 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574- name: sockaddr_utils_test
2575 build: test
2576 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002577 src:
2578 - test/core/iomgr/sockaddr_utils_test.c
2579 deps:
2580 - grpc_test_util
2581 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002582 - gpr_test_util
2583 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002584- name: socket_utils_test
2585 build: test
2586 language: c
2587 src:
2588 - test/core/iomgr/socket_utils_test.c
2589 deps:
2590 - grpc_test_util
2591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002592 - gpr_test_util
2593 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002594 exclude_iomgrs:
2595 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002596 platforms:
2597 - mac
2598 - linux
2599 - posix
yang-g31e21282016-11-04 15:10:03 -07002600- name: ssl_server_fuzzer
2601 build: fuzzer
2602 language: c
2603 src:
2604 - test/core/security/ssl_server_fuzzer.c
2605 deps:
2606 - grpc_test_util
2607 - grpc
2608 - gpr_test_util
2609 - gpr
2610 corpus_dirs:
2611 - test/core/security/corpus/ssl_server_corpus
2612 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002614 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002615 build: test
2616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - test/core/iomgr/tcp_client_posix_test.c
2619 deps:
2620 - grpc_test_util
2621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002622 - gpr_test_util
2623 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002624 exclude_iomgrs:
2625 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002626 platforms:
2627 - mac
2628 - linux
2629 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002630- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002631 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002632 build: test
2633 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002634 src:
2635 - test/core/iomgr/tcp_posix_test.c
2636 deps:
2637 - grpc_test_util
2638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002639 - gpr_test_util
2640 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002641 exclude_iomgrs:
2642 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002643 platforms:
2644 - mac
2645 - linux
2646 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002647- name: tcp_server_posix_test
2648 build: test
2649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002650 src:
2651 - test/core/iomgr/tcp_server_posix_test.c
2652 deps:
2653 - grpc_test_util
2654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr_test_util
2656 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002657 exclude_iomgrs:
2658 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002659 platforms:
2660 - mac
2661 - linux
2662 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002663- name: time_averaged_stats_test
2664 build: test
2665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002666 src:
2667 - test/core/iomgr/time_averaged_stats_test.c
2668 deps:
2669 - grpc_test_util
2670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002671 - gpr_test_util
2672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002673- name: timeout_encoding_test
2674 build: test
2675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002676 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002677 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002678 deps:
2679 - grpc_test_util
2680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002681 - gpr_test_util
2682 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002683- name: timer_heap_test
2684 build: test
2685 language: c
2686 src:
2687 - test/core/iomgr/timer_heap_test.c
2688 deps:
2689 - grpc_test_util
2690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002691 - gpr_test_util
2692 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002693 exclude_iomgrs:
2694 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002695- name: timer_list_test
2696 build: test
2697 language: c
2698 src:
2699 - test/core/iomgr/timer_list_test.c
2700 deps:
2701 - grpc_test_util
2702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002703 - gpr_test_util
2704 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002705 exclude_iomgrs:
2706 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002707- name: transport_connectivity_state_test
2708 build: test
2709 language: c
2710 src:
2711 - test/core/transport/connectivity_state_test.c
2712 deps:
2713 - grpc_test_util
2714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002715 - gpr_test_util
2716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002717- name: transport_metadata_test
2718 build: test
2719 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002720 src:
2721 - test/core/transport/metadata_test.c
2722 deps:
2723 - grpc_test_util
2724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002725 - gpr_test_util
2726 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002727- name: transport_pid_controller_test
2728 build: test
2729 language: c
2730 src:
2731 - test/core/transport/pid_controller_test.c
2732 deps:
2733 - grpc_test_util
2734 - grpc
2735 - gpr_test_util
2736 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002737- name: transport_security_test
2738 build: test
2739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002740 src:
2741 - test/core/tsi/transport_security_test.c
2742 deps:
2743 - grpc_test_util
2744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002745 - gpr_test_util
2746 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002747 platforms:
2748 - linux
2749 - posix
2750 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002751- name: udp_server_test
2752 build: test
2753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002754 src:
2755 - test/core/iomgr/udp_server_test.c
2756 deps:
2757 - grpc_test_util
2758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002759 - gpr_test_util
2760 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002761 exclude_iomgrs:
2762 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002763 platforms:
2764 - mac
2765 - linux
2766 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002767- name: uri_fuzzer_test
2768 build: fuzzer
2769 language: c
2770 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002771 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002772 deps:
2773 - grpc_test_util
2774 - grpc
2775 - gpr_test_util
2776 - gpr
2777 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002778 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002779 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002780- name: uri_parser_test
2781 build: test
2782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002783 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002784 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002785 deps:
2786 - grpc_test_util
2787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002788 - gpr_test_util
2789 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002790- name: wakeup_fd_cv_test
2791 build: test
2792 language: c
2793 src:
2794 - test/core/iomgr/wakeup_fd_cv_test.c
2795 deps:
2796 - grpc_test_util
2797 - grpc
2798 - gpr_test_util
2799 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002800 exclude_iomgrs:
2801 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002802 platforms:
2803 - mac
2804 - linux
2805 - posix
vjpai04e992a2016-02-10 16:58:38 -08002806- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002807 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002808 build: test
2809 language: c++
2810 src:
2811 - test/cpp/common/alarm_cpp_test.cc
2812 deps:
2813 - grpc++_test_util
2814 - grpc_test_util
2815 - grpc++
2816 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002817 - gpr_test_util
2818 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002819- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002820 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002821 build: test
2822 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002823 src:
2824 - test/cpp/end2end/async_end2end_test.cc
2825 deps:
2826 - grpc++_test_util
2827 - grpc_test_util
2828 - grpc++
2829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002830 - gpr_test_util
2831 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002833 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002834 build: test
2835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
2837 - test/cpp/common/auth_property_iterator_test.cc
2838 deps:
2839 - grpc++_test_util
2840 - grpc_test_util
2841 - grpc++
2842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002843 - gpr_test_util
2844 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002845- name: bm_fullstack
2846 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002847 language: c++
2848 src:
2849 - test/cpp/microbenchmarks/bm_fullstack.cc
2850 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002851 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002852 - grpc++_test_util
2853 - grpc_test_util
2854 - grpc++
2855 - grpc
2856 - gpr_test_util
2857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002858- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002859 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860 build: test
2861 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002862 src:
yang-g52705592015-11-25 11:45:33 -08002863 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002864 deps:
2865 - grpc++
2866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002867 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002868- name: channel_filter_test
2869 gtest: true
2870 build: test
2871 language: c++
2872 src:
2873 - test/cpp/common/channel_filter_test.cc
2874 deps:
2875 - grpc++
2876 - grpc
2877 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002878- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002879 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002880 build: test
2881 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002882 src:
2883 - test/cpp/util/cli_call_test.cc
2884 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002885 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002886 - grpc++_test_util
2887 - grpc_test_util
2888 - grpc++
2889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002890 - gpr_test_util
2891 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002892- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002893 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002894 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895 build: test
2896 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002897 src:
2898 - test/cpp/end2end/client_crash_test.cc
2899 deps:
2900 - grpc++_test_util
2901 - grpc_test_util
2902 - grpc++
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr_test_util
2905 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002906 platforms:
2907 - mac
2908 - linux
2909 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002910- name: client_crash_test_server
2911 build: test
2912 run: false
2913 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002914 src:
2915 - test/cpp/end2end/client_crash_test_server.cc
2916 deps:
2917 - grpc++_test_util
2918 - grpc_test_util
2919 - grpc++
2920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002921 - gpr_test_util
2922 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002923- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002924 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002925 build: test
2926 language: c++
2927 src:
2928 - src/proto/grpc/testing/control.proto
2929 - src/proto/grpc/testing/messages.proto
2930 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002931 - src/proto/grpc/testing/services.proto
2932 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002933 - test/cpp/codegen/codegen_test_full.cc
2934 deps:
2935 - grpc++
2936 - grpc
2937 - gpr
2938 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002939 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002940- name: codegen_test_minimal
2941 gtest: true
2942 build: test
2943 language: c++
2944 src:
2945 - src/proto/grpc/testing/control.proto
2946 - src/proto/grpc/testing/messages.proto
2947 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002948 - src/proto/grpc/testing/services.proto
2949 - src/proto/grpc/testing/stats.proto
2950 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002951 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002952 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002953 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002954- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002955 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002956 build: test
2957 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002958 src:
2959 - test/cpp/client/credentials_test.cc
2960 deps:
2961 - grpc++
2962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002963 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002964- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002965 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966 build: test
2967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002968 src:
2969 - test/cpp/util/byte_buffer_test.cc
2970 deps:
2971 - grpc_test_util
2972 - grpc++
2973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002974 - gpr_test_util
2975 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002976- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002977 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002978 build: test
2979 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002980 src:
2981 - test/cpp/util/slice_test.cc
2982 deps:
2983 - grpc_test_util
2984 - grpc++
2985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002986 - gpr_test_util
2987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002988- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002989 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002990 build: test
2991 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002992 src:
2993 - test/cpp/util/string_ref_test.cc
2994 deps:
2995 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002996- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002997 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002998 build: test
2999 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003000 src:
3001 - test/cpp/util/time_test.cc
3002 deps:
3003 - grpc_test_util
3004 - grpc++
3005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003006 - gpr_test_util
3007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003009 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003010 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003011 build: test
3012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003013 src:
3014 - test/cpp/end2end/end2end_test.cc
3015 deps:
3016 - grpc++_test_util
3017 - grpc_test_util
3018 - grpc++
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003022- name: filter_end2end_test
3023 gtest: true
3024 build: test
3025 language: c++
3026 src:
3027 - test/cpp/end2end/filter_end2end_test.cc
3028 deps:
3029 - grpc++_test_util
3030 - grpc_test_util
3031 - grpc++
3032 - grpc
3033 - gpr_test_util
3034 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003035- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003036 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003037 build: test
3038 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003039 src:
3040 - test/cpp/end2end/generic_end2end_test.cc
3041 deps:
3042 - grpc++_test_util
3043 - grpc_test_util
3044 - grpc++
3045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003046 - gpr_test_util
3047 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003048- name: golden_file_test
3049 gtest: true
3050 build: test
3051 language: c++
3052 src:
3053 - src/proto/grpc/testing/compiler_test.proto
3054 - test/cpp/codegen/golden_file_test.cc
3055 deps:
3056 - grpc++
3057 - grpc
3058 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003059- name: grpc_cli
3060 build: test
3061 run: false
3062 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003063 src:
3064 - test/cpp/util/grpc_cli.cc
3065 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003066 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003067 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003068 - grpc++
3069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003070 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003071 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003072- name: grpc_cpp_plugin
3073 build: protoc
3074 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003075 src:
3076 - src/compiler/cpp_plugin.cc
3077 deps:
3078 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003079 secure: false
3080 vs_config_type: Application
3081 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3082- name: grpc_csharp_plugin
3083 build: protoc
3084 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003085 src:
3086 - src/compiler/csharp_plugin.cc
3087 deps:
3088 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003089 secure: false
3090 vs_config_type: Application
3091 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003092- name: grpc_node_plugin
3093 build: protoc
3094 language: c++
3095 src:
3096 - src/compiler/node_plugin.cc
3097 deps:
3098 - grpc_plugin_support
3099 secure: false
3100 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003101- name: grpc_objective_c_plugin
3102 build: protoc
3103 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003104 src:
3105 - src/compiler/objective_c_plugin.cc
3106 deps:
3107 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003108 secure: false
3109 vs_config_type: Application
3110 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003111- name: grpc_php_plugin
3112 build: protoc
3113 language: c++
3114 src:
3115 - src/compiler/php_plugin.cc
3116 deps:
3117 - grpc_plugin_support
3118 secure: false
3119 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003120- name: grpc_python_plugin
3121 build: protoc
3122 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003123 src:
3124 - src/compiler/python_plugin.cc
3125 deps:
3126 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003127 secure: false
3128 vs_config_type: Application
3129 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3130- name: grpc_ruby_plugin
3131 build: protoc
3132 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003133 src:
3134 - src/compiler/ruby_plugin.cc
3135 deps:
3136 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003137 secure: false
3138 vs_config_type: Application
3139 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003140- name: grpc_tool_test
3141 gtest: true
3142 build: test
3143 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003144 src:
3145 - src/proto/grpc/testing/echo.proto
3146 - src/proto/grpc/testing/echo_messages.proto
3147 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003148 deps:
3149 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003150 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003151 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003152 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003153 - grpc_test_util
3154 - grpc++
3155 - grpc
3156 - gpr_test_util
3157 - gpr
3158 filegroups:
3159 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003160- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003161 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003162 build: test
3163 language: c++
3164 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003165 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003166 - test/cpp/grpclb/grpclb_api_test.cc
3167 deps:
3168 - grpc++_test_util
3169 - grpc_test_util
3170 - grpc++
3171 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003172- name: grpclb_test
3173 gtest: false
3174 build: test
3175 language: c++
3176 src:
3177 - src/proto/grpc/lb/v1/load_balancer.proto
3178 - test/cpp/grpclb/grpclb_test.cc
3179 deps:
3180 - gpr
3181 - gpr_test_util
3182 - grpc
3183 - grpc++
3184 - grpc++_test_util
3185 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08003186- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003187 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003188 build: test
3189 language: c++
3190 src:
3191 - test/cpp/end2end/hybrid_end2end_test.cc
3192 deps:
3193 - grpc++_test_util
3194 - grpc_test_util
3195 - grpc++
3196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003197 - gpr_test_util
3198 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003199- name: interop_client
3200 build: test
3201 run: false
3202 language: c++
3203 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003204 deps:
3205 - interop_client_main
3206 - interop_client_helper
3207 - grpc++_test_util
3208 - grpc_test_util
3209 - grpc++
3210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003211 - gpr_test_util
3212 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003213 - grpc++_test_config
3214 platforms:
3215 - mac
3216 - linux
3217 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003218- name: interop_server
3219 build: test
3220 run: false
3221 language: c++
3222 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003223 deps:
3224 - interop_server_main
3225 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003226 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003227 - grpc++_test_util
3228 - grpc_test_util
3229 - grpc++
3230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003231 - gpr_test_util
3232 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003233 - grpc++_test_config
3234 platforms:
3235 - mac
3236 - linux
3237 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003238- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003239 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003240 build: test
3241 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003242 src:
3243 - test/cpp/interop/interop_test.cc
3244 deps:
3245 - grpc_test_util
3246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003247 - gpr_test_util
3248 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003249 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003250 platforms:
3251 - mac
3252 - linux
3253 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003254- name: json_run_localhost
3255 build: test
3256 run: false
3257 language: c++
3258 src:
3259 - test/cpp/qps/json_run_localhost.cc
3260 deps:
3261 - grpc++_test_util
3262 - grpc_test_util
3263 - grpc++
3264 - grpc
3265 - gpr_test_util
3266 - gpr
3267 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003268- name: metrics_client
3269 build: test
3270 run: false
3271 language: c++
3272 headers:
3273 - test/cpp/util/metrics_server.h
3274 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003275 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003276 - test/cpp/interop/metrics_client.cc
3277 deps:
3278 - grpc++
3279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003280 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003281 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003282- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003283 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003284 build: test
3285 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003286 src:
3287 - test/cpp/end2end/mock_test.cc
3288 deps:
3289 - grpc++_test_util
3290 - grpc_test_util
3291 - grpc++
3292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003293 - gpr_test_util
3294 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003295- name: noop-benchmark
3296 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003297 language: c++
3298 src:
3299 - test/cpp/microbenchmarks/noop-benchmark.cc
3300 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003301 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003302- name: proto_server_reflection_test
3303 gtest: true
3304 build: test
3305 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003306 src:
3307 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003308 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003309 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003310 - grpc++_reflection
3311 - grpc++_test_util
3312 - grpc_test_util
3313 - grpc++
3314 - grpc
3315 - gpr_test_util
3316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003317- name: qps_interarrival_test
3318 build: test
3319 run: false
3320 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003321 src:
3322 - test/cpp/qps/qps_interarrival_test.cc
3323 deps:
3324 - qps
3325 - grpc++_test_util
3326 - grpc_test_util
3327 - grpc++
3328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003329 - gpr_test_util
3330 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003331 platforms:
3332 - mac
3333 - linux
3334 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003335- name: qps_json_driver
3336 build: test
3337 run: false
3338 language: c++
3339 src:
3340 - test/cpp/qps/qps_json_driver.cc
3341 deps:
3342 - qps
3343 - grpc++_test_util
3344 - grpc_test_util
3345 - grpc++
3346 - grpc
3347 - gpr_test_util
3348 - gpr
3349 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003350- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003351 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003352 build: test
3353 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003354 src:
3355 - test/cpp/qps/qps_openloop_test.cc
3356 deps:
3357 - qps
3358 - grpc++_test_util
3359 - grpc_test_util
3360 - grpc++
3361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003362 - gpr_test_util
3363 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003364 - grpc++_test_config
3365 platforms:
3366 - mac
3367 - linux
3368 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003369- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003370 build: test
3371 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003372 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003373 headers:
3374 - test/cpp/qps/client.h
3375 - test/cpp/qps/server.h
3376 src:
3377 - test/cpp/qps/worker.cc
3378 deps:
3379 - qps
3380 - grpc++_test_util
3381 - grpc_test_util
3382 - grpc++
3383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003384 - gpr_test_util
3385 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003386 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003387- name: reconnect_interop_client
3388 build: test
3389 run: false
3390 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003391 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003392 - src/proto/grpc/testing/empty.proto
3393 - src/proto/grpc/testing/messages.proto
3394 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003395 - test/cpp/interop/reconnect_interop_client.cc
3396 deps:
3397 - grpc++_test_util
3398 - grpc_test_util
3399 - grpc++
3400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003401 - gpr_test_util
3402 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003403 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003404- name: reconnect_interop_server
3405 build: test
3406 run: false
3407 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003408 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003409 - src/proto/grpc/testing/empty.proto
3410 - src/proto/grpc/testing/messages.proto
3411 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003412 - test/cpp/interop/reconnect_interop_server.cc
3413 deps:
3414 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003415 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003416 - grpc++_test_util
3417 - grpc_test_util
3418 - grpc++
3419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003420 - gpr_test_util
3421 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003422 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003423- name: round_robin_end2end_test
3424 gtest: true
3425 build: test
3426 language: c++
3427 src:
3428 - test/cpp/end2end/round_robin_end2end_test.cc
3429 deps:
3430 - grpc++_test_util
3431 - grpc_test_util
3432 - grpc++
3433 - grpc
3434 - gpr_test_util
3435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003436- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003437 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003438 build: test
3439 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003440 src:
3441 - test/cpp/common/secure_auth_context_test.cc
3442 deps:
3443 - grpc++_test_util
3444 - grpc_test_util
3445 - grpc++
3446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003447 - gpr_test_util
3448 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003449- name: secure_sync_unary_ping_pong_test
3450 build: test
3451 language: c++
3452 src:
3453 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3454 deps:
3455 - qps
3456 - grpc++_test_util
3457 - grpc_test_util
3458 - grpc++
3459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003460 - gpr_test_util
3461 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003462 platforms:
3463 - mac
3464 - linux
3465 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003466- name: server_builder_plugin_test
3467 gtest: true
3468 build: test
3469 language: c++
3470 src:
3471 - test/cpp/end2end/server_builder_plugin_test.cc
3472 deps:
3473 - grpc++_test_util
3474 - grpc_test_util
3475 - grpc++
3476 - grpc
3477 - gpr_test_util
3478 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003479- name: server_context_test_spouse_test
3480 gtest: true
3481 build: test
3482 language: c++
3483 src:
3484 - test/cpp/test/server_context_test_spouse_test.cc
3485 deps:
3486 - grpc_test_util
3487 - grpc++_test
3488 - grpc++
3489 - grpc
3490 - gpr_test_util
3491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003492- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003493 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003494 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003495 build: test
3496 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003497 src:
3498 - test/cpp/end2end/server_crash_test.cc
3499 deps:
3500 - grpc++_test_util
3501 - grpc_test_util
3502 - grpc++
3503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003504 - gpr_test_util
3505 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003506 platforms:
3507 - mac
3508 - linux
3509 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003510- name: server_crash_test_client
3511 build: test
3512 run: false
3513 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003514 src:
3515 - test/cpp/end2end/server_crash_test_client.cc
3516 deps:
3517 - grpc++_test_util
3518 - grpc_test_util
3519 - grpc++
3520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003521 - gpr_test_util
3522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003523- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003524 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003525 build: test
3526 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003527 src:
3528 - test/cpp/end2end/shutdown_test.cc
3529 deps:
3530 - grpc++_test_util
3531 - grpc_test_util
3532 - grpc++
3533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003534 - gpr_test_util
3535 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003536- name: status_test
3537 build: test
3538 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003539 src:
3540 - test/cpp/util/status_test.cc
3541 deps:
3542 - grpc_test_util
3543 - grpc++
3544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003545 - gpr_test_util
3546 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003547- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003548 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003549 build: test
3550 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003551 src:
3552 - test/cpp/end2end/streaming_throughput_test.cc
3553 deps:
3554 - grpc++_test_util
3555 - grpc_test_util
3556 - grpc++
3557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003558 - gpr_test_util
3559 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003560 platforms:
3561 - mac
3562 - linux
3563 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003564- name: stress_test
3565 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003566 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003567 language: c++
3568 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003569 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003570 - test/cpp/interop/interop_client.h
3571 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003572 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003573 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003574 - src/proto/grpc/testing/empty.proto
3575 - src/proto/grpc/testing/messages.proto
3576 - src/proto/grpc/testing/metrics.proto
3577 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003578 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003579 - test/cpp/interop/interop_client.cc
3580 - test/cpp/interop/stress_interop_client.cc
3581 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003582 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003583 deps:
3584 - grpc++_test_util
3585 - grpc_test_util
3586 - grpc++
3587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003588 - gpr_test_util
3589 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003590 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003591- name: thread_manager_test
3592 build: test
3593 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003594 src:
3595 - test/cpp/thread_manager/thread_manager_test.cc
3596 deps:
3597 - grpc++
3598 - grpc
3599 - gpr
3600 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003601- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003602 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003603 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003604 build: test
3605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003606 src:
3607 - test/cpp/end2end/thread_stress_test.cc
3608 deps:
3609 - grpc++_test_util
3610 - grpc_test_util
3611 - grpc++
3612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003613 - gpr_test_util
3614 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003615- name: public_headers_must_be_c89
3616 build: test
3617 language: c89
3618 src:
3619 - test/core/surface/public_headers_must_be_c89.c
3620 deps:
3621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003623vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003624- linkage: static
3625 name: grpc.dependencies.zlib
3626 props: false
3627 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003628 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003629- linkage: static
3630 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003631 props: true
3632 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003633 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003634- name: gflags
3635 props: false
3636 redist: false
3637 version: 2.1.2.1
3638- name: gtest
3639 props: false
3640 redist: false
3641 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003642configs:
3643 asan:
3644 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003645 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3646 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003647 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003648 LD: clang
3649 LDFLAGS: -fsanitize=address
3650 LDXX: clang++
3651 compile_the_world: true
3652 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003653 ASAN_OPTIONS: detect_leaks=1:color=always
3654 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003655 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003656 asan-noleaks:
3657 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003658 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3659 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003660 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003661 LD: clang
3662 LDFLAGS: -fsanitize=address
3663 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003664 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003665 test_environ:
3666 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003667 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003668 asan-trace-cmp:
3669 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003670 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3671 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003672 CXX: clang++
3673 LD: clang
3674 LDFLAGS: -fsanitize=address
3675 LDXX: clang++
3676 compile_the_world: true
3677 test_environ:
3678 ASAN_OPTIONS: detect_leaks=1:color=always
3679 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3680 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003681 basicprof:
3682 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3683 DEFINES: NDEBUG
3684 dbg:
3685 CPPFLAGS: -O0
3686 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003687 easan:
3688 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003689 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3690 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003691 CXX: clang++
3692 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3693 LD: clang
3694 LDFLAGS: -fsanitize=address
3695 LDXX: clang++
3696 compile_the_world: true
3697 test_environ:
3698 ASAN_OPTIONS: detect_leaks=1:color=always
3699 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3700 timeout_multiplier: 3
3701 edbg:
3702 CPPFLAGS: -O0
3703 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3704 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003705 CC: clang
3706 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003707 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003708 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003709 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003710 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003711 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003712 LDXX: clang++
3713 compile_the_world: true
3714 test_environ:
3715 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3716 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003717 gcov:
3718 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003719 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003720 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003721 DEFINES: _DEBUG DEBUG GPR_GCOV
3722 LD: gcc
3723 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3724 LDXX: g++
3725 helgrind:
3726 CPPFLAGS: -O0
3727 DEFINES: _DEBUG DEBUG
3728 LDFLAGS: -rdynamic
3729 timeout_multiplier: 20
3730 valgrind: --tool=helgrind
3731 memcheck:
3732 CPPFLAGS: -O0
3733 DEFINES: _DEBUG DEBUG
3734 LDFLAGS: -rdynamic
3735 timeout_multiplier: 10
3736 valgrind: --tool=memcheck --leak-check=full
3737 msan:
3738 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003739 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3740 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3741 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003742 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003743 DEFINES: NDEBUG
3744 LD: clang
3745 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3746 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3747 LDXX: clang++
3748 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003749 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003750 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003751 CPPFLAGS: -O3 -fno-omit-frame-pointer
3752 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003753 LDFLAGS: -rdynamic
3754 opt:
3755 CPPFLAGS: -O2
3756 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003757 stapprof:
3758 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3759 DEFINES: NDEBUG
3760 tsan:
3761 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003762 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003763 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003764 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003765 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003766 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003767 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003768 LDXX: clang++
3769 compile_the_world: true
3770 test_environ:
3771 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003772 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003773 ubsan:
3774 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003775 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3776 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003777 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003778 DEFINES: NDEBUG
3779 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003780 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003781 LDXX: clang++
3782 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003783 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003784 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003785 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003786defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003787 benchmark:
3788 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003789 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003790 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003791 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003792 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003793 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003794 global:
3795 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3796 LDFLAGS: -g
3797 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003798 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003799 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003800node_modules:
3801- deps:
3802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003803 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003804 - boringssl
3805 - z
murgatroid9994a75412015-11-19 14:04:53 -08003806 headers:
3807 - src/node/ext/byte_buffer.h
3808 - src/node/ext/call.h
3809 - src/node/ext/call_credentials.h
3810 - src/node/ext/channel.h
3811 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003812 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003813 - src/node/ext/completion_queue_async_worker.h
3814 - src/node/ext/server.h
3815 - src/node/ext/server_credentials.h
3816 - src/node/ext/timeval.h
3817 js:
3818 - src/node/index.js
3819 - src/node/src/client.js
3820 - src/node/src/common.js
3821 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003822 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003823 - src/node/src/metadata.js
3824 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003825 name: grpc_node
3826 src:
3827 - src/node/ext/byte_buffer.cc
3828 - src/node/ext/call.cc
3829 - src/node/ext/call_credentials.cc
3830 - src/node/ext/channel.cc
3831 - src/node/ext/channel_credentials.cc
murgatroid999030c812016-09-16 13:25:08 -07003832 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003833 - src/node/ext/completion_queue_async_worker.cc
3834 - src/node/ext/node_grpc.cc
3835 - src/node/ext/server.cc
3836 - src/node/ext/server_credentials.cc
3837 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003838openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003839 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003840 extraction_dir: openssl-1.0.2f
3841 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003842php_config_m4:
3843 deps:
3844 - grpc
3845 - gpr
3846 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003847 headers:
3848 - src/php/ext/grpc/byte_buffer.h
3849 - src/php/ext/grpc/call.h
3850 - src/php/ext/grpc/call_credentials.h
3851 - src/php/ext/grpc/channel.h
3852 - src/php/ext/grpc/channel_credentials.h
3853 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003854 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003855 - src/php/ext/grpc/php_grpc.h
3856 - src/php/ext/grpc/server.h
3857 - src/php/ext/grpc/server_credentials.h
3858 - src/php/ext/grpc/timeval.h
3859 src:
3860 - src/php/ext/grpc/byte_buffer.c
3861 - src/php/ext/grpc/call.c
3862 - src/php/ext/grpc/call_credentials.c
3863 - src/php/ext/grpc/channel.c
3864 - src/php/ext/grpc/channel_credentials.c
3865 - src/php/ext/grpc/completion_queue.c
3866 - src/php/ext/grpc/php_grpc.c
3867 - src/php/ext/grpc/server.c
3868 - src/php/ext/grpc/server_credentials.c
3869 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003870python_dependencies:
3871 deps:
3872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003873 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003874 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003875 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003876ruby_gem:
3877 deps:
3878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003880 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003881 - z