blob: 588b07b3ed9c1fe80413dcc830e815dec7b4f336 [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 Tiller5cad46e2017-01-30 15:32:24 -080015 core_version: 3.0.0-dev
16 g_stands_for: green
17 version: 1.2.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
88 - src/core/lib/support/backoff.h
89 - src/core/lib/support/block_annotate.h
90 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070091 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/murmur_hash.h
93 - src/core/lib/support/stack_lockfree.h
94 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070095 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070096 - src/core/lib/support/thd_internal.h
97 - src/core/lib/support/time_precise.h
98 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010099 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700100 - src/core/lib/profiling/basic_timers.c
101 - src/core/lib/profiling/stap_timers.c
102 - src/core/lib/support/alloc.c
103 - src/core/lib/support/avl.c
104 - src/core/lib/support/backoff.c
105 - src/core/lib/support/cmdline.c
106 - src/core/lib/support/cpu_iphone.c
107 - src/core/lib/support/cpu_linux.c
108 - src/core/lib/support/cpu_posix.c
109 - src/core/lib/support/cpu_windows.c
110 - src/core/lib/support/env_linux.c
111 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700112 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700113 - src/core/lib/support/histogram.c
114 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700115 - src/core/lib/support/log.c
116 - src/core/lib/support/log_android.c
117 - src/core/lib/support/log_linux.c
118 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700119 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700120 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - 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
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800152 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700153 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800154 - include/grpc/impl/codegen/port_platform.h
155 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800156 - include/grpc/impl/codegen/sync.h
157 - include/grpc/impl/codegen/sync_generic.h
158 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700159 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700160- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700161 public_headers:
162 - include/grpc/byte_buffer.h
163 - include/grpc/byte_buffer_reader.h
164 - include/grpc/compression.h
165 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700166 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200167 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800168 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700169 - include/grpc/slice.h
170 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700171 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700172 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700173 - src/core/lib/channel/channel_args.h
174 - src/core/lib/channel/channel_stack.h
175 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/channel/compress_filter.h
177 - src/core/lib/channel/connected_channel.h
178 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700179 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700180 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800181 - src/core/lib/channel/handshaker_factory.h
182 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700183 - src/core/lib/channel/http_client_filter.h
184 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700185 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/compression/algorithm_metadata.h
187 - src/core/lib/compression/message_compress.h
188 - src/core/lib/debug/trace.h
189 - src/core/lib/http/format_request.h
190 - src/core/lib/http/httpcli.h
191 - src/core/lib/http/parser.h
192 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700193 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700194 - src/core/lib/iomgr/endpoint.h
195 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700196 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800197 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700198 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700199 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700200 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/exec_ctx.h
202 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/iocp_windows.h
204 - src/core/lib/iomgr/iomgr.h
205 - src/core/lib/iomgr/iomgr_internal.h
206 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700207 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700208 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700209 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700213 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700215 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700217 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/sockaddr.h
219 - src/core/lib/iomgr/sockaddr_posix.h
220 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700221 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700222 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700223 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/socket_utils_posix.h
225 - src/core/lib/iomgr/socket_windows.h
226 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700227 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/tcp_posix.h
229 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700230 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/tcp_windows.h
232 - src/core/lib/iomgr/time_averaged_stats.h
233 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700234 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/udp_server.h
238 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700239 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/wakeup_fd_pipe.h
241 - src/core/lib/iomgr/wakeup_fd_posix.h
242 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700243 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/iomgr/workqueue_windows.h
245 - src/core/lib/json/json.h
246 - src/core/lib/json/json_common.h
247 - src/core/lib/json/json_reader.h
248 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700249 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800250 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800251 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700252 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/surface/api_trace.h
254 - src/core/lib/surface/call.h
255 - src/core/lib/surface/call_test_only.h
256 - src/core/lib/surface/channel.h
257 - src/core/lib/surface/channel_init.h
258 - src/core/lib/surface/channel_stack_type.h
259 - src/core/lib/surface/completion_queue.h
260 - src/core/lib/surface/event_string.h
261 - src/core/lib/surface/init.h
262 - src/core/lib/surface/lame_client.h
263 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800264 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700265 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700266 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800268 - src/core/lib/transport/error_utils.h
269 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/transport/metadata.h
271 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700272 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700273 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800275 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400276 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/transport/transport.h
278 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700279 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/channel/channel_args.c
281 - src/core/lib/channel/channel_stack.c
282 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/channel/compress_filter.c
284 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700285 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700286 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800287 - src/core/lib/channel/handshaker_factory.c
288 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/channel/http_client_filter.c
290 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700291 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700292 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/compression/message_compress.c
294 - src/core/lib/debug/trace.c
295 - src/core/lib/http/format_request.c
296 - src/core/lib/http/httpcli.c
297 - src/core/lib/http/parser.c
298 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700299 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/iomgr/endpoint.c
301 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700302 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700304 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700305 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700306 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700307 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/exec_ctx.c
309 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/iocp_windows.c
311 - src/core/lib/iomgr/iomgr.c
312 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700313 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700315 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700316 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700317 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700318 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700320 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/pollset_windows.c
322 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700325 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700327 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/socket_utils_common_posix.c
329 - src/core/lib/iomgr/socket_utils_linux.c
330 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700331 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700332 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/socket_windows.c
334 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700335 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/tcp_client_windows.c
337 - src/core/lib/iomgr/tcp_posix.c
338 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700339 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700340 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700341 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700342 - src/core/lib/iomgr/tcp_windows.c
343 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700344 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700345 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700346 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700347 - src/core/lib/iomgr/udp_server.c
348 - src/core/lib/iomgr/unix_sockets_posix.c
349 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700350 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700351 - src/core/lib/iomgr/wakeup_fd_eventfd.c
352 - src/core/lib/iomgr/wakeup_fd_nospecial.c
353 - src/core/lib/iomgr/wakeup_fd_pipe.c
354 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700355 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/iomgr/workqueue_windows.c
357 - src/core/lib/json/json.c
358 - src/core/lib/json/json_reader.c
359 - src/core/lib/json/json_string.c
360 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700361 - src/core/lib/slice/percent_encoding.c
362 - src/core/lib/slice/slice.c
363 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800364 - src/core/lib/slice/slice_hash_table.c
365 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700366 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700367 - src/core/lib/surface/alarm.c
368 - src/core/lib/surface/api_trace.c
369 - src/core/lib/surface/byte_buffer.c
370 - src/core/lib/surface/byte_buffer_reader.c
371 - src/core/lib/surface/call.c
372 - src/core/lib/surface/call_details.c
373 - src/core/lib/surface/call_log_batch.c
374 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700375 - src/core/lib/surface/channel_init.c
376 - src/core/lib/surface/channel_ping.c
377 - src/core/lib/surface/channel_stack_type.c
378 - src/core/lib/surface/completion_queue.c
379 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700380 - src/core/lib/surface/lame_client.c
381 - src/core/lib/surface/metadata_array.c
382 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700383 - src/core/lib/surface/validate_metadata.c
384 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700385 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700386 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700387 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800388 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700389 - src/core/lib/transport/metadata.c
390 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700391 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700392 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700393 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800394 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400395 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700396 - src/core/lib/transport/transport.c
397 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700398 deps:
399 - gpr
400 uses:
401 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700402- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700403 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700404 - src/core/ext/client_channel/client_channel.h
405 - src/core/ext/client_channel/client_channel_factory.h
406 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700407 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800408 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700409 - src/core/ext/client_channel/initial_connect_string.h
410 - src/core/ext/client_channel/lb_policy.h
411 - src/core/ext/client_channel/lb_policy_factory.h
412 - src/core/ext/client_channel/lb_policy_registry.h
413 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800414 - src/core/ext/client_channel/proxy_mapper.h
415 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700416 - src/core/ext/client_channel/resolver.h
417 - src/core/ext/client_channel/resolver_factory.h
418 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700419 - src/core/ext/client_channel/subchannel.h
420 - src/core/ext/client_channel/subchannel_index.h
421 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700422 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700423 - src/core/ext/client_channel/channel_connectivity.c
424 - src/core/ext/client_channel/client_channel.c
425 - src/core/ext/client_channel/client_channel_factory.c
426 - src/core/ext/client_channel/client_channel_plugin.c
427 - src/core/ext/client_channel/connector.c
428 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700429 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800430 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700431 - src/core/ext/client_channel/initial_connect_string.c
432 - src/core/ext/client_channel/lb_policy.c
433 - src/core/ext/client_channel/lb_policy_factory.c
434 - src/core/ext/client_channel/lb_policy_registry.c
435 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800436 - src/core/ext/client_channel/proxy_mapper.c
437 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700438 - src/core/ext/client_channel/resolver.c
439 - src/core/ext/client_channel/resolver_factory.c
440 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700441 - src/core/ext/client_channel/subchannel.c
442 - src/core/ext/client_channel/subchannel_index.c
443 - src/core/ext/client_channel/uri_parser.c
444 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700445 uses:
446 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800447- name: grpc_codegen
448 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700449 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800450 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800451 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800452 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800453 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800454 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800455 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700456 uses:
457 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700458- name: grpc_lb_policy_grpclb
459 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700460 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800461 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700462 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700463 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700464 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700465 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800466 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
467 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
468 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
469 plugin: grpc_lb_policy_grpclb
470 uses:
471 - grpc_base
472 - grpc_client_channel
473 - nanopb
474- name: grpc_lb_policy_grpclb_secure
475 headers:
476 - src/core/ext/lb_policy/grpclb/grpclb.h
477 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
478 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
479 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
480 src:
481 - src/core/ext/lb_policy/grpclb/grpclb.c
482 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700483 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700484 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700485 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700486 uses:
487 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700488 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700489 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700490- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700491 src:
492 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700493 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700494 uses:
495 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700496 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700497- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700498 src:
499 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700500 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700501 uses:
502 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700503 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700504- name: grpc_load_reporting
505 headers:
506 - src/core/ext/load_reporting/load_reporting.h
507 - src/core/ext/load_reporting/load_reporting_filter.h
508 src:
509 - src/core/ext/load_reporting/load_reporting.c
510 - src/core/ext/load_reporting/load_reporting_filter.c
511 plugin: grpc_load_reporting_plugin
512 uses:
513 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700514- name: grpc_resolver_dns_native
515 src:
516 - src/core/ext/resolver/dns/native/dns_resolver.c
517 plugin: grpc_resolver_dns_native
518 uses:
519 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700520 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700521- name: grpc_resolver_sockaddr
522 src:
523 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
524 plugin: grpc_resolver_sockaddr
525 uses:
526 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700527 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100528- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700529 public_headers:
530 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100531 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700532 - src/core/lib/security/context/security_context.h
533 - src/core/lib/security/credentials/composite/composite_credentials.h
534 - src/core/lib/security/credentials/credentials.h
535 - src/core/lib/security/credentials/fake/fake_credentials.h
536 - src/core/lib/security/credentials/google_default/google_default_credentials.h
537 - src/core/lib/security/credentials/iam/iam_credentials.h
538 - src/core/lib/security/credentials/jwt/json_token.h
539 - src/core/lib/security/credentials/jwt/jwt_credentials.h
540 - src/core/lib/security/credentials/jwt/jwt_verifier.h
541 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
542 - src/core/lib/security/credentials/plugin/plugin_credentials.h
543 - src/core/lib/security/credentials/ssl/ssl_credentials.h
544 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800545 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700546 - src/core/lib/security/transport/secure_endpoint.h
547 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800548 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700549 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700550 - src/core/lib/security/util/b64.h
551 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100552 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700553 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700554 - src/core/lib/security/context/security_context.c
555 - src/core/lib/security/credentials/composite/composite_credentials.c
556 - src/core/lib/security/credentials/credentials.c
557 - src/core/lib/security/credentials/credentials_metadata.c
558 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700559 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700560 - src/core/lib/security/credentials/google_default/google_default_credentials.c
561 - src/core/lib/security/credentials/iam/iam_credentials.c
562 - src/core/lib/security/credentials/jwt/json_token.c
563 - src/core/lib/security/credentials/jwt/jwt_credentials.c
564 - src/core/lib/security/credentials/jwt/jwt_verifier.c
565 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
566 - src/core/lib/security/credentials/plugin/plugin_credentials.c
567 - src/core/lib/security/credentials/ssl/ssl_credentials.c
568 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800569 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700570 - src/core/lib/security/transport/secure_endpoint.c
571 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800572 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700573 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700574 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700575 - src/core/lib/security/util/b64.c
576 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700577 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700578 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700579 uses:
580 - grpc_base
581 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700582 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700583- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700584 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700585 headers:
586 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700587 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700588 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700589 - test/core/end2end/fixtures/proxy.h
590 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800591 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700592 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200593 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700594 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700595 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700596 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700597 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700598 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700599 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800600 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700601 src:
602 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700603 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700604 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700605 - test/core/end2end/fixtures/proxy.c
606 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800607 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700608 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200609 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700610 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700611 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700612 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700613 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700614 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700615 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700616 - test/core/util/port_windows.c
617 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800618 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700619 deps:
620 - grpc
621 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700622- name: grpc_transport_chttp2
623 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700624 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700625 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700626 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
627 - src/core/ext/transport/chttp2/transport/frame.h
628 - src/core/ext/transport/chttp2/transport/frame_data.h
629 - src/core/ext/transport/chttp2/transport/frame_goaway.h
630 - src/core/ext/transport/chttp2/transport/frame_ping.h
631 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
632 - src/core/ext/transport/chttp2/transport/frame_settings.h
633 - src/core/ext/transport/chttp2/transport/frame_window_update.h
634 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
635 - src/core/ext/transport/chttp2/transport/hpack_parser.h
636 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700637 - src/core/ext/transport/chttp2/transport/huffsyms.h
638 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
639 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700640 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700641 - src/core/ext/transport/chttp2/transport/varint.h
642 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700643 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700644 - src/core/ext/transport/chttp2/transport/bin_encoder.c
645 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700646 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
647 - src/core/ext/transport/chttp2/transport/frame_data.c
648 - src/core/ext/transport/chttp2/transport/frame_goaway.c
649 - src/core/ext/transport/chttp2/transport/frame_ping.c
650 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
651 - src/core/ext/transport/chttp2/transport/frame_settings.c
652 - src/core/ext/transport/chttp2/transport/frame_window_update.c
653 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
654 - src/core/ext/transport/chttp2/transport/hpack_parser.c
655 - src/core/ext/transport/chttp2/transport/hpack_table.c
656 - src/core/ext/transport/chttp2/transport/huffsyms.c
657 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
658 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700659 - src/core/ext/transport/chttp2/transport/stream_lists.c
660 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700661 - src/core/ext/transport/chttp2/transport/varint.c
662 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700663 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700664 uses:
665 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700666 - grpc_transport_chttp2_alpn
667- name: grpc_transport_chttp2_alpn
668 headers:
669 - src/core/ext/transport/chttp2/alpn/alpn.h
670 src:
671 - src/core/ext/transport/chttp2/alpn/alpn.c
672 deps:
673 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800674- name: grpc_transport_chttp2_client_connector
675 headers:
676 - src/core/ext/transport/chttp2/client/chttp2_connector.h
677 src:
678 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800679 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800680 - grpc_transport_chttp2
681 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700682- name: grpc_transport_chttp2_client_insecure
683 src:
684 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700685 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700686 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800687 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700688 - grpc_transport_chttp2
689 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700690 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700691- name: grpc_transport_chttp2_client_secure
692 src:
693 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700694 uses:
695 - grpc_transport_chttp2
696 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700697 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700698 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800699 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800700- name: grpc_transport_chttp2_server
701 headers:
702 - src/core/ext/transport/chttp2/server/chttp2_server.h
703 src:
704 - src/core/ext/transport/chttp2/server/chttp2_server.c
705 uses:
706 - grpc_transport_chttp2
707 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700708- name: grpc_transport_chttp2_server_insecure
709 src:
710 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700711 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700712 uses:
713 - grpc_transport_chttp2
714 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800715 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700716- name: grpc_transport_chttp2_server_secure
717 src:
718 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700719 uses:
720 - grpc_transport_chttp2
721 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700722 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800723 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700724- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700725 public_headers:
726 - include/grpc/grpc_cronet.h
727 - include/grpc/grpc_security.h
728 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700729 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800730 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800731 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700732 src:
733 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
734 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
735 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700736 filegroups:
737 - grpc_base
738 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800739- name: nanopb
740 headers:
741 - third_party/nanopb/pb.h
742 - third_party/nanopb/pb_common.h
743 - third_party/nanopb/pb_decode.h
744 - third_party/nanopb/pb_encode.h
745 src:
746 - third_party/nanopb/pb_common.c
747 - third_party/nanopb/pb_decode.c
748 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749- name: tsi
750 headers:
751 - src/core/lib/tsi/fake_transport_security.h
752 - src/core/lib/tsi/ssl_transport_security.h
753 - src/core/lib/tsi/ssl_types.h
754 - src/core/lib/tsi/transport_security.h
755 - src/core/lib/tsi/transport_security_interface.h
756 src:
757 - src/core/lib/tsi/fake_transport_security.c
758 - src/core/lib/tsi/ssl_transport_security.c
759 - src/core/lib/tsi/transport_security.c
760 deps:
761 - gpr
762 secure: true
763- name: grpc++_base
764 language: c++
765 public_headers:
766 - include/grpc++/alarm.h
767 - include/grpc++/channel.h
768 - include/grpc++/client_context.h
769 - include/grpc++/completion_queue.h
770 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700771 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800772 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700773 - include/grpc++/generic/async_generic_service.h
774 - include/grpc++/generic/generic_stub.h
775 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800776 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 - include/grpc++/impl/call.h
778 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700779 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 - include/grpc++/impl/grpc_library.h
781 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - include/grpc++/impl/rpc_method.h
783 - include/grpc++/impl/rpc_service_method.h
784 - include/grpc++/impl/serialization_traits.h
785 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700786 - include/grpc++/impl/server_builder_plugin.h
787 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700789 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 - include/grpc++/security/auth_context.h
791 - include/grpc++/security/auth_metadata_processor.h
792 - include/grpc++/security/credentials.h
793 - include/grpc++/security/server_credentials.h
794 - include/grpc++/server.h
795 - include/grpc++/server_builder.h
796 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700797 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 - include/grpc++/support/async_stream.h
799 - include/grpc++/support/async_unary_call.h
800 - include/grpc++/support/byte_buffer.h
801 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700802 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 - include/grpc++/support/slice.h
804 - include/grpc++/support/status.h
805 - include/grpc++/support/status_code_enum.h
806 - include/grpc++/support/string_ref.h
807 - include/grpc++/support/stub_options.h
808 - include/grpc++/support/sync_stream.h
809 - include/grpc++/support/time.h
810 headers:
811 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700812 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800814 - src/cpp/server/health/default_health_check_service.h
815 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700817 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700819 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 - src/cpp/client/client_context.cc
821 - src/cpp/client/create_channel.cc
822 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700823 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700824 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700827 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700828 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700830 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700832 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 - src/cpp/server/async_generic_service.cc
834 - src/cpp/server/create_default_thread_pool.cc
835 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800836 - src/cpp/server/health/default_health_check_service.cc
837 - src/cpp/server/health/health.pb.c
838 - src/cpp/server/health/health_check_service.cc
839 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700840 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700841 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 - src/cpp/server/server_context.cc
843 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700844 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700845 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700846 - src/cpp/util/byte_buffer_cc.cc
847 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700848 - src/cpp/util/status.cc
849 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700850 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700851 uses:
yang-g17487f92016-06-03 15:21:15 -0700852 - grpc++_codegen_base
853- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 language: c++
855 public_headers:
856 - include/grpc++/impl/codegen/async_stream.h
857 - include/grpc++/impl/codegen/async_unary_call.h
858 - include/grpc++/impl/codegen/call.h
859 - include/grpc++/impl/codegen/call_hook.h
860 - include/grpc++/impl/codegen/channel_interface.h
861 - include/grpc++/impl/codegen/client_context.h
862 - include/grpc++/impl/codegen/client_unary_call.h
863 - include/grpc++/impl/codegen/completion_queue.h
864 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700865 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700866 - include/grpc++/impl/codegen/core_codegen_interface.h
867 - include/grpc++/impl/codegen/create_auth_context.h
868 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800869 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700870 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700871 - include/grpc++/impl/codegen/rpc_method.h
872 - include/grpc++/impl/codegen/rpc_service_method.h
873 - include/grpc++/impl/codegen/security/auth_context.h
874 - include/grpc++/impl/codegen/serialization_traits.h
875 - include/grpc++/impl/codegen/server_context.h
876 - include/grpc++/impl/codegen/server_interface.h
877 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800878 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700879 - include/grpc++/impl/codegen/status.h
880 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700881 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700882 - include/grpc++/impl/codegen/string_ref.h
883 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700884 - include/grpc++/impl/codegen/sync_stream.h
885 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 uses:
887 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700888- name: grpc++_codegen_base_src
889 language: c++
890 src:
891 - src/cpp/codegen/codegen_init.cc
892 uses:
893 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700894- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 language: c++
896 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700897 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700898 uses:
yang-g17487f92016-06-03 15:21:15 -0700899 - grpc++_codegen_base
900 - grpc++_config_proto
901- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700902 language: c++
903 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700904 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700905- name: grpc++_reflection_proto
906 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700907 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700908 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800909- name: grpc++_test
910 language: c++
911 public_headers:
912 - include/grpc++/test/server_context_test_spouse.h
913 deps:
914 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700915- name: thrift_util
916 language: c++
917 public_headers:
918 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700919 - include/grpc++/impl/codegen/thrift_utils.h
920 uses:
921 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100922libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800923- name: gpr
924 build: all
925 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800926 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700927 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800928 secure: false
929 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
930- name: gpr_test_util
931 build: private
932 language: c
933 headers:
934 - test/core/util/test_config.h
935 src:
936 - test/core/util/test_config.c
937 deps:
938 - gpr
939 secure: false
940 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700941- name: grpc
942 build: all
943 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700944 src:
945 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800947 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700949 filegroups:
950 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700951 - grpc_transport_chttp2_server_secure
952 - grpc_transport_chttp2_client_secure
953 - grpc_transport_chttp2_server_insecure
954 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800955 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700956 - grpc_lb_policy_pick_first
957 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700958 - grpc_resolver_dns_native
959 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700960 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100961 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700962 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700963 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700964 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700965 vs_packages:
966 - grpc.dependencies.openssl
967 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700968 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700969- name: grpc_cronet
970 build: all
971 language: c
972 src:
973 - src/core/lib/surface/init.c
974 baselib: true
975 deps_linkage: static
976 dll: true
977 filegroups:
978 - grpc_base
979 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700980 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800981 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700982 generate_plugin_registry: true
983 platforms:
984 - linux
985 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100986- name: grpc_dll
987 build: private
988 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100989 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100990 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100991 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100992 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100993 build_system:
994 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100995 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100996 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100997 vs_config_type: DynamicLibrary
998 vs_packages:
999 - grpc.dependencies.openssl
1000 - grpc.dependencies.zlib
1001 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1002 vs_props:
1003 - zlib
1004 - openssl
1005 - winsock
1006 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007- name: grpc_test_util
1008 build: private
1009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001010 headers:
1011 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001012 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001013 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001014 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001015 - test/core/end2end/data/server1_cert.c
1016 - test/core/end2end/data/server1_key.c
1017 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001018 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001019 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001020 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001021 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001022 - grpc
1023 filegroups:
1024 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001025 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001026 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1027- name: grpc_test_util_unsecure
1028 build: private
1029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001030 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001031 - gpr
1032 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001033 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001034 filegroups:
1035 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001036 secure: false
1037 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1038- name: grpc_unsecure
1039 build: all
1040 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001041 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001042 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001043 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001044 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001045 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001046 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001047 filegroups:
1048 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001049 - grpc_transport_chttp2_server_insecure
1050 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001051 - grpc_resolver_dns_native
1052 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001053 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001054 - grpc_lb_policy_grpclb
1055 - grpc_lb_policy_pick_first
1056 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001057 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001058 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001059 secure: false
1060 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001061- name: reconnect_server
1062 build: private
1063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001064 headers:
1065 - test/core/util/reconnect_server.h
1066 src:
1067 - test/core/util/reconnect_server.c
1068 deps:
yang-gc9fca182015-11-06 16:41:33 -08001069 - test_tcp_server
1070 - grpc_test_util
1071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001072 - gpr_test_util
1073 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001074- name: test_tcp_server
1075 build: private
1076 language: c
1077 headers:
1078 - test/core/util/test_tcp_server.h
1079 src:
1080 - test/core/util/test_tcp_server.c
1081 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001082 - grpc_test_util
1083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001084 - gpr_test_util
1085 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001086- name: grpc++
1087 build: all
1088 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001089 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001090 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001091 - src/cpp/client/secure_credentials.h
1092 - src/cpp/common/secure_auth_context.h
1093 - src/cpp/server/secure_server_credentials.h
1094 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001095 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001096 - src/cpp/client/secure_credentials.cc
1097 - src/cpp/common/auth_property_iterator.cc
1098 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001099 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001100 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001101 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001102 - src/cpp/server/secure_server_credentials.cc
1103 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001104 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001105 baselib: true
1106 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001107 filegroups:
1108 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001109 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001110 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001111 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001112 secure: check
1113 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001114- name: grpc++_cronet
1115 build: all
1116 language: c++
1117 src:
1118 - src/cpp/client/cronet_credentials.cc
1119 - src/cpp/client/insecure_credentials.cc
1120 - src/cpp/common/insecure_create_auth_context.cc
1121 - src/cpp/server/insecure_server_credentials.cc
1122 deps:
1123 - gpr
1124 - grpc_cronet
1125 baselib: true
1126 dll: true
1127 filegroups:
1128 - grpc++_base
1129 - grpc++_codegen_base
1130 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001131 - grpc_transport_chttp2_client_insecure
1132 - grpc_transport_chttp2_server_insecure
1133 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001134 platforms:
1135 - linux
1136 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001137- name: grpc++_proto_reflection_desc_db
1138 build: private
1139 language: c++
1140 headers:
1141 - test/cpp/util/proto_reflection_descriptor_database.h
1142 src:
1143 - test/cpp/util/proto_reflection_descriptor_database.cc
1144 deps:
1145 - grpc++
1146 filegroups:
1147 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001148 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001149- name: grpc++_reflection
1150 build: all
1151 language: c++
1152 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001153 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001154 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001155 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001156 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001157 - src/cpp/ext/proto_server_reflection.cc
1158 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001159 deps:
1160 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001161 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001162 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001163- name: grpc++_test_config
1164 build: private
1165 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001166 headers:
1167 - test/cpp/util/test_config.h
1168 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001169 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001170- name: grpc++_test_util
1171 build: private
1172 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001173 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001174 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001175 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001176 - test/cpp/util/create_test_channel.h
1177 - test/cpp/util/string_ref_helper.h
1178 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001179 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001180 src:
yang-gc8a49d22016-12-12 11:18:49 -08001181 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001182 - src/proto/grpc/testing/echo_messages.proto
1183 - src/proto/grpc/testing/echo.proto
1184 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001185 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001186 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001187 - test/cpp/util/create_test_channel.cc
1188 - test/cpp/util/string_ref_helper.cc
1189 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001190 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001191 deps:
1192 - grpc++
1193 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001194 filegroups:
1195 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001196 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001197 - grpc++_codegen_proto
1198 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001199 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001200- name: grpc++_unsecure
1201 build: all
1202 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001203 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001204 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001205 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001206 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001207 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001208 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001209 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001210 baselib: true
1211 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001212 filegroups:
1213 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001214 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001215 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001216 secure: false
1217 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001218- name: grpc_cli_libs
1219 build: private
1220 language: c++
1221 headers:
1222 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001223 - test/cpp/util/cli_credentials.h
1224 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001225 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001226 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001227 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001228 src:
1229 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001230 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001231 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001232 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001233 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001234 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001235 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001236 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001237 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001238 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001239 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001240- name: grpc_plugin_support
1241 build: protoc
1242 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001243 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001244 - src/compiler/config.h
1245 - src/compiler/cpp_generator.h
1246 - src/compiler/cpp_generator_helpers.h
1247 - src/compiler/csharp_generator.h
1248 - src/compiler/csharp_generator_helpers.h
1249 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001250 - src/compiler/node_generator.h
1251 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001252 - src/compiler/objective_c_generator.h
1253 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001254 - src/compiler/php_generator.h
1255 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001256 - src/compiler/python_generator.h
1257 - src/compiler/ruby_generator.h
1258 - src/compiler/ruby_generator_helpers-inl.h
1259 - src/compiler/ruby_generator_map-inl.h
1260 - src/compiler/ruby_generator_string-inl.h
1261 src:
1262 - src/compiler/cpp_generator.cc
1263 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001264 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001265 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001266 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001267 - src/compiler/python_generator.cc
1268 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001269 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001270 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001271 secure: false
1272 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001273 vs_props:
1274 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001275- name: http2_client_main
1276 build: private
1277 language: c++
1278 headers:
1279 - test/cpp/interop/http2_client.h
1280 src:
1281 - src/proto/grpc/testing/empty.proto
1282 - src/proto/grpc/testing/messages.proto
1283 - src/proto/grpc/testing/test.proto
1284 - test/cpp/interop/http2_client.cc
1285 deps:
1286 - grpc++_test_util
1287 - grpc_test_util
1288 - grpc++
1289 - grpc
1290 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001291- name: interop_client_helper
1292 build: private
1293 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001294 headers:
1295 - test/cpp/interop/client_helper.h
1296 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001297 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001298 - test/cpp/interop/client_helper.cc
1299 deps:
1300 - grpc++_test_util
1301 - grpc_test_util
1302 - grpc++
1303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001304 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001305- name: interop_client_main
1306 build: private
1307 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001308 headers:
1309 - test/cpp/interop/interop_client.h
1310 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001311 - src/proto/grpc/testing/empty.proto
1312 - src/proto/grpc/testing/messages.proto
1313 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001314 - test/cpp/interop/client.cc
1315 - test/cpp/interop/interop_client.cc
1316 deps:
1317 - interop_client_helper
1318 - grpc++_test_util
1319 - grpc_test_util
1320 - grpc++
1321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001322 - gpr_test_util
1323 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001324 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001325- name: interop_server_helper
1326 build: private
1327 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001328 headers:
1329 - test/cpp/interop/server_helper.h
1330 src:
1331 - test/cpp/interop/server_helper.cc
1332 deps:
yang-gcc591022017-01-11 11:10:43 -08001333 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001334 - grpc_test_util
1335 - grpc++
1336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001337 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001338- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001339 build: private
1340 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001341 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001342 - src/proto/grpc/testing/empty.proto
1343 - src/proto/grpc/testing/messages.proto
1344 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001345 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001346 deps:
1347 - interop_server_helper
1348 - grpc++_test_util
1349 - grpc_test_util
1350 - grpc++
1351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001352 - gpr_test_util
1353 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001354 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001355- name: interop_server_main
1356 build: private
1357 language: c++
1358 src:
1359 - test/cpp/interop/interop_server_bootstrap.cc
1360 deps:
1361 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001362- name: qps
1363 build: private
1364 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001365 headers:
1366 - test/cpp/qps/client.h
1367 - test/cpp/qps/driver.h
1368 - test/cpp/qps/histogram.h
1369 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001370 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001371 - test/cpp/qps/qps_worker.h
1372 - test/cpp/qps/report.h
1373 - test/cpp/qps/server.h
1374 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001375 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001376 - test/cpp/util/benchmark_config.h
1377 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001378 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001379 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001380 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001381 - src/proto/grpc/testing/control.proto
1382 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001383 - test/cpp/qps/client_async.cc
1384 - test/cpp/qps/client_sync.cc
1385 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001386 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001387 - test/cpp/qps/qps_worker.cc
1388 - test/cpp/qps/report.cc
1389 - test/cpp/qps/server_async.cc
1390 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001391 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001392 - test/cpp/util/benchmark_config.cc
1393 deps:
1394 - grpc_test_util
1395 - grpc++_test_util
1396 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001397- name: grpc_csharp_ext
1398 build: all
1399 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001400 src:
1401 - src/csharp/ext/grpc_csharp_ext.c
1402 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001404 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001405 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001406 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407 dll: only
1408 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001409 vs_packages:
1410 - grpc.dependencies.openssl
1411 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001413 vs_props:
1414 - zlib
1415 - openssl
1416 - winsock
1417 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001418targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001419- name: alarm_test
1420 build: test
1421 language: c
1422 src:
1423 - test/core/surface/alarm_test.c
1424 deps:
1425 - grpc_test_util
1426 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001427 - gpr_test_util
1428 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001429- name: algorithm_test
1430 build: test
1431 language: c
1432 src:
1433 - test/core/compression/algorithm_test.c
1434 deps:
1435 - grpc_test_util
1436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr_test_util
1438 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001439- name: alloc_test
1440 build: test
1441 language: c
1442 src:
1443 - test/core/support/alloc_test.c
1444 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr_test_util
1446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447- name: alpn_test
1448 build: test
1449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001450 src:
1451 - test/core/transport/chttp2/alpn_test.c
1452 deps:
1453 - grpc_test_util
1454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr_test_util
1456 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001457- name: api_fuzzer
1458 build: fuzzer
1459 language: c
1460 src:
1461 - test/core/end2end/fuzzers/api_fuzzer.c
1462 deps:
1463 - grpc_test_util
1464 - grpc
1465 - gpr_test_util
1466 - gpr
1467 corpus_dirs:
1468 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001469 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001470 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001471- name: bad_server_response_test
1472 build: test
1473 language: c
1474 src:
1475 - test/core/end2end/bad_server_response_test.c
1476 deps:
1477 - test_tcp_server
1478 - grpc_test_util
1479 - grpc
1480 - gpr_test_util
1481 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001482 exclude_iomgrs:
1483 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001484- name: bdp_estimator_test
1485 build: test
1486 language: c
1487 src:
1488 - test/core/transport/bdp_estimator_test.c
1489 deps:
1490 - grpc_test_util
1491 - grpc
1492 - gpr_test_util
1493 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001494- name: bin_decoder_test
1495 build: test
1496 language: c
1497 src:
1498 - test/core/transport/chttp2/bin_decoder_test.c
1499 deps:
1500 - grpc_test_util
1501 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502- name: bin_encoder_test
1503 build: test
1504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001505 src:
1506 - test/core/transport/chttp2/bin_encoder_test.c
1507 deps:
1508 - grpc_test_util
1509 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001510- name: census_context_test
1511 build: test
1512 language: c
1513 src:
1514 - test/core/census/context_test.c
1515 deps:
1516 - grpc_test_util
1517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001518 - gpr_test_util
1519 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001520- name: census_resource_test
1521 build: test
1522 language: c
1523 src:
1524 - test/core/census/resource_test.c
1525 deps:
1526 - grpc_test_util
1527 - grpc
1528 - gpr_test_util
1529 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001530- name: census_trace_context_test
1531 build: test
1532 language: c
1533 src:
1534 - test/core/census/trace_context_test.c
1535 deps:
1536 - grpc_test_util
1537 - grpc
1538 - gpr_test_util
1539 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001540- name: channel_create_test
1541 build: test
1542 language: c
1543 src:
1544 - test/core/surface/channel_create_test.c
1545 deps:
1546 - grpc_test_util
1547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001548 - gpr_test_util
1549 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001550- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001551 build: test
1552 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001553 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001554 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001555 deps:
1556 - grpc_test_util
1557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001558 - gpr_test_util
1559 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001560- name: chttp2_stream_map_test
1561 build: test
1562 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001563 src:
1564 - test/core/transport/chttp2/stream_map_test.c
1565 deps:
1566 - grpc_test_util
1567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001568 - gpr_test_util
1569 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001570- name: chttp2_varint_test
1571 build: test
1572 language: c
1573 src:
1574 - test/core/transport/chttp2/varint_test.c
1575 deps:
1576 - grpc_test_util
1577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001578 - gpr_test_util
1579 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001580- name: client_fuzzer
1581 build: fuzzer
1582 language: c
1583 src:
1584 - test/core/end2end/fuzzers/client_fuzzer.c
1585 deps:
1586 - grpc_test_util
1587 - grpc
1588 - gpr_test_util
1589 - gpr
1590 corpus_dirs:
1591 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001592 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001593 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001594- name: combiner_test
1595 cpu_cost: 30
1596 build: test
1597 language: c
1598 src:
1599 - test/core/iomgr/combiner_test.c
1600 deps:
1601 - grpc_test_util
1602 - grpc
1603 - gpr_test_util
1604 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001605- name: compression_test
1606 build: test
1607 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001608 src:
1609 - test/core/compression/compression_test.c
1610 deps:
1611 - grpc_test_util
1612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001613 - gpr_test_util
1614 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001615- name: concurrent_connectivity_test
1616 build: test
1617 language: c
1618 src:
1619 - test/core/surface/concurrent_connectivity_test.c
1620 deps:
1621 - grpc_test_util
1622 - grpc
1623 - gpr_test_util
1624 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001625 exclude_iomgrs:
1626 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001627- name: connection_refused_test
1628 cpu_cost: 0.1
1629 build: test
1630 language: c
1631 src:
1632 - test/core/end2end/connection_refused_test.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
1636 - gpr_test_util
1637 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001638- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001639 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001640 build: test
1641 language: c
1642 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001643 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001644 deps:
1645 - grpc_test_util
1646 - grpc
1647 - gpr_test_util
1648 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001649 exclude_iomgrs:
1650 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001651- name: dns_resolver_test
1652 build: test
1653 language: c
1654 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001655 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001656 deps:
1657 - grpc_test_util
1658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001659 - gpr_test_util
1660 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001661- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001662 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001663 build: test
1664 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001665 src:
1666 - test/core/end2end/dualstack_socket_test.c
1667 deps:
1668 - grpc_test_util
1669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001670 - gpr_test_util
1671 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001672 exclude_iomgrs:
1673 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001674 platforms:
1675 - mac
1676 - linux
1677 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001678- name: endpoint_pair_test
1679 build: test
1680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - test/core/iomgr/endpoint_pair_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001688 exclude_iomgrs:
1689 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001690- name: ev_epoll_linux_test
1691 build: test
1692 language: c
1693 src:
1694 - test/core/iomgr/ev_epoll_linux_test.c
1695 deps:
1696 - grpc_test_util
1697 - grpc
1698 - gpr_test_util
1699 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001700 exclude_iomgrs:
1701 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001702 platforms:
1703 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001704- name: fd_conservation_posix_test
1705 build: test
1706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001707 src:
1708 - test/core/iomgr/fd_conservation_posix_test.c
1709 deps:
1710 - grpc_test_util
1711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001712 - gpr_test_util
1713 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001714 exclude_iomgrs:
1715 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001716 platforms:
1717 - mac
1718 - linux
1719 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001720- name: fd_posix_test
1721 build: test
1722 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001723 src:
1724 - test/core/iomgr/fd_posix_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001730 exclude_iomgrs:
1731 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001732 platforms:
1733 - mac
1734 - linux
1735 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001736- name: fling_client
1737 build: test
1738 run: false
1739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001740 src:
1741 - test/core/fling/client.c
1742 deps:
1743 - grpc_test_util
1744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001745 - gpr_test_util
1746 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: fling_server
1748 build: test
1749 run: false
1750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
1752 - test/core/fling/server.c
1753 deps:
1754 - grpc_test_util
1755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001756 - gpr_test_util
1757 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001758- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001759 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001760 build: test
1761 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001762 src:
1763 - test/core/fling/fling_stream_test.c
1764 deps:
1765 - grpc_test_util
1766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001767 - gpr_test_util
1768 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001769 platforms:
1770 - mac
1771 - linux
1772 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001773- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001774 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001775 build: test
1776 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001777 src:
1778 - test/core/fling/fling_test.c
1779 deps:
1780 - grpc_test_util
1781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr_test_util
1783 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001784 platforms:
1785 - mac
1786 - linux
1787 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001788- name: gen_hpack_tables
1789 build: tool
1790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001791 src:
1792 - tools/codegen/core/gen_hpack_tables.c
1793 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001795 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001796- name: gen_legal_metadata_characters
1797 build: tool
1798 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001799 src:
1800 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001801 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001802- name: gen_percent_encoding_tables
1803 build: tool
1804 language: c
1805 src:
1806 - tools/codegen/core/gen_percent_encoding_tables.c
1807 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001808- name: goaway_server_test
1809 cpu_cost: 0.1
1810 build: test
1811 language: c
1812 src:
1813 - test/core/end2end/goaway_server_test.c
1814 deps:
1815 - grpc_test_util
1816 - grpc
1817 - gpr_test_util
1818 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001819 exclude_iomgrs:
1820 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001821 platforms:
1822 - mac
1823 - linux
1824 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001825- name: gpr_avl_test
1826 build: test
1827 language: c
1828 src:
1829 - test/core/support/avl_test.c
1830 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001831 - gpr_test_util
1832 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001833- name: gpr_backoff_test
1834 build: test
1835 language: c
1836 src:
1837 - test/core/support/backoff_test.c
1838 deps:
1839 - gpr_test_util
1840 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841- name: gpr_cmdline_test
1842 build: test
1843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001844 src:
1845 - test/core/support/cmdline_test.c
1846 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001849- name: gpr_cpu_test
1850 build: test
1851 language: c
1852 src:
1853 - test/core/support/cpu_test.c
1854 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001855 - gpr_test_util
1856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: gpr_env_test
1858 build: test
1859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001860 src:
1861 - test/core/support/env_test.c
1862 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865- name: gpr_histogram_test
1866 build: test
1867 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001868 src:
1869 - test/core/support/histogram_test.c
1870 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 - gpr_test_util
1872 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001873- name: gpr_host_port_test
1874 build: test
1875 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001876 src:
1877 - test/core/support/host_port_test.c
1878 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr_test_util
1880 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881- name: gpr_log_test
1882 build: test
1883 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001884 src:
1885 - test/core/support/log_test.c
1886 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001889- name: gpr_mpscq_test
1890 cpu_cost: 30
1891 build: test
1892 language: c
1893 src:
1894 - test/core/support/mpscq_test.c
1895 deps:
1896 - gpr_test_util
1897 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001898- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001899 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/support/stack_lockfree_test.c
1904 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: gpr_string_test
1908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/support/string_test.c
1912 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001915- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001916 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917 build: test
1918 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001919 src:
1920 - test/core/support/sync_test.c
1921 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001922 - gpr_test_util
1923 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001924- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001925 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001926 build: test
1927 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001928 src:
1929 - test/core/support/thd_test.c
1930 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001931 - gpr_test_util
1932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933- name: gpr_time_test
1934 build: test
1935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001936 src:
1937 - test/core/support/time_test.c
1938 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001939 - gpr_test_util
1940 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001941- name: gpr_tls_test
1942 build: test
1943 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001944 src:
1945 - test/core/support/tls_test.c
1946 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001947 - gpr_test_util
1948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: gpr_useful_test
1950 build: test
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
1953 - test/core/support/useful_test.c
1954 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001955 - gpr_test_util
1956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001957- name: grpc_auth_context_test
1958 build: test
1959 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001960 src:
1961 - test/core/security/auth_context_test.c
1962 deps:
1963 - grpc_test_util
1964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001967- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968 build: test
1969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001970 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001971 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001972 deps:
1973 - grpc_test_util
1974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr_test_util
1976 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001977- name: grpc_byte_buffer_reader_test
1978 build: test
1979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001980 src:
1981 - test/core/surface/byte_buffer_reader_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_channel_args_test
1988 build: test
1989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/channel/channel_args_test.c
1992 deps:
1993 - grpc_test_util
1994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 - gpr_test_util
1996 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997- name: grpc_channel_stack_test
1998 build: test
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/channel/channel_stack_test.c
2002 deps:
2003 - grpc_test_util
2004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007- name: grpc_completion_queue_test
2008 build: test
2009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002010 src:
2011 - test/core/surface/completion_queue_test.c
2012 deps:
2013 - grpc_test_util
2014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 - gpr_test_util
2016 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002017 exclude_iomgrs:
2018 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019- name: grpc_create_jwt
2020 build: tool
2021 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002022 src:
2023 - test/core/security/create_jwt.c
2024 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002027 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002028- name: grpc_credentials_test
2029 build: test
2030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002031 src:
2032 - test/core/security/credentials_test.c
2033 deps:
2034 - grpc_test_util
2035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr_test_util
2037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002038- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002039 build: test
2040 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
2043 - test/core/security/fetch_oauth2.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002049- name: grpc_invalid_channel_args_test
2050 build: test
2051 language: c
2052 src:
2053 - test/core/surface/invalid_channel_args_test.c
2054 deps:
2055 - grpc_test_util
2056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002057 - gpr_test_util
2058 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002059- name: grpc_json_token_test
2060 build: test
2061 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002062 src:
2063 - test/core/security/json_token_test.c
2064 deps:
2065 - grpc_test_util
2066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002069 platforms:
2070 - linux
2071 - posix
2072 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073- name: grpc_jwt_verifier_test
2074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
2077 - test/core/security/jwt_verifier_test.c
2078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002083- name: grpc_print_google_default_creds_token
2084 build: tool
2085 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002086 src:
2087 - test/core/security/print_google_default_creds_token.c
2088 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: grpc_security_connector_test
2092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/security/security_connector_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: grpc_verify_jwt
2102 build: tool
2103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002104 src:
2105 - test/core/security/verify_jwt.c
2106 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002109- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002110 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002111 language: c
2112 src:
2113 - test/core/handshake/client_ssl.c
2114 deps:
2115 - grpc_test_util
2116 - grpc
2117 - gpr_test_util
2118 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002119 platforms:
2120 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002121 secure: true
2122- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002123 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002124 language: c
2125 src:
2126 - test/core/handshake/server_ssl.c
2127 deps:
2128 - grpc_test_util
2129 - grpc
2130 - gpr_test_util
2131 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002132 platforms:
2133 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002134 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002135- name: hpack_parser_fuzzer_test
2136 build: fuzzer
2137 language: c
2138 src:
2139 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2140 deps:
2141 - grpc_test_util
2142 - grpc
2143 - gpr_test_util
2144 - gpr
2145 corpus_dirs:
2146 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002147 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002148 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002149- name: hpack_parser_test
2150 build: test
2151 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002152 src:
2153 - test/core/transport/chttp2/hpack_parser_test.c
2154 deps:
2155 - grpc_test_util
2156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002157 - gpr_test_util
2158 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002159- name: hpack_table_test
2160 build: test
2161 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002162 src:
2163 - test/core/transport/chttp2/hpack_table_test.c
2164 deps:
2165 - grpc_test_util
2166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002169- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170 build: test
2171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002172 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002173 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002174 deps:
2175 - grpc_test_util
2176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002179- name: http_request_fuzzer_test
2180 build: fuzzer
2181 language: c
2182 src:
2183 - test/core/http/request_fuzzer.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
2187 - gpr_test_util
2188 - gpr
2189 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002190 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002191 maxlen: 2048
2192- name: http_response_fuzzer_test
2193 build: fuzzer
2194 language: c
2195 src:
2196 - test/core/http/response_fuzzer.c
2197 deps:
2198 - grpc_test_util
2199 - grpc
2200 - gpr_test_util
2201 - gpr
2202 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002203 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002204 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002205- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002206 build: test
2207 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002208 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002209 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002210 deps:
2211 - grpc_test_util
2212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002215- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002216 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002217 build: test
2218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002220 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002221 deps:
2222 - grpc_test_util
2223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002226 platforms:
2227 - mac
2228 - linux
2229 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002230- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002231 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002232 build: test
2233 language: c
2234 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002235 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002236 deps:
2237 - grpc_test_util
2238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002239 - gpr_test_util
2240 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002241 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002242 - linux
yang-gf1183302015-12-07 16:02:05 -08002243- name: init_test
2244 build: test
2245 language: c
2246 src:
2247 - test/core/surface/init_test.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002253- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002254 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002255 build: test
2256 language: c
2257 src:
2258 - test/core/end2end/invalid_call_argument_test.c
2259 deps:
2260 - grpc_test_util
2261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002262 - gpr_test_util
2263 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002264- name: json_fuzzer_test
2265 build: fuzzer
2266 language: c
2267 src:
2268 - test/core/json/fuzzer.c
2269 deps:
2270 - grpc_test_util
2271 - grpc
2272 - gpr_test_util
2273 - gpr
2274 corpus_dirs:
2275 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002276 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002277- name: json_rewrite
2278 build: test
2279 run: false
2280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002281 src:
2282 - test/core/json/json_rewrite.c
2283 deps:
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002286- name: json_rewrite_test
2287 build: test
2288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002289 src:
2290 - test/core/json/json_rewrite_test.c
2291 deps:
2292 - grpc_test_util
2293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002294 - gpr_test_util
2295 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002296- name: json_stream_error_test
2297 build: test
2298 language: c
2299 src:
2300 - test/core/json/json_stream_error_test.c
2301 deps:
2302 - grpc_test_util
2303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002304 - gpr_test_util
2305 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306- name: json_test
2307 build: test
2308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002309 src:
2310 - test/core/json/json_test.c
2311 deps:
2312 - grpc_test_util
2313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 - gpr_test_util
2315 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002316- name: lame_client_test
2317 build: test
2318 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002319 src:
2320 - test/core/surface/lame_client_test.c
2321 deps:
2322 - grpc_test_util
2323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002324 - gpr_test_util
2325 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002326- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002327 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002328 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002329 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002330 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002331 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002332 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002333 deps:
2334 - grpc_test_util
2335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002336 - gpr_test_util
2337 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002338- name: load_file_test
2339 build: test
2340 language: c
2341 src:
2342 - test/core/iomgr/load_file_test.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
2346 - gpr_test_util
2347 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002348- name: low_level_ping_pong_benchmark
2349 build: benchmark
2350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002351 src:
2352 - test/core/network_benchmarks/low_level_ping_pong.c
2353 deps:
2354 - grpc_test_util
2355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr_test_util
2357 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002358 platforms:
2359 - mac
2360 - linux
2361 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002362- name: memory_profile_client
2363 build: test
2364 run: false
2365 language: c
2366 src:
2367 - test/core/memory_usage/client.c
2368 deps:
2369 - grpc_test_util
2370 - grpc
2371 - gpr_test_util
2372 - gpr
2373- name: memory_profile_server
2374 build: test
2375 run: false
2376 language: c
2377 src:
2378 - test/core/memory_usage/server.c
2379 deps:
2380 - grpc_test_util
2381 - grpc
2382 - gpr_test_util
2383 - gpr
2384- name: memory_profile_test
2385 cpu_cost: 1.5
2386 build: test
2387 language: c
2388 src:
2389 - test/core/memory_usage/memory_usage_test.c
2390 deps:
2391 - grpc_test_util
2392 - grpc
2393 - gpr_test_util
2394 - gpr
2395 platforms:
2396 - mac
2397 - linux
2398 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002399- name: message_compress_test
2400 build: test
2401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002402 src:
2403 - test/core/compression/message_compress_test.c
2404 deps:
2405 - grpc_test_util
2406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002407 - gpr_test_util
2408 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002409- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002410 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002411 build: test
2412 language: c
2413 src:
2414 - test/core/census/mlog_test.c
2415 deps:
2416 - grpc_test_util
2417 - grpc
2418 - gpr_test_util
2419 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420- name: multiple_server_queues_test
2421 build: test
2422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
2424 - test/core/end2end/multiple_server_queues_test.c
2425 deps:
2426 - grpc_test_util
2427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002430- name: murmur_hash_test
2431 build: test
2432 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002433 src:
2434 - test/core/support/murmur_hash_test.c
2435 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002436 - gpr_test_util
2437 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002438- name: nanopb_fuzzer_response_test
2439 build: fuzzer
2440 language: c
2441 src:
2442 - test/core/nanopb/fuzzer_response.c
2443 deps:
2444 - grpc_test_util
2445 - grpc
2446 - gpr_test_util
2447 - gpr
2448 corpus_dirs:
2449 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002450 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002451- name: nanopb_fuzzer_serverlist_test
2452 build: fuzzer
2453 language: c
2454 src:
2455 - test/core/nanopb/fuzzer_serverlist.c
2456 deps:
2457 - grpc_test_util
2458 - grpc
2459 - gpr_test_util
2460 - gpr
2461 corpus_dirs:
2462 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002463 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002464- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002465 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466 build: test
2467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002468 src:
2469 - test/core/end2end/no_server_test.c
2470 deps:
2471 - grpc_test_util
2472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002473 - gpr_test_util
2474 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002475- name: percent_decode_fuzzer
2476 build: fuzzer
2477 language: c
2478 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002479 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002480 deps:
2481 - grpc_test_util
2482 - grpc
2483 - gpr_test_util
2484 - gpr
2485 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002486 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002487 maxlen: 32
2488- name: percent_encode_fuzzer
2489 build: fuzzer
2490 language: c
2491 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002492 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002493 deps:
2494 - grpc_test_util
2495 - grpc
2496 - gpr_test_util
2497 - gpr
2498 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002499 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002500 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002501- name: percent_encoding_test
2502 build: test
2503 language: c
2504 src:
2505 - test/core/slice/percent_encoding_test.c
2506 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002507 - grpc_test_util
2508 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002509 - gpr_test_util
2510 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002511- name: pollset_set_test
2512 build: test
2513 language: c
2514 src:
2515 - test/core/iomgr/pollset_set_test.c
2516 deps:
2517 - grpc_test_util
2518 - grpc
2519 - gpr_test_util
2520 - gpr
2521 exclude_iomgrs:
2522 - uv
2523 platforms:
2524 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002525- name: resolve_address_posix_test
2526 build: test
2527 language: c
2528 src:
2529 - test/core/iomgr/resolve_address_posix_test.c
2530 deps:
2531 - grpc_test_util
2532 - grpc
2533 - gpr_test_util
2534 - gpr
2535 platforms:
2536 - mac
2537 - linux
2538 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539- name: resolve_address_test
2540 build: test
2541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002542 src:
2543 - test/core/iomgr/resolve_address_test.c
2544 deps:
2545 - grpc_test_util
2546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002547 - gpr_test_util
2548 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002549 exclude_iomgrs:
2550 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002551- name: resource_quota_test
2552 cpu_cost: 30
2553 build: test
2554 language: c
2555 src:
2556 - test/core/iomgr/resource_quota_test.c
2557 deps:
2558 - grpc_test_util
2559 - grpc
2560 - gpr_test_util
2561 - gpr
yang-gd482e592015-12-10 14:04:00 -08002562- name: secure_channel_create_test
2563 build: test
2564 language: c
2565 src:
2566 - test/core/surface/secure_channel_create_test.c
2567 deps:
2568 - grpc_test_util
2569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002570 - gpr_test_util
2571 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572- name: secure_endpoint_test
2573 build: test
2574 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002575 src:
2576 - test/core/security/secure_endpoint_test.c
2577 deps:
2578 - grpc_test_util
2579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002580 - gpr_test_util
2581 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002582 exclude_iomgrs:
2583 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002584- name: sequential_connectivity_test
2585 build: test
2586 language: c
2587 src:
2588 - test/core/surface/sequential_connectivity_test.c
2589 deps:
2590 - grpc_test_util
2591 - grpc
2592 - gpr_test_util
2593 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002594 exclude_iomgrs:
2595 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002596- name: server_chttp2_test
2597 build: test
2598 language: c
2599 src:
2600 - test/core/surface/server_chttp2_test.c
2601 deps:
2602 - grpc_test_util
2603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002604 - gpr_test_util
2605 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002606- name: server_fuzzer
2607 build: fuzzer
2608 language: c
2609 src:
2610 - test/core/end2end/fuzzers/server_fuzzer.c
2611 deps:
2612 - grpc_test_util
2613 - grpc
2614 - gpr_test_util
2615 - gpr
2616 corpus_dirs:
2617 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002618 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002619 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002620- name: server_test
2621 build: test
2622 language: c
2623 src:
2624 - test/core/surface/server_test.c
2625 deps:
2626 - grpc_test_util
2627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002628 - gpr_test_util
2629 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002630- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002631 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002632 build: test
2633 language: c
2634 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002635 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002636 deps:
2637 - test_tcp_server
2638 - grpc_test_util
2639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002640 - gpr_test_util
2641 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002642 exclude_iomgrs:
2643 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002644- name: slice_buffer_test
2645 build: test
2646 language: c
2647 src:
2648 - test/core/slice/slice_buffer_test.c
2649 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002650 - grpc_test_util
2651 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002652 - gpr_test_util
2653 - gpr
2654- name: slice_string_helpers_test
2655 build: test
2656 language: c
2657 src:
2658 - test/core/slice/slice_string_helpers_test.c
2659 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002660 - grpc_test_util
2661 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002662 - gpr_test_util
2663 - gpr
2664- name: slice_test
2665 build: test
2666 language: c
2667 src:
2668 - test/core/slice/slice_test.c
2669 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002670 - grpc_test_util
2671 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002672 - gpr_test_util
2673 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002674- name: sockaddr_resolver_test
2675 build: test
2676 language: c
2677 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002678 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002679 deps:
2680 - grpc_test_util
2681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002682 - gpr_test_util
2683 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684- name: sockaddr_utils_test
2685 build: test
2686 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002687 src:
2688 - test/core/iomgr/sockaddr_utils_test.c
2689 deps:
2690 - grpc_test_util
2691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002692 - gpr_test_util
2693 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002694- name: socket_utils_test
2695 build: test
2696 language: c
2697 src:
2698 - test/core/iomgr/socket_utils_test.c
2699 deps:
2700 - grpc_test_util
2701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002702 - gpr_test_util
2703 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002704 exclude_iomgrs:
2705 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002706 platforms:
2707 - mac
2708 - linux
2709 - posix
yang-g31e21282016-11-04 15:10:03 -07002710- name: ssl_server_fuzzer
2711 build: fuzzer
2712 language: c
2713 src:
2714 - test/core/security/ssl_server_fuzzer.c
2715 deps:
2716 - grpc_test_util
2717 - grpc
2718 - gpr_test_util
2719 - gpr
2720 corpus_dirs:
2721 - test/core/security/corpus/ssl_server_corpus
2722 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002723- name: status_conversion_test
2724 build: test
2725 language: c
2726 src:
2727 - test/core/transport/status_conversion_test.c
2728 deps:
2729 - grpc_test_util
2730 - grpc
2731 - gpr_test_util
2732 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002733- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002734 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002735 build: test
2736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002737 src:
2738 - test/core/iomgr/tcp_client_posix_test.c
2739 deps:
2740 - grpc_test_util
2741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002742 - gpr_test_util
2743 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002744 exclude_iomgrs:
2745 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002746 platforms:
2747 - mac
2748 - linux
2749 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002750- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002751 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002752 build: test
2753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002754 src:
2755 - test/core/iomgr/tcp_posix_test.c
2756 deps:
2757 - grpc_test_util
2758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002759 - gpr_test_util
2760 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002761 exclude_iomgrs:
2762 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002763 platforms:
2764 - mac
2765 - linux
2766 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002767- name: tcp_server_posix_test
2768 build: test
2769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002770 src:
2771 - test/core/iomgr/tcp_server_posix_test.c
2772 deps:
2773 - grpc_test_util
2774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002775 - gpr_test_util
2776 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002777 exclude_iomgrs:
2778 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002779 platforms:
2780 - mac
2781 - linux
2782 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002783- name: time_averaged_stats_test
2784 build: test
2785 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002786 src:
2787 - test/core/iomgr/time_averaged_stats_test.c
2788 deps:
2789 - grpc_test_util
2790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002791 - gpr_test_util
2792 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002793- name: timeout_encoding_test
2794 build: test
2795 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002796 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002797 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002798 deps:
2799 - grpc_test_util
2800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002801 - gpr_test_util
2802 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002803- name: timer_heap_test
2804 build: test
2805 language: c
2806 src:
2807 - test/core/iomgr/timer_heap_test.c
2808 deps:
2809 - grpc_test_util
2810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002811 - gpr_test_util
2812 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002813 exclude_iomgrs:
2814 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002815- name: timer_list_test
2816 build: test
2817 language: c
2818 src:
2819 - test/core/iomgr/timer_list_test.c
2820 deps:
2821 - grpc_test_util
2822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002823 - gpr_test_util
2824 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002825 exclude_iomgrs:
2826 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002827- name: transport_connectivity_state_test
2828 build: test
2829 language: c
2830 src:
2831 - test/core/transport/connectivity_state_test.c
2832 deps:
2833 - grpc_test_util
2834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002835 - gpr_test_util
2836 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002837- name: transport_metadata_test
2838 build: test
2839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002840 src:
2841 - test/core/transport/metadata_test.c
2842 deps:
2843 - grpc_test_util
2844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002845 - gpr_test_util
2846 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002847- name: transport_pid_controller_test
2848 build: test
2849 language: c
2850 src:
2851 - test/core/transport/pid_controller_test.c
2852 deps:
2853 - grpc_test_util
2854 - grpc
2855 - gpr_test_util
2856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002857- name: transport_security_test
2858 build: test
2859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002860 src:
2861 - test/core/tsi/transport_security_test.c
2862 deps:
2863 - grpc_test_util
2864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002865 - gpr_test_util
2866 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002867 platforms:
2868 - linux
2869 - posix
2870 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002871- name: udp_server_test
2872 build: test
2873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002874 src:
2875 - test/core/iomgr/udp_server_test.c
2876 deps:
2877 - grpc_test_util
2878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002879 - gpr_test_util
2880 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002881 exclude_iomgrs:
2882 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002883 platforms:
2884 - mac
2885 - linux
2886 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002887- name: uri_fuzzer_test
2888 build: fuzzer
2889 language: c
2890 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002891 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002892 deps:
2893 - grpc_test_util
2894 - grpc
2895 - gpr_test_util
2896 - gpr
2897 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002898 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002899 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002900- name: uri_parser_test
2901 build: test
2902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002903 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002904 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002905 deps:
2906 - grpc_test_util
2907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002908 - gpr_test_util
2909 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002910- name: wakeup_fd_cv_test
2911 build: test
2912 language: c
2913 src:
2914 - test/core/iomgr/wakeup_fd_cv_test.c
2915 deps:
2916 - grpc_test_util
2917 - grpc
2918 - gpr_test_util
2919 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002920 exclude_iomgrs:
2921 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002922 platforms:
2923 - mac
2924 - linux
2925 - posix
vjpai04e992a2016-02-10 16:58:38 -08002926- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002927 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002928 build: test
2929 language: c++
2930 src:
2931 - test/cpp/common/alarm_cpp_test.cc
2932 deps:
2933 - grpc++_test_util
2934 - grpc_test_util
2935 - grpc++
2936 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002937 - gpr_test_util
2938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002939- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002940 gtest: true
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/async_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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002952- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002953 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002954 build: test
2955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002956 src:
2957 - test/cpp/common/auth_property_iterator_test.cc
2958 deps:
2959 - grpc++_test_util
2960 - grpc_test_util
2961 - grpc++
2962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002963 - gpr_test_util
2964 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08002965- name: bm_call_create
2966 build: test
2967 language: c++
2968 src:
2969 - test/cpp/microbenchmarks/bm_call_create.cc
2970 deps:
2971 - benchmark
2972 - grpc++_test_util
2973 - grpc_test_util
2974 - grpc++
2975 - grpc
2976 - gpr_test_util
2977 - gpr
2978 args:
2979 - --benchmark_min_time=0
2980 platforms:
2981 - mac
2982 - linux
2983 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08002984- name: bm_closure
2985 build: test
2986 language: c++
2987 src:
2988 - test/cpp/microbenchmarks/bm_closure.cc
2989 deps:
2990 - benchmark
2991 - grpc_test_util
2992 - grpc
2993 - gpr_test_util
2994 - gpr
2995 args:
2996 - --benchmark_min_time=0
2997 platforms:
2998 - mac
2999 - linux
3000 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003001- name: bm_cq
3002 build: test
3003 language: c++
3004 src:
3005 - test/cpp/microbenchmarks/bm_cq.cc
3006 deps:
3007 - benchmark
3008 - grpc++_test_util
3009 - grpc_test_util
3010 - grpc++
3011 - grpc
3012 - gpr_test_util
3013 - gpr
3014 args:
3015 - --benchmark_min_time=0
3016 platforms:
3017 - mac
3018 - linux
3019 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003020- name: bm_error
3021 build: test
3022 language: c++
3023 src:
3024 - test/cpp/microbenchmarks/bm_error.cc
3025 deps:
3026 - benchmark
3027 - grpc++_test_util
3028 - grpc_test_util
3029 - grpc++
3030 - grpc
3031 - gpr_test_util
3032 - gpr
3033 args:
3034 - --benchmark_min_time=0
3035 platforms:
3036 - mac
3037 - linux
3038 - posix
Craig Tiller93d802b2016-10-25 21:05:49 -07003039- name: bm_fullstack
3040 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003041 language: c++
3042 src:
3043 - test/cpp/microbenchmarks/bm_fullstack.cc
3044 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003045 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003046 - grpc++_test_util
3047 - grpc_test_util
3048 - grpc++
3049 - grpc
3050 - gpr_test_util
3051 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003052 args:
3053 - --benchmark_min_time=0
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003054 platforms:
3055 - mac
3056 - linux
3057 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003058- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003059 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003060 build: test
3061 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003062 src:
yang-g52705592015-11-25 11:45:33 -08003063 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003064 deps:
3065 - grpc++
3066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003067 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08003068- name: channel_filter_test
3069 gtest: true
3070 build: test
3071 language: c++
3072 src:
3073 - test/cpp/common/channel_filter_test.cc
3074 deps:
3075 - grpc++
3076 - grpc
3077 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003078- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003079 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003080 build: test
3081 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003082 src:
3083 - test/cpp/util/cli_call_test.cc
3084 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003085 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003086 - grpc++_test_util
3087 - grpc_test_util
3088 - grpc++
3089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003090 - gpr_test_util
3091 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003092- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003093 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003094 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003095 build: test
3096 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003097 src:
3098 - test/cpp/end2end/client_crash_test.cc
3099 deps:
3100 - grpc++_test_util
3101 - grpc_test_util
3102 - grpc++
3103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003104 - gpr_test_util
3105 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003106 platforms:
3107 - mac
3108 - linux
3109 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003110- name: client_crash_test_server
3111 build: test
3112 run: false
3113 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003114 src:
3115 - test/cpp/end2end/client_crash_test_server.cc
3116 deps:
3117 - grpc++_test_util
3118 - grpc_test_util
3119 - grpc++
3120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003121 - gpr_test_util
3122 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003123- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003124 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003125 build: test
3126 language: c++
3127 src:
3128 - src/proto/grpc/testing/control.proto
3129 - src/proto/grpc/testing/messages.proto
3130 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003131 - src/proto/grpc/testing/services.proto
3132 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003133 - test/cpp/codegen/codegen_test_full.cc
3134 deps:
3135 - grpc++
3136 - grpc
3137 - gpr
3138 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003139 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003140- name: codegen_test_minimal
3141 gtest: true
3142 build: test
3143 language: c++
3144 src:
3145 - src/proto/grpc/testing/control.proto
3146 - src/proto/grpc/testing/messages.proto
3147 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003148 - src/proto/grpc/testing/services.proto
3149 - src/proto/grpc/testing/stats.proto
3150 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003151 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003152 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003153 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003154- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003155 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003156 build: test
3157 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003158 src:
3159 - test/cpp/client/credentials_test.cc
3160 deps:
3161 - grpc++
3162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003163 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003164- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003165 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003166 build: test
3167 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003168 src:
3169 - test/cpp/util/byte_buffer_test.cc
3170 deps:
3171 - grpc_test_util
3172 - grpc++
3173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003174 - gpr_test_util
3175 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003176- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003177 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003178 build: test
3179 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003180 src:
3181 - test/cpp/util/slice_test.cc
3182 deps:
3183 - grpc_test_util
3184 - grpc++
3185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003186 - gpr_test_util
3187 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003188- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003189 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003190 build: test
3191 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003192 src:
3193 - test/cpp/util/string_ref_test.cc
3194 deps:
3195 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003196- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003197 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003198 build: test
3199 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003200 src:
3201 - test/cpp/util/time_test.cc
3202 deps:
3203 - grpc_test_util
3204 - grpc++
3205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003206 - gpr_test_util
3207 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003208- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003209 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003210 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003211 build: test
3212 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003213 src:
3214 - test/cpp/end2end/end2end_test.cc
3215 deps:
3216 - grpc++_test_util
3217 - grpc_test_util
3218 - grpc++
3219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003220 - gpr_test_util
3221 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003222- name: filter_end2end_test
3223 gtest: true
3224 build: test
3225 language: c++
3226 src:
3227 - test/cpp/end2end/filter_end2end_test.cc
3228 deps:
3229 - grpc++_test_util
3230 - grpc_test_util
3231 - grpc++
3232 - grpc
3233 - gpr_test_util
3234 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003235- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003236 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003237 build: test
3238 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003239 src:
3240 - test/cpp/end2end/generic_end2end_test.cc
3241 deps:
3242 - grpc++_test_util
3243 - grpc_test_util
3244 - grpc++
3245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003246 - gpr_test_util
3247 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003248- name: golden_file_test
3249 gtest: true
3250 build: test
3251 language: c++
3252 src:
3253 - src/proto/grpc/testing/compiler_test.proto
3254 - test/cpp/codegen/golden_file_test.cc
3255 deps:
3256 - grpc++
3257 - grpc
3258 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003259- name: grpc_cli
3260 build: test
3261 run: false
3262 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003263 src:
3264 - test/cpp/util/grpc_cli.cc
3265 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003266 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003267 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003268 - grpc++
3269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003270 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003271 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003272- name: grpc_cpp_plugin
3273 build: protoc
3274 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003275 src:
3276 - src/compiler/cpp_plugin.cc
3277 deps:
3278 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003279 secure: false
3280 vs_config_type: Application
3281 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3282- name: grpc_csharp_plugin
3283 build: protoc
3284 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003285 src:
3286 - src/compiler/csharp_plugin.cc
3287 deps:
3288 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003289 secure: false
3290 vs_config_type: Application
3291 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003292- name: grpc_node_plugin
3293 build: protoc
3294 language: c++
3295 src:
3296 - src/compiler/node_plugin.cc
3297 deps:
3298 - grpc_plugin_support
3299 secure: false
3300 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003301- name: grpc_objective_c_plugin
3302 build: protoc
3303 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003304 src:
3305 - src/compiler/objective_c_plugin.cc
3306 deps:
3307 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003308 secure: false
3309 vs_config_type: Application
3310 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003311- name: grpc_php_plugin
3312 build: protoc
3313 language: c++
3314 src:
3315 - src/compiler/php_plugin.cc
3316 deps:
3317 - grpc_plugin_support
3318 secure: false
3319 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003320- name: grpc_python_plugin
3321 build: protoc
3322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003323 src:
3324 - src/compiler/python_plugin.cc
3325 deps:
3326 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003327 secure: false
3328 vs_config_type: Application
3329 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3330- name: grpc_ruby_plugin
3331 build: protoc
3332 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003333 src:
3334 - src/compiler/ruby_plugin.cc
3335 deps:
3336 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003337 secure: false
3338 vs_config_type: Application
3339 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003340- name: grpc_tool_test
3341 gtest: true
3342 build: test
3343 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003344 src:
3345 - src/proto/grpc/testing/echo.proto
3346 - src/proto/grpc/testing/echo_messages.proto
3347 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003348 deps:
3349 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003350 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003351 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003352 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003353 - grpc_test_util
3354 - grpc++
3355 - grpc
3356 - gpr_test_util
3357 - gpr
3358 filegroups:
3359 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003360- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003361 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003362 build: test
3363 language: c++
3364 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003365 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003366 - test/cpp/grpclb/grpclb_api_test.cc
3367 deps:
3368 - grpc++_test_util
3369 - grpc_test_util
3370 - grpc++
3371 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003372- name: grpclb_test
3373 gtest: false
3374 build: test
3375 language: c++
3376 src:
3377 - src/proto/grpc/lb/v1/load_balancer.proto
3378 - test/cpp/grpclb/grpclb_test.cc
3379 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003380 - grpc++_test_util
3381 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003382 - grpc++
3383 - grpc
3384 - gpr_test_util
3385 - gpr
yang-gad327642016-12-12 14:32:09 -08003386- name: health_service_end2end_test
3387 gtest: true
3388 build: test
3389 language: c++
3390 src:
3391 - test/cpp/end2end/health_service_end2end_test.cc
3392 deps:
3393 - grpc++_test_util
3394 - grpc_test_util
3395 - grpc++
3396 - grpc
3397 - gpr_test_util
3398 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003399- name: http2_client
3400 build: test
3401 run: false
3402 language: c++
3403 src: []
3404 deps:
3405 - http2_client_main
3406 - grpc++_test_util
3407 - grpc_test_util
3408 - grpc++
3409 - grpc
3410 - grpc++_test_config
3411 platforms:
3412 - mac
3413 - linux
3414 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003415- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003416 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003417 build: test
3418 language: c++
3419 src:
3420 - test/cpp/end2end/hybrid_end2end_test.cc
3421 deps:
3422 - grpc++_test_util
3423 - grpc_test_util
3424 - grpc++
3425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003426 - gpr_test_util
3427 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003428- name: interop_client
3429 build: test
3430 run: false
3431 language: c++
3432 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003433 deps:
3434 - interop_client_main
3435 - interop_client_helper
3436 - grpc++_test_util
3437 - grpc_test_util
3438 - grpc++
3439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003440 - gpr_test_util
3441 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003442 - grpc++_test_config
3443 platforms:
3444 - mac
3445 - linux
3446 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003447- name: interop_server
3448 build: test
3449 run: false
3450 language: c++
3451 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003452 deps:
3453 - interop_server_main
3454 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003455 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003456 - grpc++_test_util
3457 - grpc_test_util
3458 - grpc++
3459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003460 - gpr_test_util
3461 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003462 - grpc++_test_config
3463 platforms:
3464 - mac
3465 - linux
3466 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003467- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003468 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003469 build: test
3470 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003471 src:
3472 - test/cpp/interop/interop_test.cc
3473 deps:
3474 - grpc_test_util
3475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003476 - gpr_test_util
3477 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003478 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003479 platforms:
3480 - mac
3481 - linux
3482 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003483- name: json_run_localhost
3484 build: test
3485 run: false
3486 language: c++
3487 src:
3488 - test/cpp/qps/json_run_localhost.cc
3489 deps:
3490 - grpc++_test_util
3491 - grpc_test_util
3492 - grpc++
3493 - grpc
3494 - gpr_test_util
3495 - gpr
3496 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003497 platforms:
3498 - mac
3499 - linux
3500 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003501- name: metrics_client
3502 build: test
3503 run: false
3504 language: c++
3505 headers:
3506 - test/cpp/util/metrics_server.h
3507 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003508 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003509 - test/cpp/interop/metrics_client.cc
3510 deps:
3511 - grpc++
3512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003513 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003514 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003515- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003516 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003517 build: test
3518 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003519 src:
3520 - test/cpp/end2end/mock_test.cc
3521 deps:
3522 - grpc++_test_util
3523 - grpc_test_util
3524 - grpc++
3525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003526 - gpr_test_util
3527 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003528- name: noop-benchmark
3529 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003530 language: c++
3531 src:
3532 - test/cpp/microbenchmarks/noop-benchmark.cc
3533 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003534 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003535- name: proto_server_reflection_test
3536 gtest: true
3537 build: test
3538 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003539 src:
3540 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003541 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003542 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003543 - grpc++_reflection
3544 - grpc++_test_util
3545 - grpc_test_util
3546 - grpc++
3547 - grpc
3548 - gpr_test_util
3549 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003550- name: proto_utils_test
3551 gtest: true
3552 build: test
3553 language: c++
3554 src:
3555 - test/cpp/codegen/proto_utils_test.cc
3556 deps:
3557 - grpc++
3558 - grpc
3559 filegroups:
3560 - grpc++_codegen_base
3561 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003562- name: qps_interarrival_test
3563 build: test
3564 run: false
3565 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003566 src:
3567 - test/cpp/qps/qps_interarrival_test.cc
3568 deps:
3569 - qps
3570 - grpc++_test_util
3571 - grpc_test_util
3572 - grpc++
3573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003574 - gpr_test_util
3575 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003576 platforms:
3577 - mac
3578 - linux
3579 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003580- name: qps_json_driver
3581 build: test
3582 run: false
3583 language: c++
3584 src:
3585 - test/cpp/qps/qps_json_driver.cc
3586 deps:
3587 - qps
3588 - grpc++_test_util
3589 - grpc_test_util
3590 - grpc++
3591 - grpc
3592 - gpr_test_util
3593 - gpr
3594 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003595- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003596 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003597 build: test
3598 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003599 src:
3600 - test/cpp/qps/qps_openloop_test.cc
3601 deps:
3602 - qps
3603 - grpc++_test_util
3604 - grpc_test_util
3605 - grpc++
3606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003607 - gpr_test_util
3608 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003609 - grpc++_test_config
3610 platforms:
3611 - mac
3612 - linux
3613 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003614- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003615 build: test
3616 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003617 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003618 headers:
3619 - test/cpp/qps/client.h
3620 - test/cpp/qps/server.h
3621 src:
3622 - test/cpp/qps/worker.cc
3623 deps:
3624 - qps
3625 - grpc++_test_util
3626 - grpc_test_util
3627 - grpc++
3628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003629 - gpr_test_util
3630 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003631 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003632- name: reconnect_interop_client
3633 build: test
3634 run: false
3635 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003636 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003637 - src/proto/grpc/testing/empty.proto
3638 - src/proto/grpc/testing/messages.proto
3639 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003640 - test/cpp/interop/reconnect_interop_client.cc
3641 deps:
3642 - grpc++_test_util
3643 - grpc_test_util
3644 - grpc++
3645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003646 - gpr_test_util
3647 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003648 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003649- name: reconnect_interop_server
3650 build: test
3651 run: false
3652 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003653 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003654 - src/proto/grpc/testing/empty.proto
3655 - src/proto/grpc/testing/messages.proto
3656 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003657 - test/cpp/interop/reconnect_interop_server.cc
3658 deps:
3659 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003660 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003661 - grpc++_test_util
3662 - grpc_test_util
3663 - grpc++
3664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003665 - gpr_test_util
3666 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003667 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003668- name: round_robin_end2end_test
3669 gtest: true
3670 build: test
3671 language: c++
3672 src:
3673 - test/cpp/end2end/round_robin_end2end_test.cc
3674 deps:
3675 - grpc++_test_util
3676 - grpc_test_util
3677 - grpc++
3678 - grpc
3679 - gpr_test_util
3680 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003681- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003682 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003683 build: test
3684 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003685 src:
3686 - test/cpp/common/secure_auth_context_test.cc
3687 deps:
3688 - grpc++_test_util
3689 - grpc_test_util
3690 - grpc++
3691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003692 - gpr_test_util
3693 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003694- name: secure_sync_unary_ping_pong_test
3695 build: test
3696 language: c++
3697 src:
3698 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3699 deps:
3700 - qps
3701 - grpc++_test_util
3702 - grpc_test_util
3703 - grpc++
3704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003705 - gpr_test_util
3706 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003707 platforms:
3708 - mac
3709 - linux
3710 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003711- name: server_builder_plugin_test
3712 gtest: true
3713 build: test
3714 language: c++
3715 src:
3716 - test/cpp/end2end/server_builder_plugin_test.cc
3717 deps:
3718 - grpc++_test_util
3719 - grpc_test_util
3720 - grpc++
3721 - grpc
3722 - gpr_test_util
3723 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003724- name: server_context_test_spouse_test
3725 gtest: true
3726 build: test
3727 language: c++
3728 src:
3729 - test/cpp/test/server_context_test_spouse_test.cc
3730 deps:
3731 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003732 - grpc++
3733 - grpc
3734 - gpr_test_util
3735 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003736 uses:
3737 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003738- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003739 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003740 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003741 build: test
3742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003743 src:
3744 - test/cpp/end2end/server_crash_test.cc
3745 deps:
3746 - grpc++_test_util
3747 - grpc_test_util
3748 - grpc++
3749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003750 - gpr_test_util
3751 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003752 platforms:
3753 - mac
3754 - linux
3755 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003756- name: server_crash_test_client
3757 build: test
3758 run: false
3759 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003760 src:
3761 - test/cpp/end2end/server_crash_test_client.cc
3762 deps:
3763 - grpc++_test_util
3764 - grpc_test_util
3765 - grpc++
3766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003767 - gpr_test_util
3768 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003769- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003770 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003771 build: test
3772 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003773 src:
3774 - test/cpp/end2end/shutdown_test.cc
3775 deps:
3776 - grpc++_test_util
3777 - grpc_test_util
3778 - grpc++
3779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003780 - gpr_test_util
3781 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003782- name: status_test
3783 build: test
3784 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003785 src:
3786 - test/cpp/util/status_test.cc
3787 deps:
3788 - grpc_test_util
3789 - grpc++
3790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003791 - gpr_test_util
3792 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003793- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003794 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003795 build: test
3796 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003797 src:
3798 - test/cpp/end2end/streaming_throughput_test.cc
3799 deps:
3800 - grpc++_test_util
3801 - grpc_test_util
3802 - grpc++
3803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003804 - gpr_test_util
3805 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003806 platforms:
3807 - mac
3808 - linux
3809 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003810- name: stress_test
3811 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003812 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003813 language: c++
3814 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003815 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003816 - test/cpp/interop/interop_client.h
3817 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003818 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003819 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003820 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003821 - src/proto/grpc/testing/empty.proto
3822 - src/proto/grpc/testing/messages.proto
3823 - src/proto/grpc/testing/metrics.proto
3824 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003825 - test/cpp/interop/interop_client.cc
3826 - test/cpp/interop/stress_interop_client.cc
3827 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003828 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003829 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003830 deps:
3831 - grpc++_test_util
3832 - grpc_test_util
3833 - grpc++
3834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003835 - gpr_test_util
3836 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003837 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003838- name: thread_manager_test
3839 build: test
3840 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003841 src:
3842 - test/cpp/thread_manager/thread_manager_test.cc
3843 deps:
3844 - grpc++
3845 - grpc
3846 - gpr
3847 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003848- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003849 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003850 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003851 build: test
3852 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003853 src:
3854 - test/cpp/end2end/thread_stress_test.cc
3855 deps:
3856 - grpc++_test_util
3857 - grpc_test_util
3858 - grpc++
3859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003860 - gpr_test_util
3861 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08003862- name: writes_per_rpc_test
3863 gtest: true
3864 cpu_cost: 0.5
3865 build: test
3866 language: c++
3867 src:
3868 - test/cpp/performance/writes_per_rpc_test.cc
3869 deps:
3870 - grpc++_test_util
3871 - grpc_test_util
3872 - grpc++
3873 - grpc
3874 - gpr_test_util
3875 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08003876 platforms:
3877 - mac
3878 - linux
3879 - posix
Craig Tillerab230452016-01-04 08:18:43 -08003880- name: public_headers_must_be_c89
3881 build: test
3882 language: c89
3883 src:
3884 - test/core/surface/public_headers_must_be_c89.c
3885 deps:
3886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003887 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003888vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003889- linkage: static
3890 name: grpc.dependencies.zlib
3891 props: false
3892 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003893 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003894- linkage: static
3895 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003896 props: true
3897 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003898 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003899- name: gflags
3900 props: false
3901 redist: false
3902 version: 2.1.2.1
3903- name: gtest
3904 props: false
3905 redist: false
3906 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003907configs:
3908 asan:
3909 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003910 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3911 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003912 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003913 LD: clang
3914 LDFLAGS: -fsanitize=address
3915 LDXX: clang++
3916 compile_the_world: true
3917 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003918 ASAN_OPTIONS: detect_leaks=1:color=always
3919 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003920 asan-noleaks:
3921 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003922 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3923 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003924 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003925 LD: clang
3926 LDFLAGS: -fsanitize=address
3927 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003928 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003929 test_environ:
3930 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07003931 asan-trace-cmp:
3932 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003933 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3934 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003935 CXX: clang++
3936 LD: clang
3937 LDFLAGS: -fsanitize=address
3938 LDXX: clang++
3939 compile_the_world: true
3940 test_environ:
3941 ASAN_OPTIONS: detect_leaks=1:color=always
3942 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003943 basicprof:
3944 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3945 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08003946 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08003947 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08003948 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003949 dbg:
3950 CPPFLAGS: -O0
3951 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003952 gcov:
3953 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003954 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003955 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003956 DEFINES: _DEBUG DEBUG GPR_GCOV
3957 LD: gcc
3958 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3959 LDXX: g++
3960 helgrind:
3961 CPPFLAGS: -O0
3962 DEFINES: _DEBUG DEBUG
3963 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003964 valgrind: --tool=helgrind
3965 memcheck:
3966 CPPFLAGS: -O0
3967 DEFINES: _DEBUG DEBUG
3968 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003969 valgrind: --tool=memcheck --leak-check=full
3970 msan:
3971 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003972 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3973 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3974 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003975 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003976 DEFINES: NDEBUG
3977 LD: clang
3978 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3979 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3980 LDXX: clang++
3981 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003982 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003983 CPPFLAGS: -O3 -fno-omit-frame-pointer
3984 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003985 LDFLAGS: -rdynamic
3986 opt:
3987 CPPFLAGS: -O2
3988 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003989 stapprof:
3990 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3991 DEFINES: NDEBUG
3992 tsan:
3993 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003994 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003995 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003996 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003997 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003998 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003999 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004000 LDXX: clang++
4001 compile_the_world: true
4002 test_environ:
4003 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004004 ubsan:
4005 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004006 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4007 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004008 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004009 DEFINES: NDEBUG
4010 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004011 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004012 LDXX: clang++
4013 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004014 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004015 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004016defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004017 benchmark:
4018 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004019 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004020 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004021 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004022 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004023 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004024 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004025 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004026 LDFLAGS: -g
4027 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004028 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004029 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004030node_modules:
4031- deps:
4032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004033 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004034 - boringssl
4035 - z
murgatroid9994a75412015-11-19 14:04:53 -08004036 headers:
4037 - src/node/ext/byte_buffer.h
4038 - src/node/ext/call.h
4039 - src/node/ext/call_credentials.h
4040 - src/node/ext/channel.h
4041 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004042 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004043 - src/node/ext/server.h
4044 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004045 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004046 - src/node/ext/timeval.h
4047 js:
4048 - src/node/index.js
4049 - src/node/src/client.js
4050 - src/node/src/common.js
4051 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004052 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004053 - src/node/src/metadata.js
4054 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004055 name: grpc_node
4056 src:
4057 - src/node/ext/byte_buffer.cc
4058 - src/node/ext/call.cc
4059 - src/node/ext/call_credentials.cc
4060 - src/node/ext/channel.cc
4061 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004062 - src/node/ext/completion_queue_threadpool.cc
4063 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004064 - src/node/ext/node_grpc.cc
4065 - src/node/ext/server.cc
4066 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004067 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004068 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004069openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004070 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004071 extraction_dir: openssl-1.0.2f
4072 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004073php_config_m4:
4074 deps:
4075 - grpc
4076 - gpr
4077 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004078 headers:
4079 - src/php/ext/grpc/byte_buffer.h
4080 - src/php/ext/grpc/call.h
4081 - src/php/ext/grpc/call_credentials.h
4082 - src/php/ext/grpc/channel.h
4083 - src/php/ext/grpc/channel_credentials.h
4084 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004085 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004086 - src/php/ext/grpc/php_grpc.h
4087 - src/php/ext/grpc/server.h
4088 - src/php/ext/grpc/server_credentials.h
4089 - src/php/ext/grpc/timeval.h
4090 src:
4091 - src/php/ext/grpc/byte_buffer.c
4092 - src/php/ext/grpc/call.c
4093 - src/php/ext/grpc/call_credentials.c
4094 - src/php/ext/grpc/channel.c
4095 - src/php/ext/grpc/channel_credentials.c
4096 - src/php/ext/grpc/completion_queue.c
4097 - src/php/ext/grpc/php_grpc.c
4098 - src/php/ext/grpc/server.c
4099 - src/php/ext/grpc/server_credentials.c
4100 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004101python_dependencies:
4102 deps:
4103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004104 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004105 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004106 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004107ruby_gem:
4108 deps:
4109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004111 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004112 - z