blob: 911e6cdb9531f46cf806fb3a90e1ef26b90043d0 [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 Tillercba864b2017-02-17 10:27:56 -0800613 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700614 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700615 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800616 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700617 deps:
618 - grpc
619 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700620- name: grpc_transport_chttp2
621 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700622 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700623 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700624 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
625 - src/core/ext/transport/chttp2/transport/frame.h
626 - src/core/ext/transport/chttp2/transport/frame_data.h
627 - src/core/ext/transport/chttp2/transport/frame_goaway.h
628 - src/core/ext/transport/chttp2/transport/frame_ping.h
629 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
630 - src/core/ext/transport/chttp2/transport/frame_settings.h
631 - src/core/ext/transport/chttp2/transport/frame_window_update.h
632 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
633 - src/core/ext/transport/chttp2/transport/hpack_parser.h
634 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700635 - src/core/ext/transport/chttp2/transport/huffsyms.h
636 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
637 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700638 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700639 - src/core/ext/transport/chttp2/transport/varint.h
640 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700641 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700642 - src/core/ext/transport/chttp2/transport/bin_encoder.c
643 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700644 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
645 - src/core/ext/transport/chttp2/transport/frame_data.c
646 - src/core/ext/transport/chttp2/transport/frame_goaway.c
647 - src/core/ext/transport/chttp2/transport/frame_ping.c
648 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
649 - src/core/ext/transport/chttp2/transport/frame_settings.c
650 - src/core/ext/transport/chttp2/transport/frame_window_update.c
651 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
652 - src/core/ext/transport/chttp2/transport/hpack_parser.c
653 - src/core/ext/transport/chttp2/transport/hpack_table.c
654 - src/core/ext/transport/chttp2/transport/huffsyms.c
655 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
656 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700657 - src/core/ext/transport/chttp2/transport/stream_lists.c
658 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700659 - src/core/ext/transport/chttp2/transport/varint.c
660 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700661 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700662 uses:
663 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700664 - grpc_transport_chttp2_alpn
665- name: grpc_transport_chttp2_alpn
666 headers:
667 - src/core/ext/transport/chttp2/alpn/alpn.h
668 src:
669 - src/core/ext/transport/chttp2/alpn/alpn.c
670 deps:
671 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800672- name: grpc_transport_chttp2_client_connector
673 headers:
674 - src/core/ext/transport/chttp2/client/chttp2_connector.h
675 src:
676 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800677 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800678 - grpc_transport_chttp2
679 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700680- name: grpc_transport_chttp2_client_insecure
681 src:
682 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700683 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700684 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800685 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700686 - grpc_transport_chttp2
687 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700688 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700689- name: grpc_transport_chttp2_client_secure
690 src:
691 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700692 uses:
693 - grpc_transport_chttp2
694 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700695 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700696 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800697 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800698- name: grpc_transport_chttp2_server
699 headers:
700 - src/core/ext/transport/chttp2/server/chttp2_server.h
701 src:
702 - src/core/ext/transport/chttp2/server/chttp2_server.c
703 uses:
704 - grpc_transport_chttp2
705 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700706- name: grpc_transport_chttp2_server_insecure
707 src:
708 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700709 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700710 uses:
711 - grpc_transport_chttp2
712 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800713 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700714- name: grpc_transport_chttp2_server_secure
715 src:
716 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700717 uses:
718 - grpc_transport_chttp2
719 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700720 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800721 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700722- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700723 public_headers:
724 - include/grpc/grpc_cronet.h
725 - include/grpc/grpc_security.h
726 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700727 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800728 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800729 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700730 src:
731 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
732 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
733 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700734 filegroups:
735 - grpc_base
736 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800737- name: nanopb
738 headers:
739 - third_party/nanopb/pb.h
740 - third_party/nanopb/pb_common.h
741 - third_party/nanopb/pb_decode.h
742 - third_party/nanopb/pb_encode.h
743 src:
744 - third_party/nanopb/pb_common.c
745 - third_party/nanopb/pb_decode.c
746 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700747- name: tsi
748 headers:
749 - src/core/lib/tsi/fake_transport_security.h
750 - src/core/lib/tsi/ssl_transport_security.h
751 - src/core/lib/tsi/ssl_types.h
752 - src/core/lib/tsi/transport_security.h
753 - src/core/lib/tsi/transport_security_interface.h
754 src:
755 - src/core/lib/tsi/fake_transport_security.c
756 - src/core/lib/tsi/ssl_transport_security.c
757 - src/core/lib/tsi/transport_security.c
758 deps:
759 - gpr
760 secure: true
761- name: grpc++_base
762 language: c++
763 public_headers:
764 - include/grpc++/alarm.h
765 - include/grpc++/channel.h
766 - include/grpc++/client_context.h
767 - include/grpc++/completion_queue.h
768 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700769 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700770 - include/grpc++/generic/async_generic_service.h
771 - include/grpc++/generic/generic_stub.h
772 - include/grpc++/grpc++.h
773 - include/grpc++/impl/call.h
774 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700775 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700776 - include/grpc++/impl/grpc_library.h
777 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - include/grpc++/impl/rpc_method.h
779 - include/grpc++/impl/rpc_service_method.h
780 - include/grpc++/impl/serialization_traits.h
781 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700782 - include/grpc++/impl/server_builder_plugin.h
783 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700785 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786 - include/grpc++/security/auth_context.h
787 - include/grpc++/security/auth_metadata_processor.h
788 - include/grpc++/security/credentials.h
789 - include/grpc++/security/server_credentials.h
790 - include/grpc++/server.h
791 - include/grpc++/server_builder.h
792 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700793 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700794 - include/grpc++/support/async_stream.h
795 - include/grpc++/support/async_unary_call.h
796 - include/grpc++/support/byte_buffer.h
797 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700798 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700799 - include/grpc++/support/slice.h
800 - include/grpc++/support/status.h
801 - include/grpc++/support/status_code_enum.h
802 - include/grpc++/support/string_ref.h
803 - include/grpc++/support/stub_options.h
804 - include/grpc++/support/sync_stream.h
805 - include/grpc++/support/time.h
806 headers:
807 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700808 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700809 - src/cpp/server/dynamic_thread_pool.h
810 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700811 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700812 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700813 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 - src/cpp/client/client_context.cc
815 - src/cpp/client/create_channel.cc
816 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700817 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700818 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700821 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700822 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700824 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700826 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700827 - src/cpp/server/async_generic_service.cc
828 - src/cpp/server/create_default_thread_pool.cc
829 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700831 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - src/cpp/server/server_context.cc
833 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700834 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700835 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700836 - src/cpp/util/byte_buffer_cc.cc
837 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 - src/cpp/util/status.cc
839 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700840 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 uses:
yang-g17487f92016-06-03 15:21:15 -0700842 - grpc++_codegen_base
843- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 language: c++
845 public_headers:
846 - include/grpc++/impl/codegen/async_stream.h
847 - include/grpc++/impl/codegen/async_unary_call.h
848 - include/grpc++/impl/codegen/call.h
849 - include/grpc++/impl/codegen/call_hook.h
850 - include/grpc++/impl/codegen/channel_interface.h
851 - include/grpc++/impl/codegen/client_context.h
852 - include/grpc++/impl/codegen/client_unary_call.h
853 - include/grpc++/impl/codegen/completion_queue.h
854 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700855 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 - include/grpc++/impl/codegen/core_codegen_interface.h
857 - include/grpc++/impl/codegen/create_auth_context.h
858 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800859 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700860 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700861 - include/grpc++/impl/codegen/rpc_method.h
862 - include/grpc++/impl/codegen/rpc_service_method.h
863 - include/grpc++/impl/codegen/security/auth_context.h
864 - include/grpc++/impl/codegen/serialization_traits.h
865 - include/grpc++/impl/codegen/server_context.h
866 - include/grpc++/impl/codegen/server_interface.h
867 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800868 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700869 - include/grpc++/impl/codegen/status.h
870 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700871 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700872 - include/grpc++/impl/codegen/string_ref.h
873 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874 - include/grpc++/impl/codegen/sync_stream.h
875 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700876 uses:
877 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700878- name: grpc++_codegen_base_src
879 language: c++
880 src:
881 - src/cpp/codegen/codegen_init.cc
882 uses:
883 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700884- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 language: c++
886 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700887 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700888 uses:
yang-g17487f92016-06-03 15:21:15 -0700889 - grpc++_codegen_base
890 - grpc++_config_proto
891- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700892 language: c++
893 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700894 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700895- name: grpc++_reflection_proto
896 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700897 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700898 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800899- name: grpc++_test
900 language: c++
901 public_headers:
902 - include/grpc++/test/server_context_test_spouse.h
903 deps:
904 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700905- name: thrift_util
906 language: c++
907 public_headers:
908 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700909 - include/grpc++/impl/codegen/thrift_utils.h
910 uses:
911 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100912libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800913- name: gpr
914 build: all
915 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800916 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700917 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800918 secure: false
919 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
920- name: gpr_test_util
921 build: private
922 language: c
923 headers:
924 - test/core/util/test_config.h
925 src:
926 - test/core/util/test_config.c
927 deps:
928 - gpr
929 secure: false
930 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700931- name: grpc
932 build: all
933 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934 src:
935 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700936 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800937 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700938 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700939 filegroups:
940 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700941 - grpc_transport_chttp2_server_secure
942 - grpc_transport_chttp2_client_secure
943 - grpc_transport_chttp2_server_insecure
944 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800945 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700946 - grpc_lb_policy_pick_first
947 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700948 - grpc_resolver_dns_native
949 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700950 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100951 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700952 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700953 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700954 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700955 vs_packages:
956 - grpc.dependencies.openssl
957 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700958 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700959- name: grpc_cronet
960 build: all
961 language: c
962 src:
963 - src/core/lib/surface/init.c
964 baselib: true
965 deps_linkage: static
966 dll: true
967 filegroups:
968 - grpc_base
969 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700970 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700971 generate_plugin_registry: true
972 platforms:
973 - linux
974 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100975- name: grpc_dll
976 build: private
977 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100978 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100979 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100980 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100981 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100982 build_system:
983 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100984 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100985 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100986 vs_config_type: DynamicLibrary
987 vs_packages:
988 - grpc.dependencies.openssl
989 - grpc.dependencies.zlib
990 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
991 vs_props:
992 - zlib
993 - openssl
994 - winsock
995 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700996- name: grpc_test_util
997 build: private
998 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700999 headers:
1000 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001001 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001002 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001003 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001004 - test/core/end2end/data/server1_cert.c
1005 - test/core/end2end/data/server1_key.c
1006 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001007 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001008 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001009 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001010 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001011 - grpc
1012 filegroups:
1013 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001014 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001015 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1016- name: grpc_test_util_unsecure
1017 build: private
1018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001019 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001020 - gpr
1021 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001022 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001023 filegroups:
1024 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001025 secure: false
1026 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1027- name: grpc_unsecure
1028 build: all
1029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001030 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001031 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001032 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001033 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001034 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001035 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001036 filegroups:
1037 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001038 - grpc_transport_chttp2_server_insecure
1039 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001040 - grpc_resolver_dns_native
1041 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001042 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001043 - grpc_lb_policy_grpclb
1044 - grpc_lb_policy_pick_first
1045 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001046 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001047 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048 secure: false
1049 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050- name: reconnect_server
1051 build: private
1052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001053 headers:
1054 - test/core/util/reconnect_server.h
1055 src:
1056 - test/core/util/reconnect_server.c
1057 deps:
yang-gc9fca182015-11-06 16:41:33 -08001058 - test_tcp_server
1059 - grpc_test_util
1060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001061 - gpr_test_util
1062 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001063- name: test_tcp_server
1064 build: private
1065 language: c
1066 headers:
1067 - test/core/util/test_tcp_server.h
1068 src:
1069 - test/core/util/test_tcp_server.c
1070 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001071 - grpc_test_util
1072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001073 - gpr_test_util
1074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001075- name: grpc++
1076 build: all
1077 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001078 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001079 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001080 - src/cpp/client/secure_credentials.h
1081 - src/cpp/common/secure_auth_context.h
1082 - src/cpp/server/secure_server_credentials.h
1083 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001084 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001085 - src/cpp/client/secure_credentials.cc
1086 - src/cpp/common/auth_property_iterator.cc
1087 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001088 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001089 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001090 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001091 - src/cpp/server/secure_server_credentials.cc
1092 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001093 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001094 baselib: true
1095 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001096 filegroups:
1097 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001098 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001099 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001100 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001101 secure: check
1102 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001103- name: grpc++_cronet
1104 build: all
1105 language: c++
1106 src:
1107 - src/cpp/client/cronet_credentials.cc
1108 - src/cpp/client/insecure_credentials.cc
1109 - src/cpp/common/insecure_create_auth_context.cc
1110 - src/cpp/server/insecure_server_credentials.cc
1111 deps:
1112 - gpr
1113 - grpc_cronet
1114 baselib: true
1115 dll: true
1116 filegroups:
1117 - grpc++_base
1118 - grpc++_codegen_base
1119 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001120 - grpc_transport_chttp2_client_insecure
1121 - grpc_transport_chttp2_server_insecure
1122 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001123 platforms:
1124 - linux
1125 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001126- name: grpc++_proto_reflection_desc_db
1127 build: private
1128 language: c++
1129 headers:
1130 - test/cpp/util/proto_reflection_descriptor_database.h
1131 src:
1132 - test/cpp/util/proto_reflection_descriptor_database.cc
1133 deps:
1134 - grpc++
1135 filegroups:
1136 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001137 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001138- name: grpc++_reflection
1139 build: all
1140 language: c++
1141 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001142 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001143 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001144 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001145 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001146 - src/cpp/ext/proto_server_reflection.cc
1147 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001148 deps:
1149 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001150 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001151 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152- name: grpc++_test_config
1153 build: private
1154 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001155 headers:
1156 - test/cpp/util/test_config.h
1157 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001158 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159- name: grpc++_test_util
1160 build: private
1161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001162 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001163 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001164 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001165 - test/cpp/util/create_test_channel.h
1166 - test/cpp/util/string_ref_helper.h
1167 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001168 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001169 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001170 - src/proto/grpc/testing/echo_messages.proto
1171 - src/proto/grpc/testing/echo.proto
1172 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001173 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001174 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001175 - test/cpp/util/create_test_channel.cc
1176 - test/cpp/util/string_ref_helper.cc
1177 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001178 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001179 deps:
1180 - grpc++
1181 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001182 filegroups:
1183 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001184 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001185 - grpc++_codegen_proto
1186 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001187 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001188- name: grpc++_unsecure
1189 build: all
1190 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001191 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001192 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001193 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001194 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001195 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001196 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001197 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001198 baselib: true
1199 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001200 filegroups:
1201 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001202 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001203 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001204 secure: false
1205 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001206- name: grpc_cli_libs
1207 build: private
1208 language: c++
1209 headers:
1210 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001211 - test/cpp/util/cli_credentials.h
1212 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001213 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001214 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001215 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001216 src:
1217 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001218 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001219 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001220 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001221 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001222 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001223 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001224 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001225 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001226 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001227 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228- name: grpc_plugin_support
1229 build: protoc
1230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001231 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001232 - src/compiler/config.h
1233 - src/compiler/cpp_generator.h
1234 - src/compiler/cpp_generator_helpers.h
1235 - src/compiler/csharp_generator.h
1236 - src/compiler/csharp_generator_helpers.h
1237 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001238 - src/compiler/node_generator.h
1239 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001240 - src/compiler/objective_c_generator.h
1241 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001242 - src/compiler/php_generator.h
1243 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001244 - src/compiler/python_generator.h
1245 - src/compiler/ruby_generator.h
1246 - src/compiler/ruby_generator_helpers-inl.h
1247 - src/compiler/ruby_generator_map-inl.h
1248 - src/compiler/ruby_generator_string-inl.h
1249 src:
1250 - src/compiler/cpp_generator.cc
1251 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001252 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001253 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001254 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001255 - src/compiler/python_generator.cc
1256 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001257 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001258 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001259 secure: false
1260 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001261 vs_props:
1262 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001263- name: http2_client_main
1264 build: private
1265 language: c++
1266 headers:
1267 - test/cpp/interop/http2_client.h
1268 src:
1269 - src/proto/grpc/testing/empty.proto
1270 - src/proto/grpc/testing/messages.proto
1271 - src/proto/grpc/testing/test.proto
1272 - test/cpp/interop/http2_client.cc
1273 deps:
1274 - grpc++_test_util
1275 - grpc_test_util
1276 - grpc++
1277 - grpc
1278 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001279- name: interop_client_helper
1280 build: private
1281 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001282 headers:
1283 - test/cpp/interop/client_helper.h
1284 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001285 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001286 - test/cpp/interop/client_helper.cc
1287 deps:
1288 - grpc++_test_util
1289 - grpc_test_util
1290 - grpc++
1291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001293- name: interop_client_main
1294 build: private
1295 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001296 headers:
1297 - test/cpp/interop/interop_client.h
1298 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001299 - src/proto/grpc/testing/empty.proto
1300 - src/proto/grpc/testing/messages.proto
1301 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001302 - test/cpp/interop/client.cc
1303 - test/cpp/interop/interop_client.cc
1304 deps:
1305 - interop_client_helper
1306 - grpc++_test_util
1307 - grpc_test_util
1308 - grpc++
1309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001310 - gpr_test_util
1311 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001312 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001313- name: interop_server_helper
1314 build: private
1315 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001316 headers:
1317 - test/cpp/interop/server_helper.h
1318 src:
1319 - test/cpp/interop/server_helper.cc
1320 deps:
yang-gcc591022017-01-11 11:10:43 -08001321 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001322 - grpc_test_util
1323 - grpc++
1324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001325 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001326- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001327 build: private
1328 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001329 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001330 - src/proto/grpc/testing/empty.proto
1331 - src/proto/grpc/testing/messages.proto
1332 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001333 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001334 deps:
1335 - interop_server_helper
1336 - grpc++_test_util
1337 - grpc_test_util
1338 - grpc++
1339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001340 - gpr_test_util
1341 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001342 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001343- name: interop_server_main
1344 build: private
1345 language: c++
1346 src:
1347 - test/cpp/interop/interop_server_bootstrap.cc
1348 deps:
1349 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350- name: qps
1351 build: private
1352 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001353 headers:
1354 - test/cpp/qps/client.h
1355 - test/cpp/qps/driver.h
1356 - test/cpp/qps/histogram.h
1357 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001358 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001359 - test/cpp/qps/qps_worker.h
1360 - test/cpp/qps/report.h
1361 - test/cpp/qps/server.h
1362 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001363 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001364 - test/cpp/util/benchmark_config.h
1365 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001366 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001367 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001368 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001369 - src/proto/grpc/testing/control.proto
1370 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001371 - test/cpp/qps/client_async.cc
1372 - test/cpp/qps/client_sync.cc
1373 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001374 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001375 - test/cpp/qps/qps_worker.cc
1376 - test/cpp/qps/report.cc
1377 - test/cpp/qps/server_async.cc
1378 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001379 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001380 - test/cpp/util/benchmark_config.cc
1381 deps:
1382 - grpc_test_util
1383 - grpc++_test_util
1384 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385- name: grpc_csharp_ext
1386 build: all
1387 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001388 src:
1389 - src/csharp/ext/grpc_csharp_ext.c
1390 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001392 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001393 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001394 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001395 dll: only
1396 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001397 vs_packages:
1398 - grpc.dependencies.openssl
1399 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001400 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001401 vs_props:
1402 - zlib
1403 - openssl
1404 - winsock
1405 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001406targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001407- name: alarm_test
1408 build: test
1409 language: c
1410 src:
1411 - test/core/surface/alarm_test.c
1412 deps:
1413 - grpc_test_util
1414 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001415 - gpr_test_util
1416 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001417- name: algorithm_test
1418 build: test
1419 language: c
1420 src:
1421 - test/core/compression/algorithm_test.c
1422 deps:
1423 - grpc_test_util
1424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001425 - gpr_test_util
1426 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001427- name: alloc_test
1428 build: test
1429 language: c
1430 src:
1431 - test/core/support/alloc_test.c
1432 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001433 - gpr_test_util
1434 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001435- name: alpn_test
1436 build: test
1437 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001438 src:
1439 - test/core/transport/chttp2/alpn_test.c
1440 deps:
1441 - grpc_test_util
1442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001443 - gpr_test_util
1444 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001445- name: api_fuzzer
1446 build: fuzzer
1447 language: c
1448 src:
1449 - test/core/end2end/fuzzers/api_fuzzer.c
1450 deps:
1451 - grpc_test_util
1452 - grpc
1453 - gpr_test_util
1454 - gpr
1455 corpus_dirs:
1456 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001457 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001458 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001459- name: bad_server_response_test
1460 build: test
1461 language: c
1462 src:
1463 - test/core/end2end/bad_server_response_test.c
1464 deps:
1465 - test_tcp_server
1466 - grpc_test_util
1467 - grpc
1468 - gpr_test_util
1469 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001470 exclude_iomgrs:
1471 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001472- name: bdp_estimator_test
1473 build: test
1474 language: c
1475 src:
1476 - test/core/transport/bdp_estimator_test.c
1477 deps:
1478 - grpc_test_util
1479 - grpc
1480 - gpr_test_util
1481 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001482- name: bin_decoder_test
1483 build: test
1484 language: c
1485 src:
1486 - test/core/transport/chttp2/bin_decoder_test.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490- name: bin_encoder_test
1491 build: test
1492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001493 src:
1494 - test/core/transport/chttp2/bin_encoder_test.c
1495 deps:
1496 - grpc_test_util
1497 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001498- name: census_context_test
1499 build: test
1500 language: c
1501 src:
1502 - test/core/census/context_test.c
1503 deps:
1504 - grpc_test_util
1505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001506 - gpr_test_util
1507 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001508- name: census_resource_test
1509 build: test
1510 language: c
1511 src:
1512 - test/core/census/resource_test.c
1513 deps:
1514 - grpc_test_util
1515 - grpc
1516 - gpr_test_util
1517 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001518- name: census_trace_context_test
1519 build: test
1520 language: c
1521 src:
1522 - test/core/census/trace_context_test.c
1523 deps:
1524 - grpc_test_util
1525 - grpc
1526 - gpr_test_util
1527 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001528- name: channel_create_test
1529 build: test
1530 language: c
1531 src:
1532 - test/core/surface/channel_create_test.c
1533 deps:
1534 - grpc_test_util
1535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001538- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001539 build: test
1540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001541 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001542 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001543 deps:
1544 - grpc_test_util
1545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001546 - gpr_test_util
1547 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001548- name: chttp2_stream_map_test
1549 build: test
1550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001551 src:
1552 - test/core/transport/chttp2/stream_map_test.c
1553 deps:
1554 - grpc_test_util
1555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001556 - gpr_test_util
1557 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001558- name: chttp2_varint_test
1559 build: test
1560 language: c
1561 src:
1562 - test/core/transport/chttp2/varint_test.c
1563 deps:
1564 - grpc_test_util
1565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001566 - gpr_test_util
1567 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001568- name: client_fuzzer
1569 build: fuzzer
1570 language: c
1571 src:
1572 - test/core/end2end/fuzzers/client_fuzzer.c
1573 deps:
1574 - grpc_test_util
1575 - grpc
1576 - gpr_test_util
1577 - gpr
1578 corpus_dirs:
1579 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001580 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001581 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001582- name: combiner_test
1583 cpu_cost: 30
1584 build: test
1585 language: c
1586 src:
1587 - test/core/iomgr/combiner_test.c
1588 deps:
1589 - grpc_test_util
1590 - grpc
1591 - gpr_test_util
1592 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001593- name: compression_test
1594 build: test
1595 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001596 src:
1597 - test/core/compression/compression_test.c
1598 deps:
1599 - grpc_test_util
1600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001603- name: concurrent_connectivity_test
1604 build: test
1605 language: c
1606 src:
1607 - test/core/surface/concurrent_connectivity_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
1611 - gpr_test_util
1612 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001613 exclude_iomgrs:
1614 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001615- name: connection_refused_test
1616 cpu_cost: 0.1
1617 build: test
1618 language: c
1619 src:
1620 - test/core/end2end/connection_refused_test.c
1621 deps:
1622 - grpc_test_util
1623 - grpc
1624 - gpr_test_util
1625 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001626- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001627 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001628 build: test
1629 language: c
1630 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001631 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001632 deps:
1633 - grpc_test_util
1634 - grpc
1635 - gpr_test_util
1636 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001637 exclude_iomgrs:
1638 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001639- name: dns_resolver_test
1640 build: test
1641 language: c
1642 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001643 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001644 deps:
1645 - grpc_test_util
1646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 - gpr_test_util
1648 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001649- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001650 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001651 build: test
1652 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001653 src:
1654 - test/core/end2end/dualstack_socket_test.c
1655 deps:
1656 - grpc_test_util
1657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001658 - gpr_test_util
1659 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001660 exclude_iomgrs:
1661 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001662 platforms:
1663 - mac
1664 - linux
1665 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001666- name: endpoint_pair_test
1667 build: test
1668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
1670 - test/core/iomgr/endpoint_pair_test.c
1671 deps:
1672 - grpc_test_util
1673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001674 - gpr_test_util
1675 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001676 exclude_iomgrs:
1677 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001678- name: ev_epoll_linux_test
1679 build: test
1680 language: c
1681 src:
1682 - test/core/iomgr/ev_epoll_linux_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
1686 - gpr_test_util
1687 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001688 exclude_iomgrs:
1689 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001690 platforms:
1691 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: fd_conservation_posix_test
1693 build: test
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - test/core/iomgr/fd_conservation_posix_test.c
1697 deps:
1698 - grpc_test_util
1699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 - gpr_test_util
1701 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001702 exclude_iomgrs:
1703 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001704 platforms:
1705 - mac
1706 - linux
1707 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708- name: fd_posix_test
1709 build: test
1710 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001711 src:
1712 - test/core/iomgr/fd_posix_test.c
1713 deps:
1714 - grpc_test_util
1715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 - gpr_test_util
1717 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001718 exclude_iomgrs:
1719 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001720 platforms:
1721 - mac
1722 - linux
1723 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001724- name: fling_client
1725 build: test
1726 run: false
1727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001728 src:
1729 - test/core/fling/client.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: fling_server
1736 build: test
1737 run: false
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
1740 - test/core/fling/server.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001747 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748 build: test
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/fling/fling_stream_test.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr_test_util
1756 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001757 platforms:
1758 - mac
1759 - linux
1760 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001762 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763 build: test
1764 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001765 src:
1766 - test/core/fling/fling_test.c
1767 deps:
1768 - grpc_test_util
1769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001772 platforms:
1773 - mac
1774 - linux
1775 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001776- name: gen_hpack_tables
1777 build: tool
1778 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001779 src:
1780 - tools/codegen/core/gen_hpack_tables.c
1781 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001783 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001784- name: gen_legal_metadata_characters
1785 build: tool
1786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001787 src:
1788 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001790- name: gen_percent_encoding_tables
1791 build: tool
1792 language: c
1793 src:
1794 - tools/codegen/core/gen_percent_encoding_tables.c
1795 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001796- name: goaway_server_test
1797 cpu_cost: 0.1
1798 build: test
1799 language: c
1800 src:
1801 - test/core/end2end/goaway_server_test.c
1802 deps:
1803 - grpc_test_util
1804 - grpc
1805 - gpr_test_util
1806 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001807 exclude_iomgrs:
1808 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001809 platforms:
1810 - mac
1811 - linux
1812 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001813- name: gpr_avl_test
1814 build: test
1815 language: c
1816 src:
1817 - test/core/support/avl_test.c
1818 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 - gpr_test_util
1820 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001821- name: gpr_backoff_test
1822 build: test
1823 language: c
1824 src:
1825 - test/core/support/backoff_test.c
1826 deps:
1827 - gpr_test_util
1828 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001829- name: gpr_cmdline_test
1830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/support/cmdline_test.c
1834 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001837- name: gpr_cpu_test
1838 build: test
1839 language: c
1840 src:
1841 - test/core/support/cpu_test.c
1842 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845- name: gpr_env_test
1846 build: test
1847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001848 src:
1849 - test/core/support/env_test.c
1850 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001851 - gpr_test_util
1852 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853- name: gpr_histogram_test
1854 build: test
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
1857 - test/core/support/histogram_test.c
1858 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001861- name: gpr_host_port_test
1862 build: test
1863 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001864 src:
1865 - test/core/support/host_port_test.c
1866 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001869- name: gpr_log_test
1870 build: test
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
1873 - test/core/support/log_test.c
1874 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001877- name: gpr_mpscq_test
1878 cpu_cost: 30
1879 build: test
1880 language: c
1881 src:
1882 - test/core/support/mpscq_test.c
1883 deps:
1884 - gpr_test_util
1885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001887 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001888 build: test
1889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001890 src:
1891 - test/core/support/stack_lockfree_test.c
1892 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr_test_util
1894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001895- name: gpr_string_test
1896 build: test
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
1899 - test/core/support/string_test.c
1900 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001904 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001905 build: test
1906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001907 src:
1908 - test/core/support/sync_test.c
1909 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001912- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001913 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001914 build: test
1915 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001916 src:
1917 - test/core/support/thd_test.c
1918 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001919 - gpr_test_util
1920 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001921- name: gpr_time_test
1922 build: test
1923 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001924 src:
1925 - test/core/support/time_test.c
1926 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001929- name: gpr_tls_test
1930 build: test
1931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001932 src:
1933 - test/core/support/tls_test.c
1934 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr_test_util
1936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: gpr_useful_test
1938 build: test
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/core/support/useful_test.c
1942 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945- name: grpc_auth_context_test
1946 build: test
1947 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001948 src:
1949 - test/core/security/auth_context_test.c
1950 deps:
1951 - grpc_test_util
1952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001953 - gpr_test_util
1954 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001955- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956 build: test
1957 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001958 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001959 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001960 deps:
1961 - grpc_test_util
1962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001965- name: grpc_byte_buffer_reader_test
1966 build: test
1967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001968 src:
1969 - test/core/surface/byte_buffer_reader_test.c
1970 deps:
1971 - grpc_test_util
1972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001975- name: grpc_channel_args_test
1976 build: test
1977 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001978 src:
1979 - test/core/channel/channel_args_test.c
1980 deps:
1981 - grpc_test_util
1982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985- name: grpc_channel_stack_test
1986 build: test
1987 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
1989 - test/core/channel/channel_stack_test.c
1990 deps:
1991 - grpc_test_util
1992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: grpc_completion_queue_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/surface/completion_queue_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002005 exclude_iomgrs:
2006 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007- name: grpc_create_jwt
2008 build: tool
2009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002010 src:
2011 - test/core/security/create_jwt.c
2012 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002015 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016- name: grpc_credentials_test
2017 build: test
2018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002019 src:
2020 - test/core/security/credentials_test.c
2021 deps:
2022 - grpc_test_util
2023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002027 build: test
2028 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002030 src:
2031 - test/core/security/fetch_oauth2.c
2032 deps:
2033 - grpc_test_util
2034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002035 - gpr_test_util
2036 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002037- name: grpc_invalid_channel_args_test
2038 build: test
2039 language: c
2040 src:
2041 - test/core/surface/invalid_channel_args_test.c
2042 deps:
2043 - grpc_test_util
2044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: grpc_json_token_test
2048 build: test
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/core/security/json_token_test.c
2052 deps:
2053 - grpc_test_util
2054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 - gpr_test_util
2056 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002057 platforms:
2058 - linux
2059 - posix
2060 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: grpc_jwt_verifier_test
2062 build: test
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
2065 - test/core/security/jwt_verifier_test.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: grpc_print_google_default_creds_token
2072 build: tool
2073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
2075 - test/core/security/print_google_default_creds_token.c
2076 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002078 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: grpc_security_connector_test
2080 build: test
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/core/security/security_connector_test.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: grpc_verify_jwt
2090 build: tool
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/security/verify_jwt.c
2094 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002097- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002098 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002099 language: c
2100 src:
2101 - test/core/handshake/client_ssl.c
2102 deps:
2103 - grpc_test_util
2104 - grpc
2105 - gpr_test_util
2106 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002107 platforms:
2108 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002109 secure: true
2110- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002111 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002112 language: c
2113 src:
2114 - test/core/handshake/server_ssl.c
2115 deps:
2116 - grpc_test_util
2117 - grpc
2118 - gpr_test_util
2119 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002120 platforms:
2121 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002122 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002123- name: hpack_parser_fuzzer_test
2124 build: fuzzer
2125 language: c
2126 src:
2127 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2128 deps:
2129 - grpc_test_util
2130 - grpc
2131 - gpr_test_util
2132 - gpr
2133 corpus_dirs:
2134 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002135 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002136 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137- name: hpack_parser_test
2138 build: test
2139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - test/core/transport/chttp2/hpack_parser_test.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr_test_util
2146 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147- name: hpack_table_test
2148 build: test
2149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - test/core/transport/chttp2/hpack_table_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002157- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158 build: test
2159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002161 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002167- name: http_request_fuzzer_test
2168 build: fuzzer
2169 language: c
2170 src:
2171 - test/core/http/request_fuzzer.c
2172 deps:
2173 - grpc_test_util
2174 - grpc
2175 - gpr_test_util
2176 - gpr
2177 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002178 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002179 maxlen: 2048
2180- name: http_response_fuzzer_test
2181 build: fuzzer
2182 language: c
2183 src:
2184 - test/core/http/response_fuzzer.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
2188 - gpr_test_util
2189 - gpr
2190 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002191 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002192 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002193- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194 build: test
2195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002196 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002197 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002198 deps:
2199 - grpc_test_util
2200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002204 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205 build: test
2206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002208 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002209 deps:
2210 - grpc_test_util
2211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002212 - gpr_test_util
2213 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002214 platforms:
2215 - mac
2216 - linux
2217 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002218- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002219 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002220 build: test
2221 language: c
2222 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002223 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002224 deps:
2225 - grpc_test_util
2226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002229 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002230 - linux
yang-gf1183302015-12-07 16:02:05 -08002231- name: init_test
2232 build: test
2233 language: c
2234 src:
2235 - test/core/surface/init_test.c
2236 deps:
2237 - grpc_test_util
2238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002239 - gpr_test_util
2240 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002241- name: internal_api_canary_iomgr_test
2242 build: test
2243 run: false
2244 language: c
2245 src:
2246 - test/core/internal_api_canaries/iomgr.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
2250 - gpr_test_util
2251 - gpr
2252- name: internal_api_canary_support_test
2253 build: test
2254 run: false
2255 language: c
2256 src:
2257 - test/core/internal_api_canaries/iomgr.c
2258 deps:
2259 - grpc_test_util
2260 - grpc
2261 - gpr_test_util
2262 - gpr
2263- name: internal_api_canary_transport_test
2264 build: test
2265 run: false
2266 language: c
2267 src:
2268 - test/core/internal_api_canaries/iomgr.c
2269 deps:
2270 - grpc_test_util
2271 - grpc
2272 - gpr_test_util
2273 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002274- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002275 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002276 build: test
2277 language: c
2278 src:
2279 - test/core/end2end/invalid_call_argument_test.c
2280 deps:
2281 - grpc_test_util
2282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 - gpr_test_util
2284 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002285- name: json_fuzzer_test
2286 build: fuzzer
2287 language: c
2288 src:
2289 - test/core/json/fuzzer.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
2293 - gpr_test_util
2294 - gpr
2295 corpus_dirs:
2296 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002297 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298- name: json_rewrite
2299 build: test
2300 run: false
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/core/json/json_rewrite.c
2304 deps:
2305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307- name: json_rewrite_test
2308 build: test
2309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002310 src:
2311 - test/core/json/json_rewrite_test.c
2312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002317- name: json_stream_error_test
2318 build: test
2319 language: c
2320 src:
2321 - test/core/json/json_stream_error_test.c
2322 deps:
2323 - grpc_test_util
2324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002327- name: json_test
2328 build: test
2329 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002330 src:
2331 - test/core/json/json_test.c
2332 deps:
2333 - grpc_test_util
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: lame_client_test
2338 build: test
2339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
2341 - test/core/surface/lame_client_test.c
2342 deps:
2343 - grpc_test_util
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002347- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002348 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002349 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002350 build: test
2351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002353 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002354 deps:
2355 - grpc_test_util
2356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002357 - gpr_test_util
2358 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002359- name: load_file_test
2360 build: test
2361 language: c
2362 src:
2363 - test/core/iomgr/load_file_test.c
2364 deps:
2365 - grpc_test_util
2366 - grpc
2367 - gpr_test_util
2368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: low_level_ping_pong_benchmark
2370 build: benchmark
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
2373 - test/core/network_benchmarks/low_level_ping_pong.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002379 platforms:
2380 - mac
2381 - linux
2382 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002383- name: memory_profile_client
2384 build: test
2385 run: false
2386 language: c
2387 src:
2388 - test/core/memory_usage/client.c
2389 deps:
2390 - grpc_test_util
2391 - grpc
2392 - gpr_test_util
2393 - gpr
2394- name: memory_profile_server
2395 build: test
2396 run: false
2397 language: c
2398 src:
2399 - test/core/memory_usage/server.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
2403 - gpr_test_util
2404 - gpr
2405- name: memory_profile_test
2406 cpu_cost: 1.5
2407 build: test
2408 language: c
2409 src:
2410 - test/core/memory_usage/memory_usage_test.c
2411 deps:
2412 - grpc_test_util
2413 - grpc
2414 - gpr_test_util
2415 - gpr
2416 platforms:
2417 - mac
2418 - linux
2419 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420- name: message_compress_test
2421 build: test
2422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
2424 - test/core/compression/message_compress_test.c
2425 deps:
2426 - grpc_test_util
2427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002430- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002431 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002432 build: test
2433 language: c
2434 src:
2435 - test/core/census/mlog_test.c
2436 deps:
2437 - grpc_test_util
2438 - grpc
2439 - gpr_test_util
2440 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002441- name: multiple_server_queues_test
2442 build: test
2443 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002444 src:
2445 - test/core/end2end/multiple_server_queues_test.c
2446 deps:
2447 - grpc_test_util
2448 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002449 - gpr_test_util
2450 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002451- name: murmur_hash_test
2452 build: test
2453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002454 src:
2455 - test/core/support/murmur_hash_test.c
2456 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002459- name: nanopb_fuzzer_response_test
2460 build: fuzzer
2461 language: c
2462 src:
2463 - test/core/nanopb/fuzzer_response.c
2464 deps:
2465 - grpc_test_util
2466 - grpc
2467 - gpr_test_util
2468 - gpr
2469 corpus_dirs:
2470 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002471 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002472- name: nanopb_fuzzer_serverlist_test
2473 build: fuzzer
2474 language: c
2475 src:
2476 - test/core/nanopb/fuzzer_serverlist.c
2477 deps:
2478 - grpc_test_util
2479 - grpc
2480 - gpr_test_util
2481 - gpr
2482 corpus_dirs:
2483 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002484 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002486 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487 build: test
2488 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002489 src:
2490 - test/core/end2end/no_server_test.c
2491 deps:
2492 - grpc_test_util
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002496- name: percent_decode_fuzzer
2497 build: fuzzer
2498 language: c
2499 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002500 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002501 deps:
2502 - grpc_test_util
2503 - grpc
2504 - gpr_test_util
2505 - gpr
2506 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002507 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002508 maxlen: 32
2509- name: percent_encode_fuzzer
2510 build: fuzzer
2511 language: c
2512 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002513 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002514 deps:
2515 - grpc_test_util
2516 - grpc
2517 - gpr_test_util
2518 - gpr
2519 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002520 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002521 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002522- name: percent_encoding_test
2523 build: test
2524 language: c
2525 src:
2526 - test/core/slice/percent_encoding_test.c
2527 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002528 - grpc_test_util
2529 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002530 - gpr_test_util
2531 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002532- name: pollset_set_test
2533 build: test
2534 language: c
2535 src:
2536 - test/core/iomgr/pollset_set_test.c
2537 deps:
2538 - grpc_test_util
2539 - grpc
2540 - gpr_test_util
2541 - gpr
2542 exclude_iomgrs:
2543 - uv
2544 platforms:
2545 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002546- name: resolve_address_posix_test
2547 build: test
2548 language: c
2549 src:
2550 - test/core/iomgr/resolve_address_posix_test.c
2551 deps:
2552 - grpc_test_util
2553 - grpc
2554 - gpr_test_util
2555 - gpr
2556 platforms:
2557 - mac
2558 - linux
2559 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002560- name: resolve_address_test
2561 build: test
2562 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002563 src:
2564 - test/core/iomgr/resolve_address_test.c
2565 deps:
2566 - grpc_test_util
2567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002568 - gpr_test_util
2569 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002570 exclude_iomgrs:
2571 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002572- name: resource_quota_test
2573 cpu_cost: 30
2574 build: test
2575 language: c
2576 src:
2577 - test/core/iomgr/resource_quota_test.c
2578 deps:
2579 - grpc_test_util
2580 - grpc
2581 - gpr_test_util
2582 - gpr
yang-gd482e592015-12-10 14:04:00 -08002583- name: secure_channel_create_test
2584 build: test
2585 language: c
2586 src:
2587 - test/core/surface/secure_channel_create_test.c
2588 deps:
2589 - grpc_test_util
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002593- name: secure_endpoint_test
2594 build: test
2595 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002596 src:
2597 - test/core/security/secure_endpoint_test.c
2598 deps:
2599 - grpc_test_util
2600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002601 - gpr_test_util
2602 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002603 exclude_iomgrs:
2604 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002605- name: sequential_connectivity_test
2606 build: test
2607 language: c
2608 src:
2609 - test/core/surface/sequential_connectivity_test.c
2610 deps:
2611 - grpc_test_util
2612 - grpc
2613 - gpr_test_util
2614 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002615 exclude_iomgrs:
2616 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002617- name: server_chttp2_test
2618 build: test
2619 language: c
2620 src:
2621 - test/core/surface/server_chttp2_test.c
2622 deps:
2623 - grpc_test_util
2624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002625 - gpr_test_util
2626 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002627- name: server_fuzzer
2628 build: fuzzer
2629 language: c
2630 src:
2631 - test/core/end2end/fuzzers/server_fuzzer.c
2632 deps:
2633 - grpc_test_util
2634 - grpc
2635 - gpr_test_util
2636 - gpr
2637 corpus_dirs:
2638 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002639 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002640 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002641- name: server_test
2642 build: test
2643 language: c
2644 src:
2645 - test/core/surface/server_test.c
2646 deps:
2647 - grpc_test_util
2648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002649 - gpr_test_util
2650 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002651- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002652 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002653 build: test
2654 language: c
2655 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002656 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002657 deps:
2658 - test_tcp_server
2659 - grpc_test_util
2660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002661 - gpr_test_util
2662 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002663 exclude_iomgrs:
2664 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002665- name: slice_buffer_test
2666 build: test
2667 language: c
2668 src:
2669 - test/core/slice/slice_buffer_test.c
2670 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002671 - grpc_test_util
2672 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002673 - gpr_test_util
2674 - gpr
2675- name: slice_string_helpers_test
2676 build: test
2677 language: c
2678 src:
2679 - test/core/slice/slice_string_helpers_test.c
2680 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002681 - grpc_test_util
2682 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002683 - gpr_test_util
2684 - gpr
2685- name: slice_test
2686 build: test
2687 language: c
2688 src:
2689 - test/core/slice/slice_test.c
2690 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002691 - grpc_test_util
2692 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002693 - gpr_test_util
2694 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002695- name: sockaddr_resolver_test
2696 build: test
2697 language: c
2698 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002699 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002700 deps:
2701 - grpc_test_util
2702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002703 - gpr_test_util
2704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002705- name: sockaddr_utils_test
2706 build: test
2707 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002708 src:
2709 - test/core/iomgr/sockaddr_utils_test.c
2710 deps:
2711 - grpc_test_util
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002715- name: socket_utils_test
2716 build: test
2717 language: c
2718 src:
2719 - test/core/iomgr/socket_utils_test.c
2720 deps:
2721 - grpc_test_util
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002725 exclude_iomgrs:
2726 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002727 platforms:
2728 - mac
2729 - linux
2730 - posix
yang-g31e21282016-11-04 15:10:03 -07002731- name: ssl_server_fuzzer
2732 build: fuzzer
2733 language: c
2734 src:
2735 - test/core/security/ssl_server_fuzzer.c
2736 deps:
2737 - grpc_test_util
2738 - grpc
2739 - gpr_test_util
2740 - gpr
2741 corpus_dirs:
2742 - test/core/security/corpus/ssl_server_corpus
2743 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002744- name: status_conversion_test
2745 build: test
2746 language: c
2747 src:
2748 - test/core/transport/status_conversion_test.c
2749 deps:
2750 - grpc_test_util
2751 - grpc
2752 - gpr_test_util
2753 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002754- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002755 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002756 build: test
2757 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002758 src:
2759 - test/core/iomgr/tcp_client_posix_test.c
2760 deps:
2761 - grpc_test_util
2762 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002763 - gpr_test_util
2764 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002765 exclude_iomgrs:
2766 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002767 platforms:
2768 - mac
2769 - linux
2770 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002771- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002772 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002773 build: test
2774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002775 src:
2776 - test/core/iomgr/tcp_posix_test.c
2777 deps:
2778 - grpc_test_util
2779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002780 - gpr_test_util
2781 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002782 exclude_iomgrs:
2783 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002784 platforms:
2785 - mac
2786 - linux
2787 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002788- name: tcp_server_posix_test
2789 build: test
2790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002791 src:
2792 - test/core/iomgr/tcp_server_posix_test.c
2793 deps:
2794 - grpc_test_util
2795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002796 - gpr_test_util
2797 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002798 exclude_iomgrs:
2799 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002800 platforms:
2801 - mac
2802 - linux
2803 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804- name: time_averaged_stats_test
2805 build: test
2806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002807 src:
2808 - test/core/iomgr/time_averaged_stats_test.c
2809 deps:
2810 - grpc_test_util
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814- name: timeout_encoding_test
2815 build: test
2816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002817 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002818 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002819 deps:
2820 - grpc_test_util
2821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002822 - gpr_test_util
2823 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002824- name: timer_heap_test
2825 build: test
2826 language: c
2827 src:
2828 - test/core/iomgr/timer_heap_test.c
2829 deps:
2830 - grpc_test_util
2831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002832 - gpr_test_util
2833 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002834 exclude_iomgrs:
2835 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002836- name: timer_list_test
2837 build: test
2838 language: c
2839 src:
2840 - test/core/iomgr/timer_list_test.c
2841 deps:
2842 - grpc_test_util
2843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002844 - gpr_test_util
2845 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002846 exclude_iomgrs:
2847 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002848- name: transport_connectivity_state_test
2849 build: test
2850 language: c
2851 src:
2852 - test/core/transport/connectivity_state_test.c
2853 deps:
2854 - grpc_test_util
2855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002856 - gpr_test_util
2857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002858- name: transport_metadata_test
2859 build: test
2860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002861 src:
2862 - test/core/transport/metadata_test.c
2863 deps:
2864 - grpc_test_util
2865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002866 - gpr_test_util
2867 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002868- name: transport_pid_controller_test
2869 build: test
2870 language: c
2871 src:
2872 - test/core/transport/pid_controller_test.c
2873 deps:
2874 - grpc_test_util
2875 - grpc
2876 - gpr_test_util
2877 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002878- name: transport_security_test
2879 build: test
2880 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002881 src:
2882 - test/core/tsi/transport_security_test.c
2883 deps:
2884 - grpc_test_util
2885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002886 - gpr_test_util
2887 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002888 platforms:
2889 - linux
2890 - posix
2891 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002892- name: udp_server_test
2893 build: test
2894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002895 src:
2896 - test/core/iomgr/udp_server_test.c
2897 deps:
2898 - grpc_test_util
2899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002900 - gpr_test_util
2901 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002902 exclude_iomgrs:
2903 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002904 platforms:
2905 - mac
2906 - linux
2907 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002908- name: uri_fuzzer_test
2909 build: fuzzer
2910 language: c
2911 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002912 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002913 deps:
2914 - grpc_test_util
2915 - grpc
2916 - gpr_test_util
2917 - gpr
2918 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002919 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002920 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002921- name: uri_parser_test
2922 build: test
2923 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002924 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002925 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002926 deps:
2927 - grpc_test_util
2928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002929 - gpr_test_util
2930 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002931- name: wakeup_fd_cv_test
2932 build: test
2933 language: c
2934 src:
2935 - test/core/iomgr/wakeup_fd_cv_test.c
2936 deps:
2937 - grpc_test_util
2938 - grpc
2939 - gpr_test_util
2940 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002941 exclude_iomgrs:
2942 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002943 platforms:
2944 - mac
2945 - linux
2946 - posix
vjpai04e992a2016-02-10 16:58:38 -08002947- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002948 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002949 build: test
2950 language: c++
2951 src:
2952 - test/cpp/common/alarm_cpp_test.cc
2953 deps:
2954 - grpc++_test_util
2955 - grpc_test_util
2956 - grpc++
2957 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002958 - gpr_test_util
2959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002960- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002961 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002962 build: test
2963 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002964 src:
2965 - test/cpp/end2end/async_end2end_test.cc
2966 deps:
2967 - grpc++_test_util
2968 - grpc_test_util
2969 - grpc++
2970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002971 - gpr_test_util
2972 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002973- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002974 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002975 build: test
2976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002977 src:
2978 - test/cpp/common/auth_property_iterator_test.cc
2979 deps:
2980 - grpc++_test_util
2981 - grpc_test_util
2982 - grpc++
2983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002984 - gpr_test_util
2985 - gpr
Craig Tillerb3f34b62017-02-13 10:29:33 -08002986- name: bm_closure
2987 build: test
2988 language: c++
2989 src:
2990 - test/cpp/microbenchmarks/bm_closure.cc
2991 deps:
2992 - benchmark
2993 - grpc_test_util
2994 - grpc
2995 - gpr_test_util
2996 - gpr
2997 args:
2998 - --benchmark_min_time=0
2999 platforms:
3000 - mac
3001 - linux
3002 - posix
Craig Tiller93d802b2016-10-25 21:05:49 -07003003- name: bm_fullstack
3004 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003005 language: c++
3006 src:
3007 - test/cpp/microbenchmarks/bm_fullstack.cc
3008 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003009 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003010 - grpc++_test_util
3011 - grpc_test_util
3012 - grpc++
3013 - grpc
3014 - gpr_test_util
3015 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003016 args:
3017 - --benchmark_min_time=0
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003018 platforms:
3019 - mac
3020 - linux
3021 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003022- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003023 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003024 build: test
3025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003026 src:
yang-g52705592015-11-25 11:45:33 -08003027 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003028 deps:
3029 - grpc++
3030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003031 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08003032- name: channel_filter_test
3033 gtest: true
3034 build: test
3035 language: c++
3036 src:
3037 - test/cpp/common/channel_filter_test.cc
3038 deps:
3039 - grpc++
3040 - grpc
3041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003043 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044 build: test
3045 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003046 src:
3047 - test/cpp/util/cli_call_test.cc
3048 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003049 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003050 - grpc++_test_util
3051 - grpc_test_util
3052 - grpc++
3053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003054 - gpr_test_util
3055 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003056- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003057 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003058 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003059 build: test
3060 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003061 src:
3062 - test/cpp/end2end/client_crash_test.cc
3063 deps:
3064 - grpc++_test_util
3065 - grpc_test_util
3066 - grpc++
3067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003068 - gpr_test_util
3069 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003070 platforms:
3071 - mac
3072 - linux
3073 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003074- name: client_crash_test_server
3075 build: test
3076 run: false
3077 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003078 src:
3079 - test/cpp/end2end/client_crash_test_server.cc
3080 deps:
3081 - grpc++_test_util
3082 - grpc_test_util
3083 - grpc++
3084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003085 - gpr_test_util
3086 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003087- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003088 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003089 build: test
3090 language: c++
3091 src:
3092 - src/proto/grpc/testing/control.proto
3093 - src/proto/grpc/testing/messages.proto
3094 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003095 - src/proto/grpc/testing/services.proto
3096 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003097 - test/cpp/codegen/codegen_test_full.cc
3098 deps:
3099 - grpc++
3100 - grpc
3101 - gpr
3102 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003103 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003104- name: codegen_test_minimal
3105 gtest: true
3106 build: test
3107 language: c++
3108 src:
3109 - src/proto/grpc/testing/control.proto
3110 - src/proto/grpc/testing/messages.proto
3111 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003112 - src/proto/grpc/testing/services.proto
3113 - src/proto/grpc/testing/stats.proto
3114 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003115 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003116 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003117 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003118- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003119 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003120 build: test
3121 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003122 src:
3123 - test/cpp/client/credentials_test.cc
3124 deps:
3125 - grpc++
3126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003128- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003129 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003130 build: test
3131 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003132 src:
3133 - test/cpp/util/byte_buffer_test.cc
3134 deps:
3135 - grpc_test_util
3136 - grpc++
3137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003138 - gpr_test_util
3139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003140- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003141 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003142 build: test
3143 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003144 src:
3145 - test/cpp/util/slice_test.cc
3146 deps:
3147 - grpc_test_util
3148 - grpc++
3149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003150 - gpr_test_util
3151 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003152- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003153 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003154 build: test
3155 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003156 src:
3157 - test/cpp/util/string_ref_test.cc
3158 deps:
3159 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003160- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003161 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003162 build: test
3163 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003164 src:
3165 - test/cpp/util/time_test.cc
3166 deps:
3167 - grpc_test_util
3168 - grpc++
3169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003170 - gpr_test_util
3171 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003172- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003173 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003174 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003175 build: test
3176 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003177 src:
3178 - test/cpp/end2end/end2end_test.cc
3179 deps:
3180 - grpc++_test_util
3181 - grpc_test_util
3182 - grpc++
3183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003184 - gpr_test_util
3185 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003186- name: filter_end2end_test
3187 gtest: true
3188 build: test
3189 language: c++
3190 src:
3191 - test/cpp/end2end/filter_end2end_test.cc
3192 deps:
3193 - grpc++_test_util
3194 - grpc_test_util
3195 - grpc++
3196 - grpc
3197 - gpr_test_util
3198 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003199- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003200 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201 build: test
3202 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003203 src:
3204 - test/cpp/end2end/generic_end2end_test.cc
3205 deps:
3206 - grpc++_test_util
3207 - grpc_test_util
3208 - grpc++
3209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003210 - gpr_test_util
3211 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003212- name: golden_file_test
3213 gtest: true
3214 build: test
3215 language: c++
3216 src:
3217 - src/proto/grpc/testing/compiler_test.proto
3218 - test/cpp/codegen/golden_file_test.cc
3219 deps:
3220 - grpc++
3221 - grpc
3222 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003223- name: grpc_cli
3224 build: test
3225 run: false
3226 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003227 src:
3228 - test/cpp/util/grpc_cli.cc
3229 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003230 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003231 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003232 - grpc++
3233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003234 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003235 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003236- name: grpc_cpp_plugin
3237 build: protoc
3238 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003239 src:
3240 - src/compiler/cpp_plugin.cc
3241 deps:
3242 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003243 secure: false
3244 vs_config_type: Application
3245 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3246- name: grpc_csharp_plugin
3247 build: protoc
3248 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003249 src:
3250 - src/compiler/csharp_plugin.cc
3251 deps:
3252 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003253 secure: false
3254 vs_config_type: Application
3255 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003256- name: grpc_node_plugin
3257 build: protoc
3258 language: c++
3259 src:
3260 - src/compiler/node_plugin.cc
3261 deps:
3262 - grpc_plugin_support
3263 secure: false
3264 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003265- name: grpc_objective_c_plugin
3266 build: protoc
3267 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003268 src:
3269 - src/compiler/objective_c_plugin.cc
3270 deps:
3271 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003272 secure: false
3273 vs_config_type: Application
3274 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003275- name: grpc_php_plugin
3276 build: protoc
3277 language: c++
3278 src:
3279 - src/compiler/php_plugin.cc
3280 deps:
3281 - grpc_plugin_support
3282 secure: false
3283 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003284- name: grpc_python_plugin
3285 build: protoc
3286 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003287 src:
3288 - src/compiler/python_plugin.cc
3289 deps:
3290 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003291 secure: false
3292 vs_config_type: Application
3293 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3294- name: grpc_ruby_plugin
3295 build: protoc
3296 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003297 src:
3298 - src/compiler/ruby_plugin.cc
3299 deps:
3300 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003301 secure: false
3302 vs_config_type: Application
3303 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003304- name: grpc_tool_test
3305 gtest: true
3306 build: test
3307 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003308 src:
3309 - src/proto/grpc/testing/echo.proto
3310 - src/proto/grpc/testing/echo_messages.proto
3311 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003312 deps:
3313 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003314 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003315 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003316 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003317 - grpc_test_util
3318 - grpc++
3319 - grpc
3320 - gpr_test_util
3321 - gpr
3322 filegroups:
3323 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003324- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003325 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003326 build: test
3327 language: c++
3328 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003329 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003330 - test/cpp/grpclb/grpclb_api_test.cc
3331 deps:
3332 - grpc++_test_util
3333 - grpc_test_util
3334 - grpc++
3335 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003336- name: grpclb_test
3337 gtest: false
3338 build: test
3339 language: c++
3340 src:
3341 - src/proto/grpc/lb/v1/load_balancer.proto
3342 - test/cpp/grpclb/grpclb_test.cc
3343 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003344 - grpc++_test_util
3345 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003346 - grpc++
3347 - grpc
3348 - gpr_test_util
3349 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003350- name: http2_client
3351 build: test
3352 run: false
3353 language: c++
3354 src: []
3355 deps:
3356 - http2_client_main
3357 - grpc++_test_util
3358 - grpc_test_util
3359 - grpc++
3360 - grpc
3361 - grpc++_test_config
3362 platforms:
3363 - mac
3364 - linux
3365 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003366- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003367 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003368 build: test
3369 language: c++
3370 src:
3371 - test/cpp/end2end/hybrid_end2end_test.cc
3372 deps:
3373 - grpc++_test_util
3374 - grpc_test_util
3375 - grpc++
3376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003377 - gpr_test_util
3378 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003379- name: interop_client
3380 build: test
3381 run: false
3382 language: c++
3383 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003384 deps:
3385 - interop_client_main
3386 - interop_client_helper
3387 - grpc++_test_util
3388 - grpc_test_util
3389 - grpc++
3390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003391 - gpr_test_util
3392 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003393 - grpc++_test_config
3394 platforms:
3395 - mac
3396 - linux
3397 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003398- name: interop_server
3399 build: test
3400 run: false
3401 language: c++
3402 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003403 deps:
3404 - interop_server_main
3405 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003406 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003407 - grpc++_test_util
3408 - grpc_test_util
3409 - grpc++
3410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003411 - gpr_test_util
3412 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003413 - grpc++_test_config
3414 platforms:
3415 - mac
3416 - linux
3417 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003418- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003419 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003420 build: test
3421 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003422 src:
3423 - test/cpp/interop/interop_test.cc
3424 deps:
3425 - grpc_test_util
3426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003427 - gpr_test_util
3428 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003429 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003430 platforms:
3431 - mac
3432 - linux
3433 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003434- name: json_run_localhost
3435 build: test
3436 run: false
3437 language: c++
3438 src:
3439 - test/cpp/qps/json_run_localhost.cc
3440 deps:
3441 - grpc++_test_util
3442 - grpc_test_util
3443 - grpc++
3444 - grpc
3445 - gpr_test_util
3446 - gpr
3447 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003448 platforms:
3449 - mac
3450 - linux
3451 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003452- name: metrics_client
3453 build: test
3454 run: false
3455 language: c++
3456 headers:
3457 - test/cpp/util/metrics_server.h
3458 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003459 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003460 - test/cpp/interop/metrics_client.cc
3461 deps:
3462 - grpc++
3463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003464 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003465 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003466- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003467 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003468 build: test
3469 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003470 src:
3471 - test/cpp/end2end/mock_test.cc
3472 deps:
3473 - grpc++_test_util
3474 - grpc_test_util
3475 - grpc++
3476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003477 - gpr_test_util
3478 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003479- name: noop-benchmark
3480 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003481 language: c++
3482 src:
3483 - test/cpp/microbenchmarks/noop-benchmark.cc
3484 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003485 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003486- name: proto_server_reflection_test
3487 gtest: true
3488 build: test
3489 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003490 src:
3491 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003492 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003493 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003494 - grpc++_reflection
3495 - grpc++_test_util
3496 - grpc_test_util
3497 - grpc++
3498 - grpc
3499 - gpr_test_util
3500 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003501- name: proto_utils_test
3502 gtest: true
3503 build: test
3504 language: c++
3505 src:
3506 - test/cpp/codegen/proto_utils_test.cc
3507 deps:
3508 - grpc++
3509 - grpc
3510 filegroups:
3511 - grpc++_codegen_base
3512 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003513- name: qps_interarrival_test
3514 build: test
3515 run: false
3516 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003517 src:
3518 - test/cpp/qps/qps_interarrival_test.cc
3519 deps:
3520 - qps
3521 - grpc++_test_util
3522 - grpc_test_util
3523 - grpc++
3524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003525 - gpr_test_util
3526 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003527 platforms:
3528 - mac
3529 - linux
3530 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003531- name: qps_json_driver
3532 build: test
3533 run: false
3534 language: c++
3535 src:
3536 - test/cpp/qps/qps_json_driver.cc
3537 deps:
3538 - qps
3539 - grpc++_test_util
3540 - grpc_test_util
3541 - grpc++
3542 - grpc
3543 - gpr_test_util
3544 - gpr
3545 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003546- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003547 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003548 build: test
3549 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003550 src:
3551 - test/cpp/qps/qps_openloop_test.cc
3552 deps:
3553 - qps
3554 - grpc++_test_util
3555 - grpc_test_util
3556 - grpc++
3557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003558 - gpr_test_util
3559 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003560 - grpc++_test_config
3561 platforms:
3562 - mac
3563 - linux
3564 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003565- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003566 build: test
3567 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003568 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003569 headers:
3570 - test/cpp/qps/client.h
3571 - test/cpp/qps/server.h
3572 src:
3573 - test/cpp/qps/worker.cc
3574 deps:
3575 - qps
3576 - grpc++_test_util
3577 - grpc_test_util
3578 - grpc++
3579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003580 - gpr_test_util
3581 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003582 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003583- name: reconnect_interop_client
3584 build: test
3585 run: false
3586 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003587 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003588 - src/proto/grpc/testing/empty.proto
3589 - src/proto/grpc/testing/messages.proto
3590 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003591 - test/cpp/interop/reconnect_interop_client.cc
3592 deps:
3593 - grpc++_test_util
3594 - grpc_test_util
3595 - grpc++
3596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003597 - gpr_test_util
3598 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003599 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003600- name: reconnect_interop_server
3601 build: test
3602 run: false
3603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003604 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003605 - src/proto/grpc/testing/empty.proto
3606 - src/proto/grpc/testing/messages.proto
3607 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003608 - test/cpp/interop/reconnect_interop_server.cc
3609 deps:
3610 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003611 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003612 - grpc++_test_util
3613 - grpc_test_util
3614 - grpc++
3615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003616 - gpr_test_util
3617 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003618 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003619- name: round_robin_end2end_test
3620 gtest: true
3621 build: test
3622 language: c++
3623 src:
3624 - test/cpp/end2end/round_robin_end2end_test.cc
3625 deps:
3626 - grpc++_test_util
3627 - grpc_test_util
3628 - grpc++
3629 - grpc
3630 - gpr_test_util
3631 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003632- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003633 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003634 build: test
3635 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003636 src:
3637 - test/cpp/common/secure_auth_context_test.cc
3638 deps:
3639 - grpc++_test_util
3640 - grpc_test_util
3641 - grpc++
3642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003643 - gpr_test_util
3644 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003645- name: secure_sync_unary_ping_pong_test
3646 build: test
3647 language: c++
3648 src:
3649 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3650 deps:
3651 - qps
3652 - grpc++_test_util
3653 - grpc_test_util
3654 - grpc++
3655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003656 - gpr_test_util
3657 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003658 platforms:
3659 - mac
3660 - linux
3661 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003662- name: server_builder_plugin_test
3663 gtest: true
3664 build: test
3665 language: c++
3666 src:
3667 - test/cpp/end2end/server_builder_plugin_test.cc
3668 deps:
3669 - grpc++_test_util
3670 - grpc_test_util
3671 - grpc++
3672 - grpc
3673 - gpr_test_util
3674 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003675- name: server_context_test_spouse_test
3676 gtest: true
3677 build: test
3678 language: c++
3679 src:
3680 - test/cpp/test/server_context_test_spouse_test.cc
3681 deps:
3682 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003683 - grpc++
3684 - grpc
3685 - gpr_test_util
3686 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003687 uses:
3688 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003689- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003690 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003691 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003692 build: test
3693 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003694 src:
3695 - test/cpp/end2end/server_crash_test.cc
3696 deps:
3697 - grpc++_test_util
3698 - grpc_test_util
3699 - grpc++
3700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003701 - gpr_test_util
3702 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003703 platforms:
3704 - mac
3705 - linux
3706 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003707- name: server_crash_test_client
3708 build: test
3709 run: false
3710 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003711 src:
3712 - test/cpp/end2end/server_crash_test_client.cc
3713 deps:
3714 - grpc++_test_util
3715 - grpc_test_util
3716 - grpc++
3717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003718 - gpr_test_util
3719 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003720- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003721 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003722 build: test
3723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003724 src:
3725 - test/cpp/end2end/shutdown_test.cc
3726 deps:
3727 - grpc++_test_util
3728 - grpc_test_util
3729 - grpc++
3730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003731 - gpr_test_util
3732 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003733- name: status_test
3734 build: test
3735 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003736 src:
3737 - test/cpp/util/status_test.cc
3738 deps:
3739 - grpc_test_util
3740 - grpc++
3741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003742 - gpr_test_util
3743 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003744- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003745 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003746 build: test
3747 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003748 src:
3749 - test/cpp/end2end/streaming_throughput_test.cc
3750 deps:
3751 - grpc++_test_util
3752 - grpc_test_util
3753 - grpc++
3754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003755 - gpr_test_util
3756 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003757 platforms:
3758 - mac
3759 - linux
3760 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003761- name: stress_test
3762 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003763 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003764 language: c++
3765 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003766 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003767 - test/cpp/interop/interop_client.h
3768 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003769 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003770 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003771 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003772 - src/proto/grpc/testing/empty.proto
3773 - src/proto/grpc/testing/messages.proto
3774 - src/proto/grpc/testing/metrics.proto
3775 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003776 - test/cpp/interop/interop_client.cc
3777 - test/cpp/interop/stress_interop_client.cc
3778 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003779 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003780 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003781 deps:
3782 - grpc++_test_util
3783 - grpc_test_util
3784 - grpc++
3785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003786 - gpr_test_util
3787 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003788 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003789- name: thread_manager_test
3790 build: test
3791 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003792 src:
3793 - test/cpp/thread_manager/thread_manager_test.cc
3794 deps:
3795 - grpc++
3796 - grpc
3797 - gpr
3798 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003799- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003800 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003801 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003802 build: test
3803 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003804 src:
3805 - test/cpp/end2end/thread_stress_test.cc
3806 deps:
3807 - grpc++_test_util
3808 - grpc_test_util
3809 - grpc++
3810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003811 - gpr_test_util
3812 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08003813- name: writes_per_rpc_test
3814 gtest: true
3815 cpu_cost: 0.5
3816 build: test
3817 language: c++
3818 src:
3819 - test/cpp/performance/writes_per_rpc_test.cc
3820 deps:
3821 - grpc++_test_util
3822 - grpc_test_util
3823 - grpc++
3824 - grpc
3825 - gpr_test_util
3826 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08003827 platforms:
3828 - mac
3829 - linux
3830 - posix
Craig Tillerab230452016-01-04 08:18:43 -08003831- name: public_headers_must_be_c89
3832 build: test
3833 language: c89
3834 src:
3835 - test/core/surface/public_headers_must_be_c89.c
3836 deps:
3837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003839vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003840- linkage: static
3841 name: grpc.dependencies.zlib
3842 props: false
3843 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003844 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003845- linkage: static
3846 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003847 props: true
3848 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003849 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003850- name: gflags
3851 props: false
3852 redist: false
3853 version: 2.1.2.1
3854- name: gtest
3855 props: false
3856 redist: false
3857 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003858configs:
3859 asan:
3860 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003861 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3862 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003863 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003864 LD: clang
3865 LDFLAGS: -fsanitize=address
3866 LDXX: clang++
3867 compile_the_world: true
3868 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003869 ASAN_OPTIONS: detect_leaks=1:color=always
3870 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003871 asan-noleaks:
3872 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003873 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3874 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003875 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003876 LD: clang
3877 LDFLAGS: -fsanitize=address
3878 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003879 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003880 test_environ:
3881 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07003882 asan-trace-cmp:
3883 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003884 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3885 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003886 CXX: clang++
3887 LD: clang
3888 LDFLAGS: -fsanitize=address
3889 LDXX: clang++
3890 compile_the_world: true
3891 test_environ:
3892 ASAN_OPTIONS: detect_leaks=1:color=always
3893 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003894 basicprof:
3895 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3896 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08003897 counters:
3898 CPPFLAGS: -O2 -DGPR_MU_COUNTERS
3899 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003900 dbg:
3901 CPPFLAGS: -O0
3902 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003903 gcov:
3904 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003905 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003906 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003907 DEFINES: _DEBUG DEBUG GPR_GCOV
3908 LD: gcc
3909 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3910 LDXX: g++
3911 helgrind:
3912 CPPFLAGS: -O0
3913 DEFINES: _DEBUG DEBUG
3914 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003915 valgrind: --tool=helgrind
3916 memcheck:
3917 CPPFLAGS: -O0
3918 DEFINES: _DEBUG DEBUG
3919 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003920 valgrind: --tool=memcheck --leak-check=full
3921 msan:
3922 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003923 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3924 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3925 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003926 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003927 DEFINES: NDEBUG
3928 LD: clang
3929 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3930 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3931 LDXX: clang++
3932 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003933 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003934 CPPFLAGS: -O3 -fno-omit-frame-pointer
3935 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003936 LDFLAGS: -rdynamic
3937 opt:
3938 CPPFLAGS: -O2
3939 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003940 stapprof:
3941 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3942 DEFINES: NDEBUG
3943 tsan:
3944 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003945 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003946 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003947 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003948 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003949 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003950 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003951 LDXX: clang++
3952 compile_the_world: true
3953 test_environ:
3954 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08003955 ubsan:
3956 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003957 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3958 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003959 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003960 DEFINES: NDEBUG
3961 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003962 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003963 LDXX: clang++
3964 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003965 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003966 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003967defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003968 benchmark:
3969 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003970 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003971 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003972 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003973 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003974 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003975 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02003976 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003977 LDFLAGS: -g
3978 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003979 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003980 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003981node_modules:
3982- deps:
3983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003984 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003985 - boringssl
3986 - z
murgatroid9994a75412015-11-19 14:04:53 -08003987 headers:
3988 - src/node/ext/byte_buffer.h
3989 - src/node/ext/call.h
3990 - src/node/ext/call_credentials.h
3991 - src/node/ext/channel.h
3992 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003993 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003994 - src/node/ext/server.h
3995 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003996 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08003997 - src/node/ext/timeval.h
3998 js:
3999 - src/node/index.js
4000 - src/node/src/client.js
4001 - src/node/src/common.js
4002 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004003 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004004 - src/node/src/metadata.js
4005 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004006 name: grpc_node
4007 src:
4008 - src/node/ext/byte_buffer.cc
4009 - src/node/ext/call.cc
4010 - src/node/ext/call_credentials.cc
4011 - src/node/ext/channel.cc
4012 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004013 - src/node/ext/completion_queue_threadpool.cc
4014 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004015 - src/node/ext/node_grpc.cc
4016 - src/node/ext/server.cc
4017 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004018 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004019 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004020openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004021 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004022 extraction_dir: openssl-1.0.2f
4023 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004024php_config_m4:
4025 deps:
4026 - grpc
4027 - gpr
4028 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004029 headers:
4030 - src/php/ext/grpc/byte_buffer.h
4031 - src/php/ext/grpc/call.h
4032 - src/php/ext/grpc/call_credentials.h
4033 - src/php/ext/grpc/channel.h
4034 - src/php/ext/grpc/channel_credentials.h
4035 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004036 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004037 - src/php/ext/grpc/php_grpc.h
4038 - src/php/ext/grpc/server.h
4039 - src/php/ext/grpc/server_credentials.h
4040 - src/php/ext/grpc/timeval.h
4041 src:
4042 - src/php/ext/grpc/byte_buffer.c
4043 - src/php/ext/grpc/call.c
4044 - src/php/ext/grpc/call_credentials.c
4045 - src/php/ext/grpc/channel.c
4046 - src/php/ext/grpc/channel_credentials.c
4047 - src/php/ext/grpc/completion_queue.c
4048 - src/php/ext/grpc/php_grpc.c
4049 - src/php/ext/grpc/server.c
4050 - src/php/ext/grpc/server_credentials.c
4051 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004052python_dependencies:
4053 deps:
4054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004055 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004056 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004057 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004058ruby_gem:
4059 deps:
4060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004061 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004062 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004063 - z