blob: 9c4da69b6cf90e931318f3569d9c84403a1d5136 [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
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700981 generate_plugin_registry: true
982 platforms:
983 - linux
984 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100985- name: grpc_dll
986 build: private
987 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100988 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100989 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100990 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100991 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100992 build_system:
993 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100994 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100995 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100996 vs_config_type: DynamicLibrary
997 vs_packages:
998 - grpc.dependencies.openssl
999 - grpc.dependencies.zlib
1000 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1001 vs_props:
1002 - zlib
1003 - openssl
1004 - winsock
1005 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006- name: grpc_test_util
1007 build: private
1008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001009 headers:
1010 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001011 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001012 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001013 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001014 - test/core/end2end/data/server1_cert.c
1015 - test/core/end2end/data/server1_key.c
1016 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001017 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001018 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001019 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001020 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001021 - grpc
1022 filegroups:
1023 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001024 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001025 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1026- name: grpc_test_util_unsecure
1027 build: private
1028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001029 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001030 - gpr
1031 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001032 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001033 filegroups:
1034 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001035 secure: false
1036 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1037- name: grpc_unsecure
1038 build: all
1039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001040 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001041 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001042 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001043 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001044 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001046 filegroups:
1047 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001048 - grpc_transport_chttp2_server_insecure
1049 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001050 - grpc_resolver_dns_native
1051 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001052 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001053 - grpc_lb_policy_grpclb
1054 - grpc_lb_policy_pick_first
1055 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001056 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001057 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001058 secure: false
1059 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001060- name: reconnect_server
1061 build: private
1062 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001063 headers:
1064 - test/core/util/reconnect_server.h
1065 src:
1066 - test/core/util/reconnect_server.c
1067 deps:
yang-gc9fca182015-11-06 16:41:33 -08001068 - test_tcp_server
1069 - grpc_test_util
1070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001071 - gpr_test_util
1072 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001073- name: test_tcp_server
1074 build: private
1075 language: c
1076 headers:
1077 - test/core/util/test_tcp_server.h
1078 src:
1079 - test/core/util/test_tcp_server.c
1080 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001081 - grpc_test_util
1082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001083 - gpr_test_util
1084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085- name: grpc++
1086 build: all
1087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001088 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001089 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001090 - src/cpp/client/secure_credentials.h
1091 - src/cpp/common/secure_auth_context.h
1092 - src/cpp/server/secure_server_credentials.h
1093 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001094 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001095 - src/cpp/client/secure_credentials.cc
1096 - src/cpp/common/auth_property_iterator.cc
1097 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001098 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001099 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001100 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001101 - src/cpp/server/secure_server_credentials.cc
1102 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001103 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001104 baselib: true
1105 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001106 filegroups:
1107 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001108 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001109 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001110 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001111 secure: check
1112 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001113- name: grpc++_cronet
1114 build: all
1115 language: c++
1116 src:
1117 - src/cpp/client/cronet_credentials.cc
1118 - src/cpp/client/insecure_credentials.cc
1119 - src/cpp/common/insecure_create_auth_context.cc
1120 - src/cpp/server/insecure_server_credentials.cc
1121 deps:
1122 - gpr
1123 - grpc_cronet
1124 baselib: true
1125 dll: true
1126 filegroups:
1127 - grpc++_base
1128 - grpc++_codegen_base
1129 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001130 - grpc_transport_chttp2_client_insecure
1131 - grpc_transport_chttp2_server_insecure
1132 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001133 platforms:
1134 - linux
1135 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001136- name: grpc++_proto_reflection_desc_db
1137 build: private
1138 language: c++
1139 headers:
1140 - test/cpp/util/proto_reflection_descriptor_database.h
1141 src:
1142 - test/cpp/util/proto_reflection_descriptor_database.cc
1143 deps:
1144 - grpc++
1145 filegroups:
1146 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001147 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001148- name: grpc++_reflection
1149 build: all
1150 language: c++
1151 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001152 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001153 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001154 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001155 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001156 - src/cpp/ext/proto_server_reflection.cc
1157 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001158 deps:
1159 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001160 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001161 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001162- name: grpc++_test_config
1163 build: private
1164 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001165 headers:
1166 - test/cpp/util/test_config.h
1167 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001168 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169- name: grpc++_test_util
1170 build: private
1171 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001172 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001173 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001174 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001175 - test/cpp/util/create_test_channel.h
1176 - test/cpp/util/string_ref_helper.h
1177 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001178 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001179 src:
yang-gc8a49d22016-12-12 11:18:49 -08001180 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001181 - src/proto/grpc/testing/echo_messages.proto
1182 - src/proto/grpc/testing/echo.proto
1183 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001184 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001185 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001186 - test/cpp/util/create_test_channel.cc
1187 - test/cpp/util/string_ref_helper.cc
1188 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001189 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001190 deps:
1191 - grpc++
1192 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001193 filegroups:
1194 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001195 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001196 - grpc++_codegen_proto
1197 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001198 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001199- name: grpc++_unsecure
1200 build: all
1201 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001202 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001203 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001204 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001205 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001206 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001207 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001208 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209 baselib: true
1210 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001211 filegroups:
1212 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001213 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001214 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001215 secure: false
1216 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001217- name: grpc_cli_libs
1218 build: private
1219 language: c++
1220 headers:
1221 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001222 - test/cpp/util/cli_credentials.h
1223 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001224 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001225 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001226 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001227 src:
1228 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001229 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001230 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001231 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001232 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001233 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001234 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001235 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001236 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001237 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001238 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239- name: grpc_plugin_support
1240 build: protoc
1241 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001242 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001243 - src/compiler/config.h
1244 - src/compiler/cpp_generator.h
1245 - src/compiler/cpp_generator_helpers.h
1246 - src/compiler/csharp_generator.h
1247 - src/compiler/csharp_generator_helpers.h
1248 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001249 - src/compiler/node_generator.h
1250 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001251 - src/compiler/objective_c_generator.h
1252 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001253 - src/compiler/php_generator.h
1254 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001255 - src/compiler/python_generator.h
1256 - src/compiler/ruby_generator.h
1257 - src/compiler/ruby_generator_helpers-inl.h
1258 - src/compiler/ruby_generator_map-inl.h
1259 - src/compiler/ruby_generator_string-inl.h
1260 src:
1261 - src/compiler/cpp_generator.cc
1262 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001263 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001264 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001265 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001266 - src/compiler/python_generator.cc
1267 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001268 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001269 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001270 secure: false
1271 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001272 vs_props:
1273 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001274- name: http2_client_main
1275 build: private
1276 language: c++
1277 headers:
1278 - test/cpp/interop/http2_client.h
1279 src:
1280 - src/proto/grpc/testing/empty.proto
1281 - src/proto/grpc/testing/messages.proto
1282 - src/proto/grpc/testing/test.proto
1283 - test/cpp/interop/http2_client.cc
1284 deps:
1285 - grpc++_test_util
1286 - grpc_test_util
1287 - grpc++
1288 - grpc
1289 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290- name: interop_client_helper
1291 build: private
1292 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001293 headers:
1294 - test/cpp/interop/client_helper.h
1295 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001296 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001297 - test/cpp/interop/client_helper.cc
1298 deps:
1299 - grpc++_test_util
1300 - grpc_test_util
1301 - grpc++
1302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001304- name: interop_client_main
1305 build: private
1306 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001307 headers:
1308 - test/cpp/interop/interop_client.h
1309 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001310 - src/proto/grpc/testing/empty.proto
1311 - src/proto/grpc/testing/messages.proto
1312 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001313 - test/cpp/interop/client.cc
1314 - test/cpp/interop/interop_client.cc
1315 deps:
1316 - interop_client_helper
1317 - grpc++_test_util
1318 - grpc_test_util
1319 - grpc++
1320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001321 - gpr_test_util
1322 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001323 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: interop_server_helper
1325 build: private
1326 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001327 headers:
1328 - test/cpp/interop/server_helper.h
1329 src:
1330 - test/cpp/interop/server_helper.cc
1331 deps:
yang-gcc591022017-01-11 11:10:43 -08001332 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001333 - grpc_test_util
1334 - grpc++
1335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001336 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001337- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001338 build: private
1339 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001340 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001341 - src/proto/grpc/testing/empty.proto
1342 - src/proto/grpc/testing/messages.proto
1343 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001344 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001345 deps:
1346 - interop_server_helper
1347 - grpc++_test_util
1348 - grpc_test_util
1349 - grpc++
1350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001351 - gpr_test_util
1352 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001353 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001354- name: interop_server_main
1355 build: private
1356 language: c++
1357 src:
1358 - test/cpp/interop/interop_server_bootstrap.cc
1359 deps:
1360 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001361- name: qps
1362 build: private
1363 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001364 headers:
1365 - test/cpp/qps/client.h
1366 - test/cpp/qps/driver.h
1367 - test/cpp/qps/histogram.h
1368 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001369 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001370 - test/cpp/qps/qps_worker.h
1371 - test/cpp/qps/report.h
1372 - test/cpp/qps/server.h
1373 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001374 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001375 - test/cpp/util/benchmark_config.h
1376 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001377 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001378 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001379 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001380 - src/proto/grpc/testing/control.proto
1381 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001382 - test/cpp/qps/client_async.cc
1383 - test/cpp/qps/client_sync.cc
1384 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001385 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001386 - test/cpp/qps/qps_worker.cc
1387 - test/cpp/qps/report.cc
1388 - test/cpp/qps/server_async.cc
1389 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001390 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001391 - test/cpp/util/benchmark_config.cc
1392 deps:
1393 - grpc_test_util
1394 - grpc++_test_util
1395 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001396- name: grpc_csharp_ext
1397 build: all
1398 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001399 src:
1400 - src/csharp/ext/grpc_csharp_ext.c
1401 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001403 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001404 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001405 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001406 dll: only
1407 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001408 vs_packages:
1409 - grpc.dependencies.openssl
1410 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001412 vs_props:
1413 - zlib
1414 - openssl
1415 - winsock
1416 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001417targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001418- name: alarm_test
1419 build: test
1420 language: c
1421 src:
1422 - test/core/surface/alarm_test.c
1423 deps:
1424 - grpc_test_util
1425 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001426 - gpr_test_util
1427 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001428- name: algorithm_test
1429 build: test
1430 language: c
1431 src:
1432 - test/core/compression/algorithm_test.c
1433 deps:
1434 - grpc_test_util
1435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001436 - gpr_test_util
1437 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001438- name: alloc_test
1439 build: test
1440 language: c
1441 src:
1442 - test/core/support/alloc_test.c
1443 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001444 - gpr_test_util
1445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001446- name: alpn_test
1447 build: test
1448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001449 src:
1450 - test/core/transport/chttp2/alpn_test.c
1451 deps:
1452 - grpc_test_util
1453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001456- name: api_fuzzer
1457 build: fuzzer
1458 language: c
1459 src:
1460 - test/core/end2end/fuzzers/api_fuzzer.c
1461 deps:
1462 - grpc_test_util
1463 - grpc
1464 - gpr_test_util
1465 - gpr
1466 corpus_dirs:
1467 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001468 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001469 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001470- name: bad_server_response_test
1471 build: test
1472 language: c
1473 src:
1474 - test/core/end2end/bad_server_response_test.c
1475 deps:
1476 - test_tcp_server
1477 - grpc_test_util
1478 - grpc
1479 - gpr_test_util
1480 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001481 exclude_iomgrs:
1482 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001483- name: bdp_estimator_test
1484 build: test
1485 language: c
1486 src:
1487 - test/core/transport/bdp_estimator_test.c
1488 deps:
1489 - grpc_test_util
1490 - grpc
1491 - gpr_test_util
1492 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001493- name: bin_decoder_test
1494 build: test
1495 language: c
1496 src:
1497 - test/core/transport/chttp2/bin_decoder_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001501- name: bin_encoder_test
1502 build: test
1503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
1505 - test/core/transport/chttp2/bin_encoder_test.c
1506 deps:
1507 - grpc_test_util
1508 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001509- name: census_context_test
1510 build: test
1511 language: c
1512 src:
1513 - test/core/census/context_test.c
1514 deps:
1515 - grpc_test_util
1516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001519- name: census_resource_test
1520 build: test
1521 language: c
1522 src:
1523 - test/core/census/resource_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
1527 - gpr_test_util
1528 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001529- name: census_trace_context_test
1530 build: test
1531 language: c
1532 src:
1533 - test/core/census/trace_context_test.c
1534 deps:
1535 - grpc_test_util
1536 - grpc
1537 - gpr_test_util
1538 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001539- name: channel_create_test
1540 build: test
1541 language: c
1542 src:
1543 - test/core/surface/channel_create_test.c
1544 deps:
1545 - grpc_test_util
1546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001547 - gpr_test_util
1548 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001549- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001550 build: test
1551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001552 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001553 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001554 deps:
1555 - grpc_test_util
1556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001557 - gpr_test_util
1558 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001559- name: chttp2_stream_map_test
1560 build: test
1561 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001562 src:
1563 - test/core/transport/chttp2/stream_map_test.c
1564 deps:
1565 - grpc_test_util
1566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001567 - gpr_test_util
1568 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001569- name: chttp2_varint_test
1570 build: test
1571 language: c
1572 src:
1573 - test/core/transport/chttp2/varint_test.c
1574 deps:
1575 - grpc_test_util
1576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001579- name: client_fuzzer
1580 build: fuzzer
1581 language: c
1582 src:
1583 - test/core/end2end/fuzzers/client_fuzzer.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
1587 - gpr_test_util
1588 - gpr
1589 corpus_dirs:
1590 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001591 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001592 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001593- name: combiner_test
1594 cpu_cost: 30
1595 build: test
1596 language: c
1597 src:
1598 - test/core/iomgr/combiner_test.c
1599 deps:
1600 - grpc_test_util
1601 - grpc
1602 - gpr_test_util
1603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604- name: compression_test
1605 build: test
1606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001607 src:
1608 - test/core/compression/compression_test.c
1609 deps:
1610 - grpc_test_util
1611 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001612 - gpr_test_util
1613 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001614- name: concurrent_connectivity_test
1615 build: test
1616 language: c
1617 src:
1618 - test/core/surface/concurrent_connectivity_test.c
1619 deps:
1620 - grpc_test_util
1621 - grpc
1622 - gpr_test_util
1623 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001624 exclude_iomgrs:
1625 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001626- name: connection_refused_test
1627 cpu_cost: 0.1
1628 build: test
1629 language: c
1630 src:
1631 - test/core/end2end/connection_refused_test.c
1632 deps:
1633 - grpc_test_util
1634 - grpc
1635 - gpr_test_util
1636 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001637- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001638 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001639 build: test
1640 language: c
1641 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001642 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001643 deps:
1644 - grpc_test_util
1645 - grpc
1646 - gpr_test_util
1647 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001648 exclude_iomgrs:
1649 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001650- name: dns_resolver_test
1651 build: test
1652 language: c
1653 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001654 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001655 deps:
1656 - grpc_test_util
1657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001658 - gpr_test_util
1659 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001660- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001661 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662 build: test
1663 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001664 src:
1665 - test/core/end2end/dualstack_socket_test.c
1666 deps:
1667 - grpc_test_util
1668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001669 - gpr_test_util
1670 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001671 exclude_iomgrs:
1672 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001673 platforms:
1674 - mac
1675 - linux
1676 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001677- name: endpoint_pair_test
1678 build: test
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/iomgr/endpoint_pair_test.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001685 - gpr_test_util
1686 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001687 exclude_iomgrs:
1688 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001689- name: ev_epoll_linux_test
1690 build: test
1691 language: c
1692 src:
1693 - test/core/iomgr/ev_epoll_linux_test.c
1694 deps:
1695 - grpc_test_util
1696 - grpc
1697 - gpr_test_util
1698 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001699 exclude_iomgrs:
1700 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001701 platforms:
1702 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703- name: fd_conservation_posix_test
1704 build: test
1705 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001706 src:
1707 - test/core/iomgr/fd_conservation_posix_test.c
1708 deps:
1709 - grpc_test_util
1710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr_test_util
1712 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001713 exclude_iomgrs:
1714 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001715 platforms:
1716 - mac
1717 - linux
1718 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719- name: fd_posix_test
1720 build: test
1721 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001722 src:
1723 - test/core/iomgr/fd_posix_test.c
1724 deps:
1725 - grpc_test_util
1726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001729 exclude_iomgrs:
1730 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001731 platforms:
1732 - mac
1733 - linux
1734 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: fling_client
1736 build: test
1737 run: false
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
1740 - test/core/fling/client.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: fling_server
1747 build: test
1748 run: false
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/fling/server.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr_test_util
1756 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001757- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001758 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759 build: test
1760 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001761 src:
1762 - test/core/fling/fling_stream_test.c
1763 deps:
1764 - grpc_test_util
1765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001766 - gpr_test_util
1767 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001768 platforms:
1769 - mac
1770 - linux
1771 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001773 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001774 build: test
1775 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001776 src:
1777 - test/core/fling/fling_test.c
1778 deps:
1779 - grpc_test_util
1780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001781 - gpr_test_util
1782 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001783 platforms:
1784 - mac
1785 - linux
1786 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: gen_hpack_tables
1788 build: tool
1789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
1791 - tools/codegen/core/gen_hpack_tables.c
1792 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001794 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795- name: gen_legal_metadata_characters
1796 build: tool
1797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
1799 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001801- name: gen_percent_encoding_tables
1802 build: tool
1803 language: c
1804 src:
1805 - tools/codegen/core/gen_percent_encoding_tables.c
1806 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001807- name: goaway_server_test
1808 cpu_cost: 0.1
1809 build: test
1810 language: c
1811 src:
1812 - test/core/end2end/goaway_server_test.c
1813 deps:
1814 - grpc_test_util
1815 - grpc
1816 - gpr_test_util
1817 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001818 exclude_iomgrs:
1819 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001820 platforms:
1821 - mac
1822 - linux
1823 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001824- name: gpr_avl_test
1825 build: test
1826 language: c
1827 src:
1828 - test/core/support/avl_test.c
1829 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr_test_util
1831 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001832- name: gpr_backoff_test
1833 build: test
1834 language: c
1835 src:
1836 - test/core/support/backoff_test.c
1837 deps:
1838 - gpr_test_util
1839 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840- name: gpr_cmdline_test
1841 build: test
1842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001843 src:
1844 - test/core/support/cmdline_test.c
1845 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001848- name: gpr_cpu_test
1849 build: test
1850 language: c
1851 src:
1852 - test/core/support/cpu_test.c
1853 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: gpr_env_test
1857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/support/env_test.c
1861 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001862 - gpr_test_util
1863 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001864- name: gpr_histogram_test
1865 build: test
1866 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001867 src:
1868 - test/core/support/histogram_test.c
1869 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872- name: gpr_host_port_test
1873 build: test
1874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001875 src:
1876 - test/core/support/host_port_test.c
1877 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001878 - gpr_test_util
1879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880- name: gpr_log_test
1881 build: test
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
1884 - test/core/support/log_test.c
1885 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001886 - gpr_test_util
1887 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001888- name: gpr_mpscq_test
1889 cpu_cost: 30
1890 build: test
1891 language: c
1892 src:
1893 - test/core/support/mpscq_test.c
1894 deps:
1895 - gpr_test_util
1896 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001897- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001898 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899 build: test
1900 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001901 src:
1902 - test/core/support/stack_lockfree_test.c
1903 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001904 - gpr_test_util
1905 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001906- name: gpr_string_test
1907 build: test
1908 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001909 src:
1910 - test/core/support/string_test.c
1911 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001912 - gpr_test_util
1913 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001914- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001915 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001916 build: test
1917 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001918 src:
1919 - test/core/support/sync_test.c
1920 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001921 - gpr_test_util
1922 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001923- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001924 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925 build: test
1926 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001927 src:
1928 - test/core/support/thd_test.c
1929 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932- name: gpr_time_test
1933 build: test
1934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001935 src:
1936 - test/core/support/time_test.c
1937 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001938 - gpr_test_util
1939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940- name: gpr_tls_test
1941 build: test
1942 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001943 src:
1944 - test/core/support/tls_test.c
1945 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr_test_util
1947 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001948- name: gpr_useful_test
1949 build: test
1950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001951 src:
1952 - test/core/support/useful_test.c
1953 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr_test_util
1955 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956- name: grpc_auth_context_test
1957 build: test
1958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001959 src:
1960 - test/core/security/auth_context_test.c
1961 deps:
1962 - grpc_test_util
1963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 - gpr_test_util
1965 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001966- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001967 build: test
1968 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001969 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001970 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001971 deps:
1972 - grpc_test_util
1973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr_test_util
1975 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001976- name: grpc_byte_buffer_reader_test
1977 build: test
1978 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001979 src:
1980 - test/core/surface/byte_buffer_reader_test.c
1981 deps:
1982 - grpc_test_util
1983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001984 - gpr_test_util
1985 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001986- name: grpc_channel_args_test
1987 build: test
1988 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001989 src:
1990 - test/core/channel/channel_args_test.c
1991 deps:
1992 - grpc_test_util
1993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001994 - gpr_test_util
1995 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996- name: grpc_channel_stack_test
1997 build: test
1998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001999 src:
2000 - test/core/channel/channel_stack_test.c
2001 deps:
2002 - grpc_test_util
2003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: grpc_completion_queue_test
2007 build: test
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/surface/completion_queue_test.c
2011 deps:
2012 - grpc_test_util
2013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr_test_util
2015 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002016 exclude_iomgrs:
2017 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002018- name: grpc_create_jwt
2019 build: tool
2020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002021 src:
2022 - test/core/security/create_jwt.c
2023 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002025 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002026 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002027- name: grpc_credentials_test
2028 build: test
2029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002030 src:
2031 - test/core/security/credentials_test.c
2032 deps:
2033 - grpc_test_util
2034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002035 - gpr_test_util
2036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002037- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002038 build: test
2039 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002041 src:
2042 - test/core/security/fetch_oauth2.c
2043 deps:
2044 - grpc_test_util
2045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002046 - gpr_test_util
2047 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002048- name: grpc_invalid_channel_args_test
2049 build: test
2050 language: c
2051 src:
2052 - test/core/surface/invalid_channel_args_test.c
2053 deps:
2054 - grpc_test_util
2055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr_test_util
2057 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058- name: grpc_json_token_test
2059 build: test
2060 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002061 src:
2062 - test/core/security/json_token_test.c
2063 deps:
2064 - grpc_test_util
2065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002066 - gpr_test_util
2067 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002068 platforms:
2069 - linux
2070 - posix
2071 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: grpc_jwt_verifier_test
2073 build: test
2074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
2076 - test/core/security/jwt_verifier_test.c
2077 deps:
2078 - grpc_test_util
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: grpc_print_google_default_creds_token
2083 build: tool
2084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002085 src:
2086 - test/core/security/print_google_default_creds_token.c
2087 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090- name: grpc_security_connector_test
2091 build: test
2092 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002093 src:
2094 - test/core/security/security_connector_test.c
2095 deps:
2096 - grpc_test_util
2097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002098 - gpr_test_util
2099 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100- name: grpc_verify_jwt
2101 build: tool
2102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002103 src:
2104 - test/core/security/verify_jwt.c
2105 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002108- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002109 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002110 language: c
2111 src:
2112 - test/core/handshake/client_ssl.c
2113 deps:
2114 - grpc_test_util
2115 - grpc
2116 - gpr_test_util
2117 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002118 platforms:
2119 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002120 secure: true
2121- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002122 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002123 language: c
2124 src:
2125 - test/core/handshake/server_ssl.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
2129 - gpr_test_util
2130 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002131 platforms:
2132 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002133 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002134- name: hpack_parser_fuzzer_test
2135 build: fuzzer
2136 language: c
2137 src:
2138 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2139 deps:
2140 - grpc_test_util
2141 - grpc
2142 - gpr_test_util
2143 - gpr
2144 corpus_dirs:
2145 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002146 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002147 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148- name: hpack_parser_test
2149 build: test
2150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002151 src:
2152 - test/core/transport/chttp2/hpack_parser_test.c
2153 deps:
2154 - grpc_test_util
2155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: hpack_table_test
2159 build: test
2160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002161 src:
2162 - test/core/transport/chttp2/hpack_table_test.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002166 - gpr_test_util
2167 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002168- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169 build: test
2170 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002171 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002172 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002173 deps:
2174 - grpc_test_util
2175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr_test_util
2177 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002178- name: http_request_fuzzer_test
2179 build: fuzzer
2180 language: c
2181 src:
2182 - test/core/http/request_fuzzer.c
2183 deps:
2184 - grpc_test_util
2185 - grpc
2186 - gpr_test_util
2187 - gpr
2188 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002189 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002190 maxlen: 2048
2191- name: http_response_fuzzer_test
2192 build: fuzzer
2193 language: c
2194 src:
2195 - test/core/http/response_fuzzer.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
2199 - gpr_test_util
2200 - gpr
2201 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002202 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002203 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002204- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205 build: test
2206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002208 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002209 deps:
2210 - grpc_test_util
2211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002212 - gpr_test_util
2213 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002215 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002216 build: test
2217 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002218 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002219 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002220 deps:
2221 - grpc_test_util
2222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002223 - gpr_test_util
2224 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002225 platforms:
2226 - mac
2227 - linux
2228 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002229- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002230 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002231 build: test
2232 language: c
2233 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002234 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002235 deps:
2236 - grpc_test_util
2237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002238 - gpr_test_util
2239 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002240 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002241 - linux
yang-gf1183302015-12-07 16:02:05 -08002242- name: init_test
2243 build: test
2244 language: c
2245 src:
2246 - test/core/surface/init_test.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002252- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002253 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002254 build: test
2255 language: c
2256 src:
2257 - test/core/end2end/invalid_call_argument_test.c
2258 deps:
2259 - grpc_test_util
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002263- name: json_fuzzer_test
2264 build: fuzzer
2265 language: c
2266 src:
2267 - test/core/json/fuzzer.c
2268 deps:
2269 - grpc_test_util
2270 - grpc
2271 - gpr_test_util
2272 - gpr
2273 corpus_dirs:
2274 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002275 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002276- name: json_rewrite
2277 build: test
2278 run: false
2279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002280 src:
2281 - test/core/json/json_rewrite.c
2282 deps:
2283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: json_rewrite_test
2286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/core/json/json_rewrite_test.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002295- name: json_stream_error_test
2296 build: test
2297 language: c
2298 src:
2299 - test/core/json/json_stream_error_test.c
2300 deps:
2301 - grpc_test_util
2302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002303 - gpr_test_util
2304 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002305- name: json_test
2306 build: test
2307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002308 src:
2309 - test/core/json/json_test.c
2310 deps:
2311 - grpc_test_util
2312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002313 - gpr_test_util
2314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002315- name: lame_client_test
2316 build: test
2317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002318 src:
2319 - test/core/surface/lame_client_test.c
2320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002325- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002326 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002327 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002328 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002329 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002330 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002331 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002332 deps:
2333 - grpc_test_util
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002337- name: load_file_test
2338 build: test
2339 language: c
2340 src:
2341 - test/core/iomgr/load_file_test.c
2342 deps:
2343 - grpc_test_util
2344 - grpc
2345 - gpr_test_util
2346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002347- name: low_level_ping_pong_benchmark
2348 build: benchmark
2349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002350 src:
2351 - test/core/network_benchmarks/low_level_ping_pong.c
2352 deps:
2353 - grpc_test_util
2354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002355 - gpr_test_util
2356 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002357 platforms:
2358 - mac
2359 - linux
2360 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002361- name: memory_profile_client
2362 build: test
2363 run: false
2364 language: c
2365 src:
2366 - test/core/memory_usage/client.c
2367 deps:
2368 - grpc_test_util
2369 - grpc
2370 - gpr_test_util
2371 - gpr
2372- name: memory_profile_server
2373 build: test
2374 run: false
2375 language: c
2376 src:
2377 - test/core/memory_usage/server.c
2378 deps:
2379 - grpc_test_util
2380 - grpc
2381 - gpr_test_util
2382 - gpr
2383- name: memory_profile_test
2384 cpu_cost: 1.5
2385 build: test
2386 language: c
2387 src:
2388 - test/core/memory_usage/memory_usage_test.c
2389 deps:
2390 - grpc_test_util
2391 - grpc
2392 - gpr_test_util
2393 - gpr
2394 platforms:
2395 - mac
2396 - linux
2397 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002398- name: message_compress_test
2399 build: test
2400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002401 src:
2402 - test/core/compression/message_compress_test.c
2403 deps:
2404 - grpc_test_util
2405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002406 - gpr_test_util
2407 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002408- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002409 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002410 build: test
2411 language: c
2412 src:
2413 - test/core/census/mlog_test.c
2414 deps:
2415 - grpc_test_util
2416 - grpc
2417 - gpr_test_util
2418 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: multiple_server_queues_test
2420 build: test
2421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
2423 - test/core/end2end/multiple_server_queues_test.c
2424 deps:
2425 - grpc_test_util
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002429- name: murmur_hash_test
2430 build: test
2431 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002432 src:
2433 - test/core/support/murmur_hash_test.c
2434 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002435 - gpr_test_util
2436 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002437- name: nanopb_fuzzer_response_test
2438 build: fuzzer
2439 language: c
2440 src:
2441 - test/core/nanopb/fuzzer_response.c
2442 deps:
2443 - grpc_test_util
2444 - grpc
2445 - gpr_test_util
2446 - gpr
2447 corpus_dirs:
2448 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002449 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002450- name: nanopb_fuzzer_serverlist_test
2451 build: fuzzer
2452 language: c
2453 src:
2454 - test/core/nanopb/fuzzer_serverlist.c
2455 deps:
2456 - grpc_test_util
2457 - grpc
2458 - gpr_test_util
2459 - gpr
2460 corpus_dirs:
2461 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002462 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002463- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002464 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465 build: test
2466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002467 src:
2468 - test/core/end2end/no_server_test.c
2469 deps:
2470 - grpc_test_util
2471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002472 - gpr_test_util
2473 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002474- name: percent_decode_fuzzer
2475 build: fuzzer
2476 language: c
2477 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002478 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002479 deps:
2480 - grpc_test_util
2481 - grpc
2482 - gpr_test_util
2483 - gpr
2484 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002485 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002486 maxlen: 32
2487- name: percent_encode_fuzzer
2488 build: fuzzer
2489 language: c
2490 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002491 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002492 deps:
2493 - grpc_test_util
2494 - grpc
2495 - gpr_test_util
2496 - gpr
2497 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002498 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002499 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002500- name: percent_encoding_test
2501 build: test
2502 language: c
2503 src:
2504 - test/core/slice/percent_encoding_test.c
2505 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002506 - grpc_test_util
2507 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002508 - gpr_test_util
2509 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002510- name: pollset_set_test
2511 build: test
2512 language: c
2513 src:
2514 - test/core/iomgr/pollset_set_test.c
2515 deps:
2516 - grpc_test_util
2517 - grpc
2518 - gpr_test_util
2519 - gpr
2520 exclude_iomgrs:
2521 - uv
2522 platforms:
2523 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002524- name: resolve_address_posix_test
2525 build: test
2526 language: c
2527 src:
2528 - test/core/iomgr/resolve_address_posix_test.c
2529 deps:
2530 - grpc_test_util
2531 - grpc
2532 - gpr_test_util
2533 - gpr
2534 platforms:
2535 - mac
2536 - linux
2537 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002538- name: resolve_address_test
2539 build: test
2540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002541 src:
2542 - test/core/iomgr/resolve_address_test.c
2543 deps:
2544 - grpc_test_util
2545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002546 - gpr_test_util
2547 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002548 exclude_iomgrs:
2549 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002550- name: resource_quota_test
2551 cpu_cost: 30
2552 build: test
2553 language: c
2554 src:
2555 - test/core/iomgr/resource_quota_test.c
2556 deps:
2557 - grpc_test_util
2558 - grpc
2559 - gpr_test_util
2560 - gpr
yang-gd482e592015-12-10 14:04:00 -08002561- name: secure_channel_create_test
2562 build: test
2563 language: c
2564 src:
2565 - test/core/surface/secure_channel_create_test.c
2566 deps:
2567 - grpc_test_util
2568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002569 - gpr_test_util
2570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002571- name: secure_endpoint_test
2572 build: test
2573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
2575 - test/core/security/secure_endpoint_test.c
2576 deps:
2577 - grpc_test_util
2578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002579 - gpr_test_util
2580 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002581 exclude_iomgrs:
2582 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002583- name: sequential_connectivity_test
2584 build: test
2585 language: c
2586 src:
2587 - test/core/surface/sequential_connectivity_test.c
2588 deps:
2589 - grpc_test_util
2590 - grpc
2591 - gpr_test_util
2592 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002593 exclude_iomgrs:
2594 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002595- name: server_chttp2_test
2596 build: test
2597 language: c
2598 src:
2599 - test/core/surface/server_chttp2_test.c
2600 deps:
2601 - grpc_test_util
2602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002603 - gpr_test_util
2604 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002605- name: server_fuzzer
2606 build: fuzzer
2607 language: c
2608 src:
2609 - test/core/end2end/fuzzers/server_fuzzer.c
2610 deps:
2611 - grpc_test_util
2612 - grpc
2613 - gpr_test_util
2614 - gpr
2615 corpus_dirs:
2616 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002617 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002618 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002619- name: server_test
2620 build: test
2621 language: c
2622 src:
2623 - test/core/surface/server_test.c
2624 deps:
2625 - grpc_test_util
2626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002627 - gpr_test_util
2628 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002629- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002630 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002631 build: test
2632 language: c
2633 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002634 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002635 deps:
2636 - test_tcp_server
2637 - grpc_test_util
2638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002639 - gpr_test_util
2640 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002641 exclude_iomgrs:
2642 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002643- name: slice_buffer_test
2644 build: test
2645 language: c
2646 src:
2647 - test/core/slice/slice_buffer_test.c
2648 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002649 - grpc_test_util
2650 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002651 - gpr_test_util
2652 - gpr
2653- name: slice_string_helpers_test
2654 build: test
2655 language: c
2656 src:
2657 - test/core/slice/slice_string_helpers_test.c
2658 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002659 - grpc_test_util
2660 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002661 - gpr_test_util
2662 - gpr
2663- name: slice_test
2664 build: test
2665 language: c
2666 src:
2667 - test/core/slice/slice_test.c
2668 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002669 - grpc_test_util
2670 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002671 - gpr_test_util
2672 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002673- name: sockaddr_resolver_test
2674 build: test
2675 language: c
2676 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002677 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002678 deps:
2679 - grpc_test_util
2680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002681 - gpr_test_util
2682 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002683- name: sockaddr_utils_test
2684 build: test
2685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002686 src:
2687 - test/core/iomgr/sockaddr_utils_test.c
2688 deps:
2689 - grpc_test_util
2690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002691 - gpr_test_util
2692 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002693- name: socket_utils_test
2694 build: test
2695 language: c
2696 src:
2697 - test/core/iomgr/socket_utils_test.c
2698 deps:
2699 - grpc_test_util
2700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002701 - gpr_test_util
2702 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002703 exclude_iomgrs:
2704 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002705 platforms:
2706 - mac
2707 - linux
2708 - posix
yang-g31e21282016-11-04 15:10:03 -07002709- name: ssl_server_fuzzer
2710 build: fuzzer
2711 language: c
2712 src:
2713 - test/core/security/ssl_server_fuzzer.c
2714 deps:
2715 - grpc_test_util
2716 - grpc
2717 - gpr_test_util
2718 - gpr
2719 corpus_dirs:
2720 - test/core/security/corpus/ssl_server_corpus
2721 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002722- name: status_conversion_test
2723 build: test
2724 language: c
2725 src:
2726 - test/core/transport/status_conversion_test.c
2727 deps:
2728 - grpc_test_util
2729 - grpc
2730 - gpr_test_util
2731 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002732- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002733 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002734 build: test
2735 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002736 src:
2737 - test/core/iomgr/tcp_client_posix_test.c
2738 deps:
2739 - grpc_test_util
2740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002741 - gpr_test_util
2742 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002743 exclude_iomgrs:
2744 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002745 platforms:
2746 - mac
2747 - linux
2748 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002749- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002750 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002751 build: test
2752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002753 src:
2754 - test/core/iomgr/tcp_posix_test.c
2755 deps:
2756 - grpc_test_util
2757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002758 - gpr_test_util
2759 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002760 exclude_iomgrs:
2761 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002762 platforms:
2763 - mac
2764 - linux
2765 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002766- name: tcp_server_posix_test
2767 build: test
2768 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002769 src:
2770 - test/core/iomgr/tcp_server_posix_test.c
2771 deps:
2772 - grpc_test_util
2773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002774 - gpr_test_util
2775 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002776 exclude_iomgrs:
2777 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002778 platforms:
2779 - mac
2780 - linux
2781 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002782- name: time_averaged_stats_test
2783 build: test
2784 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002785 src:
2786 - test/core/iomgr/time_averaged_stats_test.c
2787 deps:
2788 - grpc_test_util
2789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002790 - gpr_test_util
2791 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002792- name: timeout_encoding_test
2793 build: test
2794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002795 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002796 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002797 deps:
2798 - grpc_test_util
2799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002800 - gpr_test_util
2801 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002802- name: timer_heap_test
2803 build: test
2804 language: c
2805 src:
2806 - test/core/iomgr/timer_heap_test.c
2807 deps:
2808 - grpc_test_util
2809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002810 - gpr_test_util
2811 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002812 exclude_iomgrs:
2813 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002814- name: timer_list_test
2815 build: test
2816 language: c
2817 src:
2818 - test/core/iomgr/timer_list_test.c
2819 deps:
2820 - grpc_test_util
2821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002822 - gpr_test_util
2823 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002824 exclude_iomgrs:
2825 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002826- name: transport_connectivity_state_test
2827 build: test
2828 language: c
2829 src:
2830 - test/core/transport/connectivity_state_test.c
2831 deps:
2832 - grpc_test_util
2833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002834 - gpr_test_util
2835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002836- name: transport_metadata_test
2837 build: test
2838 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002839 src:
2840 - test/core/transport/metadata_test.c
2841 deps:
2842 - grpc_test_util
2843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002844 - gpr_test_util
2845 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002846- name: transport_pid_controller_test
2847 build: test
2848 language: c
2849 src:
2850 - test/core/transport/pid_controller_test.c
2851 deps:
2852 - grpc_test_util
2853 - grpc
2854 - gpr_test_util
2855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002856- name: transport_security_test
2857 build: test
2858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002859 src:
2860 - test/core/tsi/transport_security_test.c
2861 deps:
2862 - grpc_test_util
2863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002864 - gpr_test_util
2865 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002866 platforms:
2867 - linux
2868 - posix
2869 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870- name: udp_server_test
2871 build: test
2872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002873 src:
2874 - test/core/iomgr/udp_server_test.c
2875 deps:
2876 - grpc_test_util
2877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002878 - gpr_test_util
2879 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002880 exclude_iomgrs:
2881 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002882 platforms:
2883 - mac
2884 - linux
2885 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002886- name: uri_fuzzer_test
2887 build: fuzzer
2888 language: c
2889 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002890 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002891 deps:
2892 - grpc_test_util
2893 - grpc
2894 - gpr_test_util
2895 - gpr
2896 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002897 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002898 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002899- name: uri_parser_test
2900 build: test
2901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002902 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002903 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002904 deps:
2905 - grpc_test_util
2906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002907 - gpr_test_util
2908 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002909- name: wakeup_fd_cv_test
2910 build: test
2911 language: c
2912 src:
2913 - test/core/iomgr/wakeup_fd_cv_test.c
2914 deps:
2915 - grpc_test_util
2916 - grpc
2917 - gpr_test_util
2918 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002919 exclude_iomgrs:
2920 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002921 platforms:
2922 - mac
2923 - linux
2924 - posix
vjpai04e992a2016-02-10 16:58:38 -08002925- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002926 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002927 build: test
2928 language: c++
2929 src:
2930 - test/cpp/common/alarm_cpp_test.cc
2931 deps:
2932 - grpc++_test_util
2933 - grpc_test_util
2934 - grpc++
2935 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002936 - gpr_test_util
2937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002938- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002939 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002940 build: test
2941 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002942 src:
2943 - test/cpp/end2end/async_end2end_test.cc
2944 deps:
2945 - grpc++_test_util
2946 - grpc_test_util
2947 - grpc++
2948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002949 - gpr_test_util
2950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002951- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002952 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002953 build: test
2954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002955 src:
2956 - test/cpp/common/auth_property_iterator_test.cc
2957 deps:
2958 - grpc++_test_util
2959 - grpc_test_util
2960 - grpc++
2961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002962 - gpr_test_util
2963 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08002964- name: bm_call_create
2965 build: test
2966 language: c++
2967 src:
2968 - test/cpp/microbenchmarks/bm_call_create.cc
2969 deps:
2970 - benchmark
2971 - grpc++_test_util
2972 - grpc_test_util
2973 - grpc++
2974 - grpc
2975 - gpr_test_util
2976 - gpr
2977 args:
2978 - --benchmark_min_time=0
2979 platforms:
2980 - mac
2981 - linux
2982 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08002983- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08002984 build: test
2985 language: c++
2986 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08002987 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08002988 deps:
2989 - benchmark
2990 - grpc++_test_util
2991 - grpc_test_util
2992 - grpc++
2993 - grpc
2994 - gpr_test_util
2995 - gpr
2996 args:
2997 - --benchmark_min_time=0
2998 platforms:
2999 - mac
3000 - linux
3001 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003002- name: bm_closure
3003 build: test
3004 language: c++
3005 src:
3006 - test/cpp/microbenchmarks/bm_closure.cc
3007 deps:
3008 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003009 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003010 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003011 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003012 - grpc
3013 - gpr_test_util
3014 - gpr
3015 args:
3016 - --benchmark_min_time=0
3017 platforms:
3018 - mac
3019 - linux
3020 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003021- name: bm_cq
3022 build: test
3023 language: c++
3024 src:
3025 - test/cpp/microbenchmarks/bm_cq.cc
3026 deps:
3027 - benchmark
3028 - grpc++_test_util
3029 - grpc_test_util
3030 - grpc++
3031 - grpc
3032 - gpr_test_util
3033 - gpr
3034 args:
3035 - --benchmark_min_time=0
3036 platforms:
3037 - mac
3038 - linux
3039 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003040- name: bm_error
3041 build: test
3042 language: c++
3043 src:
3044 - test/cpp/microbenchmarks/bm_error.cc
3045 deps:
3046 - benchmark
3047 - grpc++_test_util
3048 - grpc_test_util
3049 - grpc++
3050 - grpc
3051 - gpr_test_util
3052 - gpr
3053 args:
3054 - --benchmark_min_time=0
3055 platforms:
3056 - mac
3057 - linux
3058 - posix
Craig Tiller93d802b2016-10-25 21:05:49 -07003059- name: bm_fullstack
3060 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003061 language: c++
3062 src:
3063 - test/cpp/microbenchmarks/bm_fullstack.cc
3064 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003065 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003066 - grpc++_test_util
3067 - grpc_test_util
3068 - grpc++
3069 - grpc
3070 - gpr_test_util
3071 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003072 args:
3073 - --benchmark_min_time=0
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003074 platforms:
3075 - mac
3076 - linux
3077 - posix
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003078- name: bm_metadata
3079 build: test
3080 language: c++
3081 src:
3082 - test/cpp/microbenchmarks/bm_metadata.cc
3083 deps:
3084 - benchmark
3085 - grpc_test_util
3086 - grpc
3087 - gpr_test_util
3088 - gpr
3089 args:
3090 - --benchmark_min_time=0
3091 platforms:
3092 - mac
3093 - linux
3094 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003095- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003096 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003097 build: test
3098 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003099 src:
yang-g52705592015-11-25 11:45:33 -08003100 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003101 deps:
3102 - grpc++
3103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003104 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08003105- name: channel_filter_test
3106 gtest: true
3107 build: test
3108 language: c++
3109 src:
3110 - test/cpp/common/channel_filter_test.cc
3111 deps:
3112 - grpc++
3113 - grpc
3114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003115- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003116 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003117 build: test
3118 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003119 src:
3120 - test/cpp/util/cli_call_test.cc
3121 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003122 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003123 - grpc++_test_util
3124 - grpc_test_util
3125 - grpc++
3126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003127 - gpr_test_util
3128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003129- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003130 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003131 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003132 build: test
3133 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003134 src:
3135 - test/cpp/end2end/client_crash_test.cc
3136 deps:
3137 - grpc++_test_util
3138 - grpc_test_util
3139 - grpc++
3140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003141 - gpr_test_util
3142 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003143 platforms:
3144 - mac
3145 - linux
3146 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003147- name: client_crash_test_server
3148 build: test
3149 run: false
3150 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003151 src:
3152 - test/cpp/end2end/client_crash_test_server.cc
3153 deps:
3154 - grpc++_test_util
3155 - grpc_test_util
3156 - grpc++
3157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003158 - gpr_test_util
3159 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003160- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003161 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003162 build: test
3163 language: c++
3164 src:
3165 - src/proto/grpc/testing/control.proto
3166 - src/proto/grpc/testing/messages.proto
3167 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003168 - src/proto/grpc/testing/services.proto
3169 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003170 - test/cpp/codegen/codegen_test_full.cc
3171 deps:
3172 - grpc++
3173 - grpc
3174 - gpr
3175 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003176 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003177- name: codegen_test_minimal
3178 gtest: true
3179 build: test
3180 language: c++
3181 src:
3182 - src/proto/grpc/testing/control.proto
3183 - src/proto/grpc/testing/messages.proto
3184 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003185 - src/proto/grpc/testing/services.proto
3186 - src/proto/grpc/testing/stats.proto
3187 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003188 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003189 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003190 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003191- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003192 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003193 build: test
3194 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003195 src:
3196 - test/cpp/client/credentials_test.cc
3197 deps:
3198 - grpc++
3199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003202 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003203 build: test
3204 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003205 src:
3206 - test/cpp/util/byte_buffer_test.cc
3207 deps:
3208 - grpc_test_util
3209 - grpc++
3210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003211 - gpr_test_util
3212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003213- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003214 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003215 build: test
3216 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003217 src:
3218 - test/cpp/util/slice_test.cc
3219 deps:
3220 - grpc_test_util
3221 - grpc++
3222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003223 - gpr_test_util
3224 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003225- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003226 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003227 build: test
3228 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003229 src:
3230 - test/cpp/util/string_ref_test.cc
3231 deps:
3232 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003233- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003234 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003235 build: test
3236 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003237 src:
3238 - test/cpp/util/time_test.cc
3239 deps:
3240 - grpc_test_util
3241 - grpc++
3242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003243 - gpr_test_util
3244 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003245- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003246 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003247 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003248 build: test
3249 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003250 src:
3251 - test/cpp/end2end/end2end_test.cc
3252 deps:
3253 - grpc++_test_util
3254 - grpc_test_util
3255 - grpc++
3256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003257 - gpr_test_util
3258 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003259- name: filter_end2end_test
3260 gtest: true
3261 build: test
3262 language: c++
3263 src:
3264 - test/cpp/end2end/filter_end2end_test.cc
3265 deps:
3266 - grpc++_test_util
3267 - grpc_test_util
3268 - grpc++
3269 - grpc
3270 - gpr_test_util
3271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003272- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003273 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003274 build: test
3275 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003276 src:
3277 - test/cpp/end2end/generic_end2end_test.cc
3278 deps:
3279 - grpc++_test_util
3280 - grpc_test_util
3281 - grpc++
3282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003283 - gpr_test_util
3284 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003285- name: golden_file_test
3286 gtest: true
3287 build: test
3288 language: c++
3289 src:
3290 - src/proto/grpc/testing/compiler_test.proto
3291 - test/cpp/codegen/golden_file_test.cc
3292 deps:
3293 - grpc++
3294 - grpc
3295 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003296- name: grpc_cli
3297 build: test
3298 run: false
3299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003300 src:
3301 - test/cpp/util/grpc_cli.cc
3302 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003303 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003304 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003305 - grpc++
3306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003307 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003308 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003309- name: grpc_cpp_plugin
3310 build: protoc
3311 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003312 src:
3313 - src/compiler/cpp_plugin.cc
3314 deps:
3315 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003316 secure: false
3317 vs_config_type: Application
3318 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3319- name: grpc_csharp_plugin
3320 build: protoc
3321 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003322 src:
3323 - src/compiler/csharp_plugin.cc
3324 deps:
3325 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003326 secure: false
3327 vs_config_type: Application
3328 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003329- name: grpc_node_plugin
3330 build: protoc
3331 language: c++
3332 src:
3333 - src/compiler/node_plugin.cc
3334 deps:
3335 - grpc_plugin_support
3336 secure: false
3337 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003338- name: grpc_objective_c_plugin
3339 build: protoc
3340 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003341 src:
3342 - src/compiler/objective_c_plugin.cc
3343 deps:
3344 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003345 secure: false
3346 vs_config_type: Application
3347 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003348- name: grpc_php_plugin
3349 build: protoc
3350 language: c++
3351 src:
3352 - src/compiler/php_plugin.cc
3353 deps:
3354 - grpc_plugin_support
3355 secure: false
3356 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003357- name: grpc_python_plugin
3358 build: protoc
3359 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003360 src:
3361 - src/compiler/python_plugin.cc
3362 deps:
3363 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003364 secure: false
3365 vs_config_type: Application
3366 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3367- name: grpc_ruby_plugin
3368 build: protoc
3369 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003370 src:
3371 - src/compiler/ruby_plugin.cc
3372 deps:
3373 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003374 secure: false
3375 vs_config_type: Application
3376 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003377- name: grpc_tool_test
3378 gtest: true
3379 build: test
3380 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003381 src:
3382 - src/proto/grpc/testing/echo.proto
3383 - src/proto/grpc/testing/echo_messages.proto
3384 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003385 deps:
3386 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003387 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003388 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003389 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003390 - grpc_test_util
3391 - grpc++
3392 - grpc
3393 - gpr_test_util
3394 - gpr
3395 filegroups:
3396 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003397- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003398 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003399 build: test
3400 language: c++
3401 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003402 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003403 - test/cpp/grpclb/grpclb_api_test.cc
3404 deps:
3405 - grpc++_test_util
3406 - grpc_test_util
3407 - grpc++
3408 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003409- name: grpclb_test
3410 gtest: false
3411 build: test
3412 language: c++
3413 src:
3414 - src/proto/grpc/lb/v1/load_balancer.proto
3415 - test/cpp/grpclb/grpclb_test.cc
3416 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003417 - grpc++_test_util
3418 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003419 - grpc++
3420 - grpc
3421 - gpr_test_util
3422 - gpr
yang-gad327642016-12-12 14:32:09 -08003423- name: health_service_end2end_test
3424 gtest: true
3425 build: test
3426 language: c++
3427 src:
3428 - test/cpp/end2end/health_service_end2end_test.cc
3429 deps:
3430 - grpc++_test_util
3431 - grpc_test_util
3432 - grpc++
3433 - grpc
3434 - gpr_test_util
3435 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003436- name: http2_client
3437 build: test
3438 run: false
3439 language: c++
3440 src: []
3441 deps:
3442 - http2_client_main
3443 - grpc++_test_util
3444 - grpc_test_util
3445 - grpc++
3446 - grpc
3447 - grpc++_test_config
3448 platforms:
3449 - mac
3450 - linux
3451 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003452- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003453 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003454 build: test
3455 language: c++
3456 src:
3457 - test/cpp/end2end/hybrid_end2end_test.cc
3458 deps:
3459 - grpc++_test_util
3460 - grpc_test_util
3461 - grpc++
3462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003463 - gpr_test_util
3464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003465- name: interop_client
3466 build: test
3467 run: false
3468 language: c++
3469 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003470 deps:
3471 - interop_client_main
3472 - interop_client_helper
3473 - grpc++_test_util
3474 - grpc_test_util
3475 - grpc++
3476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003477 - gpr_test_util
3478 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003479 - grpc++_test_config
3480 platforms:
3481 - mac
3482 - linux
3483 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003484- name: interop_server
3485 build: test
3486 run: false
3487 language: c++
3488 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003489 deps:
3490 - interop_server_main
3491 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003492 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003493 - grpc++_test_util
3494 - grpc_test_util
3495 - grpc++
3496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003497 - gpr_test_util
3498 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003499 - grpc++_test_config
3500 platforms:
3501 - mac
3502 - linux
3503 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003504- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003505 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003506 build: test
3507 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003508 src:
3509 - test/cpp/interop/interop_test.cc
3510 deps:
3511 - grpc_test_util
3512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003513 - gpr_test_util
3514 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003515 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003516 platforms:
3517 - mac
3518 - linux
3519 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003520- name: json_run_localhost
3521 build: test
3522 run: false
3523 language: c++
3524 src:
3525 - test/cpp/qps/json_run_localhost.cc
3526 deps:
3527 - grpc++_test_util
3528 - grpc_test_util
3529 - grpc++
3530 - grpc
3531 - gpr_test_util
3532 - gpr
3533 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003534 platforms:
3535 - mac
3536 - linux
3537 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003538- name: metrics_client
3539 build: test
3540 run: false
3541 language: c++
3542 headers:
3543 - test/cpp/util/metrics_server.h
3544 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003545 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003546 - test/cpp/interop/metrics_client.cc
3547 deps:
3548 - grpc++
3549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003550 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003551 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003552- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003553 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003554 build: test
3555 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003556 src:
3557 - test/cpp/end2end/mock_test.cc
3558 deps:
3559 - grpc++_test_util
3560 - grpc_test_util
3561 - grpc++
3562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003563 - gpr_test_util
3564 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003565- name: noop-benchmark
3566 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003567 language: c++
3568 src:
3569 - test/cpp/microbenchmarks/noop-benchmark.cc
3570 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003571 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003572- name: proto_server_reflection_test
3573 gtest: true
3574 build: test
3575 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003576 src:
3577 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003578 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003579 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003580 - grpc++_reflection
3581 - grpc++_test_util
3582 - grpc_test_util
3583 - grpc++
3584 - grpc
3585 - gpr_test_util
3586 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003587- name: proto_utils_test
3588 gtest: true
3589 build: test
3590 language: c++
3591 src:
3592 - test/cpp/codegen/proto_utils_test.cc
3593 deps:
3594 - grpc++
3595 - grpc
3596 filegroups:
3597 - grpc++_codegen_base
3598 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003599- name: qps_interarrival_test
3600 build: test
3601 run: false
3602 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003603 src:
3604 - test/cpp/qps/qps_interarrival_test.cc
3605 deps:
3606 - qps
3607 - grpc++_test_util
3608 - grpc_test_util
3609 - grpc++
3610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003611 - gpr_test_util
3612 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003613 platforms:
3614 - mac
3615 - linux
3616 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003617- name: qps_json_driver
3618 build: test
3619 run: false
3620 language: c++
3621 src:
3622 - test/cpp/qps/qps_json_driver.cc
3623 deps:
3624 - qps
3625 - grpc++_test_util
3626 - grpc_test_util
3627 - grpc++
3628 - grpc
3629 - gpr_test_util
3630 - gpr
3631 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003632- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003633 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003634 build: test
3635 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003636 src:
3637 - test/cpp/qps/qps_openloop_test.cc
3638 deps:
3639 - qps
3640 - grpc++_test_util
3641 - grpc_test_util
3642 - grpc++
3643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003644 - gpr_test_util
3645 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003646 - grpc++_test_config
3647 platforms:
3648 - mac
3649 - linux
3650 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003651- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003652 build: test
3653 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003654 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003655 headers:
3656 - test/cpp/qps/client.h
3657 - test/cpp/qps/server.h
3658 src:
3659 - test/cpp/qps/worker.cc
3660 deps:
3661 - qps
3662 - grpc++_test_util
3663 - grpc_test_util
3664 - grpc++
3665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003666 - gpr_test_util
3667 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003668 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003669- name: reconnect_interop_client
3670 build: test
3671 run: false
3672 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003673 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003674 - src/proto/grpc/testing/empty.proto
3675 - src/proto/grpc/testing/messages.proto
3676 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003677 - test/cpp/interop/reconnect_interop_client.cc
3678 deps:
3679 - grpc++_test_util
3680 - grpc_test_util
3681 - grpc++
3682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003683 - gpr_test_util
3684 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003685 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003686- name: reconnect_interop_server
3687 build: test
3688 run: false
3689 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003690 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003691 - src/proto/grpc/testing/empty.proto
3692 - src/proto/grpc/testing/messages.proto
3693 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003694 - test/cpp/interop/reconnect_interop_server.cc
3695 deps:
3696 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003697 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003698 - grpc++_test_util
3699 - grpc_test_util
3700 - grpc++
3701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003702 - gpr_test_util
3703 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003704 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003705- name: round_robin_end2end_test
3706 gtest: true
3707 build: test
3708 language: c++
3709 src:
3710 - test/cpp/end2end/round_robin_end2end_test.cc
3711 deps:
3712 - grpc++_test_util
3713 - grpc_test_util
3714 - grpc++
3715 - grpc
3716 - gpr_test_util
3717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003718- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003719 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003720 build: test
3721 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003722 src:
3723 - test/cpp/common/secure_auth_context_test.cc
3724 deps:
3725 - grpc++_test_util
3726 - grpc_test_util
3727 - grpc++
3728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003729 - gpr_test_util
3730 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003731- name: secure_sync_unary_ping_pong_test
3732 build: test
3733 language: c++
3734 src:
3735 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3736 deps:
3737 - qps
3738 - grpc++_test_util
3739 - grpc_test_util
3740 - grpc++
3741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003742 - gpr_test_util
3743 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003744 platforms:
3745 - mac
3746 - linux
3747 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003748- name: server_builder_plugin_test
3749 gtest: true
3750 build: test
3751 language: c++
3752 src:
3753 - test/cpp/end2end/server_builder_plugin_test.cc
3754 deps:
3755 - grpc++_test_util
3756 - grpc_test_util
3757 - grpc++
3758 - grpc
3759 - gpr_test_util
3760 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003761- name: server_context_test_spouse_test
3762 gtest: true
3763 build: test
3764 language: c++
3765 src:
3766 - test/cpp/test/server_context_test_spouse_test.cc
3767 deps:
3768 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003769 - grpc++
3770 - grpc
3771 - gpr_test_util
3772 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003773 uses:
3774 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003775- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003776 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003777 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003778 build: test
3779 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003780 src:
3781 - test/cpp/end2end/server_crash_test.cc
3782 deps:
3783 - grpc++_test_util
3784 - grpc_test_util
3785 - grpc++
3786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003787 - gpr_test_util
3788 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003789 platforms:
3790 - mac
3791 - linux
3792 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003793- name: server_crash_test_client
3794 build: test
3795 run: false
3796 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003797 src:
3798 - test/cpp/end2end/server_crash_test_client.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 Tillerbf4b2242015-08-31 15:53:53 -07003806- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003807 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003808 build: test
3809 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003810 src:
3811 - test/cpp/end2end/shutdown_test.cc
3812 deps:
3813 - grpc++_test_util
3814 - grpc_test_util
3815 - grpc++
3816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003817 - gpr_test_util
3818 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003819- name: status_test
3820 build: test
3821 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003822 src:
3823 - test/cpp/util/status_test.cc
3824 deps:
3825 - grpc_test_util
3826 - grpc++
3827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003828 - gpr_test_util
3829 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003830- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003831 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003832 build: test
3833 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003834 src:
3835 - test/cpp/end2end/streaming_throughput_test.cc
3836 deps:
3837 - grpc++_test_util
3838 - grpc_test_util
3839 - grpc++
3840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003841 - gpr_test_util
3842 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003843 platforms:
3844 - mac
3845 - linux
3846 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003847- name: stress_test
3848 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003849 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003850 language: c++
3851 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003852 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003853 - test/cpp/interop/interop_client.h
3854 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003855 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003856 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003857 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003858 - src/proto/grpc/testing/empty.proto
3859 - src/proto/grpc/testing/messages.proto
3860 - src/proto/grpc/testing/metrics.proto
3861 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003862 - test/cpp/interop/interop_client.cc
3863 - test/cpp/interop/stress_interop_client.cc
3864 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003865 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003866 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003867 deps:
3868 - grpc++_test_util
3869 - grpc_test_util
3870 - grpc++
3871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003872 - gpr_test_util
3873 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003874 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003875- name: thread_manager_test
3876 build: test
3877 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003878 src:
3879 - test/cpp/thread_manager/thread_manager_test.cc
3880 deps:
3881 - grpc++
3882 - grpc
3883 - gpr
3884 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003885- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003886 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003887 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003888 build: test
3889 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003890 src:
3891 - test/cpp/end2end/thread_stress_test.cc
3892 deps:
3893 - grpc++_test_util
3894 - grpc_test_util
3895 - grpc++
3896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003897 - gpr_test_util
3898 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08003899- name: writes_per_rpc_test
3900 gtest: true
3901 cpu_cost: 0.5
3902 build: test
3903 language: c++
3904 src:
3905 - test/cpp/performance/writes_per_rpc_test.cc
3906 deps:
3907 - grpc++_test_util
3908 - grpc_test_util
3909 - grpc++
3910 - grpc
3911 - gpr_test_util
3912 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08003913 platforms:
3914 - mac
3915 - linux
3916 - posix
Craig Tillerab230452016-01-04 08:18:43 -08003917- name: public_headers_must_be_c89
3918 build: test
3919 language: c89
3920 src:
3921 - test/core/surface/public_headers_must_be_c89.c
3922 deps:
3923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003925vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003926- linkage: static
3927 name: grpc.dependencies.zlib
3928 props: false
3929 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003930 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003931- linkage: static
3932 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003933 props: true
3934 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003935 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003936- name: gflags
3937 props: false
3938 redist: false
3939 version: 2.1.2.1
3940- name: gtest
3941 props: false
3942 redist: false
3943 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003944configs:
3945 asan:
3946 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003947 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3948 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003949 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003950 LD: clang
3951 LDFLAGS: -fsanitize=address
3952 LDXX: clang++
3953 compile_the_world: true
3954 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003955 ASAN_OPTIONS: detect_leaks=1:color=always
3956 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003957 asan-noleaks:
3958 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003959 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3960 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003961 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003962 LD: clang
3963 LDFLAGS: -fsanitize=address
3964 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003965 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003966 test_environ:
3967 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07003968 asan-trace-cmp:
3969 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003970 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3971 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003972 CXX: clang++
3973 LD: clang
3974 LDFLAGS: -fsanitize=address
3975 LDXX: clang++
3976 compile_the_world: true
3977 test_environ:
3978 ASAN_OPTIONS: detect_leaks=1:color=always
3979 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003980 basicprof:
3981 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3982 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08003983 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08003984 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08003985 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003986 dbg:
3987 CPPFLAGS: -O0
3988 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003989 gcov:
3990 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003991 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003992 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003993 DEFINES: _DEBUG DEBUG GPR_GCOV
3994 LD: gcc
3995 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3996 LDXX: g++
3997 helgrind:
3998 CPPFLAGS: -O0
3999 DEFINES: _DEBUG DEBUG
4000 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004001 valgrind: --tool=helgrind
4002 memcheck:
4003 CPPFLAGS: -O0
4004 DEFINES: _DEBUG DEBUG
4005 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004006 valgrind: --tool=memcheck --leak-check=full
4007 msan:
4008 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004009 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4010 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4011 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004012 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004013 DEFINES: NDEBUG
4014 LD: clang
4015 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4016 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4017 LDXX: clang++
4018 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004019 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004020 CPPFLAGS: -O3 -fno-omit-frame-pointer
4021 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004022 LDFLAGS: -rdynamic
4023 opt:
4024 CPPFLAGS: -O2
4025 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004026 stapprof:
4027 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4028 DEFINES: NDEBUG
4029 tsan:
4030 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004031 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004032 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004033 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004034 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004035 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004036 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004037 LDXX: clang++
4038 compile_the_world: true
4039 test_environ:
4040 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004041 ubsan:
4042 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004043 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4044 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004045 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004046 DEFINES: NDEBUG
4047 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004048 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004049 LDXX: clang++
4050 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004051 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004052 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004053defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004054 benchmark:
4055 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004056 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004057 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004058 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004059 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004060 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004061 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004062 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004063 LDFLAGS: -g
4064 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004065 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004066 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004067node_modules:
4068- deps:
4069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004070 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004071 - boringssl
4072 - z
murgatroid9994a75412015-11-19 14:04:53 -08004073 headers:
4074 - src/node/ext/byte_buffer.h
4075 - src/node/ext/call.h
4076 - src/node/ext/call_credentials.h
4077 - src/node/ext/channel.h
4078 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004079 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004080 - src/node/ext/server.h
4081 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004082 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004083 - src/node/ext/timeval.h
4084 js:
4085 - src/node/index.js
4086 - src/node/src/client.js
4087 - src/node/src/common.js
4088 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004089 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004090 - src/node/src/metadata.js
4091 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004092 name: grpc_node
4093 src:
4094 - src/node/ext/byte_buffer.cc
4095 - src/node/ext/call.cc
4096 - src/node/ext/call_credentials.cc
4097 - src/node/ext/channel.cc
4098 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004099 - src/node/ext/completion_queue_threadpool.cc
4100 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004101 - src/node/ext/node_grpc.cc
4102 - src/node/ext/server.cc
4103 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004104 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004105 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004106openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004107 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004108 extraction_dir: openssl-1.0.2f
4109 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004110php_config_m4:
4111 deps:
4112 - grpc
4113 - gpr
4114 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004115 headers:
4116 - src/php/ext/grpc/byte_buffer.h
4117 - src/php/ext/grpc/call.h
4118 - src/php/ext/grpc/call_credentials.h
4119 - src/php/ext/grpc/channel.h
4120 - src/php/ext/grpc/channel_credentials.h
4121 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004122 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004123 - src/php/ext/grpc/php_grpc.h
4124 - src/php/ext/grpc/server.h
4125 - src/php/ext/grpc/server_credentials.h
4126 - src/php/ext/grpc/timeval.h
4127 src:
4128 - src/php/ext/grpc/byte_buffer.c
4129 - src/php/ext/grpc/call.c
4130 - src/php/ext/grpc/call_credentials.c
4131 - src/php/ext/grpc/channel.c
4132 - src/php/ext/grpc/channel_credentials.c
4133 - src/php/ext/grpc/completion_queue.c
4134 - src/php/ext/grpc/php_grpc.c
4135 - src/php/ext/grpc/server.c
4136 - src/php/ext/grpc/server_credentials.c
4137 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004138python_dependencies:
4139 deps:
4140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004141 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004142 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004143 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004144ruby_gem:
4145 deps:
4146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004148 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004149 - z