blob: 71756d8fac6e98b1fabba1b53cc8a6e4c6e4d1e9 [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
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 - include/grpc++/generic/async_generic_service.h
773 - include/grpc++/generic/generic_stub.h
774 - include/grpc++/grpc++.h
775 - include/grpc++/impl/call.h
776 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700777 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - include/grpc++/impl/grpc_library.h
779 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 - include/grpc++/impl/rpc_method.h
781 - include/grpc++/impl/rpc_service_method.h
782 - include/grpc++/impl/serialization_traits.h
783 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700784 - include/grpc++/impl/server_builder_plugin.h
785 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700787 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - include/grpc++/security/auth_context.h
789 - include/grpc++/security/auth_metadata_processor.h
790 - include/grpc++/security/credentials.h
791 - include/grpc++/security/server_credentials.h
792 - include/grpc++/server.h
793 - include/grpc++/server_builder.h
794 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700795 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 - include/grpc++/support/async_stream.h
797 - include/grpc++/support/async_unary_call.h
798 - include/grpc++/support/byte_buffer.h
799 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700800 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 - include/grpc++/support/slice.h
802 - include/grpc++/support/status.h
803 - include/grpc++/support/status_code_enum.h
804 - include/grpc++/support/string_ref.h
805 - include/grpc++/support/stub_options.h
806 - include/grpc++/support/sync_stream.h
807 - include/grpc++/support/time.h
808 headers:
809 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700810 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700811 - src/cpp/server/dynamic_thread_pool.h
812 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700813 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700815 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - src/cpp/client/client_context.cc
817 - src/cpp/client/create_channel.cc
818 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700819 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700820 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700823 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700824 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700826 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700827 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700828 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - src/cpp/server/async_generic_service.cc
830 - src/cpp/server/create_default_thread_pool.cc
831 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700833 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - src/cpp/server/server_context.cc
835 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700836 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700837 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700838 - src/cpp/util/byte_buffer_cc.cc
839 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700840 - src/cpp/util/status.cc
841 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700842 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 uses:
yang-g17487f92016-06-03 15:21:15 -0700844 - grpc++_codegen_base
845- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 language: c++
847 public_headers:
848 - include/grpc++/impl/codegen/async_stream.h
849 - include/grpc++/impl/codegen/async_unary_call.h
850 - include/grpc++/impl/codegen/call.h
851 - include/grpc++/impl/codegen/call_hook.h
852 - include/grpc++/impl/codegen/channel_interface.h
853 - include/grpc++/impl/codegen/client_context.h
854 - include/grpc++/impl/codegen/client_unary_call.h
855 - include/grpc++/impl/codegen/completion_queue.h
856 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700857 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700858 - include/grpc++/impl/codegen/core_codegen_interface.h
859 - include/grpc++/impl/codegen/create_auth_context.h
860 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800861 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700862 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700863 - include/grpc++/impl/codegen/rpc_method.h
864 - include/grpc++/impl/codegen/rpc_service_method.h
865 - include/grpc++/impl/codegen/security/auth_context.h
866 - include/grpc++/impl/codegen/serialization_traits.h
867 - include/grpc++/impl/codegen/server_context.h
868 - include/grpc++/impl/codegen/server_interface.h
869 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800870 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700871 - include/grpc++/impl/codegen/status.h
872 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700873 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874 - include/grpc++/impl/codegen/string_ref.h
875 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700876 - include/grpc++/impl/codegen/sync_stream.h
877 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700878 uses:
879 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700880- name: grpc++_codegen_base_src
881 language: c++
882 src:
883 - src/cpp/codegen/codegen_init.cc
884 uses:
885 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700886- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 language: c++
888 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700889 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700890 uses:
yang-g17487f92016-06-03 15:21:15 -0700891 - grpc++_codegen_base
892 - grpc++_config_proto
893- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700894 language: c++
895 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700896 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700897- name: grpc++_reflection_proto
898 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700899 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700900 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800901- name: grpc++_test
902 language: c++
903 public_headers:
904 - include/grpc++/test/server_context_test_spouse.h
905 deps:
906 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700907- name: thrift_util
908 language: c++
909 public_headers:
910 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700911 - include/grpc++/impl/codegen/thrift_utils.h
912 uses:
913 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100914libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800915- name: gpr
916 build: all
917 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800918 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700919 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800920 secure: false
921 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
922- name: gpr_test_util
923 build: private
924 language: c
925 headers:
926 - test/core/util/test_config.h
927 src:
928 - test/core/util/test_config.c
929 deps:
930 - gpr
931 secure: false
932 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700933- name: grpc
934 build: all
935 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700936 src:
937 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700938 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800939 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700940 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700941 filegroups:
942 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700943 - grpc_transport_chttp2_server_secure
944 - grpc_transport_chttp2_client_secure
945 - grpc_transport_chttp2_server_insecure
946 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800947 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700948 - grpc_lb_policy_pick_first
949 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700950 - grpc_resolver_dns_native
951 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700952 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100953 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700954 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700955 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700957 vs_packages:
958 - grpc.dependencies.openssl
959 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700960 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700961- name: grpc_cronet
962 build: all
963 language: c
964 src:
965 - src/core/lib/surface/init.c
966 baselib: true
967 deps_linkage: static
968 dll: true
969 filegroups:
970 - grpc_base
971 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700972 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700973 generate_plugin_registry: true
974 platforms:
975 - linux
976 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100977- name: grpc_dll
978 build: private
979 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100980 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100981 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100982 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100983 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100984 build_system:
985 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100986 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100987 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100988 vs_config_type: DynamicLibrary
989 vs_packages:
990 - grpc.dependencies.openssl
991 - grpc.dependencies.zlib
992 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
993 vs_props:
994 - zlib
995 - openssl
996 - winsock
997 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998- name: grpc_test_util
999 build: private
1000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001001 headers:
1002 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001003 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001004 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001005 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001006 - test/core/end2end/data/server1_cert.c
1007 - test/core/end2end/data/server1_key.c
1008 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001009 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001010 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001011 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001012 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001013 - grpc
1014 filegroups:
1015 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001016 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001017 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1018- name: grpc_test_util_unsecure
1019 build: private
1020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001021 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001022 - gpr
1023 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001024 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001025 filegroups:
1026 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027 secure: false
1028 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1029- name: grpc_unsecure
1030 build: all
1031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001032 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001033 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001034 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001035 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001036 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001038 filegroups:
1039 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001040 - grpc_transport_chttp2_server_insecure
1041 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001042 - grpc_resolver_dns_native
1043 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001044 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001045 - grpc_lb_policy_grpclb
1046 - grpc_lb_policy_pick_first
1047 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001048 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001049 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050 secure: false
1051 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001052- name: reconnect_server
1053 build: private
1054 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001055 headers:
1056 - test/core/util/reconnect_server.h
1057 src:
1058 - test/core/util/reconnect_server.c
1059 deps:
yang-gc9fca182015-11-06 16:41:33 -08001060 - test_tcp_server
1061 - grpc_test_util
1062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001063 - gpr_test_util
1064 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001065- name: test_tcp_server
1066 build: private
1067 language: c
1068 headers:
1069 - test/core/util/test_tcp_server.h
1070 src:
1071 - test/core/util/test_tcp_server.c
1072 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001073 - grpc_test_util
1074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001075 - gpr_test_util
1076 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001077- name: grpc++
1078 build: all
1079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001080 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001081 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001082 - src/cpp/client/secure_credentials.h
1083 - src/cpp/common/secure_auth_context.h
1084 - src/cpp/server/secure_server_credentials.h
1085 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001086 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001087 - src/cpp/client/secure_credentials.cc
1088 - src/cpp/common/auth_property_iterator.cc
1089 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001090 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001091 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001092 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001093 - src/cpp/server/secure_server_credentials.cc
1094 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001095 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001096 baselib: true
1097 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001098 filegroups:
1099 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001100 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001101 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001102 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001103 secure: check
1104 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001105- name: grpc++_cronet
1106 build: all
1107 language: c++
1108 src:
1109 - src/cpp/client/cronet_credentials.cc
1110 - src/cpp/client/insecure_credentials.cc
1111 - src/cpp/common/insecure_create_auth_context.cc
1112 - src/cpp/server/insecure_server_credentials.cc
1113 deps:
1114 - gpr
1115 - grpc_cronet
1116 baselib: true
1117 dll: true
1118 filegroups:
1119 - grpc++_base
1120 - grpc++_codegen_base
1121 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001122 - grpc_transport_chttp2_client_insecure
1123 - grpc_transport_chttp2_server_insecure
1124 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001125 platforms:
1126 - linux
1127 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001128- name: grpc++_proto_reflection_desc_db
1129 build: private
1130 language: c++
1131 headers:
1132 - test/cpp/util/proto_reflection_descriptor_database.h
1133 src:
1134 - test/cpp/util/proto_reflection_descriptor_database.cc
1135 deps:
1136 - grpc++
1137 filegroups:
1138 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001139 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001140- name: grpc++_reflection
1141 build: all
1142 language: c++
1143 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001144 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001145 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001146 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001147 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001148 - src/cpp/ext/proto_server_reflection.cc
1149 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001150 deps:
1151 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001152 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001153 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154- name: grpc++_test_config
1155 build: private
1156 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001157 headers:
1158 - test/cpp/util/test_config.h
1159 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001160 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001161- name: grpc++_test_util
1162 build: private
1163 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001164 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001165 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001166 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001167 - test/cpp/util/create_test_channel.h
1168 - test/cpp/util/string_ref_helper.h
1169 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001170 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001171 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001172 - src/proto/grpc/testing/echo_messages.proto
1173 - src/proto/grpc/testing/echo.proto
1174 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001175 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001176 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001177 - test/cpp/util/create_test_channel.cc
1178 - test/cpp/util/string_ref_helper.cc
1179 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001180 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001181 deps:
1182 - grpc++
1183 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001184 filegroups:
1185 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001186 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001187 - grpc++_codegen_proto
1188 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001189 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190- name: grpc++_unsecure
1191 build: all
1192 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001193 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001194 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001195 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001196 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001197 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001198 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001199 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001200 baselib: true
1201 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001202 filegroups:
1203 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001204 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001205 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001206 secure: false
1207 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001208- name: grpc_cli_libs
1209 build: private
1210 language: c++
1211 headers:
1212 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001213 - test/cpp/util/cli_credentials.h
1214 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001215 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001216 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001217 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001218 src:
1219 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001220 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001221 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001222 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001223 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001224 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001225 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001226 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001227 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001228 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001229 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230- name: grpc_plugin_support
1231 build: protoc
1232 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001233 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001234 - src/compiler/config.h
1235 - src/compiler/cpp_generator.h
1236 - src/compiler/cpp_generator_helpers.h
1237 - src/compiler/csharp_generator.h
1238 - src/compiler/csharp_generator_helpers.h
1239 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001240 - src/compiler/node_generator.h
1241 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001242 - src/compiler/objective_c_generator.h
1243 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001244 - src/compiler/php_generator.h
1245 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001246 - src/compiler/python_generator.h
1247 - src/compiler/ruby_generator.h
1248 - src/compiler/ruby_generator_helpers-inl.h
1249 - src/compiler/ruby_generator_map-inl.h
1250 - src/compiler/ruby_generator_string-inl.h
1251 src:
1252 - src/compiler/cpp_generator.cc
1253 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001254 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001255 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001256 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001257 - src/compiler/python_generator.cc
1258 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001259 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001260 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001261 secure: false
1262 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001263 vs_props:
1264 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001265- name: http2_client_main
1266 build: private
1267 language: c++
1268 headers:
1269 - test/cpp/interop/http2_client.h
1270 src:
1271 - src/proto/grpc/testing/empty.proto
1272 - src/proto/grpc/testing/messages.proto
1273 - src/proto/grpc/testing/test.proto
1274 - test/cpp/interop/http2_client.cc
1275 deps:
1276 - grpc++_test_util
1277 - grpc_test_util
1278 - grpc++
1279 - grpc
1280 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281- name: interop_client_helper
1282 build: private
1283 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001284 headers:
1285 - test/cpp/interop/client_helper.h
1286 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001287 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001288 - test/cpp/interop/client_helper.cc
1289 deps:
1290 - grpc++_test_util
1291 - grpc_test_util
1292 - grpc++
1293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001295- name: interop_client_main
1296 build: private
1297 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001298 headers:
1299 - test/cpp/interop/interop_client.h
1300 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001301 - src/proto/grpc/testing/empty.proto
1302 - src/proto/grpc/testing/messages.proto
1303 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001304 - test/cpp/interop/client.cc
1305 - test/cpp/interop/interop_client.cc
1306 deps:
1307 - interop_client_helper
1308 - grpc++_test_util
1309 - grpc_test_util
1310 - grpc++
1311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001312 - gpr_test_util
1313 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001314 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001315- name: interop_server_helper
1316 build: private
1317 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001318 headers:
1319 - test/cpp/interop/server_helper.h
1320 src:
1321 - test/cpp/interop/server_helper.cc
1322 deps:
yang-gcc591022017-01-11 11:10:43 -08001323 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001324 - grpc_test_util
1325 - grpc++
1326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001327 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001328- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001329 build: private
1330 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001331 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001332 - src/proto/grpc/testing/empty.proto
1333 - src/proto/grpc/testing/messages.proto
1334 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001335 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001336 deps:
1337 - interop_server_helper
1338 - grpc++_test_util
1339 - grpc_test_util
1340 - grpc++
1341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001342 - gpr_test_util
1343 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001344 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001345- name: interop_server_main
1346 build: private
1347 language: c++
1348 src:
1349 - test/cpp/interop/interop_server_bootstrap.cc
1350 deps:
1351 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001352- name: qps
1353 build: private
1354 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001355 headers:
1356 - test/cpp/qps/client.h
1357 - test/cpp/qps/driver.h
1358 - test/cpp/qps/histogram.h
1359 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001360 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001361 - test/cpp/qps/qps_worker.h
1362 - test/cpp/qps/report.h
1363 - test/cpp/qps/server.h
1364 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001365 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001366 - test/cpp/util/benchmark_config.h
1367 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001368 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001369 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001370 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001371 - src/proto/grpc/testing/control.proto
1372 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001373 - test/cpp/qps/client_async.cc
1374 - test/cpp/qps/client_sync.cc
1375 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001376 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001377 - test/cpp/qps/qps_worker.cc
1378 - test/cpp/qps/report.cc
1379 - test/cpp/qps/server_async.cc
1380 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001381 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001382 - test/cpp/util/benchmark_config.cc
1383 deps:
1384 - grpc_test_util
1385 - grpc++_test_util
1386 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001387- name: grpc_csharp_ext
1388 build: all
1389 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001390 src:
1391 - src/csharp/ext/grpc_csharp_ext.c
1392 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001394 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001395 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001396 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001397 dll: only
1398 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001399 vs_packages:
1400 - grpc.dependencies.openssl
1401 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001402 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001403 vs_props:
1404 - zlib
1405 - openssl
1406 - winsock
1407 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001409- name: alarm_test
1410 build: test
1411 language: c
1412 src:
1413 - test/core/surface/alarm_test.c
1414 deps:
1415 - grpc_test_util
1416 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001417 - gpr_test_util
1418 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001419- name: algorithm_test
1420 build: test
1421 language: c
1422 src:
1423 - test/core/compression/algorithm_test.c
1424 deps:
1425 - grpc_test_util
1426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001427 - gpr_test_util
1428 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001429- name: alloc_test
1430 build: test
1431 language: c
1432 src:
1433 - test/core/support/alloc_test.c
1434 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001435 - gpr_test_util
1436 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437- name: alpn_test
1438 build: test
1439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001440 src:
1441 - test/core/transport/chttp2/alpn_test.c
1442 deps:
1443 - grpc_test_util
1444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr_test_util
1446 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001447- name: api_fuzzer
1448 build: fuzzer
1449 language: c
1450 src:
1451 - test/core/end2end/fuzzers/api_fuzzer.c
1452 deps:
1453 - grpc_test_util
1454 - grpc
1455 - gpr_test_util
1456 - gpr
1457 corpus_dirs:
1458 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001459 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001460 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001461- name: bad_server_response_test
1462 build: test
1463 language: c
1464 src:
1465 - test/core/end2end/bad_server_response_test.c
1466 deps:
1467 - test_tcp_server
1468 - grpc_test_util
1469 - grpc
1470 - gpr_test_util
1471 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001472 exclude_iomgrs:
1473 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001474- name: bdp_estimator_test
1475 build: test
1476 language: c
1477 src:
1478 - test/core/transport/bdp_estimator_test.c
1479 deps:
1480 - grpc_test_util
1481 - grpc
1482 - gpr_test_util
1483 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001484- name: bin_decoder_test
1485 build: test
1486 language: c
1487 src:
1488 - test/core/transport/chttp2/bin_decoder_test.c
1489 deps:
1490 - grpc_test_util
1491 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492- name: bin_encoder_test
1493 build: test
1494 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001495 src:
1496 - test/core/transport/chttp2/bin_encoder_test.c
1497 deps:
1498 - grpc_test_util
1499 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001500- name: census_context_test
1501 build: test
1502 language: c
1503 src:
1504 - test/core/census/context_test.c
1505 deps:
1506 - grpc_test_util
1507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001508 - gpr_test_util
1509 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001510- name: census_resource_test
1511 build: test
1512 language: c
1513 src:
1514 - test/core/census/resource_test.c
1515 deps:
1516 - grpc_test_util
1517 - grpc
1518 - gpr_test_util
1519 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001520- name: census_trace_context_test
1521 build: test
1522 language: c
1523 src:
1524 - test/core/census/trace_context_test.c
1525 deps:
1526 - grpc_test_util
1527 - grpc
1528 - gpr_test_util
1529 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001530- name: channel_create_test
1531 build: test
1532 language: c
1533 src:
1534 - test/core/surface/channel_create_test.c
1535 deps:
1536 - grpc_test_util
1537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001538 - gpr_test_util
1539 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001540- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001541 build: test
1542 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001543 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001544 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001545 deps:
1546 - grpc_test_util
1547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001548 - gpr_test_util
1549 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001550- name: chttp2_stream_map_test
1551 build: test
1552 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001553 src:
1554 - test/core/transport/chttp2/stream_map_test.c
1555 deps:
1556 - grpc_test_util
1557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001558 - gpr_test_util
1559 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001560- name: chttp2_varint_test
1561 build: test
1562 language: c
1563 src:
1564 - test/core/transport/chttp2/varint_test.c
1565 deps:
1566 - grpc_test_util
1567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001568 - gpr_test_util
1569 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001570- name: client_fuzzer
1571 build: fuzzer
1572 language: c
1573 src:
1574 - test/core/end2end/fuzzers/client_fuzzer.c
1575 deps:
1576 - grpc_test_util
1577 - grpc
1578 - gpr_test_util
1579 - gpr
1580 corpus_dirs:
1581 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001582 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001583 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001584- name: combiner_test
1585 cpu_cost: 30
1586 build: test
1587 language: c
1588 src:
1589 - test/core/iomgr/combiner_test.c
1590 deps:
1591 - grpc_test_util
1592 - grpc
1593 - gpr_test_util
1594 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001595- name: compression_test
1596 build: test
1597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001598 src:
1599 - test/core/compression/compression_test.c
1600 deps:
1601 - grpc_test_util
1602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001603 - gpr_test_util
1604 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001605- name: concurrent_connectivity_test
1606 build: test
1607 language: c
1608 src:
1609 - test/core/surface/concurrent_connectivity_test.c
1610 deps:
1611 - grpc_test_util
1612 - grpc
1613 - gpr_test_util
1614 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001615 exclude_iomgrs:
1616 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001617- name: connection_refused_test
1618 cpu_cost: 0.1
1619 build: test
1620 language: c
1621 src:
1622 - test/core/end2end/connection_refused_test.c
1623 deps:
1624 - grpc_test_util
1625 - grpc
1626 - gpr_test_util
1627 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001628- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001629 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001630 build: test
1631 language: c
1632 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001633 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001634 deps:
1635 - grpc_test_util
1636 - grpc
1637 - gpr_test_util
1638 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001639 exclude_iomgrs:
1640 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001641- name: dns_resolver_test
1642 build: test
1643 language: c
1644 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001645 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001646 deps:
1647 - grpc_test_util
1648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001649 - gpr_test_util
1650 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001651- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001652 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653 build: test
1654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001655 src:
1656 - test/core/end2end/dualstack_socket_test.c
1657 deps:
1658 - grpc_test_util
1659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001662 exclude_iomgrs:
1663 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001664 platforms:
1665 - mac
1666 - linux
1667 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001668- name: endpoint_pair_test
1669 build: test
1670 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001671 src:
1672 - test/core/iomgr/endpoint_pair_test.c
1673 deps:
1674 - grpc_test_util
1675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001678 exclude_iomgrs:
1679 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001680- name: ev_epoll_linux_test
1681 build: test
1682 language: c
1683 src:
1684 - test/core/iomgr/ev_epoll_linux_test.c
1685 deps:
1686 - grpc_test_util
1687 - grpc
1688 - gpr_test_util
1689 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001690 exclude_iomgrs:
1691 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001692 platforms:
1693 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694- name: fd_conservation_posix_test
1695 build: test
1696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001697 src:
1698 - test/core/iomgr/fd_conservation_posix_test.c
1699 deps:
1700 - grpc_test_util
1701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001702 - gpr_test_util
1703 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001704 exclude_iomgrs:
1705 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001706 platforms:
1707 - mac
1708 - linux
1709 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710- name: fd_posix_test
1711 build: test
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/iomgr/fd_posix_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001720 exclude_iomgrs:
1721 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001722 platforms:
1723 - mac
1724 - linux
1725 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001726- name: fling_client
1727 build: test
1728 run: false
1729 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001730 src:
1731 - test/core/fling/client.c
1732 deps:
1733 - grpc_test_util
1734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737- name: fling_server
1738 build: test
1739 run: false
1740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001741 src:
1742 - test/core/fling/server.c
1743 deps:
1744 - grpc_test_util
1745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001749 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001750 build: test
1751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001752 src:
1753 - test/core/fling/fling_stream_test.c
1754 deps:
1755 - grpc_test_util
1756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr_test_util
1758 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001759 platforms:
1760 - mac
1761 - linux
1762 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001764 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001765 build: test
1766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001767 src:
1768 - test/core/fling/fling_test.c
1769 deps:
1770 - grpc_test_util
1771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001772 - gpr_test_util
1773 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001774 platforms:
1775 - mac
1776 - linux
1777 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001778- name: gen_hpack_tables
1779 build: tool
1780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001781 src:
1782 - tools/codegen/core/gen_hpack_tables.c
1783 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001784 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001785 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001786- name: gen_legal_metadata_characters
1787 build: tool
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001791 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001792- name: gen_percent_encoding_tables
1793 build: tool
1794 language: c
1795 src:
1796 - tools/codegen/core/gen_percent_encoding_tables.c
1797 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001798- name: goaway_server_test
1799 cpu_cost: 0.1
1800 build: test
1801 language: c
1802 src:
1803 - test/core/end2end/goaway_server_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
1807 - gpr_test_util
1808 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001809 exclude_iomgrs:
1810 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001811 platforms:
1812 - mac
1813 - linux
1814 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001815- name: gpr_avl_test
1816 build: test
1817 language: c
1818 src:
1819 - test/core/support/avl_test.c
1820 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 - gpr_test_util
1822 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001823- name: gpr_backoff_test
1824 build: test
1825 language: c
1826 src:
1827 - test/core/support/backoff_test.c
1828 deps:
1829 - gpr_test_util
1830 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001831- name: gpr_cmdline_test
1832 build: test
1833 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001834 src:
1835 - test/core/support/cmdline_test.c
1836 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001839- name: gpr_cpu_test
1840 build: test
1841 language: c
1842 src:
1843 - test/core/support/cpu_test.c
1844 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001845 - gpr_test_util
1846 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001847- name: gpr_env_test
1848 build: test
1849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001850 src:
1851 - test/core/support/env_test.c
1852 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr_test_util
1854 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001855- name: gpr_histogram_test
1856 build: test
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
1859 - test/core/support/histogram_test.c
1860 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr_test_util
1862 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863- name: gpr_host_port_test
1864 build: test
1865 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001866 src:
1867 - test/core/support/host_port_test.c
1868 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001869 - gpr_test_util
1870 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001871- name: gpr_log_test
1872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
1875 - test/core/support/log_test.c
1876 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr_test_util
1878 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001879- name: gpr_mpscq_test
1880 cpu_cost: 30
1881 build: test
1882 language: c
1883 src:
1884 - test/core/support/mpscq_test.c
1885 deps:
1886 - gpr_test_util
1887 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001888- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001889 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890 build: test
1891 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001892 src:
1893 - test/core/support/stack_lockfree_test.c
1894 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001895 - gpr_test_util
1896 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001897- name: gpr_string_test
1898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
1901 - test/core/support/string_test.c
1902 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr_test_util
1904 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001905- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001906 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907 build: test
1908 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001909 src:
1910 - test/core/support/sync_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_thd_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/thd_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_time_test
1924 build: test
1925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001926 src:
1927 - test/core/support/time_test.c
1928 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001929 - gpr_test_util
1930 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001931- name: gpr_tls_test
1932 build: test
1933 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001934 src:
1935 - test/core/support/tls_test.c
1936 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939- name: gpr_useful_test
1940 build: test
1941 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001942 src:
1943 - test/core/support/useful_test.c
1944 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001945 - gpr_test_util
1946 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001947- name: grpc_auth_context_test
1948 build: test
1949 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001950 src:
1951 - test/core/security/auth_context_test.c
1952 deps:
1953 - grpc_test_util
1954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001955 - gpr_test_util
1956 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001957- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001958 build: test
1959 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001960 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001961 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001962 deps:
1963 - grpc_test_util
1964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001967- name: grpc_byte_buffer_reader_test
1968 build: test
1969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001970 src:
1971 - test/core/surface/byte_buffer_reader_test.c
1972 deps:
1973 - grpc_test_util
1974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr_test_util
1976 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001977- name: grpc_channel_args_test
1978 build: test
1979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001980 src:
1981 - test/core/channel/channel_args_test.c
1982 deps:
1983 - grpc_test_util
1984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 - gpr_test_util
1986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: grpc_channel_stack_test
1988 build: test
1989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/channel/channel_stack_test.c
1992 deps:
1993 - grpc_test_util
1994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 - gpr_test_util
1996 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997- name: grpc_completion_queue_test
1998 build: test
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/surface/completion_queue_test.c
2002 deps:
2003 - grpc_test_util
2004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002007 exclude_iomgrs:
2008 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002009- name: grpc_create_jwt
2010 build: tool
2011 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002012 src:
2013 - test/core/security/create_jwt.c
2014 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002017 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002018- name: grpc_credentials_test
2019 build: test
2020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002021 src:
2022 - test/core/security/credentials_test.c
2023 deps:
2024 - grpc_test_util
2025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002028- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002029 build: test
2030 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
2033 - test/core/security/fetch_oauth2.c
2034 deps:
2035 - grpc_test_util
2036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002037 - gpr_test_util
2038 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002039- name: grpc_invalid_channel_args_test
2040 build: test
2041 language: c
2042 src:
2043 - test/core/surface/invalid_channel_args_test.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002049- name: grpc_json_token_test
2050 build: test
2051 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002052 src:
2053 - test/core/security/json_token_test.c
2054 deps:
2055 - grpc_test_util
2056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002057 - gpr_test_util
2058 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002059 platforms:
2060 - linux
2061 - posix
2062 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063- name: grpc_jwt_verifier_test
2064 build: test
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
2067 - test/core/security/jwt_verifier_test.c
2068 deps:
2069 - grpc_test_util
2070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr_test_util
2072 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073- name: grpc_print_google_default_creds_token
2074 build: tool
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
2077 - test/core/security/print_google_default_creds_token.c
2078 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002081- name: grpc_security_connector_test
2082 build: test
2083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002084 src:
2085 - test/core/security/security_connector_test.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: grpc_verify_jwt
2092 build: tool
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/security/verify_jwt.c
2096 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002098 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002099- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002100 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002101 language: c
2102 src:
2103 - test/core/handshake/client_ssl.c
2104 deps:
2105 - grpc_test_util
2106 - grpc
2107 - gpr_test_util
2108 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002109 platforms:
2110 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002111 secure: true
2112- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002113 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002114 language: c
2115 src:
2116 - test/core/handshake/server_ssl.c
2117 deps:
2118 - grpc_test_util
2119 - grpc
2120 - gpr_test_util
2121 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002122 platforms:
2123 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002124 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002125- name: hpack_parser_fuzzer_test
2126 build: fuzzer
2127 language: c
2128 src:
2129 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2130 deps:
2131 - grpc_test_util
2132 - grpc
2133 - gpr_test_util
2134 - gpr
2135 corpus_dirs:
2136 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002137 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002138 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002139- name: hpack_parser_test
2140 build: test
2141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002142 src:
2143 - test/core/transport/chttp2/hpack_parser_test.c
2144 deps:
2145 - grpc_test_util
2146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002147 - gpr_test_util
2148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002149- name: hpack_table_test
2150 build: test
2151 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002152 src:
2153 - test/core/transport/chttp2/hpack_table_test.c
2154 deps:
2155 - grpc_test_util
2156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002157 - gpr_test_util
2158 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002159- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160 build: test
2161 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002162 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002163 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002164 deps:
2165 - grpc_test_util
2166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002169- name: http_request_fuzzer_test
2170 build: fuzzer
2171 language: c
2172 src:
2173 - test/core/http/request_fuzzer.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
2177 - gpr_test_util
2178 - gpr
2179 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002180 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002181 maxlen: 2048
2182- name: http_response_fuzzer_test
2183 build: fuzzer
2184 language: c
2185 src:
2186 - test/core/http/response_fuzzer.c
2187 deps:
2188 - grpc_test_util
2189 - grpc
2190 - gpr_test_util
2191 - gpr
2192 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002193 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002194 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002195- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196 build: test
2197 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002198 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002199 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002200 deps:
2201 - grpc_test_util
2202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002203 - gpr_test_util
2204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002206 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002207 build: test
2208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002209 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002210 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002216 platforms:
2217 - mac
2218 - linux
2219 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002220- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002221 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002222 build: test
2223 language: c
2224 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002225 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002226 deps:
2227 - grpc_test_util
2228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002229 - gpr_test_util
2230 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002231 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002232 - linux
yang-gf1183302015-12-07 16:02:05 -08002233- name: init_test
2234 build: test
2235 language: c
2236 src:
2237 - test/core/surface/init_test.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002243- name: internal_api_canary_iomgr_test
2244 build: test
2245 run: false
2246 language: c
2247 src:
2248 - test/core/internal_api_canaries/iomgr.c
2249 deps:
2250 - grpc_test_util
2251 - grpc
2252 - gpr_test_util
2253 - gpr
2254- name: internal_api_canary_support_test
2255 build: test
2256 run: false
2257 language: c
2258 src:
2259 - test/core/internal_api_canaries/iomgr.c
2260 deps:
2261 - grpc_test_util
2262 - grpc
2263 - gpr_test_util
2264 - gpr
2265- name: internal_api_canary_transport_test
2266 build: test
2267 run: false
2268 language: c
2269 src:
2270 - test/core/internal_api_canaries/iomgr.c
2271 deps:
2272 - grpc_test_util
2273 - grpc
2274 - gpr_test_util
2275 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002276- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002277 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002278 build: test
2279 language: c
2280 src:
2281 - test/core/end2end/invalid_call_argument_test.c
2282 deps:
2283 - grpc_test_util
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002287- name: json_fuzzer_test
2288 build: fuzzer
2289 language: c
2290 src:
2291 - test/core/json/fuzzer.c
2292 deps:
2293 - grpc_test_util
2294 - grpc
2295 - gpr_test_util
2296 - gpr
2297 corpus_dirs:
2298 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002299 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: json_rewrite
2301 build: test
2302 run: false
2303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002304 src:
2305 - test/core/json/json_rewrite.c
2306 deps:
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: json_rewrite_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/core/json/json_rewrite_test.c
2314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002319- name: json_stream_error_test
2320 build: test
2321 language: c
2322 src:
2323 - test/core/json/json_stream_error_test.c
2324 deps:
2325 - grpc_test_util
2326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002327 - gpr_test_util
2328 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002329- name: json_test
2330 build: test
2331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
2333 - test/core/json/json_test.c
2334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: lame_client_test
2340 build: test
2341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/core/surface/lame_client_test.c
2344 deps:
2345 - grpc_test_util
2346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002349- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002350 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002351 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002352 build: test
2353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002354 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002355 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002356 deps:
2357 - grpc_test_util
2358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002359 - gpr_test_util
2360 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002361- name: load_file_test
2362 build: test
2363 language: c
2364 src:
2365 - test/core/iomgr/load_file_test.c
2366 deps:
2367 - grpc_test_util
2368 - grpc
2369 - gpr_test_util
2370 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002371- name: low_level_ping_pong_benchmark
2372 build: benchmark
2373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
2375 - test/core/network_benchmarks/low_level_ping_pong.c
2376 deps:
2377 - grpc_test_util
2378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002379 - gpr_test_util
2380 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002381 platforms:
2382 - mac
2383 - linux
2384 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002385- name: memory_profile_client
2386 build: test
2387 run: false
2388 language: c
2389 src:
2390 - test/core/memory_usage/client.c
2391 deps:
2392 - grpc_test_util
2393 - grpc
2394 - gpr_test_util
2395 - gpr
2396- name: memory_profile_server
2397 build: test
2398 run: false
2399 language: c
2400 src:
2401 - test/core/memory_usage/server.c
2402 deps:
2403 - grpc_test_util
2404 - grpc
2405 - gpr_test_util
2406 - gpr
2407- name: memory_profile_test
2408 cpu_cost: 1.5
2409 build: test
2410 language: c
2411 src:
2412 - test/core/memory_usage/memory_usage_test.c
2413 deps:
2414 - grpc_test_util
2415 - grpc
2416 - gpr_test_util
2417 - gpr
2418 platforms:
2419 - mac
2420 - linux
2421 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002422- name: message_compress_test
2423 build: test
2424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002425 src:
2426 - test/core/compression/message_compress_test.c
2427 deps:
2428 - grpc_test_util
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr_test_util
2431 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002432- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002433 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002434 build: test
2435 language: c
2436 src:
2437 - test/core/census/mlog_test.c
2438 deps:
2439 - grpc_test_util
2440 - grpc
2441 - gpr_test_util
2442 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443- name: multiple_server_queues_test
2444 build: test
2445 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002446 src:
2447 - test/core/end2end/multiple_server_queues_test.c
2448 deps:
2449 - grpc_test_util
2450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002451 - gpr_test_util
2452 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002453- name: murmur_hash_test
2454 build: test
2455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002456 src:
2457 - test/core/support/murmur_hash_test.c
2458 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002459 - gpr_test_util
2460 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002461- name: nanopb_fuzzer_response_test
2462 build: fuzzer
2463 language: c
2464 src:
2465 - test/core/nanopb/fuzzer_response.c
2466 deps:
2467 - grpc_test_util
2468 - grpc
2469 - gpr_test_util
2470 - gpr
2471 corpus_dirs:
2472 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002473 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002474- name: nanopb_fuzzer_serverlist_test
2475 build: fuzzer
2476 language: c
2477 src:
2478 - test/core/nanopb/fuzzer_serverlist.c
2479 deps:
2480 - grpc_test_util
2481 - grpc
2482 - gpr_test_util
2483 - gpr
2484 corpus_dirs:
2485 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002486 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002488 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002489 build: test
2490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
2492 - test/core/end2end/no_server_test.c
2493 deps:
2494 - grpc_test_util
2495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr_test_util
2497 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002498- name: percent_decode_fuzzer
2499 build: fuzzer
2500 language: c
2501 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002502 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002503 deps:
2504 - grpc_test_util
2505 - grpc
2506 - gpr_test_util
2507 - gpr
2508 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002509 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002510 maxlen: 32
2511- name: percent_encode_fuzzer
2512 build: fuzzer
2513 language: c
2514 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002515 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002516 deps:
2517 - grpc_test_util
2518 - grpc
2519 - gpr_test_util
2520 - gpr
2521 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002522 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002523 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002524- name: percent_encoding_test
2525 build: test
2526 language: c
2527 src:
2528 - test/core/slice/percent_encoding_test.c
2529 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002530 - grpc_test_util
2531 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002532 - gpr_test_util
2533 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002534- name: pollset_set_test
2535 build: test
2536 language: c
2537 src:
2538 - test/core/iomgr/pollset_set_test.c
2539 deps:
2540 - grpc_test_util
2541 - grpc
2542 - gpr_test_util
2543 - gpr
2544 exclude_iomgrs:
2545 - uv
2546 platforms:
2547 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002548- name: resolve_address_posix_test
2549 build: test
2550 language: c
2551 src:
2552 - test/core/iomgr/resolve_address_posix_test.c
2553 deps:
2554 - grpc_test_util
2555 - grpc
2556 - gpr_test_util
2557 - gpr
2558 platforms:
2559 - mac
2560 - linux
2561 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002562- name: resolve_address_test
2563 build: test
2564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002565 src:
2566 - test/core/iomgr/resolve_address_test.c
2567 deps:
2568 - grpc_test_util
2569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002570 - gpr_test_util
2571 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002572 exclude_iomgrs:
2573 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002574- name: resource_quota_test
2575 cpu_cost: 30
2576 build: test
2577 language: c
2578 src:
2579 - test/core/iomgr/resource_quota_test.c
2580 deps:
2581 - grpc_test_util
2582 - grpc
2583 - gpr_test_util
2584 - gpr
yang-gd482e592015-12-10 14:04:00 -08002585- name: secure_channel_create_test
2586 build: test
2587 language: c
2588 src:
2589 - test/core/surface/secure_channel_create_test.c
2590 deps:
2591 - grpc_test_util
2592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002593 - gpr_test_util
2594 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002595- name: secure_endpoint_test
2596 build: test
2597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002598 src:
2599 - test/core/security/secure_endpoint_test.c
2600 deps:
2601 - grpc_test_util
2602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002603 - gpr_test_util
2604 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002605 exclude_iomgrs:
2606 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002607- name: sequential_connectivity_test
2608 build: test
2609 language: c
2610 src:
2611 - test/core/surface/sequential_connectivity_test.c
2612 deps:
2613 - grpc_test_util
2614 - grpc
2615 - gpr_test_util
2616 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002617 exclude_iomgrs:
2618 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002619- name: server_chttp2_test
2620 build: test
2621 language: c
2622 src:
2623 - test/core/surface/server_chttp2_test.c
2624 deps:
2625 - grpc_test_util
2626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002627 - gpr_test_util
2628 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002629- name: server_fuzzer
2630 build: fuzzer
2631 language: c
2632 src:
2633 - test/core/end2end/fuzzers/server_fuzzer.c
2634 deps:
2635 - grpc_test_util
2636 - grpc
2637 - gpr_test_util
2638 - gpr
2639 corpus_dirs:
2640 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002641 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002642 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002643- name: server_test
2644 build: test
2645 language: c
2646 src:
2647 - test/core/surface/server_test.c
2648 deps:
2649 - grpc_test_util
2650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002651 - gpr_test_util
2652 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002653- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002654 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002655 build: test
2656 language: c
2657 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002658 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002659 deps:
2660 - test_tcp_server
2661 - grpc_test_util
2662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002663 - gpr_test_util
2664 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002665 exclude_iomgrs:
2666 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002667- name: slice_buffer_test
2668 build: test
2669 language: c
2670 src:
2671 - test/core/slice/slice_buffer_test.c
2672 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002673 - grpc_test_util
2674 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002675 - gpr_test_util
2676 - gpr
2677- name: slice_string_helpers_test
2678 build: test
2679 language: c
2680 src:
2681 - test/core/slice/slice_string_helpers_test.c
2682 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002683 - grpc_test_util
2684 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002685 - gpr_test_util
2686 - gpr
2687- name: slice_test
2688 build: test
2689 language: c
2690 src:
2691 - test/core/slice/slice_test.c
2692 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002693 - grpc_test_util
2694 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002695 - gpr_test_util
2696 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002697- name: sockaddr_resolver_test
2698 build: test
2699 language: c
2700 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002701 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002702 deps:
2703 - grpc_test_util
2704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002705 - gpr_test_util
2706 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002707- name: sockaddr_utils_test
2708 build: test
2709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002710 src:
2711 - test/core/iomgr/sockaddr_utils_test.c
2712 deps:
2713 - grpc_test_util
2714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002715 - gpr_test_util
2716 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002717- name: socket_utils_test
2718 build: test
2719 language: c
2720 src:
2721 - test/core/iomgr/socket_utils_test.c
2722 deps:
2723 - grpc_test_util
2724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002725 - gpr_test_util
2726 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002727 exclude_iomgrs:
2728 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002729 platforms:
2730 - mac
2731 - linux
2732 - posix
yang-g31e21282016-11-04 15:10:03 -07002733- name: ssl_server_fuzzer
2734 build: fuzzer
2735 language: c
2736 src:
2737 - test/core/security/ssl_server_fuzzer.c
2738 deps:
2739 - grpc_test_util
2740 - grpc
2741 - gpr_test_util
2742 - gpr
2743 corpus_dirs:
2744 - test/core/security/corpus/ssl_server_corpus
2745 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002746- name: status_conversion_test
2747 build: test
2748 language: c
2749 src:
2750 - test/core/transport/status_conversion_test.c
2751 deps:
2752 - grpc_test_util
2753 - grpc
2754 - gpr_test_util
2755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002756- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002757 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002758 build: test
2759 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002760 src:
2761 - test/core/iomgr/tcp_client_posix_test.c
2762 deps:
2763 - grpc_test_util
2764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002765 - gpr_test_util
2766 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002767 exclude_iomgrs:
2768 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002769 platforms:
2770 - mac
2771 - linux
2772 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002773- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002774 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002775 build: test
2776 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002777 src:
2778 - test/core/iomgr/tcp_posix_test.c
2779 deps:
2780 - grpc_test_util
2781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002782 - gpr_test_util
2783 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002784 exclude_iomgrs:
2785 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002786 platforms:
2787 - mac
2788 - linux
2789 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002790- name: tcp_server_posix_test
2791 build: test
2792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002793 src:
2794 - test/core/iomgr/tcp_server_posix_test.c
2795 deps:
2796 - grpc_test_util
2797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002798 - gpr_test_util
2799 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002800 exclude_iomgrs:
2801 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002802 platforms:
2803 - mac
2804 - linux
2805 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002806- name: time_averaged_stats_test
2807 build: test
2808 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002809 src:
2810 - test/core/iomgr/time_averaged_stats_test.c
2811 deps:
2812 - grpc_test_util
2813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002814 - gpr_test_util
2815 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002816- name: timeout_encoding_test
2817 build: test
2818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002819 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002820 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002821 deps:
2822 - grpc_test_util
2823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002824 - gpr_test_util
2825 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002826- name: timer_heap_test
2827 build: test
2828 language: c
2829 src:
2830 - test/core/iomgr/timer_heap_test.c
2831 deps:
2832 - grpc_test_util
2833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002834 - gpr_test_util
2835 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002836 exclude_iomgrs:
2837 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002838- name: timer_list_test
2839 build: test
2840 language: c
2841 src:
2842 - test/core/iomgr/timer_list_test.c
2843 deps:
2844 - grpc_test_util
2845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002846 - gpr_test_util
2847 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002848 exclude_iomgrs:
2849 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002850- name: transport_connectivity_state_test
2851 build: test
2852 language: c
2853 src:
2854 - test/core/transport/connectivity_state_test.c
2855 deps:
2856 - grpc_test_util
2857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002858 - gpr_test_util
2859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860- name: transport_metadata_test
2861 build: test
2862 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002863 src:
2864 - test/core/transport/metadata_test.c
2865 deps:
2866 - grpc_test_util
2867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002868 - gpr_test_util
2869 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002870- name: transport_pid_controller_test
2871 build: test
2872 language: c
2873 src:
2874 - test/core/transport/pid_controller_test.c
2875 deps:
2876 - grpc_test_util
2877 - grpc
2878 - gpr_test_util
2879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002880- name: transport_security_test
2881 build: test
2882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002883 src:
2884 - test/core/tsi/transport_security_test.c
2885 deps:
2886 - grpc_test_util
2887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002888 - gpr_test_util
2889 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002890 platforms:
2891 - linux
2892 - posix
2893 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894- name: udp_server_test
2895 build: test
2896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002897 src:
2898 - test/core/iomgr/udp_server_test.c
2899 deps:
2900 - grpc_test_util
2901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002902 - gpr_test_util
2903 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002904 exclude_iomgrs:
2905 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002906 platforms:
2907 - mac
2908 - linux
2909 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002910- name: uri_fuzzer_test
2911 build: fuzzer
2912 language: c
2913 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002914 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002915 deps:
2916 - grpc_test_util
2917 - grpc
2918 - gpr_test_util
2919 - gpr
2920 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002921 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002922 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002923- name: uri_parser_test
2924 build: test
2925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002926 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002927 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002928 deps:
2929 - grpc_test_util
2930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002931 - gpr_test_util
2932 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002933- name: wakeup_fd_cv_test
2934 build: test
2935 language: c
2936 src:
2937 - test/core/iomgr/wakeup_fd_cv_test.c
2938 deps:
2939 - grpc_test_util
2940 - grpc
2941 - gpr_test_util
2942 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002943 exclude_iomgrs:
2944 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002945 platforms:
2946 - mac
2947 - linux
2948 - posix
vjpai04e992a2016-02-10 16:58:38 -08002949- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002950 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002951 build: test
2952 language: c++
2953 src:
2954 - test/cpp/common/alarm_cpp_test.cc
2955 deps:
2956 - grpc++_test_util
2957 - grpc_test_util
2958 - grpc++
2959 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002960 - gpr_test_util
2961 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002962- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002963 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002964 build: test
2965 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002966 src:
2967 - test/cpp/end2end/async_end2end_test.cc
2968 deps:
2969 - grpc++_test_util
2970 - grpc_test_util
2971 - grpc++
2972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002973 - gpr_test_util
2974 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002975- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002976 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002977 build: test
2978 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002979 src:
2980 - test/cpp/common/auth_property_iterator_test.cc
2981 deps:
2982 - grpc++_test_util
2983 - grpc_test_util
2984 - grpc++
2985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002986 - gpr_test_util
2987 - gpr
Craig Tillerb3f34b62017-02-13 10:29:33 -08002988- name: bm_closure
2989 build: test
2990 language: c++
2991 src:
2992 - test/cpp/microbenchmarks/bm_closure.cc
2993 deps:
2994 - benchmark
2995 - grpc_test_util
2996 - grpc
2997 - gpr_test_util
2998 - gpr
2999 args:
3000 - --benchmark_min_time=0
3001 platforms:
3002 - mac
3003 - linux
3004 - posix
Craig Tiller93d802b2016-10-25 21:05:49 -07003005- name: bm_fullstack
3006 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003007 language: c++
3008 src:
3009 - test/cpp/microbenchmarks/bm_fullstack.cc
3010 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003011 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003012 - grpc++_test_util
3013 - grpc_test_util
3014 - grpc++
3015 - grpc
3016 - gpr_test_util
3017 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003018 args:
3019 - --benchmark_min_time=0
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003020 platforms:
3021 - mac
3022 - linux
3023 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003024- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003025 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003026 build: test
3027 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003028 src:
yang-g52705592015-11-25 11:45:33 -08003029 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003030 deps:
3031 - grpc++
3032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003033 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08003034- name: channel_filter_test
3035 gtest: true
3036 build: test
3037 language: c++
3038 src:
3039 - test/cpp/common/channel_filter_test.cc
3040 deps:
3041 - grpc++
3042 - grpc
3043 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003045 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003046 build: test
3047 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003048 src:
3049 - test/cpp/util/cli_call_test.cc
3050 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003051 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003052 - grpc++_test_util
3053 - grpc_test_util
3054 - grpc++
3055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003056 - gpr_test_util
3057 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003058- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003059 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003060 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003061 build: test
3062 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003063 src:
3064 - test/cpp/end2end/client_crash_test.cc
3065 deps:
3066 - grpc++_test_util
3067 - grpc_test_util
3068 - grpc++
3069 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003070 - gpr_test_util
3071 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003072 platforms:
3073 - mac
3074 - linux
3075 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003076- name: client_crash_test_server
3077 build: test
3078 run: false
3079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003080 src:
3081 - test/cpp/end2end/client_crash_test_server.cc
3082 deps:
3083 - grpc++_test_util
3084 - grpc_test_util
3085 - grpc++
3086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003087 - gpr_test_util
3088 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003089- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003090 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003091 build: test
3092 language: c++
3093 src:
3094 - src/proto/grpc/testing/control.proto
3095 - src/proto/grpc/testing/messages.proto
3096 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003097 - src/proto/grpc/testing/services.proto
3098 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003099 - test/cpp/codegen/codegen_test_full.cc
3100 deps:
3101 - grpc++
3102 - grpc
3103 - gpr
3104 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003105 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003106- name: codegen_test_minimal
3107 gtest: true
3108 build: test
3109 language: c++
3110 src:
3111 - src/proto/grpc/testing/control.proto
3112 - src/proto/grpc/testing/messages.proto
3113 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003114 - src/proto/grpc/testing/services.proto
3115 - src/proto/grpc/testing/stats.proto
3116 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003117 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003118 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003119 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003120- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003121 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003122 build: test
3123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003124 src:
3125 - test/cpp/client/credentials_test.cc
3126 deps:
3127 - grpc++
3128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003129 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003130- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003131 gtest: true
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/util/byte_buffer_test.cc
3136 deps:
3137 - grpc_test_util
3138 - grpc++
3139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003140 - gpr_test_util
3141 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003142- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003143 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003144 build: test
3145 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003146 src:
3147 - test/cpp/util/slice_test.cc
3148 deps:
3149 - grpc_test_util
3150 - grpc++
3151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003152 - gpr_test_util
3153 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003154- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003155 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003156 build: test
3157 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003158 src:
3159 - test/cpp/util/string_ref_test.cc
3160 deps:
3161 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003162- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003163 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003164 build: test
3165 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003166 src:
3167 - test/cpp/util/time_test.cc
3168 deps:
3169 - grpc_test_util
3170 - grpc++
3171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003172 - gpr_test_util
3173 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003174- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003175 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003176 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003177 build: test
3178 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003179 src:
3180 - test/cpp/end2end/end2end_test.cc
3181 deps:
3182 - grpc++_test_util
3183 - grpc_test_util
3184 - grpc++
3185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003186 - gpr_test_util
3187 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003188- name: filter_end2end_test
3189 gtest: true
3190 build: test
3191 language: c++
3192 src:
3193 - test/cpp/end2end/filter_end2end_test.cc
3194 deps:
3195 - grpc++_test_util
3196 - grpc_test_util
3197 - grpc++
3198 - grpc
3199 - gpr_test_util
3200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201- name: generic_end2end_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/end2end/generic_end2end_test.cc
3207 deps:
3208 - grpc++_test_util
3209 - grpc_test_util
3210 - grpc++
3211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003212 - gpr_test_util
3213 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003214- name: golden_file_test
3215 gtest: true
3216 build: test
3217 language: c++
3218 src:
3219 - src/proto/grpc/testing/compiler_test.proto
3220 - test/cpp/codegen/golden_file_test.cc
3221 deps:
3222 - grpc++
3223 - grpc
3224 - gpr
3225 args:
3226 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003227- name: grpc_cli
3228 build: test
3229 run: false
3230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003231 src:
3232 - test/cpp/util/grpc_cli.cc
3233 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003234 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003235 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003236 - grpc++
3237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003238 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003239 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003240- name: grpc_cpp_plugin
3241 build: protoc
3242 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003243 src:
3244 - src/compiler/cpp_plugin.cc
3245 deps:
3246 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003247 secure: false
3248 vs_config_type: Application
3249 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3250- name: grpc_csharp_plugin
3251 build: protoc
3252 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003253 src:
3254 - src/compiler/csharp_plugin.cc
3255 deps:
3256 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003257 secure: false
3258 vs_config_type: Application
3259 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003260- name: grpc_node_plugin
3261 build: protoc
3262 language: c++
3263 src:
3264 - src/compiler/node_plugin.cc
3265 deps:
3266 - grpc_plugin_support
3267 secure: false
3268 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003269- name: grpc_objective_c_plugin
3270 build: protoc
3271 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003272 src:
3273 - src/compiler/objective_c_plugin.cc
3274 deps:
3275 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003276 secure: false
3277 vs_config_type: Application
3278 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003279- name: grpc_php_plugin
3280 build: protoc
3281 language: c++
3282 src:
3283 - src/compiler/php_plugin.cc
3284 deps:
3285 - grpc_plugin_support
3286 secure: false
3287 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003288- name: grpc_python_plugin
3289 build: protoc
3290 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003291 src:
3292 - src/compiler/python_plugin.cc
3293 deps:
3294 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003295 secure: false
3296 vs_config_type: Application
3297 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3298- name: grpc_ruby_plugin
3299 build: protoc
3300 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003301 src:
3302 - src/compiler/ruby_plugin.cc
3303 deps:
3304 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003305 secure: false
3306 vs_config_type: Application
3307 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003308- name: grpc_tool_test
3309 gtest: true
3310 build: test
3311 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003312 src:
3313 - src/proto/grpc/testing/echo.proto
3314 - src/proto/grpc/testing/echo_messages.proto
3315 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003316 deps:
3317 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003318 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003319 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003320 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003321 - grpc_test_util
3322 - grpc++
3323 - grpc
3324 - gpr_test_util
3325 - gpr
3326 filegroups:
3327 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003328- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003329 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003330 build: test
3331 language: c++
3332 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003333 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003334 - test/cpp/grpclb/grpclb_api_test.cc
3335 deps:
3336 - grpc++_test_util
3337 - grpc_test_util
3338 - grpc++
3339 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003340- name: grpclb_test
3341 gtest: false
3342 build: test
3343 language: c++
3344 src:
3345 - src/proto/grpc/lb/v1/load_balancer.proto
3346 - test/cpp/grpclb/grpclb_test.cc
3347 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003348 - grpc++_test_util
3349 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003350 - grpc++
3351 - grpc
3352 - gpr_test_util
3353 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003354- name: http2_client
3355 build: test
3356 run: false
3357 language: c++
3358 src: []
3359 deps:
3360 - http2_client_main
3361 - grpc++_test_util
3362 - grpc_test_util
3363 - grpc++
3364 - grpc
3365 - grpc++_test_config
3366 platforms:
3367 - mac
3368 - linux
3369 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003370- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003371 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003372 build: test
3373 language: c++
3374 src:
3375 - test/cpp/end2end/hybrid_end2end_test.cc
3376 deps:
3377 - grpc++_test_util
3378 - grpc_test_util
3379 - grpc++
3380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003381 - gpr_test_util
3382 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003383- name: interop_client
3384 build: test
3385 run: false
3386 language: c++
3387 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003388 deps:
3389 - interop_client_main
3390 - interop_client_helper
3391 - grpc++_test_util
3392 - grpc_test_util
3393 - grpc++
3394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003395 - gpr_test_util
3396 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003397 - grpc++_test_config
3398 platforms:
3399 - mac
3400 - linux
3401 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003402- name: interop_server
3403 build: test
3404 run: false
3405 language: c++
3406 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003407 deps:
3408 - interop_server_main
3409 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003410 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003411 - grpc++_test_util
3412 - grpc_test_util
3413 - grpc++
3414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003415 - gpr_test_util
3416 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003417 - grpc++_test_config
3418 platforms:
3419 - mac
3420 - linux
3421 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003422- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003423 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424 build: test
3425 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003426 src:
3427 - test/cpp/interop/interop_test.cc
3428 deps:
3429 - grpc_test_util
3430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003431 - gpr_test_util
3432 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003433 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003434 platforms:
3435 - mac
3436 - linux
3437 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003438- name: json_run_localhost
3439 build: test
3440 run: false
3441 language: c++
3442 src:
3443 - test/cpp/qps/json_run_localhost.cc
3444 deps:
3445 - grpc++_test_util
3446 - grpc_test_util
3447 - grpc++
3448 - grpc
3449 - gpr_test_util
3450 - gpr
3451 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003452 platforms:
3453 - mac
3454 - linux
3455 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003456- name: metrics_client
3457 build: test
3458 run: false
3459 language: c++
3460 headers:
3461 - test/cpp/util/metrics_server.h
3462 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003463 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003464 - test/cpp/interop/metrics_client.cc
3465 deps:
3466 - grpc++
3467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003468 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003469 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003470- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003471 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003472 build: test
3473 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003474 src:
3475 - test/cpp/end2end/mock_test.cc
3476 deps:
3477 - grpc++_test_util
3478 - grpc_test_util
3479 - grpc++
3480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003481 - gpr_test_util
3482 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003483- name: noop-benchmark
3484 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003485 language: c++
3486 src:
3487 - test/cpp/microbenchmarks/noop-benchmark.cc
3488 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003489 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003490- name: proto_server_reflection_test
3491 gtest: true
3492 build: test
3493 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003494 src:
3495 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003496 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003497 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003498 - grpc++_reflection
3499 - grpc++_test_util
3500 - grpc_test_util
3501 - grpc++
3502 - grpc
3503 - gpr_test_util
3504 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003505- name: proto_utils_test
3506 gtest: true
3507 build: test
3508 language: c++
3509 src:
3510 - test/cpp/codegen/proto_utils_test.cc
3511 deps:
3512 - grpc++
3513 - grpc
3514 filegroups:
3515 - grpc++_codegen_base
3516 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003517- name: qps_interarrival_test
3518 build: test
3519 run: false
3520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003521 src:
3522 - test/cpp/qps/qps_interarrival_test.cc
3523 deps:
3524 - qps
3525 - grpc++_test_util
3526 - grpc_test_util
3527 - grpc++
3528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003529 - gpr_test_util
3530 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003531 platforms:
3532 - mac
3533 - linux
3534 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003535- name: qps_json_driver
3536 build: test
3537 run: false
3538 language: c++
3539 src:
3540 - test/cpp/qps/qps_json_driver.cc
3541 deps:
3542 - qps
3543 - grpc++_test_util
3544 - grpc_test_util
3545 - grpc++
3546 - grpc
3547 - gpr_test_util
3548 - gpr
3549 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003550- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003551 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003552 build: test
3553 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003554 src:
3555 - test/cpp/qps/qps_openloop_test.cc
3556 deps:
3557 - qps
3558 - grpc++_test_util
3559 - grpc_test_util
3560 - grpc++
3561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003562 - gpr_test_util
3563 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003564 - grpc++_test_config
3565 platforms:
3566 - mac
3567 - linux
3568 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003569- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003570 build: test
3571 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003572 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003573 headers:
3574 - test/cpp/qps/client.h
3575 - test/cpp/qps/server.h
3576 src:
3577 - test/cpp/qps/worker.cc
3578 deps:
3579 - qps
3580 - grpc++_test_util
3581 - grpc_test_util
3582 - grpc++
3583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003584 - gpr_test_util
3585 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003586 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003587- name: reconnect_interop_client
3588 build: test
3589 run: false
3590 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003591 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003592 - src/proto/grpc/testing/empty.proto
3593 - src/proto/grpc/testing/messages.proto
3594 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003595 - test/cpp/interop/reconnect_interop_client.cc
3596 deps:
3597 - grpc++_test_util
3598 - grpc_test_util
3599 - grpc++
3600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003601 - gpr_test_util
3602 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003603 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003604- name: reconnect_interop_server
3605 build: test
3606 run: false
3607 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003608 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003609 - src/proto/grpc/testing/empty.proto
3610 - src/proto/grpc/testing/messages.proto
3611 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003612 - test/cpp/interop/reconnect_interop_server.cc
3613 deps:
3614 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003615 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003616 - grpc++_test_util
3617 - grpc_test_util
3618 - grpc++
3619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003620 - gpr_test_util
3621 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003622 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003623- name: round_robin_end2end_test
3624 gtest: true
3625 build: test
3626 language: c++
3627 src:
3628 - test/cpp/end2end/round_robin_end2end_test.cc
3629 deps:
3630 - grpc++_test_util
3631 - grpc_test_util
3632 - grpc++
3633 - grpc
3634 - gpr_test_util
3635 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003636- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003637 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003638 build: test
3639 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003640 src:
3641 - test/cpp/common/secure_auth_context_test.cc
3642 deps:
3643 - grpc++_test_util
3644 - grpc_test_util
3645 - grpc++
3646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003647 - gpr_test_util
3648 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003649- name: secure_sync_unary_ping_pong_test
3650 build: test
3651 language: c++
3652 src:
3653 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3654 deps:
3655 - qps
3656 - grpc++_test_util
3657 - grpc_test_util
3658 - grpc++
3659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003660 - gpr_test_util
3661 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003662 platforms:
3663 - mac
3664 - linux
3665 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003666- name: server_builder_plugin_test
3667 gtest: true
3668 build: test
3669 language: c++
3670 src:
3671 - test/cpp/end2end/server_builder_plugin_test.cc
3672 deps:
3673 - grpc++_test_util
3674 - grpc_test_util
3675 - grpc++
3676 - grpc
3677 - gpr_test_util
3678 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003679- name: server_context_test_spouse_test
3680 gtest: true
3681 build: test
3682 language: c++
3683 src:
3684 - test/cpp/test/server_context_test_spouse_test.cc
3685 deps:
3686 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003687 - grpc++
3688 - grpc
3689 - gpr_test_util
3690 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003691 uses:
3692 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003693- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003694 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003695 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003696 build: test
3697 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003698 src:
3699 - test/cpp/end2end/server_crash_test.cc
3700 deps:
3701 - grpc++_test_util
3702 - grpc_test_util
3703 - grpc++
3704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003705 - gpr_test_util
3706 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003707 platforms:
3708 - mac
3709 - linux
3710 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003711- name: server_crash_test_client
3712 build: test
3713 run: false
3714 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003715 src:
3716 - test/cpp/end2end/server_crash_test_client.cc
3717 deps:
3718 - grpc++_test_util
3719 - grpc_test_util
3720 - grpc++
3721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003722 - gpr_test_util
3723 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003724- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003725 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003726 build: test
3727 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003728 src:
3729 - test/cpp/end2end/shutdown_test.cc
3730 deps:
3731 - grpc++_test_util
3732 - grpc_test_util
3733 - grpc++
3734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003735 - gpr_test_util
3736 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003737- name: status_test
3738 build: test
3739 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003740 src:
3741 - test/cpp/util/status_test.cc
3742 deps:
3743 - grpc_test_util
3744 - grpc++
3745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003746 - gpr_test_util
3747 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003748- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003749 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003750 build: test
3751 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003752 src:
3753 - test/cpp/end2end/streaming_throughput_test.cc
3754 deps:
3755 - grpc++_test_util
3756 - grpc_test_util
3757 - grpc++
3758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003759 - gpr_test_util
3760 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003761 platforms:
3762 - mac
3763 - linux
3764 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003765- name: stress_test
3766 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003767 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003768 language: c++
3769 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003770 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003771 - test/cpp/interop/interop_client.h
3772 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003773 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003774 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003775 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003776 - src/proto/grpc/testing/empty.proto
3777 - src/proto/grpc/testing/messages.proto
3778 - src/proto/grpc/testing/metrics.proto
3779 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003780 - test/cpp/interop/interop_client.cc
3781 - test/cpp/interop/stress_interop_client.cc
3782 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003783 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003784 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003785 deps:
3786 - grpc++_test_util
3787 - grpc_test_util
3788 - grpc++
3789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003790 - gpr_test_util
3791 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003792 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003793- name: thread_manager_test
3794 build: test
3795 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003796 src:
3797 - test/cpp/thread_manager/thread_manager_test.cc
3798 deps:
3799 - grpc++
3800 - grpc
3801 - gpr
3802 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003803- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003804 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003805 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003806 build: test
3807 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003808 src:
3809 - test/cpp/end2end/thread_stress_test.cc
3810 deps:
3811 - grpc++_test_util
3812 - grpc_test_util
3813 - grpc++
3814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003815 - gpr_test_util
3816 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08003817- name: writes_per_rpc_test
3818 gtest: true
3819 cpu_cost: 0.5
3820 build: test
3821 language: c++
3822 src:
3823 - test/cpp/performance/writes_per_rpc_test.cc
3824 deps:
3825 - grpc++_test_util
3826 - grpc_test_util
3827 - grpc++
3828 - grpc
3829 - gpr_test_util
3830 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08003831 platforms:
3832 - mac
3833 - linux
3834 - posix
Craig Tillerab230452016-01-04 08:18:43 -08003835- name: public_headers_must_be_c89
3836 build: test
3837 language: c89
3838 src:
3839 - test/core/surface/public_headers_must_be_c89.c
3840 deps:
3841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003842 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003843vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003844- linkage: static
3845 name: grpc.dependencies.zlib
3846 props: false
3847 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003848 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003849- linkage: static
3850 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003851 props: true
3852 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003853 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003854- name: gflags
3855 props: false
3856 redist: false
3857 version: 2.1.2.1
3858- name: gtest
3859 props: false
3860 redist: false
3861 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003862configs:
3863 asan:
3864 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003865 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3866 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003867 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003868 LD: clang
3869 LDFLAGS: -fsanitize=address
3870 LDXX: clang++
3871 compile_the_world: true
3872 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003873 ASAN_OPTIONS: detect_leaks=1:color=always
3874 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003875 asan-noleaks:
3876 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003877 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3878 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003879 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003880 LD: clang
3881 LDFLAGS: -fsanitize=address
3882 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003883 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003884 test_environ:
3885 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07003886 asan-trace-cmp:
3887 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003888 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3889 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003890 CXX: clang++
3891 LD: clang
3892 LDFLAGS: -fsanitize=address
3893 LDXX: clang++
3894 compile_the_world: true
3895 test_environ:
3896 ASAN_OPTIONS: detect_leaks=1:color=always
3897 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003898 basicprof:
3899 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3900 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08003901 counters:
3902 CPPFLAGS: -O2 -DGPR_MU_COUNTERS
3903 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003904 dbg:
3905 CPPFLAGS: -O0
3906 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003907 gcov:
3908 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003909 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003910 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003911 DEFINES: _DEBUG DEBUG GPR_GCOV
3912 LD: gcc
3913 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3914 LDXX: g++
3915 helgrind:
3916 CPPFLAGS: -O0
3917 DEFINES: _DEBUG DEBUG
3918 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003919 valgrind: --tool=helgrind
3920 memcheck:
3921 CPPFLAGS: -O0
3922 DEFINES: _DEBUG DEBUG
3923 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003924 valgrind: --tool=memcheck --leak-check=full
3925 msan:
3926 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003927 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3928 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3929 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003930 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003931 DEFINES: NDEBUG
3932 LD: clang
3933 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3934 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3935 LDXX: clang++
3936 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003937 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003938 CPPFLAGS: -O3 -fno-omit-frame-pointer
3939 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003940 LDFLAGS: -rdynamic
3941 opt:
3942 CPPFLAGS: -O2
3943 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003944 stapprof:
3945 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3946 DEFINES: NDEBUG
3947 tsan:
3948 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003949 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003950 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003951 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003952 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003953 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003954 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003955 LDXX: clang++
3956 compile_the_world: true
3957 test_environ:
3958 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08003959 ubsan:
3960 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003961 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3962 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003963 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003964 DEFINES: NDEBUG
3965 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003966 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003967 LDXX: clang++
3968 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003969 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003970 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003971defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003972 benchmark:
3973 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003974 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003975 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003976 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003977 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003978 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003979 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02003980 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003981 LDFLAGS: -g
3982 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003983 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003984 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003985node_modules:
3986- deps:
3987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003988 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003989 - boringssl
3990 - z
murgatroid9994a75412015-11-19 14:04:53 -08003991 headers:
3992 - src/node/ext/byte_buffer.h
3993 - src/node/ext/call.h
3994 - src/node/ext/call_credentials.h
3995 - src/node/ext/channel.h
3996 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003997 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003998 - src/node/ext/server.h
3999 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004000 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004001 - src/node/ext/timeval.h
4002 js:
4003 - src/node/index.js
4004 - src/node/src/client.js
4005 - src/node/src/common.js
4006 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004007 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004008 - src/node/src/metadata.js
4009 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004010 name: grpc_node
4011 src:
4012 - src/node/ext/byte_buffer.cc
4013 - src/node/ext/call.cc
4014 - src/node/ext/call_credentials.cc
4015 - src/node/ext/channel.cc
4016 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004017 - src/node/ext/completion_queue_threadpool.cc
4018 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004019 - src/node/ext/node_grpc.cc
4020 - src/node/ext/server.cc
4021 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004022 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004023 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004024openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004025 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004026 extraction_dir: openssl-1.0.2f
4027 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004028php_config_m4:
4029 deps:
4030 - grpc
4031 - gpr
4032 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004033 headers:
4034 - src/php/ext/grpc/byte_buffer.h
4035 - src/php/ext/grpc/call.h
4036 - src/php/ext/grpc/call_credentials.h
4037 - src/php/ext/grpc/channel.h
4038 - src/php/ext/grpc/channel_credentials.h
4039 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004040 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004041 - src/php/ext/grpc/php_grpc.h
4042 - src/php/ext/grpc/server.h
4043 - src/php/ext/grpc/server_credentials.h
4044 - src/php/ext/grpc/timeval.h
4045 src:
4046 - src/php/ext/grpc/byte_buffer.c
4047 - src/php/ext/grpc/call.c
4048 - src/php/ext/grpc/call_credentials.c
4049 - src/php/ext/grpc/channel.c
4050 - src/php/ext/grpc/channel_credentials.c
4051 - src/php/ext/grpc/completion_queue.c
4052 - src/php/ext/grpc/php_grpc.c
4053 - src/php/ext/grpc/server.c
4054 - src/php/ext/grpc/server_credentials.c
4055 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004056python_dependencies:
4057 deps:
4058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004059 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004060 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004061 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004062ruby_gem:
4063 deps:
4064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004065 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004066 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004067 - z