blob: f7d18f2e0cd26aaeb898d3f2695b01b3dd9074d3 [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
Craig Tillerf0555b32016-03-28 10:19:24 -0700650- name: grpc_transport_chttp2_server_insecure
651 src:
652 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700653 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700654 uses:
655 - grpc_transport_chttp2
656 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700657- name: grpc_transport_chttp2_server_secure
658 src:
659 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700660 uses:
661 - grpc_transport_chttp2
662 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700663 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700664- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700665 public_headers:
666 - include/grpc/grpc_cronet.h
667 - include/grpc/grpc_security.h
668 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700669 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700670 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
671 src:
672 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
673 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
674 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700675 filegroups:
676 - grpc_base
677 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800678- name: nanopb
679 headers:
680 - third_party/nanopb/pb.h
681 - third_party/nanopb/pb_common.h
682 - third_party/nanopb/pb_decode.h
683 - third_party/nanopb/pb_encode.h
684 src:
685 - third_party/nanopb/pb_common.c
686 - third_party/nanopb/pb_decode.c
687 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700688- name: tsi
689 headers:
690 - src/core/lib/tsi/fake_transport_security.h
691 - src/core/lib/tsi/ssl_transport_security.h
692 - src/core/lib/tsi/ssl_types.h
693 - src/core/lib/tsi/transport_security.h
694 - src/core/lib/tsi/transport_security_interface.h
695 src:
696 - src/core/lib/tsi/fake_transport_security.c
697 - src/core/lib/tsi/ssl_transport_security.c
698 - src/core/lib/tsi/transport_security.c
699 deps:
700 - gpr
701 secure: true
702- name: grpc++_base
703 language: c++
704 public_headers:
705 - include/grpc++/alarm.h
706 - include/grpc++/channel.h
707 - include/grpc++/client_context.h
708 - include/grpc++/completion_queue.h
709 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700710 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700711 - include/grpc++/generic/async_generic_service.h
712 - include/grpc++/generic/generic_stub.h
713 - include/grpc++/grpc++.h
714 - include/grpc++/impl/call.h
715 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700716 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700717 - include/grpc++/impl/grpc_library.h
718 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700719 - include/grpc++/impl/rpc_method.h
720 - include/grpc++/impl/rpc_service_method.h
721 - include/grpc++/impl/serialization_traits.h
722 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700723 - include/grpc++/impl/server_builder_plugin.h
724 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700725 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700726 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700727 - include/grpc++/security/auth_context.h
728 - include/grpc++/security/auth_metadata_processor.h
729 - include/grpc++/security/credentials.h
730 - include/grpc++/security/server_credentials.h
731 - include/grpc++/server.h
732 - include/grpc++/server_builder.h
733 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700734 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700735 - include/grpc++/support/async_stream.h
736 - include/grpc++/support/async_unary_call.h
737 - include/grpc++/support/byte_buffer.h
738 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700739 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700740 - include/grpc++/support/slice.h
741 - include/grpc++/support/status.h
742 - include/grpc++/support/status_code_enum.h
743 - include/grpc++/support/string_ref.h
744 - include/grpc++/support/stub_options.h
745 - include/grpc++/support/sync_stream.h
746 - include/grpc++/support/time.h
747 headers:
748 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700749 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700750 - src/cpp/server/dynamic_thread_pool.h
751 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700752 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700753 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700754 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700755 - src/cpp/client/client_context.cc
756 - src/cpp/client/create_channel.cc
757 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700758 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700759 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700760 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700761 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700762 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700763 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700764 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700765 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700766 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700767 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700768 - src/cpp/server/async_generic_service.cc
769 - src/cpp/server/create_default_thread_pool.cc
770 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700772 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700773 - src/cpp/server/server_context.cc
774 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700775 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700776 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700777 - src/cpp/util/byte_buffer_cc.cc
778 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 - src/cpp/util/status.cc
780 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700781 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 uses:
yang-g17487f92016-06-03 15:21:15 -0700783 - grpc++_codegen_base
784- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 language: c++
786 public_headers:
787 - include/grpc++/impl/codegen/async_stream.h
788 - include/grpc++/impl/codegen/async_unary_call.h
789 - include/grpc++/impl/codegen/call.h
790 - include/grpc++/impl/codegen/call_hook.h
791 - include/grpc++/impl/codegen/channel_interface.h
792 - include/grpc++/impl/codegen/client_context.h
793 - include/grpc++/impl/codegen/client_unary_call.h
794 - include/grpc++/impl/codegen/completion_queue.h
795 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700796 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700797 - include/grpc++/impl/codegen/core_codegen_interface.h
798 - include/grpc++/impl/codegen/create_auth_context.h
799 - include/grpc++/impl/codegen/grpc_library.h
800 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 - include/grpc++/impl/codegen/rpc_method.h
802 - include/grpc++/impl/codegen/rpc_service_method.h
803 - include/grpc++/impl/codegen/security/auth_context.h
804 - include/grpc++/impl/codegen/serialization_traits.h
805 - include/grpc++/impl/codegen/server_context.h
806 - include/grpc++/impl/codegen/server_interface.h
807 - include/grpc++/impl/codegen/service_type.h
808 - include/grpc++/impl/codegen/status.h
809 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700810 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700811 - include/grpc++/impl/codegen/string_ref.h
812 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 - include/grpc++/impl/codegen/sync_stream.h
814 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700815 uses:
816 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700817- name: grpc++_codegen_base_src
818 language: c++
819 src:
820 - src/cpp/codegen/codegen_init.cc
821 uses:
822 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700823- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700824 language: c++
825 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700826 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700827 uses:
yang-g17487f92016-06-03 15:21:15 -0700828 - grpc++_codegen_base
829 - grpc++_config_proto
830- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 language: c++
832 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700834- name: grpc++_reflection_proto
835 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700836 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700837 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700838- name: thrift_util
839 language: c++
840 public_headers:
841 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700842 - include/grpc++/impl/codegen/thrift_utils.h
843 uses:
844 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100845libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800846- name: gpr
847 build: all
848 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800849 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700850 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800851 secure: false
852 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
853- name: gpr_test_util
854 build: private
855 language: c
856 headers:
857 - test/core/util/test_config.h
858 src:
859 - test/core/util/test_config.c
860 deps:
861 - gpr
862 secure: false
863 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700864- name: grpc
865 build: all
866 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 src:
868 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700869 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800870 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700871 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700872 filegroups:
873 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700874 - grpc_transport_chttp2_server_secure
875 - grpc_transport_chttp2_client_secure
876 - grpc_transport_chttp2_server_insecure
877 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700878 - grpc_lb_policy_grpclb
879 - grpc_lb_policy_pick_first
880 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700881 - grpc_resolver_dns_native
882 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700883 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100884 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700885 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700886 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700888 vs_packages:
889 - grpc.dependencies.openssl
890 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700891 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700892- name: grpc_cronet
893 build: all
894 language: c
895 src:
896 - src/core/lib/surface/init.c
897 baselib: true
898 deps_linkage: static
899 dll: true
900 filegroups:
901 - grpc_base
902 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700903 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700904 generate_plugin_registry: true
905 platforms:
906 - linux
907 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100908- name: grpc_dll
909 build: private
910 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100911 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100912 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100913 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100914 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100915 build_system:
916 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100917 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100918 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100919 vs_config_type: DynamicLibrary
920 vs_packages:
921 - grpc.dependencies.openssl
922 - grpc.dependencies.zlib
923 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
924 vs_props:
925 - zlib
926 - openssl
927 - winsock
928 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700929- name: grpc_test_util
930 build: private
931 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700932 headers:
933 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800934 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700935 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700936 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700937 - test/core/end2end/data/server1_cert.c
938 - test/core/end2end/data/server1_key.c
939 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800940 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700941 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800942 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800943 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700944 - grpc
945 filegroups:
946 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700947 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
949- name: grpc_test_util_unsecure
950 build: private
951 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700952 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 - gpr
954 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800955 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700956 filegroups:
957 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700958 secure: false
959 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
960- name: grpc_unsecure
961 build: all
962 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700963 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700964 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700965 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700966 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800967 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700968 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700969 filegroups:
970 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700971 - grpc_transport_chttp2_server_insecure
972 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700973 - grpc_resolver_dns_native
974 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700975 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700976 - grpc_lb_policy_grpclb
977 - grpc_lb_policy_pick_first
978 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700979 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700980 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700981 secure: false
982 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983- name: reconnect_server
984 build: private
985 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700986 headers:
987 - test/core/util/reconnect_server.h
988 src:
989 - test/core/util/reconnect_server.c
990 deps:
yang-gc9fca182015-11-06 16:41:33 -0800991 - test_tcp_server
992 - grpc_test_util
993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800994 - gpr_test_util
995 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800996- name: test_tcp_server
997 build: private
998 language: c
999 headers:
1000 - test/core/util/test_tcp_server.h
1001 src:
1002 - test/core/util/test_tcp_server.c
1003 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001004 - grpc_test_util
1005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001006 - gpr_test_util
1007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: grpc++
1009 build: all
1010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001011 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001012 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001013 - src/cpp/client/secure_credentials.h
1014 - src/cpp/common/secure_auth_context.h
1015 - src/cpp/server/secure_server_credentials.h
1016 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001017 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001018 - src/cpp/client/secure_credentials.cc
1019 - src/cpp/common/auth_property_iterator.cc
1020 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001021 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001022 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001023 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001024 - src/cpp/server/secure_server_credentials.cc
1025 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001026 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027 baselib: true
1028 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001029 filegroups:
1030 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001031 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001032 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001033 secure: check
1034 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001035- name: grpc++_cronet
1036 build: all
1037 language: c++
1038 src:
1039 - src/cpp/client/cronet_credentials.cc
1040 - src/cpp/client/insecure_credentials.cc
1041 - src/cpp/common/insecure_create_auth_context.cc
1042 - src/cpp/server/insecure_server_credentials.cc
1043 deps:
1044 - gpr
1045 - grpc_cronet
1046 baselib: true
1047 dll: true
1048 filegroups:
1049 - grpc++_base
1050 - grpc++_codegen_base
1051 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001052 - grpc_transport_chttp2_client_insecure
1053 - grpc_transport_chttp2_server_insecure
1054 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001055 platforms:
1056 - linux
1057 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001058- name: grpc++_proto_reflection_desc_db
1059 build: private
1060 language: c++
1061 headers:
1062 - test/cpp/util/proto_reflection_descriptor_database.h
1063 src:
1064 - test/cpp/util/proto_reflection_descriptor_database.cc
1065 deps:
1066 - grpc++
1067 filegroups:
1068 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001069 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001070- name: grpc++_reflection
1071 build: all
1072 language: c++
1073 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001074 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001075 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001076 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001077 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001078 - src/cpp/ext/proto_server_reflection.cc
1079 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001080 deps:
1081 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001082 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001083 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001084- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001085 build: private
yang-g42879982016-10-13 15:58:31 -07001086 language: c++
1087 headers:
1088 - include/grpc++/test/server_context_test_spouse.h
1089 src:
1090 - src/cpp/test/server_context_test_spouse.cc
1091 deps:
1092 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001093- name: grpc++_test_config
1094 build: private
1095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001096 headers:
1097 - test/cpp/util/test_config.h
1098 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001099 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001100- name: grpc++_test_util
1101 build: private
1102 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001103 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001104 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001105 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001106 - test/cpp/util/create_test_channel.h
1107 - test/cpp/util/string_ref_helper.h
1108 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001109 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001110 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001111 - src/proto/grpc/testing/echo_messages.proto
1112 - src/proto/grpc/testing/echo.proto
1113 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001114 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001115 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001116 - test/cpp/util/create_test_channel.cc
1117 - test/cpp/util/string_ref_helper.cc
1118 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001119 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001120 deps:
1121 - grpc++
1122 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001123 filegroups:
1124 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001125 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001126 - grpc++_codegen_proto
1127 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001128 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001129- name: grpc++_unsecure
1130 build: all
1131 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001132 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001133 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001134 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001135 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001136 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001137 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001138 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001139 baselib: true
1140 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001141 filegroups:
1142 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001143 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001144 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001145 secure: false
1146 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001147- name: grpc_cli_libs
1148 build: private
1149 language: c++
1150 headers:
1151 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001152 - test/cpp/util/cli_credentials.h
1153 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001154 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001155 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001156 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001157 src:
1158 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001159 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001160 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001161 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001162 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001163 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001164 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001165 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001166 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001167 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001168 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169- name: grpc_plugin_support
1170 build: protoc
1171 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001172 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001173 - src/compiler/config.h
1174 - src/compiler/cpp_generator.h
1175 - src/compiler/cpp_generator_helpers.h
1176 - src/compiler/csharp_generator.h
1177 - src/compiler/csharp_generator_helpers.h
1178 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001179 - src/compiler/node_generator.h
1180 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001181 - src/compiler/objective_c_generator.h
1182 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001183 - src/compiler/php_generator.h
1184 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001185 - src/compiler/python_generator.h
1186 - src/compiler/ruby_generator.h
1187 - src/compiler/ruby_generator_helpers-inl.h
1188 - src/compiler/ruby_generator_map-inl.h
1189 - src/compiler/ruby_generator_string-inl.h
1190 src:
1191 - src/compiler/cpp_generator.cc
1192 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001193 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001194 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001195 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001196 - src/compiler/python_generator.cc
1197 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001198 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001199 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001200 secure: false
1201 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001202 vs_props:
1203 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001204- name: interop_client_helper
1205 build: private
1206 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001207 headers:
1208 - test/cpp/interop/client_helper.h
1209 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001210 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001211 - test/cpp/interop/client_helper.cc
1212 deps:
1213 - grpc++_test_util
1214 - grpc_test_util
1215 - grpc++
1216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001217 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001218- name: interop_client_main
1219 build: private
1220 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001221 headers:
1222 - test/cpp/interop/interop_client.h
1223 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001224 - src/proto/grpc/testing/empty.proto
1225 - src/proto/grpc/testing/messages.proto
1226 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001227 - test/cpp/interop/client.cc
1228 - test/cpp/interop/interop_client.cc
1229 deps:
1230 - interop_client_helper
1231 - grpc++_test_util
1232 - grpc_test_util
1233 - grpc++
1234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 - gpr_test_util
1236 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001237 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001238- name: interop_server_helper
1239 build: private
1240 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001241 headers:
1242 - test/cpp/interop/server_helper.h
1243 src:
1244 - test/cpp/interop/server_helper.cc
1245 deps:
yang-g71b275b2016-11-23 09:42:03 -08001246 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001247 - grpc_test_util
1248 - grpc++
1249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001250 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001251- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252 build: private
1253 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001254 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001255 - src/proto/grpc/testing/empty.proto
1256 - src/proto/grpc/testing/messages.proto
1257 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001258 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001259 deps:
1260 - interop_server_helper
1261 - grpc++_test_util
1262 - grpc_test_util
1263 - grpc++
1264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001265 - gpr_test_util
1266 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001267 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001268- name: interop_server_main
1269 build: private
1270 language: c++
1271 src:
1272 - test/cpp/interop/interop_server_bootstrap.cc
1273 deps:
1274 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001275- name: qps
1276 build: private
1277 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001278 headers:
1279 - test/cpp/qps/client.h
1280 - test/cpp/qps/driver.h
1281 - test/cpp/qps/histogram.h
1282 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001283 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001284 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001285 - test/cpp/qps/qps_worker.h
1286 - test/cpp/qps/report.h
1287 - test/cpp/qps/server.h
1288 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001289 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001290 - test/cpp/util/benchmark_config.h
1291 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001292 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001293 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001294 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001295 - src/proto/grpc/testing/control.proto
1296 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001297 - test/cpp/qps/client_async.cc
1298 - test/cpp/qps/client_sync.cc
1299 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001300 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001301 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001302 - test/cpp/qps/qps_worker.cc
1303 - test/cpp/qps/report.cc
1304 - test/cpp/qps/server_async.cc
1305 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001306 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001307 - test/cpp/util/benchmark_config.cc
1308 deps:
1309 - grpc_test_util
1310 - grpc++_test_util
1311 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312- name: grpc_csharp_ext
1313 build: all
1314 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001315 src:
1316 - src/csharp/ext/grpc_csharp_ext.c
1317 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001319 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001320 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001321 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322 dll: only
1323 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001324 vs_packages:
1325 - grpc.dependencies.openssl
1326 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001327 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001328 vs_props:
1329 - zlib
1330 - openssl
1331 - winsock
1332 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001333targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001334- name: alarm_test
1335 build: test
1336 language: c
1337 src:
1338 - test/core/surface/alarm_test.c
1339 deps:
1340 - grpc_test_util
1341 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001342 - gpr_test_util
1343 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001344- name: algorithm_test
1345 build: test
1346 language: c
1347 src:
1348 - test/core/compression/algorithm_test.c
1349 deps:
1350 - grpc_test_util
1351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001352 - gpr_test_util
1353 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001354- name: alloc_test
1355 build: test
1356 language: c
1357 src:
1358 - test/core/support/alloc_test.c
1359 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001360 - gpr_test_util
1361 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001362- name: alpn_test
1363 build: test
1364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001365 src:
1366 - test/core/transport/chttp2/alpn_test.c
1367 deps:
1368 - grpc_test_util
1369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr_test_util
1371 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001372- name: api_fuzzer
1373 build: fuzzer
1374 language: c
1375 src:
1376 - test/core/end2end/fuzzers/api_fuzzer.c
1377 deps:
1378 - grpc_test_util
1379 - grpc
1380 - gpr_test_util
1381 - gpr
1382 corpus_dirs:
1383 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001384 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001385 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001386- name: bad_server_response_test
1387 build: test
1388 language: c
1389 src:
1390 - test/core/end2end/bad_server_response_test.c
1391 deps:
1392 - test_tcp_server
1393 - grpc_test_util
1394 - grpc
1395 - gpr_test_util
1396 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001397 exclude_iomgrs:
1398 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001399- name: bin_decoder_test
1400 build: test
1401 language: c
1402 src:
1403 - test/core/transport/chttp2/bin_decoder_test.c
1404 deps:
1405 - grpc_test_util
1406 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407- name: bin_encoder_test
1408 build: test
1409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001410 src:
1411 - test/core/transport/chttp2/bin_encoder_test.c
1412 deps:
1413 - grpc_test_util
1414 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001415- name: census_context_test
1416 build: test
1417 language: c
1418 src:
1419 - test/core/census/context_test.c
1420 deps:
1421 - grpc_test_util
1422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001423 - gpr_test_util
1424 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001425- name: census_resource_test
1426 build: test
1427 language: c
1428 src:
1429 - test/core/census/resource_test.c
1430 deps:
1431 - grpc_test_util
1432 - grpc
1433 - gpr_test_util
1434 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001435- name: census_trace_context_test
1436 build: test
1437 language: c
1438 src:
1439 - test/core/census/trace_context_test.c
1440 deps:
1441 - grpc_test_util
1442 - grpc
1443 - gpr_test_util
1444 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001445- name: channel_create_test
1446 build: test
1447 language: c
1448 src:
1449 - test/core/surface/channel_create_test.c
1450 deps:
1451 - grpc_test_util
1452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001453 - gpr_test_util
1454 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001455- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001456 build: test
1457 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001458 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001459 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001460 deps:
1461 - grpc_test_util
1462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001463 - gpr_test_util
1464 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001465- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466 build: test
1467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001468 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001469 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001470 deps:
1471 - grpc_test_util
1472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001473 - gpr_test_util
1474 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001475- name: chttp2_stream_map_test
1476 build: test
1477 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001478 src:
1479 - test/core/transport/chttp2/stream_map_test.c
1480 deps:
1481 - grpc_test_util
1482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001483 - gpr_test_util
1484 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001485- name: chttp2_varint_test
1486 build: test
1487 language: c
1488 src:
1489 - test/core/transport/chttp2/varint_test.c
1490 deps:
1491 - grpc_test_util
1492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001493 - gpr_test_util
1494 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001495- name: client_fuzzer
1496 build: fuzzer
1497 language: c
1498 src:
1499 - test/core/end2end/fuzzers/client_fuzzer.c
1500 deps:
1501 - grpc_test_util
1502 - grpc
1503 - gpr_test_util
1504 - gpr
1505 corpus_dirs:
1506 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001507 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001508 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001509- name: combiner_test
1510 cpu_cost: 30
1511 build: test
1512 language: c
1513 src:
1514 - test/core/iomgr/combiner_test.c
1515 deps:
1516 - grpc_test_util
1517 - grpc
1518 - gpr_test_util
1519 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001520- name: compression_test
1521 build: test
1522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001523 src:
1524 - test/core/compression/compression_test.c
1525 deps:
1526 - grpc_test_util
1527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001528 - gpr_test_util
1529 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001530- name: concurrent_connectivity_test
1531 build: test
1532 language: c
1533 src:
1534 - test/core/surface/concurrent_connectivity_test.c
1535 deps:
1536 - grpc_test_util
1537 - grpc
1538 - gpr_test_util
1539 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001540 exclude_iomgrs:
1541 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001542- name: connection_refused_test
1543 cpu_cost: 0.1
1544 build: test
1545 language: c
1546 src:
1547 - test/core/end2end/connection_refused_test.c
1548 deps:
1549 - grpc_test_util
1550 - grpc
1551 - gpr_test_util
1552 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001553- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001554 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001555 build: test
1556 language: c
1557 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001558 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001559 deps:
1560 - grpc_test_util
1561 - grpc
1562 - gpr_test_util
1563 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001564 exclude_iomgrs:
1565 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001566- name: dns_resolver_test
1567 build: test
1568 language: c
1569 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001570 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001571 deps:
1572 - grpc_test_util
1573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 - gpr_test_util
1575 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001576- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001577 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578 build: test
1579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001580 src:
1581 - test/core/end2end/dualstack_socket_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001587 exclude_iomgrs:
1588 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001589 platforms:
1590 - mac
1591 - linux
1592 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001593- name: endpoint_pair_test
1594 build: test
1595 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001596 src:
1597 - test/core/iomgr/endpoint_pair_test.c
1598 deps:
1599 - grpc_test_util
1600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001603 exclude_iomgrs:
1604 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001605- name: ev_epoll_linux_test
1606 build: test
1607 language: c
1608 src:
1609 - test/core/iomgr/ev_epoll_linux_test.c
1610 deps:
1611 - grpc_test_util
1612 - grpc
1613 - gpr_test_util
1614 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001615 exclude_iomgrs:
1616 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001617 platforms:
1618 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619- name: fd_conservation_posix_test
1620 build: test
1621 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001622 src:
1623 - test/core/iomgr/fd_conservation_posix_test.c
1624 deps:
1625 - grpc_test_util
1626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 - gpr_test_util
1628 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001629 exclude_iomgrs:
1630 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001631 platforms:
1632 - mac
1633 - linux
1634 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001635- name: fd_posix_test
1636 build: test
1637 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001638 src:
1639 - test/core/iomgr/fd_posix_test.c
1640 deps:
1641 - grpc_test_util
1642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001643 - gpr_test_util
1644 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001645 exclude_iomgrs:
1646 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001647 platforms:
1648 - mac
1649 - linux
1650 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001651- name: fling_client
1652 build: test
1653 run: false
1654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001655 src:
1656 - test/core/fling/client.c
1657 deps:
1658 - grpc_test_util
1659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662- name: fling_server
1663 build: test
1664 run: false
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/fling/server.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001674 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675 build: test
1676 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001677 src:
1678 - test/core/fling/fling_stream_test.c
1679 deps:
1680 - grpc_test_util
1681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001682 - gpr_test_util
1683 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001684 platforms:
1685 - mac
1686 - linux
1687 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001689 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001690 build: test
1691 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001692 src:
1693 - test/core/fling/fling_test.c
1694 deps:
1695 - grpc_test_util
1696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001697 - gpr_test_util
1698 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001699 platforms:
1700 - mac
1701 - linux
1702 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703- name: gen_hpack_tables
1704 build: tool
1705 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001706 src:
1707 - tools/codegen/core/gen_hpack_tables.c
1708 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001709 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001710 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711- name: gen_legal_metadata_characters
1712 build: tool
1713 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001714 src:
1715 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001716 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001717- name: gen_percent_encoding_tables
1718 build: tool
1719 language: c
1720 src:
1721 - tools/codegen/core/gen_percent_encoding_tables.c
1722 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001723- name: goaway_server_test
1724 cpu_cost: 0.1
1725 build: test
1726 language: c
1727 src:
1728 - test/core/end2end/goaway_server_test.c
1729 deps:
1730 - grpc_test_util
1731 - grpc
1732 - gpr_test_util
1733 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001734 exclude_iomgrs:
1735 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001736 platforms:
1737 - mac
1738 - linux
1739 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001740- name: gpr_avl_test
1741 build: test
1742 language: c
1743 src:
1744 - test/core/support/avl_test.c
1745 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001748- name: gpr_backoff_test
1749 build: test
1750 language: c
1751 src:
1752 - test/core/support/backoff_test.c
1753 deps:
1754 - gpr_test_util
1755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001756- name: gpr_cmdline_test
1757 build: test
1758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001759 src:
1760 - test/core/support/cmdline_test.c
1761 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001762 - gpr_test_util
1763 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001764- name: gpr_cpu_test
1765 build: test
1766 language: c
1767 src:
1768 - test/core/support/cpu_test.c
1769 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772- name: gpr_env_test
1773 build: test
1774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001775 src:
1776 - test/core/support/env_test.c
1777 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001780- name: gpr_histogram_test
1781 build: test
1782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001783 src:
1784 - test/core/support/histogram_test.c
1785 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001788- name: gpr_host_port_test
1789 build: test
1790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001791 src:
1792 - test/core/support/host_port_test.c
1793 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr_test_util
1795 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001796- name: gpr_log_test
1797 build: test
1798 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001799 src:
1800 - test/core/support/log_test.c
1801 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001802 - gpr_test_util
1803 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001804- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001805 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001806 build: test
1807 language: c
1808 src:
1809 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001810 deps:
1811 - gpr_test_util
1812 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001814 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815 build: test
1816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001817 src:
1818 - test/core/support/stack_lockfree_test.c
1819 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001820 - gpr_test_util
1821 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001822- name: gpr_string_test
1823 build: test
1824 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001825 src:
1826 - test/core/support/string_test.c
1827 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001831 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832 build: test
1833 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001834 src:
1835 - test/core/support/sync_test.c
1836 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001840 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841 build: test
1842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001843 src:
1844 - test/core/support/thd_test.c
1845 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001848- name: gpr_time_test
1849 build: test
1850 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001851 src:
1852 - test/core/support/time_test.c
1853 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: gpr_tls_test
1857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/support/tls_test.c
1861 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001862 - gpr_test_util
1863 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001864- name: gpr_useful_test
1865 build: test
1866 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001867 src:
1868 - test/core/support/useful_test.c
1869 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872- name: grpc_auth_context_test
1873 build: test
1874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001875 src:
1876 - test/core/security/auth_context_test.c
1877 deps:
1878 - grpc_test_util
1879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001882- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883 build: test
1884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001885 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001886 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001887 deps:
1888 - grpc_test_util
1889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001890 - gpr_test_util
1891 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892- name: grpc_byte_buffer_reader_test
1893 build: test
1894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001895 src:
1896 - test/core/surface/byte_buffer_reader_test.c
1897 deps:
1898 - grpc_test_util
1899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001900 - gpr_test_util
1901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001902- name: grpc_channel_args_test
1903 build: test
1904 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001905 src:
1906 - test/core/channel/channel_args_test.c
1907 deps:
1908 - grpc_test_util
1909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001912- name: grpc_channel_stack_test
1913 build: test
1914 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001915 src:
1916 - test/core/channel/channel_stack_test.c
1917 deps:
1918 - grpc_test_util
1919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001920 - gpr_test_util
1921 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001922- name: grpc_completion_queue_test
1923 build: test
1924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001925 src:
1926 - test/core/surface/completion_queue_test.c
1927 deps:
1928 - grpc_test_util
1929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001932 exclude_iomgrs:
1933 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001934- name: grpc_create_jwt
1935 build: tool
1936 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001937 src:
1938 - test/core/security/create_jwt.c
1939 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001942 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001943- name: grpc_credentials_test
1944 build: test
1945 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001946 src:
1947 - test/core/security/credentials_test.c
1948 deps:
1949 - grpc_test_util
1950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001951 - gpr_test_util
1952 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001954 build: test
1955 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
1958 - test/core/security/fetch_oauth2.c
1959 deps:
1960 - grpc_test_util
1961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001964- name: grpc_invalid_channel_args_test
1965 build: test
1966 language: c
1967 src:
1968 - test/core/surface/invalid_channel_args_test.c
1969 deps:
1970 - grpc_test_util
1971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001972 - gpr_test_util
1973 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001974- name: grpc_json_token_test
1975 build: test
1976 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001977 src:
1978 - test/core/security/json_token_test.c
1979 deps:
1980 - grpc_test_util
1981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr_test_util
1983 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001984 platforms:
1985 - linux
1986 - posix
1987 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001988- name: grpc_jwt_verifier_test
1989 build: test
1990 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001991 src:
1992 - test/core/security/jwt_verifier_test.c
1993 deps:
1994 - grpc_test_util
1995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 - gpr_test_util
1997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: grpc_print_google_default_creds_token
1999 build: tool
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/security/print_google_default_creds_token.c
2003 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: grpc_security_connector_test
2007 build: test
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/security/security_connector_test.c
2011 deps:
2012 - grpc_test_util
2013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr_test_util
2015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016- name: grpc_verify_jwt
2017 build: tool
2018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002019 src:
2020 - test/core/security/verify_jwt.c
2021 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002023 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002024- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002025 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002026 language: c
2027 src:
2028 - test/core/handshake/client_ssl.c
2029 deps:
2030 - grpc_test_util
2031 - grpc
2032 - gpr_test_util
2033 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002034 platforms:
2035 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002036 secure: true
2037- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002038 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002039 language: c
2040 src:
2041 - test/core/handshake/server_ssl.c
2042 deps:
2043 - grpc_test_util
2044 - grpc
2045 - gpr_test_util
2046 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002047 platforms:
2048 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002049 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002050- name: hpack_parser_fuzzer_test
2051 build: fuzzer
2052 language: c
2053 src:
2054 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2055 deps:
2056 - grpc_test_util
2057 - grpc
2058 - gpr_test_util
2059 - gpr
2060 corpus_dirs:
2061 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002062 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002063 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064- name: hpack_parser_test
2065 build: test
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
2068 - test/core/transport/chttp2/hpack_parser_test.c
2069 deps:
2070 - grpc_test_util
2071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: hpack_table_test
2075 build: test
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/transport/chttp2/hpack_table_test.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002084- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085 build: test
2086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002088 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002089 deps:
2090 - grpc_test_util
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002094- name: http_request_fuzzer_test
2095 build: fuzzer
2096 language: c
2097 src:
2098 - test/core/http/request_fuzzer.c
2099 deps:
2100 - grpc_test_util
2101 - grpc
2102 - gpr_test_util
2103 - gpr
2104 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002105 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002106 maxlen: 2048
2107- name: http_response_fuzzer_test
2108 build: fuzzer
2109 language: c
2110 src:
2111 - test/core/http/response_fuzzer.c
2112 deps:
2113 - grpc_test_util
2114 - grpc
2115 - gpr_test_util
2116 - gpr
2117 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002118 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002119 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002120- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002124 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002130- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002131 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132 build: test
2133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002134 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002135 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002136 deps:
2137 - grpc_test_util
2138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr_test_util
2140 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002141 platforms:
2142 - mac
2143 - linux
2144 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002145- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002146 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002147 build: test
2148 language: c
2149 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002150 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002151 deps:
2152 - grpc_test_util
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002156 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002157 - linux
yang-gf1183302015-12-07 16:02:05 -08002158- name: init_test
2159 build: test
2160 language: c
2161 src:
2162 - test/core/surface/init_test.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002166 - gpr_test_util
2167 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002168- name: internal_api_canary_iomgr_test
2169 build: test
2170 run: false
2171 language: c
2172 src:
2173 - test/core/internal_api_canaries/iomgr.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
2177 - gpr_test_util
2178 - gpr
2179- name: internal_api_canary_support_test
2180 build: test
2181 run: false
2182 language: c
2183 src:
2184 - test/core/internal_api_canaries/iomgr.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
2188 - gpr_test_util
2189 - gpr
2190- name: internal_api_canary_transport_test
2191 build: test
2192 run: false
2193 language: c
2194 src:
2195 - test/core/internal_api_canaries/iomgr.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
2199 - gpr_test_util
2200 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002201- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002202 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002203 build: test
2204 language: c
2205 src:
2206 - test/core/end2end/invalid_call_argument_test.c
2207 deps:
2208 - grpc_test_util
2209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002210 - gpr_test_util
2211 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002212- name: json_fuzzer_test
2213 build: fuzzer
2214 language: c
2215 src:
2216 - test/core/json/fuzzer.c
2217 deps:
2218 - grpc_test_util
2219 - grpc
2220 - gpr_test_util
2221 - gpr
2222 corpus_dirs:
2223 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002224 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002225- name: json_rewrite
2226 build: test
2227 run: false
2228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002229 src:
2230 - test/core/json/json_rewrite.c
2231 deps:
2232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002233 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002234- name: json_rewrite_test
2235 build: test
2236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002237 src:
2238 - test/core/json/json_rewrite_test.c
2239 deps:
2240 - grpc_test_util
2241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002242 - gpr_test_util
2243 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002244- name: json_stream_error_test
2245 build: test
2246 language: c
2247 src:
2248 - test/core/json/json_stream_error_test.c
2249 deps:
2250 - grpc_test_util
2251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002252 - gpr_test_util
2253 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002254- name: json_test
2255 build: test
2256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002257 src:
2258 - test/core/json/json_test.c
2259 deps:
2260 - grpc_test_util
2261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002262 - gpr_test_util
2263 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264- name: lame_client_test
2265 build: test
2266 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002267 src:
2268 - test/core/surface/lame_client_test.c
2269 deps:
2270 - grpc_test_util
2271 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002272 - gpr_test_util
2273 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002274- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002275 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002276 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002277 build: test
2278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002279 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002280 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002281 deps:
2282 - grpc_test_util
2283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002284 - gpr_test_util
2285 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002286- name: load_file_test
2287 build: test
2288 language: c
2289 src:
2290 - test/core/iomgr/load_file_test.c
2291 deps:
2292 - grpc_test_util
2293 - grpc
2294 - gpr_test_util
2295 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296- name: low_level_ping_pong_benchmark
2297 build: benchmark
2298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002299 src:
2300 - test/core/network_benchmarks/low_level_ping_pong.c
2301 deps:
2302 - grpc_test_util
2303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002304 - gpr_test_util
2305 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002306 platforms:
2307 - mac
2308 - linux
2309 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310- name: message_compress_test
2311 build: test
2312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/core/compression/message_compress_test.c
2315 deps:
2316 - grpc_test_util
2317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002318 - gpr_test_util
2319 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002320- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002321 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002322 build: test
2323 language: c
2324 src:
2325 - test/core/census/mlog_test.c
2326 deps:
2327 - grpc_test_util
2328 - grpc
2329 - gpr_test_util
2330 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002331- name: multiple_server_queues_test
2332 build: test
2333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
2335 - test/core/end2end/multiple_server_queues_test.c
2336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002341- name: murmur_hash_test
2342 build: test
2343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002344 src:
2345 - test/core/support/murmur_hash_test.c
2346 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002349- name: nanopb_fuzzer_response_test
2350 build: fuzzer
2351 language: c
2352 src:
2353 - test/core/nanopb/fuzzer_response.c
2354 deps:
2355 - grpc_test_util
2356 - grpc
2357 - gpr_test_util
2358 - gpr
2359 corpus_dirs:
2360 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002361 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002362- name: nanopb_fuzzer_serverlist_test
2363 build: fuzzer
2364 language: c
2365 src:
2366 - test/core/nanopb/fuzzer_serverlist.c
2367 deps:
2368 - grpc_test_util
2369 - grpc
2370 - gpr_test_util
2371 - gpr
2372 corpus_dirs:
2373 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002374 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002375- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002376 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377 build: test
2378 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002379 src:
2380 - test/core/end2end/no_server_test.c
2381 deps:
2382 - grpc_test_util
2383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002384 - gpr_test_util
2385 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002386- name: percent_decode_fuzzer
2387 build: fuzzer
2388 language: c
2389 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002390 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002391 deps:
2392 - grpc_test_util
2393 - grpc
2394 - gpr_test_util
2395 - gpr
2396 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002397 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002398 maxlen: 32
2399- name: percent_encode_fuzzer
2400 build: fuzzer
2401 language: c
2402 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002403 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002404 deps:
2405 - grpc_test_util
2406 - grpc
2407 - gpr_test_util
2408 - gpr
2409 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002410 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002411 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002412- name: percent_encoding_test
2413 build: test
2414 language: c
2415 src:
2416 - test/core/slice/percent_encoding_test.c
2417 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002418 - grpc_test_util
2419 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002420 - gpr_test_util
2421 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002422- name: resolve_address_test
2423 build: test
2424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002425 src:
2426 - test/core/iomgr/resolve_address_test.c
2427 deps:
2428 - grpc_test_util
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr_test_util
2431 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002432 exclude_iomgrs:
2433 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002434- name: resource_quota_test
2435 cpu_cost: 30
2436 build: test
2437 language: c
2438 src:
2439 - test/core/iomgr/resource_quota_test.c
2440 deps:
2441 - grpc_test_util
2442 - grpc
2443 - gpr_test_util
2444 - gpr
yang-gd482e592015-12-10 14:04:00 -08002445- name: secure_channel_create_test
2446 build: test
2447 language: c
2448 src:
2449 - test/core/surface/secure_channel_create_test.c
2450 deps:
2451 - grpc_test_util
2452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002453 - gpr_test_util
2454 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455- name: secure_endpoint_test
2456 build: test
2457 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002458 src:
2459 - test/core/security/secure_endpoint_test.c
2460 deps:
2461 - grpc_test_util
2462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002463 - gpr_test_util
2464 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002465 exclude_iomgrs:
2466 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002467- name: sequential_connectivity_test
2468 build: test
2469 language: c
2470 src:
2471 - test/core/surface/sequential_connectivity_test.c
2472 deps:
2473 - grpc_test_util
2474 - grpc
2475 - gpr_test_util
2476 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002477 exclude_iomgrs:
2478 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002479- name: server_chttp2_test
2480 build: test
2481 language: c
2482 src:
2483 - test/core/surface/server_chttp2_test.c
2484 deps:
2485 - grpc_test_util
2486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002487 - gpr_test_util
2488 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002489- name: server_fuzzer
2490 build: fuzzer
2491 language: c
2492 src:
2493 - test/core/end2end/fuzzers/server_fuzzer.c
2494 deps:
2495 - grpc_test_util
2496 - grpc
2497 - gpr_test_util
2498 - gpr
2499 corpus_dirs:
2500 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002501 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002502 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002503- name: server_test
2504 build: test
2505 language: c
2506 src:
2507 - test/core/surface/server_test.c
2508 deps:
2509 - grpc_test_util
2510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002511 - gpr_test_util
2512 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002513- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002514 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002515 build: test
2516 language: c
2517 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002518 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002519 deps:
2520 - test_tcp_server
2521 - grpc_test_util
2522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002523 - gpr_test_util
2524 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002525 exclude_iomgrs:
2526 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002527- name: slice_buffer_test
2528 build: test
2529 language: c
2530 src:
2531 - test/core/slice/slice_buffer_test.c
2532 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002533 - grpc_test_util
2534 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002535 - gpr_test_util
2536 - gpr
2537- name: slice_string_helpers_test
2538 build: test
2539 language: c
2540 src:
2541 - test/core/slice/slice_string_helpers_test.c
2542 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002543 - grpc_test_util
2544 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002545 - gpr_test_util
2546 - gpr
2547- name: slice_test
2548 build: test
2549 language: c
2550 src:
2551 - test/core/slice/slice_test.c
2552 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002553 - grpc_test_util
2554 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002555 - gpr_test_util
2556 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002557- name: sockaddr_resolver_test
2558 build: test
2559 language: c
2560 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002561 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002562 deps:
2563 - grpc_test_util
2564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002565 - gpr_test_util
2566 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567- name: sockaddr_utils_test
2568 build: test
2569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002570 src:
2571 - test/core/iomgr/sockaddr_utils_test.c
2572 deps:
2573 - grpc_test_util
2574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr_test_util
2576 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002577- name: socket_utils_test
2578 build: test
2579 language: c
2580 src:
2581 - test/core/iomgr/socket_utils_test.c
2582 deps:
2583 - grpc_test_util
2584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002585 - gpr_test_util
2586 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002587 exclude_iomgrs:
2588 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002589 platforms:
2590 - mac
2591 - linux
2592 - posix
yang-g31e21282016-11-04 15:10:03 -07002593- name: ssl_server_fuzzer
2594 build: fuzzer
2595 language: c
2596 src:
2597 - test/core/security/ssl_server_fuzzer.c
2598 deps:
2599 - grpc_test_util
2600 - grpc
2601 - gpr_test_util
2602 - gpr
2603 corpus_dirs:
2604 - test/core/security/corpus/ssl_server_corpus
2605 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07002606- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002607 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002608 build: test
2609 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002610 src:
2611 - test/core/iomgr/tcp_client_posix_test.c
2612 deps:
2613 - grpc_test_util
2614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002615 - gpr_test_util
2616 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002617 exclude_iomgrs:
2618 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002619 platforms:
2620 - mac
2621 - linux
2622 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002624 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002625 build: test
2626 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002627 src:
2628 - test/core/iomgr/tcp_posix_test.c
2629 deps:
2630 - grpc_test_util
2631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002632 - gpr_test_util
2633 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002634 exclude_iomgrs:
2635 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002636 platforms:
2637 - mac
2638 - linux
2639 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002640- name: tcp_server_posix_test
2641 build: test
2642 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002643 src:
2644 - test/core/iomgr/tcp_server_posix_test.c
2645 deps:
2646 - grpc_test_util
2647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002648 - gpr_test_util
2649 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002650 exclude_iomgrs:
2651 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002652 platforms:
2653 - mac
2654 - linux
2655 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002656- name: time_averaged_stats_test
2657 build: test
2658 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002659 src:
2660 - test/core/iomgr/time_averaged_stats_test.c
2661 deps:
2662 - grpc_test_util
2663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002664 - gpr_test_util
2665 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002666- name: timeout_encoding_test
2667 build: test
2668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002669 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002670 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002671 deps:
2672 - grpc_test_util
2673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002674 - gpr_test_util
2675 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002676- name: timer_heap_test
2677 build: test
2678 language: c
2679 src:
2680 - test/core/iomgr/timer_heap_test.c
2681 deps:
2682 - grpc_test_util
2683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002684 - gpr_test_util
2685 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002686 exclude_iomgrs:
2687 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002688- name: timer_list_test
2689 build: test
2690 language: c
2691 src:
2692 - test/core/iomgr/timer_list_test.c
2693 deps:
2694 - grpc_test_util
2695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002696 - gpr_test_util
2697 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002698 exclude_iomgrs:
2699 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002700- name: transport_connectivity_state_test
2701 build: test
2702 language: c
2703 src:
2704 - test/core/transport/connectivity_state_test.c
2705 deps:
2706 - grpc_test_util
2707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002708 - gpr_test_util
2709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002710- name: transport_metadata_test
2711 build: test
2712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002713 src:
2714 - test/core/transport/metadata_test.c
2715 deps:
2716 - grpc_test_util
2717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002718 - gpr_test_util
2719 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002720- name: transport_pid_controller_test
2721 build: test
2722 language: c
2723 src:
2724 - test/core/transport/pid_controller_test.c
2725 deps:
2726 - grpc_test_util
2727 - grpc
2728 - gpr_test_util
2729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002730- name: transport_security_test
2731 build: test
2732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002733 src:
2734 - test/core/tsi/transport_security_test.c
2735 deps:
2736 - grpc_test_util
2737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002738 - gpr_test_util
2739 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002740 platforms:
2741 - linux
2742 - posix
2743 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002744- name: udp_server_test
2745 build: test
2746 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002747 src:
2748 - test/core/iomgr/udp_server_test.c
2749 deps:
2750 - grpc_test_util
2751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002752 - gpr_test_util
2753 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002754 exclude_iomgrs:
2755 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002756 platforms:
2757 - mac
2758 - linux
2759 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002760- name: uri_fuzzer_test
2761 build: fuzzer
2762 language: c
2763 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002764 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002765 deps:
2766 - grpc_test_util
2767 - grpc
2768 - gpr_test_util
2769 - gpr
2770 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002771 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002772 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002773- name: uri_parser_test
2774 build: test
2775 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002776 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002777 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002778 deps:
2779 - grpc_test_util
2780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002781 - gpr_test_util
2782 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002783- name: wakeup_fd_cv_test
2784 build: test
2785 language: c
2786 src:
2787 - test/core/iomgr/wakeup_fd_cv_test.c
2788 deps:
2789 - grpc_test_util
2790 - grpc
2791 - gpr_test_util
2792 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002793 exclude_iomgrs:
2794 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002795 platforms:
2796 - mac
2797 - linux
2798 - posix
vjpai04e992a2016-02-10 16:58:38 -08002799- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002800 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002801 build: test
2802 language: c++
2803 src:
2804 - test/cpp/common/alarm_cpp_test.cc
2805 deps:
2806 - grpc++_test_util
2807 - grpc_test_util
2808 - grpc++
2809 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002810 - gpr_test_util
2811 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002812- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002813 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814 build: test
2815 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002816 src:
2817 - test/cpp/end2end/async_end2end_test.cc
2818 deps:
2819 - grpc++_test_util
2820 - grpc_test_util
2821 - grpc++
2822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002823 - gpr_test_util
2824 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002826 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002827 build: test
2828 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002829 src:
2830 - test/cpp/common/auth_property_iterator_test.cc
2831 deps:
2832 - grpc++_test_util
2833 - grpc_test_util
2834 - grpc++
2835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002836 - gpr_test_util
2837 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002838- name: bm_fullstack
2839 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002840 language: c++
2841 src:
2842 - test/cpp/microbenchmarks/bm_fullstack.cc
2843 deps:
2844 - google_benchmark
2845 - grpc++_test_util
2846 - grpc_test_util
2847 - grpc++
2848 - grpc
2849 - gpr_test_util
2850 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002851- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002852 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853 build: test
2854 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002855 src:
yang-g52705592015-11-25 11:45:33 -08002856 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002857 deps:
2858 - grpc++
2859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002860 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002861- name: channel_filter_test
2862 gtest: true
2863 build: test
2864 language: c++
2865 src:
2866 - test/cpp/common/channel_filter_test.cc
2867 deps:
2868 - grpc++
2869 - grpc
2870 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002871- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002872 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002873 build: test
2874 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002875 src:
2876 - test/cpp/util/cli_call_test.cc
2877 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002878 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002879 - grpc++_test_util
2880 - grpc_test_util
2881 - grpc++
2882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002883 - gpr_test_util
2884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002885- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002886 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002887 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888 build: test
2889 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002890 src:
2891 - test/cpp/end2end/client_crash_test.cc
2892 deps:
2893 - grpc++_test_util
2894 - grpc_test_util
2895 - grpc++
2896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002897 - gpr_test_util
2898 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002899 platforms:
2900 - mac
2901 - linux
2902 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002903- name: client_crash_test_server
2904 build: test
2905 run: false
2906 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002907 src:
2908 - test/cpp/end2end/client_crash_test_server.cc
2909 deps:
2910 - grpc++_test_util
2911 - grpc_test_util
2912 - grpc++
2913 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002914 - gpr_test_util
2915 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002916- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002917 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002918 build: test
2919 language: c++
2920 src:
2921 - src/proto/grpc/testing/control.proto
2922 - src/proto/grpc/testing/messages.proto
2923 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002924 - src/proto/grpc/testing/services.proto
2925 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002926 - test/cpp/codegen/codegen_test_full.cc
2927 deps:
2928 - grpc++
2929 - grpc
2930 - gpr
2931 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002932 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002933- name: codegen_test_minimal
2934 gtest: true
2935 build: test
2936 language: c++
2937 src:
2938 - src/proto/grpc/testing/control.proto
2939 - src/proto/grpc/testing/messages.proto
2940 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002941 - src/proto/grpc/testing/services.proto
2942 - src/proto/grpc/testing/stats.proto
2943 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002944 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002945 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002946 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002947- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002948 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002949 build: test
2950 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002951 src:
2952 - test/cpp/client/credentials_test.cc
2953 deps:
2954 - grpc++
2955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002957- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002958 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002959 build: test
2960 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002961 src:
2962 - test/cpp/util/byte_buffer_test.cc
2963 deps:
2964 - grpc_test_util
2965 - grpc++
2966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002967 - gpr_test_util
2968 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002969- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002970 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002971 build: test
2972 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002973 src:
2974 - test/cpp/util/slice_test.cc
2975 deps:
2976 - grpc_test_util
2977 - grpc++
2978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002979 - gpr_test_util
2980 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002981- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002982 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002983 build: test
2984 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002985 src:
2986 - test/cpp/util/string_ref_test.cc
2987 deps:
2988 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002989- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002990 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002991 build: test
2992 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002993 src:
2994 - test/cpp/util/time_test.cc
2995 deps:
2996 - grpc_test_util
2997 - grpc++
2998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002999 - gpr_test_util
3000 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003001- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003002 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003003 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004 build: test
3005 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003006 src:
3007 - test/cpp/end2end/end2end_test.cc
3008 deps:
3009 - grpc++_test_util
3010 - grpc_test_util
3011 - grpc++
3012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003013 - gpr_test_util
3014 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003015- name: filter_end2end_test
3016 gtest: true
3017 build: test
3018 language: c++
3019 src:
3020 - test/cpp/end2end/filter_end2end_test.cc
3021 deps:
3022 - grpc++_test_util
3023 - grpc_test_util
3024 - grpc++
3025 - grpc
3026 - gpr_test_util
3027 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003028- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003029 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003030 build: test
3031 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003032 src:
3033 - test/cpp/end2end/generic_end2end_test.cc
3034 deps:
3035 - grpc++_test_util
3036 - grpc_test_util
3037 - grpc++
3038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003039 - gpr_test_util
3040 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003041- name: golden_file_test
3042 gtest: true
3043 build: test
3044 language: c++
3045 src:
3046 - src/proto/grpc/testing/compiler_test.proto
3047 - test/cpp/codegen/golden_file_test.cc
3048 deps:
3049 - grpc++
3050 - grpc
3051 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003052- name: grpc_cli
3053 build: test
3054 run: false
3055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003056 src:
3057 - test/cpp/util/grpc_cli.cc
3058 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003059 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003060 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003061 - grpc++
3062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003063 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003064 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003065- name: grpc_cpp_plugin
3066 build: protoc
3067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003068 src:
3069 - src/compiler/cpp_plugin.cc
3070 deps:
3071 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003072 secure: false
3073 vs_config_type: Application
3074 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3075- name: grpc_csharp_plugin
3076 build: protoc
3077 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003078 src:
3079 - src/compiler/csharp_plugin.cc
3080 deps:
3081 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003082 secure: false
3083 vs_config_type: Application
3084 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003085- name: grpc_node_plugin
3086 build: protoc
3087 language: c++
3088 src:
3089 - src/compiler/node_plugin.cc
3090 deps:
3091 - grpc_plugin_support
3092 secure: false
3093 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003094- name: grpc_objective_c_plugin
3095 build: protoc
3096 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003097 src:
3098 - src/compiler/objective_c_plugin.cc
3099 deps:
3100 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003101 secure: false
3102 vs_config_type: Application
3103 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003104- name: grpc_php_plugin
3105 build: protoc
3106 language: c++
3107 src:
3108 - src/compiler/php_plugin.cc
3109 deps:
3110 - grpc_plugin_support
3111 secure: false
3112 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003113- name: grpc_python_plugin
3114 build: protoc
3115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003116 src:
3117 - src/compiler/python_plugin.cc
3118 deps:
3119 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003120 secure: false
3121 vs_config_type: Application
3122 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3123- name: grpc_ruby_plugin
3124 build: protoc
3125 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003126 src:
3127 - src/compiler/ruby_plugin.cc
3128 deps:
3129 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003130 secure: false
3131 vs_config_type: Application
3132 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003133- name: grpc_tool_test
3134 gtest: true
3135 build: test
3136 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003137 src:
3138 - src/proto/grpc/testing/echo.proto
3139 - src/proto/grpc/testing/echo_messages.proto
3140 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003141 deps:
3142 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003143 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003144 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003145 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003146 - grpc_test_util
3147 - grpc++
3148 - grpc
3149 - gpr_test_util
3150 - gpr
3151 filegroups:
3152 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003153- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003154 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003155 build: test
3156 language: c++
3157 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003158 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003159 - test/cpp/grpclb/grpclb_api_test.cc
3160 deps:
3161 - grpc++_test_util
3162 - grpc_test_util
3163 - grpc++
3164 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003165- name: grpclb_test
3166 gtest: false
3167 build: test
3168 language: c++
3169 src:
3170 - src/proto/grpc/lb/v1/load_balancer.proto
3171 - test/cpp/grpclb/grpclb_test.cc
3172 deps:
3173 - gpr
3174 - gpr_test_util
3175 - grpc
3176 - grpc++
3177 - grpc++_test_util
3178 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08003179- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003180 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003181 build: test
3182 language: c++
3183 src:
3184 - test/cpp/end2end/hybrid_end2end_test.cc
3185 deps:
3186 - grpc++_test_util
3187 - grpc_test_util
3188 - grpc++
3189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003190 - gpr_test_util
3191 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003192- name: interop_client
3193 build: test
3194 run: false
3195 language: c++
3196 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003197 deps:
3198 - interop_client_main
3199 - interop_client_helper
3200 - grpc++_test_util
3201 - grpc_test_util
3202 - grpc++
3203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003204 - gpr_test_util
3205 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003206 - grpc++_test_config
3207 platforms:
3208 - mac
3209 - linux
3210 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003211- name: interop_server
3212 build: test
3213 run: false
3214 language: c++
3215 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003216 deps:
3217 - interop_server_main
3218 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003219 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003220 - grpc++_test_util
3221 - grpc_test_util
3222 - grpc++
3223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003224 - gpr_test_util
3225 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003226 - grpc++_test_config
3227 platforms:
3228 - mac
3229 - linux
3230 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003231- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003232 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003233 build: test
3234 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003235 src:
3236 - test/cpp/interop/interop_test.cc
3237 deps:
3238 - grpc_test_util
3239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003240 - gpr_test_util
3241 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003242 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003243 platforms:
3244 - mac
3245 - linux
3246 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003247- name: json_run_localhost
3248 build: test
3249 run: false
3250 language: c++
3251 src:
3252 - test/cpp/qps/json_run_localhost.cc
3253 deps:
3254 - grpc++_test_util
3255 - grpc_test_util
3256 - grpc++
3257 - grpc
3258 - gpr_test_util
3259 - gpr
3260 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003261- name: metrics_client
3262 build: test
3263 run: false
3264 language: c++
3265 headers:
3266 - test/cpp/util/metrics_server.h
3267 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003268 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003269 - test/cpp/interop/metrics_client.cc
3270 deps:
3271 - grpc++
3272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003273 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003274 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003275- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003276 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003277 build: test
3278 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003279 src:
3280 - test/cpp/end2end/mock_test.cc
3281 deps:
3282 - grpc++_test_util
3283 - grpc_test_util
3284 - grpc++
3285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003286 - gpr_test_util
3287 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003288- name: noop-benchmark
3289 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003290 language: c++
3291 src:
3292 - test/cpp/microbenchmarks/noop-benchmark.cc
3293 deps:
3294 - google_benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003295- name: proto_server_reflection_test
3296 gtest: true
3297 build: test
3298 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003299 src:
3300 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003301 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003302 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003303 - grpc++_reflection
3304 - grpc++_test_util
3305 - grpc_test_util
3306 - grpc++
3307 - grpc
3308 - gpr_test_util
3309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003310- name: qps_interarrival_test
3311 build: test
3312 run: false
3313 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003314 src:
3315 - test/cpp/qps/qps_interarrival_test.cc
3316 deps:
3317 - qps
3318 - grpc++_test_util
3319 - grpc_test_util
3320 - grpc++
3321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003322 - gpr_test_util
3323 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003324 platforms:
3325 - mac
3326 - linux
3327 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003328- name: qps_json_driver
3329 build: test
3330 run: false
3331 language: c++
3332 src:
3333 - test/cpp/qps/qps_json_driver.cc
3334 deps:
3335 - qps
3336 - grpc++_test_util
3337 - grpc_test_util
3338 - grpc++
3339 - grpc
3340 - gpr_test_util
3341 - gpr
3342 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003343- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003344 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003345 build: test
3346 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003347 src:
3348 - test/cpp/qps/qps_openloop_test.cc
3349 deps:
3350 - qps
3351 - grpc++_test_util
3352 - grpc_test_util
3353 - grpc++
3354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003355 - gpr_test_util
3356 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003357 - grpc++_test_config
3358 platforms:
3359 - mac
3360 - linux
3361 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003362- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003363 build: test
3364 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003365 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003366 headers:
3367 - test/cpp/qps/client.h
3368 - test/cpp/qps/server.h
3369 src:
3370 - test/cpp/qps/worker.cc
3371 deps:
3372 - qps
3373 - grpc++_test_util
3374 - grpc_test_util
3375 - grpc++
3376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003377 - gpr_test_util
3378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003379 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003380- name: reconnect_interop_client
3381 build: test
3382 run: false
3383 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003384 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003385 - src/proto/grpc/testing/empty.proto
3386 - src/proto/grpc/testing/messages.proto
3387 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003388 - test/cpp/interop/reconnect_interop_client.cc
3389 deps:
3390 - grpc++_test_util
3391 - grpc_test_util
3392 - grpc++
3393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003394 - gpr_test_util
3395 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003396 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003397- name: reconnect_interop_server
3398 build: test
3399 run: false
3400 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003401 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003402 - src/proto/grpc/testing/empty.proto
3403 - src/proto/grpc/testing/messages.proto
3404 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003405 - test/cpp/interop/reconnect_interop_server.cc
3406 deps:
3407 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003408 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003409 - grpc++_test_util
3410 - grpc_test_util
3411 - grpc++
3412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003413 - gpr_test_util
3414 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003415 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003416- name: round_robin_end2end_test
3417 gtest: true
3418 build: test
3419 language: c++
3420 src:
3421 - test/cpp/end2end/round_robin_end2end_test.cc
3422 deps:
3423 - grpc++_test_util
3424 - grpc_test_util
3425 - grpc++
3426 - grpc
3427 - gpr_test_util
3428 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003430 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431 build: test
3432 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003433 src:
3434 - test/cpp/common/secure_auth_context_test.cc
3435 deps:
3436 - grpc++_test_util
3437 - grpc_test_util
3438 - grpc++
3439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003440 - gpr_test_util
3441 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003442- name: secure_sync_unary_ping_pong_test
3443 build: test
3444 language: c++
3445 src:
3446 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3447 deps:
3448 - qps
3449 - grpc++_test_util
3450 - grpc_test_util
3451 - grpc++
3452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003453 - gpr_test_util
3454 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003455 platforms:
3456 - mac
3457 - linux
3458 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003459- name: server_builder_plugin_test
3460 gtest: true
3461 build: test
3462 language: c++
3463 src:
3464 - test/cpp/end2end/server_builder_plugin_test.cc
3465 deps:
3466 - grpc++_test_util
3467 - grpc_test_util
3468 - grpc++
3469 - grpc
3470 - gpr_test_util
3471 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003472- name: server_context_test_spouse_test
3473 gtest: true
3474 build: test
3475 language: c++
3476 src:
3477 - test/cpp/test/server_context_test_spouse_test.cc
3478 deps:
3479 - grpc_test_util
3480 - grpc++_test
3481 - grpc++
3482 - grpc
3483 - gpr_test_util
3484 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003485- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003486 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003487 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003488 build: test
3489 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003490 src:
3491 - test/cpp/end2end/server_crash_test.cc
3492 deps:
3493 - grpc++_test_util
3494 - grpc_test_util
3495 - grpc++
3496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003497 - gpr_test_util
3498 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003499 platforms:
3500 - mac
3501 - linux
3502 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003503- name: server_crash_test_client
3504 build: test
3505 run: false
3506 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003507 src:
3508 - test/cpp/end2end/server_crash_test_client.cc
3509 deps:
3510 - grpc++_test_util
3511 - grpc_test_util
3512 - grpc++
3513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003514 - gpr_test_util
3515 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003516- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003517 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003518 build: test
3519 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003520 src:
3521 - test/cpp/end2end/shutdown_test.cc
3522 deps:
3523 - grpc++_test_util
3524 - grpc_test_util
3525 - grpc++
3526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003527 - gpr_test_util
3528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003529- name: status_test
3530 build: test
3531 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003532 src:
3533 - test/cpp/util/status_test.cc
3534 deps:
3535 - grpc_test_util
3536 - grpc++
3537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003538 - gpr_test_util
3539 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003540- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003541 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003542 build: test
3543 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003544 src:
3545 - test/cpp/end2end/streaming_throughput_test.cc
3546 deps:
3547 - grpc++_test_util
3548 - grpc_test_util
3549 - grpc++
3550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003551 - gpr_test_util
3552 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003553 platforms:
3554 - mac
3555 - linux
3556 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003557- name: stress_test
3558 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003559 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003560 language: c++
3561 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003562 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003563 - test/cpp/interop/interop_client.h
3564 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003565 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003566 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003567 - src/proto/grpc/testing/empty.proto
3568 - src/proto/grpc/testing/messages.proto
3569 - src/proto/grpc/testing/metrics.proto
3570 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003571 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003572 - test/cpp/interop/interop_client.cc
3573 - test/cpp/interop/stress_interop_client.cc
3574 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003575 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003576 deps:
3577 - grpc++_test_util
3578 - grpc_test_util
3579 - grpc++
3580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003581 - gpr_test_util
3582 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003583 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003584- name: thread_manager_test
3585 build: test
3586 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003587 src:
3588 - test/cpp/thread_manager/thread_manager_test.cc
3589 deps:
3590 - grpc++
3591 - grpc
3592 - gpr
3593 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003594- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003595 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003596 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003597 build: test
3598 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003599 src:
3600 - test/cpp/end2end/thread_stress_test.cc
3601 deps:
3602 - grpc++_test_util
3603 - grpc_test_util
3604 - grpc++
3605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003606 - gpr_test_util
3607 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003608- name: public_headers_must_be_c89
3609 build: test
3610 language: c89
3611 src:
3612 - test/core/surface/public_headers_must_be_c89.c
3613 deps:
3614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003615 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003616vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003617- linkage: static
3618 name: grpc.dependencies.zlib
3619 props: false
3620 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003621 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003622- linkage: static
3623 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003624 props: true
3625 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003626 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003627- name: gflags
3628 props: false
3629 redist: false
3630 version: 2.1.2.1
3631- name: gtest
3632 props: false
3633 redist: false
3634 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003635configs:
3636 asan:
3637 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003638 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3639 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003640 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003641 LD: clang
3642 LDFLAGS: -fsanitize=address
3643 LDXX: clang++
3644 compile_the_world: true
3645 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003646 ASAN_OPTIONS: detect_leaks=1:color=always
3647 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003648 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003649 asan-noleaks:
3650 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003651 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3652 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003653 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003654 LD: clang
3655 LDFLAGS: -fsanitize=address
3656 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003657 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003658 test_environ:
3659 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003660 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003661 asan-trace-cmp:
3662 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003663 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3664 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003665 CXX: clang++
3666 LD: clang
3667 LDFLAGS: -fsanitize=address
3668 LDXX: clang++
3669 compile_the_world: true
3670 test_environ:
3671 ASAN_OPTIONS: detect_leaks=1:color=always
3672 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3673 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003674 basicprof:
3675 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3676 DEFINES: NDEBUG
3677 dbg:
3678 CPPFLAGS: -O0
3679 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003680 easan:
3681 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003682 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3683 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003684 CXX: clang++
3685 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3686 LD: clang
3687 LDFLAGS: -fsanitize=address
3688 LDXX: clang++
3689 compile_the_world: true
3690 test_environ:
3691 ASAN_OPTIONS: detect_leaks=1:color=always
3692 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3693 timeout_multiplier: 3
3694 edbg:
3695 CPPFLAGS: -O0
3696 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3697 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003698 CC: clang
3699 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003700 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003701 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003702 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003703 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003704 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003705 LDXX: clang++
3706 compile_the_world: true
3707 test_environ:
3708 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3709 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003710 gcov:
3711 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003712 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003713 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003714 DEFINES: _DEBUG DEBUG GPR_GCOV
3715 LD: gcc
3716 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3717 LDXX: g++
3718 helgrind:
3719 CPPFLAGS: -O0
3720 DEFINES: _DEBUG DEBUG
3721 LDFLAGS: -rdynamic
3722 timeout_multiplier: 20
3723 valgrind: --tool=helgrind
3724 memcheck:
3725 CPPFLAGS: -O0
3726 DEFINES: _DEBUG DEBUG
3727 LDFLAGS: -rdynamic
3728 timeout_multiplier: 10
3729 valgrind: --tool=memcheck --leak-check=full
3730 msan:
3731 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003732 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3733 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3734 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003735 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003736 DEFINES: NDEBUG
3737 LD: clang
3738 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3739 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3740 LDXX: clang++
3741 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003742 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003743 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003744 CPPFLAGS: -O3 -fno-omit-frame-pointer
3745 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003746 LDFLAGS: -rdynamic
3747 opt:
3748 CPPFLAGS: -O2
3749 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003750 stapprof:
3751 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3752 DEFINES: NDEBUG
3753 tsan:
3754 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003755 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003756 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003757 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003758 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003759 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003760 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003761 LDXX: clang++
3762 compile_the_world: true
3763 test_environ:
3764 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003765 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003766 ubsan:
3767 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003768 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3769 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003770 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003771 DEFINES: NDEBUG
3772 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003773 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003774 LDXX: clang++
3775 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003776 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003777 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003778 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003779defaults:
3780 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003781 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003782 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003783 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003784 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003785 global:
3786 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3787 LDFLAGS: -g
Craig Tillerd3cd0172016-10-25 17:02:20 -07003788 google_benchmark:
Craig Tillerd8a2fa02016-10-26 16:38:46 -07003789 CPPFLAGS: -Ithird_party/google_benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003790 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003791 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003792 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003793node_modules:
3794- deps:
3795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003796 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003797 - boringssl
3798 - z
murgatroid9994a75412015-11-19 14:04:53 -08003799 headers:
3800 - src/node/ext/byte_buffer.h
3801 - src/node/ext/call.h
3802 - src/node/ext/call_credentials.h
3803 - src/node/ext/channel.h
3804 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003805 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003806 - src/node/ext/completion_queue_async_worker.h
3807 - src/node/ext/server.h
3808 - src/node/ext/server_credentials.h
3809 - src/node/ext/timeval.h
3810 js:
3811 - src/node/index.js
3812 - src/node/src/client.js
3813 - src/node/src/common.js
3814 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003815 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003816 - src/node/src/metadata.js
3817 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003818 name: grpc_node
3819 src:
3820 - src/node/ext/byte_buffer.cc
3821 - src/node/ext/call.cc
3822 - src/node/ext/call_credentials.cc
3823 - src/node/ext/channel.cc
3824 - src/node/ext/channel_credentials.cc
murgatroid999030c812016-09-16 13:25:08 -07003825 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003826 - src/node/ext/completion_queue_async_worker.cc
3827 - src/node/ext/node_grpc.cc
3828 - src/node/ext/server.cc
3829 - src/node/ext/server_credentials.cc
3830 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003831openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003832 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003833 extraction_dir: openssl-1.0.2f
3834 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003835php_config_m4:
3836 deps:
3837 - grpc
3838 - gpr
3839 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003840 headers:
3841 - src/php/ext/grpc/byte_buffer.h
3842 - src/php/ext/grpc/call.h
3843 - src/php/ext/grpc/call_credentials.h
3844 - src/php/ext/grpc/channel.h
3845 - src/php/ext/grpc/channel_credentials.h
3846 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003847 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003848 - src/php/ext/grpc/php_grpc.h
3849 - src/php/ext/grpc/server.h
3850 - src/php/ext/grpc/server_credentials.h
3851 - src/php/ext/grpc/timeval.h
3852 src:
3853 - src/php/ext/grpc/byte_buffer.c
3854 - src/php/ext/grpc/call.c
3855 - src/php/ext/grpc/call_credentials.c
3856 - src/php/ext/grpc/channel.c
3857 - src/php/ext/grpc/channel_credentials.c
3858 - src/php/ext/grpc/completion_queue.c
3859 - src/php/ext/grpc/php_grpc.c
3860 - src/php/ext/grpc/server.c
3861 - src/php/ext/grpc/server_credentials.c
3862 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003863python_dependencies:
3864 deps:
3865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003866 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003867 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003868 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003869ruby_gem:
3870 deps:
3871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003872 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003873 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003874 - z