blob: bbe9a1cbd72d668a388a4dbd5de2d7b4b3934665 [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 Tiller8dfdb7e2016-08-29 11:25:56 -070015 g_stands_for: good
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020016 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070017filegroups:
18- name: census
Craig Tiller25834342015-09-25 08:08:24 -070019 public_headers:
20 - include/grpc/census.h
21 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070022 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070023 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/census_interface.h
25 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070026 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070027 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070028 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070030 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070031 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070032 - src/core/ext/census/trace_context.h
Craig Tiller25834342015-09-25 08:08:24 -070033 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070034 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070035 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070036 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070037 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070038 - src/core/ext/census/grpc_context.c
39 - src/core/ext/census/grpc_filter.c
40 - src/core/ext/census/grpc_plugin.c
41 - src/core/ext/census/initialize.c
42 - src/core/ext/census/mlog.c
43 - src/core/ext/census/operation.c
44 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070045 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070046 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070047 - src/core/ext/census/tracing.c
48 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070049 uses:
50 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070051 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070052- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010053 public_headers:
54 - include/grpc/support/alloc.h
55 - include/grpc/support/atm.h
56 - include/grpc/support/atm_gcc_atomic.h
57 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070058 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 - include/grpc/support/avl.h
60 - include/grpc/support/cmdline.h
61 - include/grpc/support/cpu.h
62 - include/grpc/support/histogram.h
63 - include/grpc/support/host_port.h
64 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070065 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010066 - include/grpc/support/port_platform.h
67 - include/grpc/support/slice.h
68 - include/grpc/support/slice_buffer.h
69 - include/grpc/support/string_util.h
70 - include/grpc/support/subprocess.h
71 - include/grpc/support/sync.h
72 - include/grpc/support/sync_generic.h
73 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070074 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010075 - include/grpc/support/thd.h
76 - include/grpc/support/time.h
77 - include/grpc/support/tls.h
78 - include/grpc/support/tls_gcc.h
79 - include/grpc/support/tls_msvc.h
80 - include/grpc/support/tls_pthread.h
81 - include/grpc/support/useful.h
82 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070083 - src/core/lib/profiling/timers.h
84 - src/core/lib/support/backoff.h
85 - src/core/lib/support/block_annotate.h
86 - src/core/lib/support/env.h
Craig Tiller0bc11712016-05-02 21:22:46 -070087 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070088 - src/core/lib/support/murmur_hash.h
Craig Tiller17ed6b12016-08-18 09:33:33 -070089 - src/core/lib/support/percent_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -070090 - src/core/lib/support/stack_lockfree.h
91 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070092 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070093 - src/core/lib/support/thd_internal.h
94 - src/core/lib/support/time_precise.h
95 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010096 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/profiling/basic_timers.c
98 - src/core/lib/profiling/stap_timers.c
99 - src/core/lib/support/alloc.c
100 - src/core/lib/support/avl.c
101 - src/core/lib/support/backoff.c
102 - src/core/lib/support/cmdline.c
103 - src/core/lib/support/cpu_iphone.c
104 - src/core/lib/support/cpu_linux.c
105 - src/core/lib/support/cpu_posix.c
106 - src/core/lib/support/cpu_windows.c
107 - src/core/lib/support/env_linux.c
108 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700109 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/histogram.c
111 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700112 - src/core/lib/support/log.c
113 - src/core/lib/support/log_android.c
114 - src/core/lib/support/log_linux.c
115 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/log_windows.c
Craig Tiller0bc11712016-05-02 21:22:46 -0700117 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700118 - src/core/lib/support/murmur_hash.c
Craig Tiller17ed6b12016-08-18 09:33:33 -0700119 - src/core/lib/support/percent_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700120 - src/core/lib/support/slice.c
121 - src/core/lib/support/slice_buffer.c
122 - src/core/lib/support/stack_lockfree.c
123 - src/core/lib/support/string.c
124 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700125 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/subprocess_posix.c
128 - src/core/lib/support/subprocess_windows.c
129 - src/core/lib/support/sync.c
130 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700131 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700132 - src/core/lib/support/thd.c
133 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/time.c
136 - src/core/lib/support/time_posix.c
137 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200140 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700141 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700144 uses:
145 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800146- name: gpr_codegen
147 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800148 - include/grpc/impl/codegen/atm.h
149 - include/grpc/impl/codegen/atm_gcc_atomic.h
150 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700151 - include/grpc/impl/codegen/atm_windows.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700152 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800153 - include/grpc/impl/codegen/port_platform.h
154 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800155 - include/grpc/impl/codegen/sync.h
156 - include/grpc/impl/codegen/sync_generic.h
157 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700158 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700159- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700160 public_headers:
161 - include/grpc/byte_buffer.h
162 - include/grpc/byte_buffer_reader.h
163 - include/grpc/compression.h
164 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700165 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200166 - include/grpc/grpc_security_constants.h
Craig Tiller25834342015-09-25 08:08:24 -0700167 - include/grpc/status.h
168 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700169 - src/core/lib/channel/channel_args.h
170 - src/core/lib/channel/channel_stack.h
171 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700172 - src/core/lib/channel/compress_filter.h
173 - src/core/lib/channel/connected_channel.h
174 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700175 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700176 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/http_client_filter.h
178 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700179 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/compression/algorithm_metadata.h
181 - src/core/lib/compression/message_compress.h
182 - src/core/lib/debug/trace.h
183 - src/core/lib/http/format_request.h
184 - src/core/lib/http/httpcli.h
185 - src/core/lib/http/parser.h
186 - src/core/lib/iomgr/closure.h
Craig Tillerf7cade12016-07-07 21:41:10 -0700187 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/endpoint.h
189 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700190 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700191 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700192 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700193 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700194 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/exec_ctx.h
196 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/iocp_windows.h
198 - src/core/lib/iomgr/iomgr.h
199 - src/core/lib/iomgr/iomgr_internal.h
200 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700201 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700202 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700203 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700207 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700209 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700211 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/sockaddr.h
213 - src/core/lib/iomgr/sockaddr_posix.h
214 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700215 - src/core/lib/iomgr/sockaddr_windows.h
murgatroid9979b32272016-08-08 13:38:30 -0700216 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/socket_utils_posix.h
218 - src/core/lib/iomgr/socket_windows.h
219 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700220 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/tcp_posix.h
222 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700223 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/tcp_windows.h
225 - src/core/lib/iomgr/time_averaged_stats.h
226 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700227 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700229 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/udp_server.h
231 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700232 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/wakeup_fd_pipe.h
234 - src/core/lib/iomgr/wakeup_fd_posix.h
235 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/workqueue_windows.h
238 - src/core/lib/json/json.h
239 - src/core/lib/json/json_common.h
240 - src/core/lib/json/json_reader.h
241 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/surface/api_trace.h
243 - src/core/lib/surface/call.h
244 - src/core/lib/surface/call_test_only.h
245 - src/core/lib/surface/channel.h
246 - src/core/lib/surface/channel_init.h
247 - src/core/lib/surface/channel_stack_type.h
248 - src/core/lib/surface/completion_queue.h
249 - src/core/lib/surface/event_string.h
250 - src/core/lib/surface/init.h
251 - src/core/lib/surface/lame_client.h
252 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700255 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/transport/metadata.h
257 - src/core/lib/transport/metadata_batch.h
Mark D. Rothbfe56802016-10-26 12:45:20 -0700258 - src/core/lib/transport/method_config.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700259 - src/core/lib/transport/pid_controller.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400261 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/transport/transport.h
263 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700264 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/channel/channel_args.c
266 - src/core/lib/channel/channel_stack.c
267 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/channel/compress_filter.c
269 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700270 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700271 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/channel/http_client_filter.c
273 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700274 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700275 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/compression/message_compress.c
277 - src/core/lib/debug/trace.c
278 - src/core/lib/http/format_request.c
279 - src/core/lib/http/httpcli.c
280 - src/core/lib/http/parser.c
281 - src/core/lib/iomgr/closure.c
Craig Tillerf7cade12016-07-07 21:41:10 -0700282 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/iomgr/endpoint.c
284 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700285 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700287 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700288 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700289 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700290 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700291 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/iomgr/exec_ctx.c
293 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/iomgr/iocp_windows.c
295 - src/core/lib/iomgr/iomgr.c
296 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700297 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700299 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700300 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700301 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700302 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700304 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/iomgr/pollset_windows.c
306 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700307 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700309 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/sockaddr_utils.c
311 - src/core/lib/iomgr/socket_utils_common_posix.c
312 - src/core/lib/iomgr/socket_utils_linux.c
313 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700314 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700315 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/socket_windows.c
317 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700318 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/iomgr/tcp_client_windows.c
320 - src/core/lib/iomgr/tcp_posix.c
321 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700322 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700324 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/tcp_windows.c
326 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700327 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/udp_server.c
331 - src/core/lib/iomgr/unix_sockets_posix.c
332 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700333 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/wakeup_fd_eventfd.c
335 - src/core/lib/iomgr/wakeup_fd_nospecial.c
336 - src/core/lib/iomgr/wakeup_fd_pipe.c
337 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700338 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/workqueue_windows.c
340 - src/core/lib/json/json.c
341 - src/core/lib/json/json_reader.c
342 - src/core/lib/json/json_string.c
343 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/surface/alarm.c
345 - src/core/lib/surface/api_trace.c
346 - src/core/lib/surface/byte_buffer.c
347 - src/core/lib/surface/byte_buffer_reader.c
348 - src/core/lib/surface/call.c
349 - src/core/lib/surface/call_details.c
350 - src/core/lib/surface/call_log_batch.c
351 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/surface/channel_init.c
353 - src/core/lib/surface/channel_ping.c
354 - src/core/lib/surface/channel_stack_type.c
355 - src/core/lib/surface/completion_queue.c
356 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700357 - src/core/lib/surface/lame_client.c
358 - src/core/lib/surface/metadata_array.c
359 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/surface/validate_metadata.c
361 - src/core/lib/surface/version.c
362 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700363 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700364 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700365 - src/core/lib/transport/metadata.c
366 - src/core/lib/transport/metadata_batch.c
Mark D. Rothbfe56802016-10-26 12:45:20 -0700367 - src/core/lib/transport/method_config.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700368 - src/core/lib/transport/pid_controller.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400370 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700371 - src/core/lib/transport/transport.c
372 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700373 deps:
374 - gpr
375 uses:
376 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700377- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700378 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700379 - src/core/ext/client_channel/client_channel.h
380 - src/core/ext/client_channel/client_channel_factory.h
381 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700382 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700383 - src/core/ext/client_channel/initial_connect_string.h
384 - src/core/ext/client_channel/lb_policy.h
385 - src/core/ext/client_channel/lb_policy_factory.h
386 - src/core/ext/client_channel/lb_policy_registry.h
387 - src/core/ext/client_channel/parse_address.h
388 - src/core/ext/client_channel/resolver.h
389 - src/core/ext/client_channel/resolver_factory.h
390 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700391 - src/core/ext/client_channel/subchannel.h
392 - src/core/ext/client_channel/subchannel_index.h
393 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700394 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700395 - src/core/ext/client_channel/channel_connectivity.c
396 - src/core/ext/client_channel/client_channel.c
397 - src/core/ext/client_channel/client_channel_factory.c
398 - src/core/ext/client_channel/client_channel_plugin.c
399 - src/core/ext/client_channel/connector.c
400 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700401 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700402 - src/core/ext/client_channel/initial_connect_string.c
403 - src/core/ext/client_channel/lb_policy.c
404 - src/core/ext/client_channel/lb_policy_factory.c
405 - src/core/ext/client_channel/lb_policy_registry.c
406 - src/core/ext/client_channel/parse_address.c
407 - src/core/ext/client_channel/resolver.c
408 - src/core/ext/client_channel/resolver_factory.c
409 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700410 - src/core/ext/client_channel/subchannel.c
411 - src/core/ext/client_channel/subchannel_index.c
412 - src/core/ext/client_channel/uri_parser.c
413 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700414 uses:
415 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800416- name: grpc_codegen
417 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700418 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800419 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800420 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800421 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800422 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800423 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700424 uses:
425 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700426- name: grpc_lb_policy_grpclb
427 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700428 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700429 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700430 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700431 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700432 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700433 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700434 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700435 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700436 uses:
437 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700438 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700439 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700440- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700441 src:
442 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700443 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700444 uses:
445 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700446 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700447- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700448 src:
449 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700450 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700451 uses:
452 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700453 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700454- name: grpc_load_reporting
455 headers:
456 - src/core/ext/load_reporting/load_reporting.h
457 - src/core/ext/load_reporting/load_reporting_filter.h
458 src:
459 - src/core/ext/load_reporting/load_reporting.c
460 - src/core/ext/load_reporting/load_reporting_filter.c
461 plugin: grpc_load_reporting_plugin
462 uses:
463 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700464- name: grpc_resolver_dns_native
465 src:
466 - src/core/ext/resolver/dns/native/dns_resolver.c
467 plugin: grpc_resolver_dns_native
468 uses:
469 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700470 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700471- name: grpc_resolver_sockaddr
472 src:
473 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
474 plugin: grpc_resolver_sockaddr
475 uses:
476 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700477 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100478- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700479 public_headers:
480 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100481 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700482 - src/core/lib/security/context/security_context.h
483 - src/core/lib/security/credentials/composite/composite_credentials.h
484 - src/core/lib/security/credentials/credentials.h
485 - src/core/lib/security/credentials/fake/fake_credentials.h
486 - src/core/lib/security/credentials/google_default/google_default_credentials.h
487 - src/core/lib/security/credentials/iam/iam_credentials.h
488 - src/core/lib/security/credentials/jwt/json_token.h
489 - src/core/lib/security/credentials/jwt/jwt_credentials.h
490 - src/core/lib/security/credentials/jwt/jwt_verifier.h
491 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
492 - src/core/lib/security/credentials/plugin/plugin_credentials.h
493 - src/core/lib/security/credentials/ssl/ssl_credentials.h
494 - src/core/lib/security/transport/auth_filters.h
495 - src/core/lib/security/transport/handshake.h
496 - src/core/lib/security/transport/secure_endpoint.h
497 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700498 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700499 - src/core/lib/security/util/b64.h
500 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100501 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700502 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700503 - src/core/lib/security/context/security_context.c
504 - src/core/lib/security/credentials/composite/composite_credentials.c
505 - src/core/lib/security/credentials/credentials.c
506 - src/core/lib/security/credentials/credentials_metadata.c
507 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700508 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700509 - src/core/lib/security/credentials/google_default/google_default_credentials.c
510 - src/core/lib/security/credentials/iam/iam_credentials.c
511 - src/core/lib/security/credentials/jwt/json_token.c
512 - src/core/lib/security/credentials/jwt/jwt_credentials.c
513 - src/core/lib/security/credentials/jwt/jwt_verifier.c
514 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
515 - src/core/lib/security/credentials/plugin/plugin_credentials.c
516 - src/core/lib/security/credentials/ssl/ssl_credentials.c
517 - src/core/lib/security/transport/client_auth_filter.c
518 - src/core/lib/security/transport/handshake.c
519 - src/core/lib/security/transport/secure_endpoint.c
520 - src/core/lib/security/transport/security_connector.c
521 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700522 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700523 - src/core/lib/security/util/b64.c
524 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700525 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700526 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700527 uses:
528 - grpc_base
529 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700530 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700531- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700532 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700533 headers:
534 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700535 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700536 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700537 - test/core/end2end/fixtures/proxy.h
538 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700539 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200540 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700541 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700542 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700543 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700544 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700545 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700546 - test/core/util/slice_splitter.h
547 src:
548 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700549 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700550 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700551 - test/core/end2end/fixtures/proxy.c
552 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700553 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200554 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700555 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700556 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700557 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700558 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700559 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700560 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700561 - test/core/util/port_windows.c
562 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700563 deps:
564 - grpc
565 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700566- name: grpc_transport_chttp2
567 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700568 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700569 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700570 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
571 - src/core/ext/transport/chttp2/transport/frame.h
572 - src/core/ext/transport/chttp2/transport/frame_data.h
573 - src/core/ext/transport/chttp2/transport/frame_goaway.h
574 - src/core/ext/transport/chttp2/transport/frame_ping.h
575 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
576 - src/core/ext/transport/chttp2/transport/frame_settings.h
577 - src/core/ext/transport/chttp2/transport/frame_window_update.h
578 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
579 - src/core/ext/transport/chttp2/transport/hpack_parser.h
580 - src/core/ext/transport/chttp2/transport/hpack_table.h
581 - src/core/ext/transport/chttp2/transport/http2_errors.h
582 - src/core/ext/transport/chttp2/transport/huffsyms.h
583 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
584 - src/core/ext/transport/chttp2/transport/internal.h
585 - src/core/ext/transport/chttp2/transport/status_conversion.h
586 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700587 - src/core/ext/transport/chttp2/transport/varint.h
588 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700589 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700590 - src/core/ext/transport/chttp2/transport/bin_encoder.c
591 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700592 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
593 - src/core/ext/transport/chttp2/transport/frame_data.c
594 - src/core/ext/transport/chttp2/transport/frame_goaway.c
595 - src/core/ext/transport/chttp2/transport/frame_ping.c
596 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
597 - src/core/ext/transport/chttp2/transport/frame_settings.c
598 - src/core/ext/transport/chttp2/transport/frame_window_update.c
599 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
600 - src/core/ext/transport/chttp2/transport/hpack_parser.c
601 - src/core/ext/transport/chttp2/transport/hpack_table.c
602 - src/core/ext/transport/chttp2/transport/huffsyms.c
603 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
604 - src/core/ext/transport/chttp2/transport/parsing.c
605 - src/core/ext/transport/chttp2/transport/status_conversion.c
606 - src/core/ext/transport/chttp2/transport/stream_lists.c
607 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700608 - src/core/ext/transport/chttp2/transport/varint.c
609 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700610 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700611 uses:
612 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700613 - grpc_transport_chttp2_alpn
614- name: grpc_transport_chttp2_alpn
615 headers:
616 - src/core/ext/transport/chttp2/alpn/alpn.h
617 src:
618 - src/core/ext/transport/chttp2/alpn/alpn.c
619 deps:
620 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700621- name: grpc_transport_chttp2_client_insecure
622 src:
623 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700624 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700625 uses:
626 - grpc_transport_chttp2
627 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700628 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700629- name: grpc_transport_chttp2_client_secure
630 src:
631 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700632 uses:
633 - grpc_transport_chttp2
634 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700635 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700636 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700637- name: grpc_transport_chttp2_server_insecure
638 src:
639 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700640 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700641 uses:
642 - grpc_transport_chttp2
643 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700644- name: grpc_transport_chttp2_server_secure
645 src:
646 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700647 uses:
648 - grpc_transport_chttp2
649 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700650 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700651- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700652 public_headers:
653 - include/grpc/grpc_cronet.h
654 - include/grpc/grpc_security.h
655 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700656 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700657 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
658 src:
659 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
660 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
661 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700662 filegroups:
663 - grpc_base
664 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800665- name: nanopb
666 headers:
667 - third_party/nanopb/pb.h
668 - third_party/nanopb/pb_common.h
669 - third_party/nanopb/pb_decode.h
670 - third_party/nanopb/pb_encode.h
671 src:
672 - third_party/nanopb/pb_common.c
673 - third_party/nanopb/pb_decode.c
674 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700675- name: tsi
676 headers:
677 - src/core/lib/tsi/fake_transport_security.h
678 - src/core/lib/tsi/ssl_transport_security.h
679 - src/core/lib/tsi/ssl_types.h
680 - src/core/lib/tsi/transport_security.h
681 - src/core/lib/tsi/transport_security_interface.h
682 src:
683 - src/core/lib/tsi/fake_transport_security.c
684 - src/core/lib/tsi/ssl_transport_security.c
685 - src/core/lib/tsi/transport_security.c
686 deps:
687 - gpr
688 secure: true
murgatroid992f320ca2016-08-10 13:35:53 -0700689 uses:
690 - grpc_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700691- name: grpc++_base
692 language: c++
693 public_headers:
694 - include/grpc++/alarm.h
695 - include/grpc++/channel.h
696 - include/grpc++/client_context.h
697 - include/grpc++/completion_queue.h
698 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700699 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700700 - include/grpc++/generic/async_generic_service.h
701 - include/grpc++/generic/generic_stub.h
702 - include/grpc++/grpc++.h
703 - include/grpc++/impl/call.h
704 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700705 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706 - include/grpc++/impl/grpc_library.h
707 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700708 - include/grpc++/impl/rpc_method.h
709 - include/grpc++/impl/rpc_service_method.h
710 - include/grpc++/impl/serialization_traits.h
711 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700712 - include/grpc++/impl/server_builder_plugin.h
713 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700714 - include/grpc++/impl/service_type.h
715 - include/grpc++/impl/sync.h
716 - include/grpc++/impl/sync_cxx11.h
717 - include/grpc++/impl/sync_no_cxx11.h
718 - include/grpc++/impl/thd.h
719 - include/grpc++/impl/thd_cxx11.h
720 - include/grpc++/impl/thd_no_cxx11.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700721 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700722 - include/grpc++/security/auth_context.h
723 - include/grpc++/security/auth_metadata_processor.h
724 - include/grpc++/security/credentials.h
725 - include/grpc++/security/server_credentials.h
726 - include/grpc++/server.h
727 - include/grpc++/server_builder.h
728 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700729 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700730 - include/grpc++/support/async_stream.h
731 - include/grpc++/support/async_unary_call.h
732 - include/grpc++/support/byte_buffer.h
733 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700734 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700735 - include/grpc++/support/slice.h
736 - include/grpc++/support/status.h
737 - include/grpc++/support/status_code_enum.h
738 - include/grpc++/support/string_ref.h
739 - include/grpc++/support/stub_options.h
740 - include/grpc++/support/sync_stream.h
741 - include/grpc++/support/time.h
742 headers:
743 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700744 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 - src/cpp/server/dynamic_thread_pool.h
746 - src/cpp/server/thread_pool_interface.h
747 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700748 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749 - src/cpp/client/client_context.cc
750 - src/cpp/client/create_channel.cc
751 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700752 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700753 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700755 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700756 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700757 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700759 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700760 - src/cpp/common/rpc_method.cc
761 - src/cpp/server/async_generic_service.cc
762 - src/cpp/server/create_default_thread_pool.cc
763 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700764 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700765 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700766 - src/cpp/server/server_context.cc
767 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700768 - src/cpp/server/server_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700769 - src/cpp/util/byte_buffer_cc.cc
770 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 - src/cpp/util/status.cc
772 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700773 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774 uses:
yang-g17487f92016-06-03 15:21:15 -0700775 - grpc++_codegen_base
776- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 language: c++
778 public_headers:
779 - include/grpc++/impl/codegen/async_stream.h
780 - include/grpc++/impl/codegen/async_unary_call.h
781 - include/grpc++/impl/codegen/call.h
782 - include/grpc++/impl/codegen/call_hook.h
783 - include/grpc++/impl/codegen/channel_interface.h
784 - include/grpc++/impl/codegen/client_context.h
785 - include/grpc++/impl/codegen/client_unary_call.h
786 - include/grpc++/impl/codegen/completion_queue.h
787 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700788 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 - include/grpc++/impl/codegen/core_codegen_interface.h
790 - include/grpc++/impl/codegen/create_auth_context.h
791 - include/grpc++/impl/codegen/grpc_library.h
792 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 - include/grpc++/impl/codegen/rpc_method.h
794 - include/grpc++/impl/codegen/rpc_service_method.h
795 - include/grpc++/impl/codegen/security/auth_context.h
796 - include/grpc++/impl/codegen/serialization_traits.h
797 - include/grpc++/impl/codegen/server_context.h
798 - include/grpc++/impl/codegen/server_interface.h
799 - include/grpc++/impl/codegen/service_type.h
800 - include/grpc++/impl/codegen/status.h
801 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700802 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 - include/grpc++/impl/codegen/string_ref.h
804 - include/grpc++/impl/codegen/stub_options.h
805 - include/grpc++/impl/codegen/sync.h
806 - include/grpc++/impl/codegen/sync_cxx11.h
807 - include/grpc++/impl/codegen/sync_no_cxx11.h
808 - include/grpc++/impl/codegen/sync_stream.h
809 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810 uses:
811 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700812- name: grpc++_codegen_base_src
813 language: c++
814 src:
815 - src/cpp/codegen/codegen_init.cc
816 uses:
817 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700818- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 language: c++
820 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700821 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 uses:
yang-g17487f92016-06-03 15:21:15 -0700823 - grpc++_codegen_base
824 - grpc++_config_proto
825- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 language: c++
827 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700829- name: grpc++_reflection_proto
830 language: c++
831 public_headers:
832 - include/grpc++/ext/reflection.grpc.pb.h
833 - include/grpc++/ext/reflection.pb.h
834 src:
835 - src/cpp/ext/reflection.grpc.pb.cc
836 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700837 uses:
838 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700839- name: thrift_util
840 language: c++
841 public_headers:
842 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700843 - include/grpc++/impl/codegen/thrift_utils.h
844 uses:
845 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100846libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800847- name: gpr
848 build: all
849 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800850 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700851 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800852 secure: false
853 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
854- name: gpr_test_util
855 build: private
856 language: c
857 headers:
858 - test/core/util/test_config.h
859 src:
860 - test/core/util/test_config.c
861 deps:
862 - gpr
863 secure: false
864 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700865- name: grpc
866 build: all
867 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700868 src:
869 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700870 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800871 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700872 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700873 filegroups:
874 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700875 - grpc_transport_chttp2_server_secure
876 - grpc_transport_chttp2_client_secure
877 - grpc_transport_chttp2_server_insecure
878 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700879 - grpc_lb_policy_grpclb
880 - grpc_lb_policy_pick_first
881 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700882 - grpc_resolver_dns_native
883 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700884 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100885 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700886 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700887 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700888 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700889 vs_packages:
890 - grpc.dependencies.openssl
891 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700892 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700893- name: grpc_cronet
894 build: all
895 language: c
896 src:
897 - src/core/lib/surface/init.c
898 baselib: true
899 deps_linkage: static
900 dll: true
901 filegroups:
902 - grpc_base
903 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700904 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700905 generate_plugin_registry: true
906 platforms:
907 - linux
908 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100909- name: grpc_dll
910 build: private
911 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100912 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100913 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100914 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100915 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100916 build_system:
917 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100918 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100919 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100920 vs_config_type: DynamicLibrary
921 vs_packages:
922 - grpc.dependencies.openssl
923 - grpc.dependencies.zlib
924 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
925 vs_props:
926 - zlib
927 - openssl
928 - winsock
929 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700930- name: grpc_test_util
931 build: private
932 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700933 headers:
934 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800935 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700936 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700937 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700938 - test/core/end2end/data/server1_cert.c
939 - test/core/end2end/data/server1_key.c
940 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800941 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700942 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800943 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800944 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700945 - grpc
946 filegroups:
947 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700948 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700949 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
950- name: grpc_test_util_unsecure
951 build: private
952 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700953 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800954 - gpr
955 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800956 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700957 filegroups:
958 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700959 secure: false
960 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
961- name: grpc_unsecure
962 build: all
963 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700964 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700965 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700966 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800968 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700969 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700970 filegroups:
971 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700972 - grpc_transport_chttp2_server_insecure
973 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700974 - grpc_resolver_dns_native
975 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700976 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700977 - grpc_lb_policy_grpclb
978 - grpc_lb_policy_pick_first
979 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700980 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700981 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700982 secure: false
983 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700984- name: reconnect_server
985 build: private
986 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700987 headers:
988 - test/core/util/reconnect_server.h
989 src:
990 - test/core/util/reconnect_server.c
991 deps:
yang-gc9fca182015-11-06 16:41:33 -0800992 - test_tcp_server
993 - grpc_test_util
994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800995 - gpr_test_util
996 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800997- name: test_tcp_server
998 build: private
999 language: c
1000 headers:
1001 - test/core/util/test_tcp_server.h
1002 src:
1003 - test/core/util/test_tcp_server.c
1004 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001005 - grpc_test_util
1006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001007 - gpr_test_util
1008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001009- name: grpc++
1010 build: all
1011 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001012 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001013 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001014 - src/cpp/client/secure_credentials.h
1015 - src/cpp/common/secure_auth_context.h
1016 - src/cpp/server/secure_server_credentials.h
1017 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001018 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001019 - src/cpp/client/secure_credentials.cc
1020 - src/cpp/common/auth_property_iterator.cc
1021 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001022 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001023 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001024 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001025 - src/cpp/server/secure_server_credentials.cc
1026 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001027 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001028 baselib: true
1029 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001030 filegroups:
1031 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001032 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001033 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001034 secure: check
1035 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001036- name: grpc++_cronet
1037 build: all
1038 language: c++
1039 src:
1040 - src/cpp/client/cronet_credentials.cc
1041 - src/cpp/client/insecure_credentials.cc
1042 - src/cpp/common/insecure_create_auth_context.cc
1043 - src/cpp/server/insecure_server_credentials.cc
1044 deps:
1045 - gpr
1046 - grpc_cronet
1047 baselib: true
1048 dll: true
1049 filegroups:
1050 - grpc++_base
1051 - grpc++_codegen_base
1052 - grpc++_codegen_base_src
1053 platforms:
1054 - linux
1055 secure: true
Yuchen Zengc84ed682016-05-04 16:30:11 -07001056- name: grpc++_reflection
1057 build: all
1058 language: c++
1059 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001060 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001061 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001062 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001063 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001064 - src/cpp/ext/proto_server_reflection.cc
1065 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001066 deps:
1067 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001068 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001069 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001070- name: grpc++_reflection_codegen
1071 build: private
1072 language: c++
1073 src:
1074 - src/proto/grpc/reflection/v1alpha/reflection.proto
yang-g42879982016-10-13 15:58:31 -07001075- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001076 build: private
yang-g42879982016-10-13 15:58:31 -07001077 language: c++
1078 headers:
1079 - include/grpc++/test/server_context_test_spouse.h
1080 src:
1081 - src/cpp/test/server_context_test_spouse.cc
1082 deps:
1083 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001084- name: grpc++_test_config
1085 build: private
1086 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001087 headers:
1088 - test/cpp/util/test_config.h
1089 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001090 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001091- name: grpc++_test_util
1092 build: private
1093 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001094 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001095 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001096 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001097 - test/cpp/util/create_test_channel.h
1098 - test/cpp/util/string_ref_helper.h
1099 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001100 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001101 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001102 - src/proto/grpc/testing/echo_messages.proto
1103 - src/proto/grpc/testing/echo.proto
1104 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001105 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001106 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001107 - test/cpp/util/create_test_channel.cc
1108 - test/cpp/util/string_ref_helper.cc
1109 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001110 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001111 deps:
1112 - grpc++
1113 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001114 filegroups:
1115 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001116 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001117 - grpc++_codegen_proto
1118 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001119 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001120- name: grpc++_unsecure
1121 build: all
1122 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001123 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001124 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001125 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001126 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001127 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001128 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001129 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001130 baselib: true
1131 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001132 filegroups:
1133 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001134 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001135 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001136 secure: false
1137 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001138- name: grpc_cli_libs
1139 build: private
1140 language: c++
1141 headers:
1142 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001143 - test/cpp/util/cli_credentials.h
1144 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001145 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001146 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001147 - test/cpp/util/proto_reflection_descriptor_database.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001148 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001149 src:
1150 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001151 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001152 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001153 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001154 - test/cpp/util/proto_reflection_descriptor_database.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001155 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001156 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001157 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001158 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159- name: grpc_plugin_support
1160 build: protoc
1161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001162 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001163 - src/compiler/config.h
1164 - src/compiler/cpp_generator.h
1165 - src/compiler/cpp_generator_helpers.h
1166 - src/compiler/csharp_generator.h
1167 - src/compiler/csharp_generator_helpers.h
1168 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001169 - src/compiler/node_generator.h
1170 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001171 - src/compiler/objective_c_generator.h
1172 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001173 - src/compiler/php_generator.h
1174 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001175 - src/compiler/python_generator.h
1176 - src/compiler/ruby_generator.h
1177 - src/compiler/ruby_generator_helpers-inl.h
1178 - src/compiler/ruby_generator_map-inl.h
1179 - src/compiler/ruby_generator_string-inl.h
1180 src:
1181 - src/compiler/cpp_generator.cc
1182 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001183 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001184 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001185 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001186 - src/compiler/python_generator.cc
1187 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001188 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001189 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190 secure: false
1191 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001192 vs_props:
1193 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001194- name: interop_client_helper
1195 build: private
1196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001197 headers:
1198 - test/cpp/interop/client_helper.h
1199 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001200 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001201 - test/cpp/interop/client_helper.cc
1202 deps:
1203 - grpc++_test_util
1204 - grpc_test_util
1205 - grpc++
1206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001207 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001208- name: interop_client_main
1209 build: private
1210 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001211 headers:
1212 - test/cpp/interop/interop_client.h
1213 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001214 - src/proto/grpc/testing/empty.proto
1215 - src/proto/grpc/testing/messages.proto
1216 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001217 - test/cpp/interop/client.cc
1218 - test/cpp/interop/interop_client.cc
1219 deps:
1220 - interop_client_helper
1221 - grpc++_test_util
1222 - grpc_test_util
1223 - grpc++
1224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001225 - gpr_test_util
1226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001227 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228- name: interop_server_helper
1229 build: private
1230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001231 headers:
1232 - test/cpp/interop/server_helper.h
1233 src:
1234 - test/cpp/interop/server_helper.cc
1235 deps:
1236 - grpc_test_util
1237 - grpc++
1238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001239 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001240- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241 build: private
1242 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001243 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001244 - src/proto/grpc/testing/empty.proto
1245 - src/proto/grpc/testing/messages.proto
1246 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001247 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001248 deps:
1249 - interop_server_helper
1250 - grpc++_test_util
1251 - grpc_test_util
1252 - grpc++
1253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001254 - gpr_test_util
1255 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001256 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001257- name: interop_server_main
1258 build: private
1259 language: c++
1260 src:
1261 - test/cpp/interop/interop_server_bootstrap.cc
1262 deps:
1263 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264- name: qps
1265 build: private
1266 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001267 headers:
1268 - test/cpp/qps/client.h
1269 - test/cpp/qps/driver.h
1270 - test/cpp/qps/histogram.h
1271 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001272 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001273 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001274 - test/cpp/qps/qps_worker.h
1275 - test/cpp/qps/report.h
1276 - test/cpp/qps/server.h
1277 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001278 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001279 - test/cpp/util/benchmark_config.h
1280 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001281 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001282 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001283 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001284 - src/proto/grpc/testing/control.proto
1285 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001286 - test/cpp/qps/client_async.cc
1287 - test/cpp/qps/client_sync.cc
1288 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001289 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001290 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001291 - test/cpp/qps/qps_worker.cc
1292 - test/cpp/qps/report.cc
1293 - test/cpp/qps/server_async.cc
1294 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001295 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001296 - test/cpp/util/benchmark_config.cc
1297 deps:
1298 - grpc_test_util
1299 - grpc++_test_util
1300 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001301- name: grpc_csharp_ext
1302 build: all
1303 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001304 src:
1305 - src/csharp/ext/grpc_csharp_ext.c
1306 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001308 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001309 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001310 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001311 dll: only
1312 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001313 vs_packages:
1314 - grpc.dependencies.openssl
1315 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001317 vs_props:
1318 - zlib
1319 - openssl
1320 - winsock
1321 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001323- name: alarm_test
1324 build: test
1325 language: c
1326 src:
1327 - test/core/surface/alarm_test.c
1328 deps:
1329 - grpc_test_util
1330 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001331 - gpr_test_util
1332 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001333- name: algorithm_test
1334 build: test
1335 language: c
1336 src:
1337 - test/core/compression/algorithm_test.c
1338 deps:
1339 - grpc_test_util
1340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001341 - gpr_test_util
1342 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001343- name: alloc_test
1344 build: test
1345 language: c
1346 src:
1347 - test/core/support/alloc_test.c
1348 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001349 - gpr_test_util
1350 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351- name: alpn_test
1352 build: test
1353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
1355 - test/core/transport/chttp2/alpn_test.c
1356 deps:
1357 - grpc_test_util
1358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 - gpr_test_util
1360 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001361- name: api_fuzzer
1362 build: fuzzer
1363 language: c
1364 src:
1365 - test/core/end2end/fuzzers/api_fuzzer.c
1366 deps:
1367 - grpc_test_util
1368 - grpc
1369 - gpr_test_util
1370 - gpr
1371 corpus_dirs:
1372 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001373 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001374 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001375- name: bad_server_response_test
1376 build: test
1377 language: c
1378 src:
1379 - test/core/end2end/bad_server_response_test.c
1380 deps:
1381 - test_tcp_server
1382 - grpc_test_util
1383 - grpc
1384 - gpr_test_util
1385 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001386 exclude_iomgrs:
1387 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001388- name: bin_decoder_test
1389 build: test
1390 language: c
1391 src:
1392 - test/core/transport/chttp2/bin_decoder_test.c
1393 deps:
1394 - grpc_test_util
1395 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001396- name: bin_encoder_test
1397 build: test
1398 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001399 src:
1400 - test/core/transport/chttp2/bin_encoder_test.c
1401 deps:
1402 - grpc_test_util
1403 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001404- name: census_context_test
1405 build: test
1406 language: c
1407 src:
1408 - test/core/census/context_test.c
1409 deps:
1410 - grpc_test_util
1411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr_test_util
1413 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001414- name: census_resource_test
1415 build: test
1416 language: c
1417 src:
1418 - test/core/census/resource_test.c
1419 deps:
1420 - grpc_test_util
1421 - grpc
1422 - gpr_test_util
1423 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001424- name: census_trace_context_test
1425 build: test
1426 language: c
1427 src:
1428 - test/core/census/trace_context_test.c
1429 deps:
1430 - grpc_test_util
1431 - grpc
1432 - gpr_test_util
1433 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001434- name: channel_create_test
1435 build: test
1436 language: c
1437 src:
1438 - test/core/surface/channel_create_test.c
1439 deps:
1440 - grpc_test_util
1441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001442 - gpr_test_util
1443 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001444- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001445 build: test
1446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001447 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001448 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001449 deps:
1450 - grpc_test_util
1451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001452 - gpr_test_util
1453 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001454- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001455 build: test
1456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001457 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001458 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001459 deps:
1460 - grpc_test_util
1461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
1463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464- name: chttp2_stream_map_test
1465 build: test
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/transport/chttp2/stream_map_test.c
1469 deps:
1470 - grpc_test_util
1471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001472 - gpr_test_util
1473 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001474- name: chttp2_varint_test
1475 build: test
1476 language: c
1477 src:
1478 - test/core/transport/chttp2/varint_test.c
1479 deps:
1480 - grpc_test_util
1481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001482 - gpr_test_util
1483 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001484- name: client_fuzzer
1485 build: fuzzer
1486 language: c
1487 src:
1488 - test/core/end2end/fuzzers/client_fuzzer.c
1489 deps:
1490 - grpc_test_util
1491 - grpc
1492 - gpr_test_util
1493 - gpr
1494 corpus_dirs:
1495 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001496 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001497 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001498- name: combiner_test
1499 cpu_cost: 30
1500 build: test
1501 language: c
1502 src:
1503 - test/core/iomgr/combiner_test.c
1504 deps:
1505 - grpc_test_util
1506 - grpc
1507 - gpr_test_util
1508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509- name: compression_test
1510 build: test
1511 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001512 src:
1513 - test/core/compression/compression_test.c
1514 deps:
1515 - grpc_test_util
1516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001519- name: concurrent_connectivity_test
1520 build: test
1521 language: c
1522 src:
1523 - test/core/surface/concurrent_connectivity_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
1527 - gpr_test_util
1528 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001529 exclude_iomgrs:
1530 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001531- name: connection_refused_test
1532 cpu_cost: 0.1
1533 build: test
1534 language: c
1535 src:
1536 - test/core/end2end/connection_refused_test.c
1537 deps:
1538 - grpc_test_util
1539 - grpc
1540 - gpr_test_util
1541 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001542- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001543 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001544 build: test
1545 language: c
1546 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001547 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001548 deps:
1549 - grpc_test_util
1550 - grpc
1551 - gpr_test_util
1552 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001553 exclude_iomgrs:
1554 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001555- name: dns_resolver_test
1556 build: test
1557 language: c
1558 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001559 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001560 deps:
1561 - grpc_test_util
1562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001566 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567 build: test
1568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001569 src:
1570 - test/core/end2end/dualstack_socket_test.c
1571 deps:
1572 - grpc_test_util
1573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 - gpr_test_util
1575 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001576 exclude_iomgrs:
1577 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001578 platforms:
1579 - mac
1580 - linux
1581 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001582- name: endpoint_pair_test
1583 build: test
1584 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001585 src:
1586 - test/core/iomgr/endpoint_pair_test.c
1587 deps:
1588 - grpc_test_util
1589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001590 - gpr_test_util
1591 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001592 exclude_iomgrs:
1593 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001594- name: ev_epoll_linux_test
1595 build: test
1596 language: c
1597 src:
1598 - test/core/iomgr/ev_epoll_linux_test.c
1599 deps:
1600 - grpc_test_util
1601 - grpc
1602 - gpr_test_util
1603 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001604 exclude_iomgrs:
1605 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001606 platforms:
1607 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001608- name: fd_conservation_posix_test
1609 build: test
1610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001611 src:
1612 - test/core/iomgr/fd_conservation_posix_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001618 exclude_iomgrs:
1619 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001620 platforms:
1621 - mac
1622 - linux
1623 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001624- name: fd_posix_test
1625 build: test
1626 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001627 src:
1628 - test/core/iomgr/fd_posix_test.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr_test_util
1633 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001634 exclude_iomgrs:
1635 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001636 platforms:
1637 - mac
1638 - linux
1639 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001640- name: fling_client
1641 build: test
1642 run: false
1643 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001644 src:
1645 - test/core/fling/client.c
1646 deps:
1647 - grpc_test_util
1648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001649 - gpr_test_util
1650 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001651- name: fling_server
1652 build: test
1653 run: false
1654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001655 src:
1656 - test/core/fling/server.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_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001663 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/fling/fling_stream_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001673 platforms:
1674 - mac
1675 - linux
1676 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001678 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679 build: test
1680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - test/core/fling/fling_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001688 platforms:
1689 - mac
1690 - linux
1691 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: gen_hpack_tables
1693 build: tool
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - tools/codegen/core/gen_hpack_tables.c
1697 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001699 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700- name: gen_legal_metadata_characters
1701 build: tool
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001706- name: gen_percent_encoding_tables
1707 build: tool
1708 language: c
1709 src:
1710 - tools/codegen/core/gen_percent_encoding_tables.c
1711 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001712- name: goaway_server_test
1713 cpu_cost: 0.1
1714 build: test
1715 language: c
1716 src:
1717 - test/core/end2end/goaway_server_test.c
1718 deps:
1719 - grpc_test_util
1720 - grpc
1721 - gpr_test_util
1722 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001723 exclude_iomgrs:
1724 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001725 platforms:
1726 - mac
1727 - linux
1728 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001729- name: gpr_avl_test
1730 build: test
1731 language: c
1732 src:
1733 - test/core/support/avl_test.c
1734 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001737- name: gpr_backoff_test
1738 build: test
1739 language: c
1740 src:
1741 - test/core/support/backoff_test.c
1742 deps:
1743 - gpr_test_util
1744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001745- name: gpr_cmdline_test
1746 build: test
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
1749 - test/core/support/cmdline_test.c
1750 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001751 - gpr_test_util
1752 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001753- name: gpr_cpu_test
1754 build: test
1755 language: c
1756 src:
1757 - test/core/support/cpu_test.c
1758 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761- name: gpr_env_test
1762 build: test
1763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001764 src:
1765 - test/core/support/env_test.c
1766 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001767 - gpr_test_util
1768 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001769- name: gpr_histogram_test
1770 build: test
1771 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001772 src:
1773 - test/core/support/histogram_test.c
1774 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777- name: gpr_host_port_test
1778 build: test
1779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - test/core/support/host_port_test.c
1782 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785- name: gpr_log_test
1786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/support/log_test.c
1790 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 - gpr_test_util
1792 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001793- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001794 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001795 build: test
1796 language: c
1797 src:
1798 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001799 deps:
1800 - gpr_test_util
1801 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001802- name: gpr_percent_encoding_test
1803 build: test
1804 language: c
1805 src:
1806 - test/core/support/percent_encoding_test.c
Craig Tiller18879dc2016-05-02 22:13:48 -07001807 deps:
1808 - gpr_test_util
1809 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001810- name: gpr_slice_buffer_test
1811 build: test
1812 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001813 src:
1814 - test/core/support/slice_buffer_test.c
1815 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001816 - gpr_test_util
1817 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001818- name: gpr_slice_test
1819 build: test
1820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001821 src:
1822 - test/core/support/slice_test.c
1823 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr_test_util
1825 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001826- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001827 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828 build: test
1829 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001830 src:
1831 - test/core/support/stack_lockfree_test.c
1832 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001833 - gpr_test_util
1834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001835- name: gpr_string_test
1836 build: test
1837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001838 src:
1839 - test/core/support/string_test.c
1840 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001843- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001844 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845 build: test
1846 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001847 src:
1848 - test/core/support/sync_test.c
1849 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001850 - gpr_test_util
1851 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001853 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854 build: test
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
1857 - test/core/support/thd_test.c
1858 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001861- name: gpr_time_test
1862 build: test
1863 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001864 src:
1865 - test/core/support/time_test.c
1866 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001869- name: gpr_tls_test
1870 build: test
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
1873 - test/core/support/tls_test.c
1874 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877- name: gpr_useful_test
1878 build: test
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - test/core/support/useful_test.c
1882 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885- name: grpc_auth_context_test
1886 build: test
1887 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001888 src:
1889 - test/core/security/auth_context_test.c
1890 deps:
1891 - grpc_test_util
1892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr_test_util
1894 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001895- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001896 build: test
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001899 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001900 deps:
1901 - grpc_test_util
1902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr_test_util
1904 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001905- name: grpc_byte_buffer_reader_test
1906 build: test
1907 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001908 src:
1909 - test/core/surface/byte_buffer_reader_test.c
1910 deps:
1911 - grpc_test_util
1912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001915- name: grpc_channel_args_test
1916 build: test
1917 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001918 src:
1919 - test/core/channel/channel_args_test.c
1920 deps:
1921 - grpc_test_util
1922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr_test_util
1924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: grpc_channel_stack_test
1926 build: test
1927 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001928 src:
1929 - test/core/channel/channel_stack_test.c
1930 deps:
1931 - grpc_test_util
1932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001933 - gpr_test_util
1934 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001935- name: grpc_completion_queue_test
1936 build: test
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
1939 - test/core/surface/completion_queue_test.c
1940 deps:
1941 - grpc_test_util
1942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001945 exclude_iomgrs:
1946 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001947- name: grpc_create_jwt
1948 build: tool
1949 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001950 src:
1951 - test/core/security/create_jwt.c
1952 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001955 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956- name: grpc_credentials_test
1957 build: test
1958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001959 src:
1960 - test/core/security/credentials_test.c
1961 deps:
1962 - grpc_test_util
1963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 - gpr_test_util
1965 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001966- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001967 build: test
1968 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001970 src:
1971 - test/core/security/fetch_oauth2.c
1972 deps:
1973 - grpc_test_util
1974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr_test_util
1976 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001977- name: grpc_invalid_channel_args_test
1978 build: test
1979 language: c
1980 src:
1981 - test/core/surface/invalid_channel_args_test.c
1982 deps:
1983 - grpc_test_util
1984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 - gpr_test_util
1986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: grpc_json_token_test
1988 build: test
1989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/security/json_token_test.c
1992 deps:
1993 - grpc_test_util
1994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 - gpr_test_util
1996 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001997 platforms:
1998 - linux
1999 - posix
2000 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002001- name: grpc_jwt_verifier_test
2002 build: test
2003 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002004 src:
2005 - test/core/security/jwt_verifier_test.c
2006 deps:
2007 - grpc_test_util
2008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002009 - gpr_test_util
2010 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002011- name: grpc_print_google_default_creds_token
2012 build: tool
2013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002014 src:
2015 - test/core/security/print_google_default_creds_token.c
2016 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019- name: grpc_security_connector_test
2020 build: test
2021 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002022 src:
2023 - test/core/security/security_connector_test.c
2024 deps:
2025 - grpc_test_util
2026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: grpc_verify_jwt
2030 build: tool
2031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
2033 - test/core/security/verify_jwt.c
2034 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002037- name: handshake_client
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/client_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
2050- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002051 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002052 language: c
2053 src:
2054 - test/core/handshake/server_ssl.c
2055 deps:
2056 - grpc_test_util
2057 - grpc
2058 - gpr_test_util
2059 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002060 platforms:
2061 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002062 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002063- name: hpack_parser_fuzzer_test
2064 build: fuzzer
2065 language: c
2066 src:
2067 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2068 deps:
2069 - grpc_test_util
2070 - grpc
2071 - gpr_test_util
2072 - gpr
2073 corpus_dirs:
2074 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002075 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002076 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002077- name: hpack_parser_test
2078 build: test
2079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002080 src:
2081 - test/core/transport/chttp2/hpack_parser_test.c
2082 deps:
2083 - grpc_test_util
2084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002085 - gpr_test_util
2086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: hpack_table_test
2088 build: test
2089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/core/transport/chttp2/hpack_table_test.c
2092 deps:
2093 - grpc_test_util
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002097- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002098 build: test
2099 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002100 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002101 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002102 deps:
2103 - grpc_test_util
2104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr_test_util
2106 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002107- name: http_request_fuzzer_test
2108 build: fuzzer
2109 language: c
2110 src:
2111 - test/core/http/request_fuzzer.c
2112 deps:
2113 - grpc_test_util
2114 - grpc
2115 - gpr_test_util
2116 - gpr
2117 corpus_dirs:
2118 - test/core/http/corpus
2119 maxlen: 2048
2120- name: http_response_fuzzer_test
2121 build: fuzzer
2122 language: c
2123 src:
2124 - test/core/http/response_fuzzer.c
2125 deps:
2126 - grpc_test_util
2127 - grpc
2128 - gpr_test_util
2129 - gpr
2130 corpus_dirs:
2131 - test/core/http/corpus
2132 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002133- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134 build: test
2135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002136 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002137 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002138 deps:
2139 - grpc_test_util
2140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002141 - gpr_test_util
2142 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002144 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002145 build: test
2146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002147 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002148 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002149 deps:
2150 - grpc_test_util
2151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002152 - gpr_test_util
2153 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002154 platforms:
2155 - mac
2156 - linux
2157 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002158- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002159 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002160 build: test
2161 language: c
2162 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002163 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002164 deps:
2165 - grpc_test_util
2166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002169 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002170 - linux
yang-gf1183302015-12-07 16:02:05 -08002171- name: init_test
2172 build: test
2173 language: c
2174 src:
2175 - test/core/surface/init_test.c
2176 deps:
2177 - grpc_test_util
2178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002179 - gpr_test_util
2180 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002181- name: internal_api_canary_iomgr_test
2182 build: test
2183 run: false
2184 language: c
2185 src:
2186 - test/core/internal_api_canaries/iomgr.c
2187 deps:
2188 - grpc_test_util
2189 - grpc
2190 - gpr_test_util
2191 - gpr
2192- name: internal_api_canary_support_test
2193 build: test
2194 run: false
2195 language: c
2196 src:
2197 - test/core/internal_api_canaries/iomgr.c
2198 deps:
2199 - grpc_test_util
2200 - grpc
2201 - gpr_test_util
2202 - gpr
2203- name: internal_api_canary_transport_test
2204 build: test
2205 run: false
2206 language: c
2207 src:
2208 - test/core/internal_api_canaries/iomgr.c
2209 deps:
2210 - grpc_test_util
2211 - grpc
2212 - gpr_test_util
2213 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002214- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002215 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002216 build: test
2217 language: c
2218 src:
2219 - test/core/end2end/invalid_call_argument_test.c
2220 deps:
2221 - grpc_test_util
2222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002223 - gpr_test_util
2224 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002225- name: json_fuzzer_test
2226 build: fuzzer
2227 language: c
2228 src:
2229 - test/core/json/fuzzer.c
2230 deps:
2231 - grpc_test_util
2232 - grpc
2233 - gpr_test_util
2234 - gpr
2235 corpus_dirs:
2236 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002237 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002238- name: json_rewrite
2239 build: test
2240 run: false
2241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002242 src:
2243 - test/core/json/json_rewrite.c
2244 deps:
2245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: json_rewrite_test
2248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
2251 - test/core/json/json_rewrite_test.c
2252 deps:
2253 - grpc_test_util
2254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002255 - gpr_test_util
2256 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002257- name: json_stream_error_test
2258 build: test
2259 language: c
2260 src:
2261 - test/core/json/json_stream_error_test.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267- name: json_test
2268 build: test
2269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
2271 - test/core/json/json_test.c
2272 deps:
2273 - grpc_test_util
2274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002275 - gpr_test_util
2276 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002277- name: lame_client_test
2278 build: test
2279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002280 src:
2281 - test/core/surface/lame_client_test.c
2282 deps:
2283 - grpc_test_util
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002287- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002288 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002289 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002290 build: test
2291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002292 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002293 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002294 deps:
2295 - grpc_test_util
2296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002299- name: load_file_test
2300 build: test
2301 language: c
2302 src:
2303 - test/core/iomgr/load_file_test.c
2304 deps:
2305 - grpc_test_util
2306 - grpc
2307 - gpr_test_util
2308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: low_level_ping_pong_benchmark
2310 build: benchmark
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/core/network_benchmarks/low_level_ping_pong.c
2314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002319 platforms:
2320 - mac
2321 - linux
2322 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002323- name: message_compress_test
2324 build: test
2325 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002326 src:
2327 - test/core/compression/message_compress_test.c
2328 deps:
2329 - grpc_test_util
2330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002331 - gpr_test_util
2332 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002333- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002334 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002335 build: test
2336 language: c
2337 src:
2338 - test/core/census/mlog_test.c
2339 deps:
2340 - grpc_test_util
2341 - grpc
2342 - gpr_test_util
2343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002344- name: multiple_server_queues_test
2345 build: test
2346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002347 src:
2348 - test/core/end2end/multiple_server_queues_test.c
2349 deps:
2350 - grpc_test_util
2351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002352 - gpr_test_util
2353 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002354- name: murmur_hash_test
2355 build: test
2356 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002357 src:
2358 - test/core/support/murmur_hash_test.c
2359 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002360 - gpr_test_util
2361 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002362- name: nanopb_fuzzer_response_test
2363 build: fuzzer
2364 language: c
2365 src:
2366 - test/core/nanopb/fuzzer_response.c
2367 deps:
2368 - grpc_test_util
2369 - grpc
2370 - gpr_test_util
2371 - gpr
2372 corpus_dirs:
2373 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002374 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002375- name: nanopb_fuzzer_serverlist_test
2376 build: fuzzer
2377 language: c
2378 src:
2379 - test/core/nanopb/fuzzer_serverlist.c
2380 deps:
2381 - grpc_test_util
2382 - grpc
2383 - gpr_test_util
2384 - gpr
2385 corpus_dirs:
2386 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002387 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002388- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002389 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390 build: test
2391 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002392 src:
2393 - test/core/end2end/no_server_test.c
2394 deps:
2395 - grpc_test_util
2396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr_test_util
2398 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002399- name: percent_decode_fuzzer
2400 build: fuzzer
2401 language: c
2402 src:
2403 - test/core/support/percent_decode_fuzzer.c
2404 deps:
2405 - grpc_test_util
2406 - grpc
2407 - gpr_test_util
2408 - gpr
2409 corpus_dirs:
2410 - test/core/support/percent_decode_corpus
2411 maxlen: 32
2412- name: percent_encode_fuzzer
2413 build: fuzzer
2414 language: c
2415 src:
2416 - test/core/support/percent_encode_fuzzer.c
2417 deps:
2418 - grpc_test_util
2419 - grpc
2420 - gpr_test_util
2421 - gpr
2422 corpus_dirs:
2423 - test/core/support/percent_encode_corpus
2424 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002425- name: resolve_address_test
2426 build: test
2427 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002428 src:
2429 - test/core/iomgr/resolve_address_test.c
2430 deps:
2431 - grpc_test_util
2432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002433 - gpr_test_util
2434 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002435 exclude_iomgrs:
2436 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002437- name: resource_quota_test
2438 cpu_cost: 30
2439 build: test
2440 language: c
2441 src:
2442 - test/core/iomgr/resource_quota_test.c
2443 deps:
2444 - grpc_test_util
2445 - grpc
2446 - gpr_test_util
2447 - gpr
yang-gd482e592015-12-10 14:04:00 -08002448- name: secure_channel_create_test
2449 build: test
2450 language: c
2451 src:
2452 - test/core/surface/secure_channel_create_test.c
2453 deps:
2454 - grpc_test_util
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: secure_endpoint_test
2459 build: test
2460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002461 src:
2462 - test/core/security/secure_endpoint_test.c
2463 deps:
2464 - grpc_test_util
2465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr_test_util
2467 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002468 exclude_iomgrs:
2469 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002470- name: sequential_connectivity_test
2471 build: test
2472 language: c
2473 src:
2474 - test/core/surface/sequential_connectivity_test.c
2475 deps:
2476 - grpc_test_util
2477 - grpc
2478 - gpr_test_util
2479 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002480 exclude_iomgrs:
2481 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002482- name: server_chttp2_test
2483 build: test
2484 language: c
2485 src:
2486 - test/core/surface/server_chttp2_test.c
2487 deps:
2488 - grpc_test_util
2489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002490 - gpr_test_util
2491 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002492- name: server_fuzzer
2493 build: fuzzer
2494 language: c
2495 src:
2496 - test/core/end2end/fuzzers/server_fuzzer.c
2497 deps:
2498 - grpc_test_util
2499 - grpc
2500 - gpr_test_util
2501 - gpr
2502 corpus_dirs:
2503 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002504 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002505 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002506- name: server_test
2507 build: test
2508 language: c
2509 src:
2510 - test/core/surface/server_test.c
2511 deps:
2512 - grpc_test_util
2513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002514 - gpr_test_util
2515 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002516- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002517 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002518 build: test
2519 language: c
2520 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002521 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002522 deps:
2523 - test_tcp_server
2524 - grpc_test_util
2525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002526 - gpr_test_util
2527 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002528 exclude_iomgrs:
2529 - uv
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002530- name: sockaddr_resolver_test
2531 build: test
2532 language: c
2533 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002534 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002535 deps:
2536 - grpc_test_util
2537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002538 - gpr_test_util
2539 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002540- name: sockaddr_utils_test
2541 build: test
2542 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002543 src:
2544 - test/core/iomgr/sockaddr_utils_test.c
2545 deps:
2546 - grpc_test_util
2547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002548 - gpr_test_util
2549 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002550- name: socket_utils_test
2551 build: test
2552 language: c
2553 src:
2554 - test/core/iomgr/socket_utils_test.c
2555 deps:
2556 - grpc_test_util
2557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002558 - gpr_test_util
2559 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002560 exclude_iomgrs:
2561 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002562 platforms:
2563 - mac
2564 - linux
2565 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002567 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568 build: test
2569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002570 src:
2571 - test/core/iomgr/tcp_client_posix_test.c
2572 deps:
2573 - grpc_test_util
2574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr_test_util
2576 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002577 exclude_iomgrs:
2578 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002579 platforms:
2580 - mac
2581 - linux
2582 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002583- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002584 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002585 build: test
2586 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002587 src:
2588 - test/core/iomgr/tcp_posix_test.c
2589 deps:
2590 - grpc_test_util
2591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002592 - gpr_test_util
2593 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002594 exclude_iomgrs:
2595 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002596 platforms:
2597 - mac
2598 - linux
2599 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: tcp_server_posix_test
2601 build: test
2602 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/core/iomgr/tcp_server_posix_test.c
2605 deps:
2606 - grpc_test_util
2607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002608 - gpr_test_util
2609 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002610 exclude_iomgrs:
2611 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002612 platforms:
2613 - mac
2614 - linux
2615 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002616- name: time_averaged_stats_test
2617 build: test
2618 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002619 src:
2620 - test/core/iomgr/time_averaged_stats_test.c
2621 deps:
2622 - grpc_test_util
2623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002624 - gpr_test_util
2625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626- name: timeout_encoding_test
2627 build: test
2628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002629 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002630 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002631 deps:
2632 - grpc_test_util
2633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002634 - gpr_test_util
2635 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002636- name: timer_heap_test
2637 build: test
2638 language: c
2639 src:
2640 - test/core/iomgr/timer_heap_test.c
2641 deps:
2642 - grpc_test_util
2643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002644 - gpr_test_util
2645 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002646 exclude_iomgrs:
2647 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002648- name: timer_list_test
2649 build: test
2650 language: c
2651 src:
2652 - test/core/iomgr/timer_list_test.c
2653 deps:
2654 - grpc_test_util
2655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002656 - gpr_test_util
2657 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002658 exclude_iomgrs:
2659 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002660- name: transport_connectivity_state_test
2661 build: test
2662 language: c
2663 src:
2664 - test/core/transport/connectivity_state_test.c
2665 deps:
2666 - grpc_test_util
2667 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002668 - gpr_test_util
2669 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002670- name: transport_metadata_test
2671 build: test
2672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002673 src:
2674 - test/core/transport/metadata_test.c
2675 deps:
2676 - grpc_test_util
2677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002678 - gpr_test_util
2679 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002680- name: transport_pid_controller_test
2681 build: test
2682 language: c
2683 src:
2684 - test/core/transport/pid_controller_test.c
2685 deps:
2686 - grpc_test_util
2687 - grpc
2688 - gpr_test_util
2689 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002690- name: transport_security_test
2691 build: test
2692 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002693 src:
2694 - test/core/tsi/transport_security_test.c
2695 deps:
2696 - grpc_test_util
2697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002698 - gpr_test_util
2699 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002700 platforms:
2701 - linux
2702 - posix
2703 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002704- name: udp_server_test
2705 build: test
2706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
2708 - test/core/iomgr/udp_server_test.c
2709 deps:
2710 - grpc_test_util
2711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002712 - gpr_test_util
2713 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002714 exclude_iomgrs:
2715 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002716 platforms:
2717 - mac
2718 - linux
2719 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002720- name: uri_fuzzer_test
2721 build: fuzzer
2722 language: c
2723 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002724 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002725 deps:
2726 - grpc_test_util
2727 - grpc
2728 - gpr_test_util
2729 - gpr
2730 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002731 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002732 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002733- name: uri_parser_test
2734 build: test
2735 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002736 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002737 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002738 deps:
2739 - grpc_test_util
2740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002741 - gpr_test_util
2742 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002743- name: wakeup_fd_cv_test
2744 build: test
2745 language: c
2746 src:
2747 - test/core/iomgr/wakeup_fd_cv_test.c
2748 deps:
2749 - grpc_test_util
2750 - grpc
2751 - gpr_test_util
2752 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002753 exclude_iomgrs:
2754 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002755 platforms:
2756 - mac
2757 - linux
2758 - posix
vjpai04e992a2016-02-10 16:58:38 -08002759- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002760 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002761 build: test
2762 language: c++
2763 src:
2764 - test/cpp/common/alarm_cpp_test.cc
2765 deps:
2766 - grpc++_test_util
2767 - grpc_test_util
2768 - grpc++
2769 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002770 - gpr_test_util
2771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002772- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002773 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002774 build: test
2775 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002776 src:
2777 - test/cpp/end2end/async_end2end_test.cc
2778 deps:
2779 - grpc++_test_util
2780 - grpc_test_util
2781 - grpc++
2782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002783 - gpr_test_util
2784 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002785- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002786 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787 build: test
2788 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002789 src:
2790 - test/cpp/common/auth_property_iterator_test.cc
2791 deps:
2792 - grpc++_test_util
2793 - grpc_test_util
2794 - grpc++
2795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002796 - gpr_test_util
2797 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002798- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002799 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002800 build: test
2801 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002802 src:
yang-g52705592015-11-25 11:45:33 -08002803 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002804 deps:
2805 - grpc++
2806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002807 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002808- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002809 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002810 build: test
2811 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002812 src:
2813 - test/cpp/util/cli_call_test.cc
2814 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002815 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002816 - grpc++_test_util
2817 - grpc_test_util
2818 - grpc++
2819 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002820 - gpr_test_util
2821 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002822- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002823 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002824 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825 build: test
2826 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002827 src:
2828 - test/cpp/end2end/client_crash_test.cc
2829 deps:
2830 - grpc++_test_util
2831 - grpc_test_util
2832 - grpc++
2833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002834 - gpr_test_util
2835 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002836 platforms:
2837 - mac
2838 - linux
2839 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002840- name: client_crash_test_server
2841 build: test
2842 run: false
2843 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002844 src:
2845 - test/cpp/end2end/client_crash_test_server.cc
2846 deps:
2847 - grpc++_test_util
2848 - grpc_test_util
2849 - grpc++
2850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002851 - gpr_test_util
2852 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002853- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002854 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002855 build: test
2856 language: c++
2857 src:
2858 - src/proto/grpc/testing/control.proto
2859 - src/proto/grpc/testing/messages.proto
2860 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002861 - src/proto/grpc/testing/services.proto
2862 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002863 - test/cpp/codegen/codegen_test_full.cc
2864 deps:
2865 - grpc++
2866 - grpc
2867 - gpr
2868 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002869 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002870- name: codegen_test_minimal
2871 gtest: true
2872 build: test
2873 language: c++
2874 src:
2875 - src/proto/grpc/testing/control.proto
2876 - src/proto/grpc/testing/messages.proto
2877 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002878 - src/proto/grpc/testing/services.proto
2879 - src/proto/grpc/testing/stats.proto
2880 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002881 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002882 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002883 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002884- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002885 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886 build: test
2887 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002888 src:
2889 - test/cpp/client/credentials_test.cc
2890 deps:
2891 - grpc++
2892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002893 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002895 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002896 build: test
2897 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002898 src:
2899 - test/cpp/util/byte_buffer_test.cc
2900 deps:
2901 - grpc_test_util
2902 - grpc++
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr_test_util
2905 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002906- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002907 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002908 build: test
2909 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002910 src:
2911 - test/cpp/util/slice_test.cc
2912 deps:
2913 - grpc_test_util
2914 - grpc++
2915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002916 - gpr_test_util
2917 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002918- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002919 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002920 build: test
2921 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002922 src:
2923 - test/cpp/util/string_ref_test.cc
2924 deps:
2925 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002926- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002927 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002928 build: test
2929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002930 src:
2931 - test/cpp/util/time_test.cc
2932 deps:
2933 - grpc_test_util
2934 - grpc++
2935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002936 - gpr_test_util
2937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002938- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002939 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002940 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002941 build: test
2942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002943 src:
2944 - test/cpp/end2end/end2end_test.cc
2945 deps:
2946 - grpc++_test_util
2947 - grpc_test_util
2948 - grpc++
2949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002950 - gpr_test_util
2951 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002952- name: filter_end2end_test
2953 gtest: true
2954 build: test
2955 language: c++
2956 src:
2957 - test/cpp/end2end/filter_end2end_test.cc
2958 deps:
2959 - grpc++_test_util
2960 - grpc_test_util
2961 - grpc++
2962 - grpc
2963 - gpr_test_util
2964 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002965- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002966 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002967 build: test
2968 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002969 src:
2970 - test/cpp/end2end/generic_end2end_test.cc
2971 deps:
2972 - grpc++_test_util
2973 - grpc_test_util
2974 - grpc++
2975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002976 - gpr_test_util
2977 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002978- name: golden_file_test
2979 gtest: true
2980 build: test
2981 language: c++
2982 src:
2983 - src/proto/grpc/testing/compiler_test.proto
2984 - test/cpp/codegen/golden_file_test.cc
2985 deps:
2986 - grpc++
2987 - grpc
2988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002989- name: grpc_cli
2990 build: test
2991 run: false
2992 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002993 src:
2994 - test/cpp/util/grpc_cli.cc
2995 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002996 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002997 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002998 - grpc++
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003001 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: grpc_cpp_plugin
3003 build: protoc
3004 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003005 src:
3006 - src/compiler/cpp_plugin.cc
3007 deps:
3008 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003009 secure: false
3010 vs_config_type: Application
3011 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3012- name: grpc_csharp_plugin
3013 build: protoc
3014 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003015 src:
3016 - src/compiler/csharp_plugin.cc
3017 deps:
3018 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003019 secure: false
3020 vs_config_type: Application
3021 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003022- name: grpc_node_plugin
3023 build: protoc
3024 language: c++
3025 src:
3026 - src/compiler/node_plugin.cc
3027 deps:
3028 - grpc_plugin_support
3029 secure: false
3030 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003031- name: grpc_objective_c_plugin
3032 build: protoc
3033 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003034 src:
3035 - src/compiler/objective_c_plugin.cc
3036 deps:
3037 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003038 secure: false
3039 vs_config_type: Application
3040 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003041- name: grpc_php_plugin
3042 build: protoc
3043 language: c++
3044 src:
3045 - src/compiler/php_plugin.cc
3046 deps:
3047 - grpc_plugin_support
3048 secure: false
3049 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003050- name: grpc_python_plugin
3051 build: protoc
3052 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003053 src:
3054 - src/compiler/python_plugin.cc
3055 deps:
3056 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003057 secure: false
3058 vs_config_type: Application
3059 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3060- name: grpc_ruby_plugin
3061 build: protoc
3062 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003063 src:
3064 - src/compiler/ruby_plugin.cc
3065 deps:
3066 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003067 secure: false
3068 vs_config_type: Application
3069 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003070- name: grpc_tool_test
3071 gtest: true
3072 build: test
3073 language: c++
3074 headers:
3075 - test/cpp/util/string_ref_helper.h
3076 src:
3077 - src/proto/grpc/testing/echo.proto
3078 - src/proto/grpc/testing/echo_messages.proto
3079 - test/cpp/util/grpc_tool_test.cc
3080 - test/cpp/util/string_ref_helper.cc
3081 deps:
3082 - grpc_cli_libs
3083 - grpc++_reflection
3084 - grpc_test_util
3085 - grpc++
3086 - grpc
3087 - gpr_test_util
3088 - gpr
3089 filegroups:
3090 - grpc++_codegen_proto
3091 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003092- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003093 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003094 build: test
3095 language: c++
3096 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003097 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003098 - test/cpp/grpclb/grpclb_api_test.cc
3099 deps:
3100 - grpc++_test_util
3101 - grpc_test_util
3102 - grpc++
3103 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003104- name: grpclb_test
3105 gtest: false
3106 build: test
3107 language: c++
3108 src:
3109 - src/proto/grpc/lb/v1/load_balancer.proto
3110 - test/cpp/grpclb/grpclb_test.cc
3111 deps:
3112 - gpr
3113 - gpr_test_util
3114 - grpc
3115 - grpc++
3116 - grpc++_test_util
3117 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08003118- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003119 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003120 build: test
3121 language: c++
3122 src:
3123 - test/cpp/end2end/hybrid_end2end_test.cc
3124 deps:
3125 - grpc++_test_util
3126 - grpc_test_util
3127 - grpc++
3128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003129 - gpr_test_util
3130 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003131- name: interop_client
3132 build: test
3133 run: false
3134 language: c++
3135 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003136 deps:
3137 - interop_client_main
3138 - interop_client_helper
3139 - grpc++_test_util
3140 - grpc_test_util
3141 - grpc++
3142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003143 - gpr_test_util
3144 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003145 - grpc++_test_config
3146 platforms:
3147 - mac
3148 - linux
3149 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003150- name: interop_server
3151 build: test
3152 run: false
3153 language: c++
3154 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003155 deps:
3156 - interop_server_main
3157 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003158 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003159 - grpc++_test_util
3160 - grpc_test_util
3161 - grpc++
3162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003163 - gpr_test_util
3164 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003165 - grpc++_test_config
3166 platforms:
3167 - mac
3168 - linux
3169 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003170- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003171 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003172 build: test
3173 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003174 src:
3175 - test/cpp/interop/interop_test.cc
3176 deps:
3177 - grpc_test_util
3178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003179 - gpr_test_util
3180 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003181 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003182 platforms:
3183 - mac
3184 - linux
3185 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003186- name: json_run_localhost
3187 build: test
3188 run: false
3189 language: c++
3190 src:
3191 - test/cpp/qps/json_run_localhost.cc
3192 deps:
3193 - grpc++_test_util
3194 - grpc_test_util
3195 - grpc++
3196 - grpc
3197 - gpr_test_util
3198 - gpr
3199 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003200- name: metrics_client
3201 build: test
3202 run: false
3203 language: c++
3204 headers:
3205 - test/cpp/util/metrics_server.h
3206 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003207 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003208 - test/cpp/interop/metrics_client.cc
3209 deps:
3210 - grpc++
3211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003212 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003213 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003214- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003215 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003216 build: test
3217 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003218 src:
3219 - test/cpp/end2end/mock_test.cc
3220 deps:
3221 - grpc++_test_util
3222 - grpc_test_util
3223 - grpc++
3224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003225 - gpr_test_util
3226 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003227- name: proto_server_reflection_test
3228 gtest: true
3229 build: test
3230 language: c++
3231 headers:
3232 - test/cpp/util/proto_reflection_descriptor_database.h
3233 src:
3234 - test/cpp/end2end/proto_server_reflection_test.cc
3235 - test/cpp/util/proto_reflection_descriptor_database.cc
3236 deps:
3237 - grpc++_reflection
3238 - grpc++_test_util
3239 - grpc_test_util
3240 - grpc++
3241 - grpc
3242 - gpr_test_util
3243 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003244- name: qps_interarrival_test
3245 build: test
3246 run: false
3247 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003248 src:
3249 - test/cpp/qps/qps_interarrival_test.cc
3250 deps:
3251 - qps
3252 - grpc++_test_util
3253 - grpc_test_util
3254 - grpc++
3255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003256 - gpr_test_util
3257 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003258 platforms:
3259 - mac
3260 - linux
3261 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003262- name: qps_json_driver
3263 build: test
3264 run: false
3265 language: c++
3266 src:
3267 - test/cpp/qps/qps_json_driver.cc
3268 deps:
3269 - qps
3270 - grpc++_test_util
3271 - grpc_test_util
3272 - grpc++
3273 - grpc
3274 - gpr_test_util
3275 - gpr
3276 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003277- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003278 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003279 build: test
3280 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003281 src:
3282 - test/cpp/qps/qps_openloop_test.cc
3283 deps:
3284 - qps
3285 - grpc++_test_util
3286 - grpc_test_util
3287 - grpc++
3288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003289 - gpr_test_util
3290 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003291 - grpc++_test_config
3292 platforms:
3293 - mac
3294 - linux
3295 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003296- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003297 build: test
3298 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003300 headers:
3301 - test/cpp/qps/client.h
3302 - test/cpp/qps/server.h
3303 src:
3304 - test/cpp/qps/worker.cc
3305 deps:
3306 - qps
3307 - grpc++_test_util
3308 - grpc_test_util
3309 - grpc++
3310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003311 - gpr_test_util
3312 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003313 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003314- name: reconnect_interop_client
3315 build: test
3316 run: false
3317 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003318 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003319 - src/proto/grpc/testing/empty.proto
3320 - src/proto/grpc/testing/messages.proto
3321 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003322 - test/cpp/interop/reconnect_interop_client.cc
3323 deps:
3324 - grpc++_test_util
3325 - grpc_test_util
3326 - grpc++
3327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003328 - gpr_test_util
3329 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003330 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003331- name: reconnect_interop_server
3332 build: test
3333 run: false
3334 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003335 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003336 - src/proto/grpc/testing/empty.proto
3337 - src/proto/grpc/testing/messages.proto
3338 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003339 - test/cpp/interop/reconnect_interop_server.cc
3340 deps:
3341 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003342 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003343 - grpc++_test_util
3344 - grpc_test_util
3345 - grpc++
3346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003347 - gpr_test_util
3348 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003349 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003350- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003351 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003352 build: test
3353 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003354 src:
3355 - test/cpp/common/secure_auth_context_test.cc
3356 deps:
3357 - grpc++_test_util
3358 - grpc_test_util
3359 - grpc++
3360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003361 - gpr_test_util
3362 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003363- name: secure_sync_unary_ping_pong_test
3364 build: test
3365 language: c++
3366 src:
3367 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3368 deps:
3369 - qps
3370 - grpc++_test_util
3371 - grpc_test_util
3372 - grpc++
3373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003374 - gpr_test_util
3375 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003376 platforms:
3377 - mac
3378 - linux
3379 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003380- name: server_builder_plugin_test
3381 gtest: true
3382 build: test
3383 language: c++
3384 src:
3385 - test/cpp/end2end/server_builder_plugin_test.cc
3386 deps:
3387 - grpc++_test_util
3388 - grpc_test_util
3389 - grpc++
3390 - grpc
3391 - gpr_test_util
3392 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003393- name: server_context_test_spouse_test
3394 gtest: true
3395 build: test
3396 language: c++
3397 src:
3398 - test/cpp/test/server_context_test_spouse_test.cc
3399 deps:
3400 - grpc_test_util
3401 - grpc++_test
3402 - grpc++
3403 - grpc
3404 - gpr_test_util
3405 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003406- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003407 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003408 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003409 build: test
3410 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003411 src:
3412 - test/cpp/end2end/server_crash_test.cc
3413 deps:
3414 - grpc++_test_util
3415 - grpc_test_util
3416 - grpc++
3417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003418 - gpr_test_util
3419 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003420 platforms:
3421 - mac
3422 - linux
3423 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424- name: server_crash_test_client
3425 build: test
3426 run: false
3427 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003428 src:
3429 - test/cpp/end2end/server_crash_test_client.cc
3430 deps:
3431 - grpc++_test_util
3432 - grpc_test_util
3433 - grpc++
3434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003435 - gpr_test_util
3436 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003437- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003438 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003439 build: test
3440 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003441 src:
3442 - test/cpp/end2end/shutdown_test.cc
3443 deps:
3444 - grpc++_test_util
3445 - grpc_test_util
3446 - grpc++
3447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003448 - gpr_test_util
3449 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003450- name: status_test
3451 build: test
3452 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003453 src:
3454 - test/cpp/util/status_test.cc
3455 deps:
3456 - grpc_test_util
3457 - grpc++
3458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003459 - gpr_test_util
3460 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003461- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003462 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003463 build: test
3464 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003465 src:
3466 - test/cpp/end2end/streaming_throughput_test.cc
3467 deps:
3468 - grpc++_test_util
3469 - grpc_test_util
3470 - grpc++
3471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003472 - gpr_test_util
3473 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003474 platforms:
3475 - mac
3476 - linux
3477 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003478- name: stress_test
3479 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003480 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003481 language: c++
3482 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003483 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003484 - test/cpp/interop/interop_client.h
3485 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003486 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003487 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003488 - src/proto/grpc/testing/empty.proto
3489 - src/proto/grpc/testing/messages.proto
3490 - src/proto/grpc/testing/metrics.proto
3491 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003492 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003493 - test/cpp/interop/interop_client.cc
3494 - test/cpp/interop/stress_interop_client.cc
3495 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003496 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003497 deps:
3498 - grpc++_test_util
3499 - grpc_test_util
3500 - grpc++
3501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003502 - gpr_test_util
3503 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003504 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003505- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003506 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003507 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003508 build: test
3509 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003510 src:
3511 - test/cpp/end2end/thread_stress_test.cc
3512 deps:
3513 - grpc++_test_util
3514 - grpc_test_util
3515 - grpc++
3516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003517 - gpr_test_util
3518 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003519- name: public_headers_must_be_c89
3520 build: test
3521 language: c89
3522 src:
3523 - test/core/surface/public_headers_must_be_c89.c
3524 deps:
3525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003527vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003528- linkage: static
3529 name: grpc.dependencies.zlib
3530 props: false
3531 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003532 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003533- linkage: static
3534 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003535 props: true
3536 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003537 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003538- name: gflags
3539 props: false
3540 redist: false
3541 version: 2.1.2.1
3542- name: gtest
3543 props: false
3544 redist: false
3545 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003546configs:
3547 asan:
3548 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003549 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3550 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003551 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003552 LD: clang
3553 LDFLAGS: -fsanitize=address
3554 LDXX: clang++
3555 compile_the_world: true
3556 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003557 ASAN_OPTIONS: detect_leaks=1:color=always
3558 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003559 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003560 asan-noleaks:
3561 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003562 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3563 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003564 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003565 LD: clang
3566 LDFLAGS: -fsanitize=address
3567 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003568 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003569 test_environ:
3570 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003571 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003572 asan-trace-cmp:
3573 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003574 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3575 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003576 CXX: clang++
3577 LD: clang
3578 LDFLAGS: -fsanitize=address
3579 LDXX: clang++
3580 compile_the_world: true
3581 test_environ:
3582 ASAN_OPTIONS: detect_leaks=1:color=always
3583 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3584 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003585 basicprof:
3586 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3587 DEFINES: NDEBUG
3588 dbg:
3589 CPPFLAGS: -O0
3590 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003591 easan:
3592 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003593 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3594 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003595 CXX: clang++
3596 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3597 LD: clang
3598 LDFLAGS: -fsanitize=address
3599 LDXX: clang++
3600 compile_the_world: true
3601 test_environ:
3602 ASAN_OPTIONS: detect_leaks=1:color=always
3603 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3604 timeout_multiplier: 3
3605 edbg:
3606 CPPFLAGS: -O0
3607 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3608 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003609 CC: clang
3610 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003611 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003612 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003613 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003614 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003615 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003616 LDXX: clang++
3617 compile_the_world: true
3618 test_environ:
3619 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3620 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003621 gcov:
3622 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003623 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003624 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003625 DEFINES: _DEBUG DEBUG GPR_GCOV
3626 LD: gcc
3627 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3628 LDXX: g++
3629 helgrind:
3630 CPPFLAGS: -O0
3631 DEFINES: _DEBUG DEBUG
3632 LDFLAGS: -rdynamic
3633 timeout_multiplier: 20
3634 valgrind: --tool=helgrind
3635 memcheck:
3636 CPPFLAGS: -O0
3637 DEFINES: _DEBUG DEBUG
3638 LDFLAGS: -rdynamic
3639 timeout_multiplier: 10
3640 valgrind: --tool=memcheck --leak-check=full
3641 msan:
3642 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003643 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3644 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3645 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003646 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003647 DEFINES: NDEBUG
3648 LD: clang
3649 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3650 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3651 LDXX: clang++
3652 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003653 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003654 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003655 CPPFLAGS: -O3 -fno-omit-frame-pointer
3656 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003657 LDFLAGS: -rdynamic
3658 opt:
3659 CPPFLAGS: -O2
3660 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003661 stapprof:
3662 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3663 DEFINES: NDEBUG
3664 tsan:
3665 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003666 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003667 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003668 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003669 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003670 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003671 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003672 LDXX: clang++
3673 compile_the_world: true
3674 test_environ:
3675 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003676 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003677 ubsan:
3678 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003679 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3680 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003681 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003682 DEFINES: NDEBUG
3683 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003684 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003685 LDXX: clang++
3686 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003687 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003688 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003689 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003690defaults:
3691 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003692 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003693 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003694 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003695 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003696 global:
3697 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3698 LDFLAGS: -g
3699 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003700 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003701 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003702node_modules:
3703- deps:
3704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003705 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003706 - boringssl
3707 - z
murgatroid9994a75412015-11-19 14:04:53 -08003708 headers:
3709 - src/node/ext/byte_buffer.h
3710 - src/node/ext/call.h
3711 - src/node/ext/call_credentials.h
3712 - src/node/ext/channel.h
3713 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003714 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003715 - src/node/ext/completion_queue_async_worker.h
3716 - src/node/ext/server.h
3717 - src/node/ext/server_credentials.h
3718 - src/node/ext/timeval.h
3719 js:
3720 - src/node/index.js
3721 - src/node/src/client.js
3722 - src/node/src/common.js
3723 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003724 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003725 - src/node/src/metadata.js
3726 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003727 name: grpc_node
3728 src:
3729 - src/node/ext/byte_buffer.cc
3730 - src/node/ext/call.cc
3731 - src/node/ext/call_credentials.cc
3732 - src/node/ext/channel.cc
3733 - src/node/ext/channel_credentials.cc
murgatroid999030c812016-09-16 13:25:08 -07003734 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003735 - src/node/ext/completion_queue_async_worker.cc
3736 - src/node/ext/node_grpc.cc
3737 - src/node/ext/server.cc
3738 - src/node/ext/server_credentials.cc
3739 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003740openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003741 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003742 extraction_dir: openssl-1.0.2f
3743 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003744php_config_m4:
3745 deps:
3746 - grpc
3747 - gpr
3748 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003749 headers:
3750 - src/php/ext/grpc/byte_buffer.h
3751 - src/php/ext/grpc/call.h
3752 - src/php/ext/grpc/call_credentials.h
3753 - src/php/ext/grpc/channel.h
3754 - src/php/ext/grpc/channel_credentials.h
3755 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003756 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003757 - src/php/ext/grpc/php_grpc.h
3758 - src/php/ext/grpc/server.h
3759 - src/php/ext/grpc/server_credentials.h
3760 - src/php/ext/grpc/timeval.h
3761 src:
3762 - src/php/ext/grpc/byte_buffer.c
3763 - src/php/ext/grpc/call.c
3764 - src/php/ext/grpc/call_credentials.c
3765 - src/php/ext/grpc/channel.c
3766 - src/php/ext/grpc/channel_credentials.c
3767 - src/php/ext/grpc/completion_queue.c
3768 - src/php/ext/grpc/php_grpc.c
3769 - src/php/ext/grpc/server.c
3770 - src/php/ext/grpc/server_credentials.c
3771 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003772python_dependencies:
3773 deps:
3774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003775 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003776 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003777 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003778ruby_gem:
3779 deps:
3780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003781 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003782 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003783 - z