blob: f72a992a6025a61b217d2e4e6838d74316fe3655 [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. Rothd6d192d2017-02-23 08:58:42 -0800419 - src/core/ext/client_channel/retry_throttle.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700420 - src/core/ext/client_channel/subchannel.h
421 - src/core/ext/client_channel/subchannel_index.h
422 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700423 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700424 - src/core/ext/client_channel/channel_connectivity.c
425 - src/core/ext/client_channel/client_channel.c
426 - src/core/ext/client_channel/client_channel_factory.c
427 - src/core/ext/client_channel/client_channel_plugin.c
428 - src/core/ext/client_channel/connector.c
429 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700430 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800431 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700432 - src/core/ext/client_channel/initial_connect_string.c
433 - src/core/ext/client_channel/lb_policy.c
434 - src/core/ext/client_channel/lb_policy_factory.c
435 - src/core/ext/client_channel/lb_policy_registry.c
436 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800437 - src/core/ext/client_channel/proxy_mapper.c
438 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700439 - src/core/ext/client_channel/resolver.c
440 - src/core/ext/client_channel/resolver_factory.c
441 - src/core/ext/client_channel/resolver_registry.c
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800442 - src/core/ext/client_channel/retry_throttle.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700443 - src/core/ext/client_channel/subchannel.c
444 - src/core/ext/client_channel/subchannel_index.c
445 - src/core/ext/client_channel/uri_parser.c
446 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700447 uses:
448 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800449- name: grpc_codegen
450 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700451 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800452 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800453 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800454 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800455 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800456 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800457 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700458 uses:
459 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700460- name: grpc_lb_policy_grpclb
461 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700462 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800463 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700464 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700465 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700466 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700467 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800468 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
469 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
470 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
471 plugin: grpc_lb_policy_grpclb
472 uses:
473 - grpc_base
474 - grpc_client_channel
475 - nanopb
476- name: grpc_lb_policy_grpclb_secure
477 headers:
478 - src/core/ext/lb_policy/grpclb/grpclb.h
479 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
480 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
481 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
482 src:
483 - src/core/ext/lb_policy/grpclb/grpclb.c
484 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700485 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700486 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700487 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700488 uses:
489 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700490 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700491 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700492- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700493 src:
494 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700495 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700496 uses:
497 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700498 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700499- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700500 src:
501 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700502 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700503 uses:
504 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700505 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700506- name: grpc_load_reporting
507 headers:
508 - src/core/ext/load_reporting/load_reporting.h
509 - src/core/ext/load_reporting/load_reporting_filter.h
510 src:
511 - src/core/ext/load_reporting/load_reporting.c
512 - src/core/ext/load_reporting/load_reporting_filter.c
513 plugin: grpc_load_reporting_plugin
514 uses:
515 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700516- name: grpc_resolver_dns_native
517 src:
518 - src/core/ext/resolver/dns/native/dns_resolver.c
519 plugin: grpc_resolver_dns_native
520 uses:
521 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700522 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700523- name: grpc_resolver_sockaddr
524 src:
525 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
526 plugin: grpc_resolver_sockaddr
527 uses:
528 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700529 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100530- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700531 public_headers:
532 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100533 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700534 - src/core/lib/security/context/security_context.h
535 - src/core/lib/security/credentials/composite/composite_credentials.h
536 - src/core/lib/security/credentials/credentials.h
537 - src/core/lib/security/credentials/fake/fake_credentials.h
538 - src/core/lib/security/credentials/google_default/google_default_credentials.h
539 - src/core/lib/security/credentials/iam/iam_credentials.h
540 - src/core/lib/security/credentials/jwt/json_token.h
541 - src/core/lib/security/credentials/jwt/jwt_credentials.h
542 - src/core/lib/security/credentials/jwt/jwt_verifier.h
543 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
544 - src/core/lib/security/credentials/plugin/plugin_credentials.h
545 - src/core/lib/security/credentials/ssl/ssl_credentials.h
546 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800547 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700548 - src/core/lib/security/transport/secure_endpoint.h
549 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800550 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700551 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700552 - src/core/lib/security/util/b64.h
553 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100554 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700555 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700556 - src/core/lib/security/context/security_context.c
557 - src/core/lib/security/credentials/composite/composite_credentials.c
558 - src/core/lib/security/credentials/credentials.c
559 - src/core/lib/security/credentials/credentials_metadata.c
560 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700561 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700562 - src/core/lib/security/credentials/google_default/google_default_credentials.c
563 - src/core/lib/security/credentials/iam/iam_credentials.c
564 - src/core/lib/security/credentials/jwt/json_token.c
565 - src/core/lib/security/credentials/jwt/jwt_credentials.c
566 - src/core/lib/security/credentials/jwt/jwt_verifier.c
567 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
568 - src/core/lib/security/credentials/plugin/plugin_credentials.c
569 - src/core/lib/security/credentials/ssl/ssl_credentials.c
570 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800571 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700572 - src/core/lib/security/transport/secure_endpoint.c
573 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800574 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700575 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700576 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700577 - src/core/lib/security/util/b64.c
578 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700579 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700580 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700581 uses:
582 - grpc_base
583 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700584 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700585- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700586 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700587 headers:
588 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700589 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700590 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700591 - test/core/end2end/fixtures/proxy.h
592 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800593 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700594 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200595 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700596 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700597 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700598 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700599 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700600 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700601 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800602 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700603 src:
604 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700605 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700606 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700607 - test/core/end2end/fixtures/proxy.c
608 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800609 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700610 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200611 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700612 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700613 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700614 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700615 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700616 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700617 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700618 - test/core/util/port_windows.c
619 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800620 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700621 deps:
622 - grpc
623 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700624- name: grpc_transport_chttp2
625 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700626 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700627 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700628 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
629 - src/core/ext/transport/chttp2/transport/frame.h
630 - src/core/ext/transport/chttp2/transport/frame_data.h
631 - src/core/ext/transport/chttp2/transport/frame_goaway.h
632 - src/core/ext/transport/chttp2/transport/frame_ping.h
633 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
634 - src/core/ext/transport/chttp2/transport/frame_settings.h
635 - src/core/ext/transport/chttp2/transport/frame_window_update.h
636 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
637 - src/core/ext/transport/chttp2/transport/hpack_parser.h
638 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700639 - src/core/ext/transport/chttp2/transport/huffsyms.h
640 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
641 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700642 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700643 - src/core/ext/transport/chttp2/transport/varint.h
644 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700645 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700646 - src/core/ext/transport/chttp2/transport/bin_encoder.c
647 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700648 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
649 - src/core/ext/transport/chttp2/transport/frame_data.c
650 - src/core/ext/transport/chttp2/transport/frame_goaway.c
651 - src/core/ext/transport/chttp2/transport/frame_ping.c
652 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
653 - src/core/ext/transport/chttp2/transport/frame_settings.c
654 - src/core/ext/transport/chttp2/transport/frame_window_update.c
655 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
656 - src/core/ext/transport/chttp2/transport/hpack_parser.c
657 - src/core/ext/transport/chttp2/transport/hpack_table.c
658 - src/core/ext/transport/chttp2/transport/huffsyms.c
659 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
660 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700661 - src/core/ext/transport/chttp2/transport/stream_lists.c
662 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700663 - src/core/ext/transport/chttp2/transport/varint.c
664 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700665 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700666 uses:
667 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700668 - grpc_transport_chttp2_alpn
669- name: grpc_transport_chttp2_alpn
670 headers:
671 - src/core/ext/transport/chttp2/alpn/alpn.h
672 src:
673 - src/core/ext/transport/chttp2/alpn/alpn.c
674 deps:
675 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800676- name: grpc_transport_chttp2_client_connector
677 headers:
678 - src/core/ext/transport/chttp2/client/chttp2_connector.h
679 src:
680 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800681 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800682 - grpc_transport_chttp2
683 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700684- name: grpc_transport_chttp2_client_insecure
685 src:
686 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700687 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700688 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800689 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700690 - grpc_transport_chttp2
691 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700692 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700693- name: grpc_transport_chttp2_client_secure
694 src:
695 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700696 uses:
697 - grpc_transport_chttp2
698 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700699 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700700 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800701 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800702- name: grpc_transport_chttp2_server
703 headers:
704 - src/core/ext/transport/chttp2/server/chttp2_server.h
705 src:
706 - src/core/ext/transport/chttp2/server/chttp2_server.c
707 uses:
708 - grpc_transport_chttp2
709 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700710- name: grpc_transport_chttp2_server_insecure
711 src:
712 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700713 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700714 uses:
715 - grpc_transport_chttp2
716 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800717 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700718- name: grpc_transport_chttp2_server_secure
719 src:
720 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700721 uses:
722 - grpc_transport_chttp2
723 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700724 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800725 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700726- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700727 public_headers:
728 - include/grpc/grpc_cronet.h
729 - include/grpc/grpc_security.h
730 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700731 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800732 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800733 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700734 src:
735 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
736 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
737 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700738 filegroups:
739 - grpc_base
740 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800741- name: nanopb
742 headers:
743 - third_party/nanopb/pb.h
744 - third_party/nanopb/pb_common.h
745 - third_party/nanopb/pb_decode.h
746 - third_party/nanopb/pb_encode.h
747 src:
748 - third_party/nanopb/pb_common.c
749 - third_party/nanopb/pb_decode.c
750 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751- name: tsi
752 headers:
753 - src/core/lib/tsi/fake_transport_security.h
754 - src/core/lib/tsi/ssl_transport_security.h
755 - src/core/lib/tsi/ssl_types.h
756 - src/core/lib/tsi/transport_security.h
757 - src/core/lib/tsi/transport_security_interface.h
758 src:
759 - src/core/lib/tsi/fake_transport_security.c
760 - src/core/lib/tsi/ssl_transport_security.c
761 - src/core/lib/tsi/transport_security.c
762 deps:
763 - gpr
764 secure: true
765- name: grpc++_base
766 language: c++
767 public_headers:
768 - include/grpc++/alarm.h
769 - include/grpc++/channel.h
770 - include/grpc++/client_context.h
771 - include/grpc++/completion_queue.h
772 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700773 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800774 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700775 - include/grpc++/generic/async_generic_service.h
776 - include/grpc++/generic/generic_stub.h
777 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800778 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 - include/grpc++/impl/call.h
780 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700781 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - include/grpc++/impl/grpc_library.h
783 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 - include/grpc++/impl/rpc_method.h
785 - include/grpc++/impl/rpc_service_method.h
786 - include/grpc++/impl/serialization_traits.h
787 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700788 - include/grpc++/impl/server_builder_plugin.h
789 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700791 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - include/grpc++/security/auth_context.h
793 - include/grpc++/security/auth_metadata_processor.h
794 - include/grpc++/security/credentials.h
795 - include/grpc++/security/server_credentials.h
796 - include/grpc++/server.h
797 - include/grpc++/server_builder.h
798 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700799 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700800 - include/grpc++/support/async_stream.h
801 - include/grpc++/support/async_unary_call.h
802 - include/grpc++/support/byte_buffer.h
803 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700804 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700805 - include/grpc++/support/slice.h
806 - include/grpc++/support/status.h
807 - include/grpc++/support/status_code_enum.h
808 - include/grpc++/support/string_ref.h
809 - include/grpc++/support/stub_options.h
810 - include/grpc++/support/sync_stream.h
811 - include/grpc++/support/time.h
812 headers:
813 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700814 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700815 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800816 - src/cpp/server/health/default_health_check_service.h
817 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700819 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700821 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 - src/cpp/client/client_context.cc
823 - src/cpp/client/create_channel.cc
824 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700825 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700826 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700827 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700829 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700830 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700832 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700834 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700835 - src/cpp/server/async_generic_service.cc
836 - src/cpp/server/create_default_thread_pool.cc
837 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800838 - src/cpp/server/health/default_health_check_service.cc
839 - src/cpp/server/health/health.pb.c
840 - src/cpp/server/health/health_check_service.cc
841 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700843 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 - src/cpp/server/server_context.cc
845 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700846 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700847 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700848 - src/cpp/util/byte_buffer_cc.cc
849 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700850 - src/cpp/util/status.cc
851 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700852 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700853 uses:
yang-g17487f92016-06-03 15:21:15 -0700854 - grpc++_codegen_base
855- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 language: c++
857 public_headers:
858 - include/grpc++/impl/codegen/async_stream.h
859 - include/grpc++/impl/codegen/async_unary_call.h
860 - include/grpc++/impl/codegen/call.h
861 - include/grpc++/impl/codegen/call_hook.h
862 - include/grpc++/impl/codegen/channel_interface.h
863 - include/grpc++/impl/codegen/client_context.h
864 - include/grpc++/impl/codegen/client_unary_call.h
865 - include/grpc++/impl/codegen/completion_queue.h
866 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700867 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700868 - include/grpc++/impl/codegen/core_codegen_interface.h
869 - include/grpc++/impl/codegen/create_auth_context.h
870 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800871 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700872 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700873 - include/grpc++/impl/codegen/rpc_method.h
874 - include/grpc++/impl/codegen/rpc_service_method.h
875 - include/grpc++/impl/codegen/security/auth_context.h
876 - include/grpc++/impl/codegen/serialization_traits.h
877 - include/grpc++/impl/codegen/server_context.h
878 - include/grpc++/impl/codegen/server_interface.h
879 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800880 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700881 - include/grpc++/impl/codegen/status.h
882 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700883 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700884 - include/grpc++/impl/codegen/string_ref.h
885 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 - include/grpc++/impl/codegen/sync_stream.h
887 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700888 uses:
889 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700890- name: grpc++_codegen_base_src
891 language: c++
892 src:
893 - src/cpp/codegen/codegen_init.cc
894 uses:
895 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700896- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 language: c++
898 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700899 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700900 uses:
yang-g17487f92016-06-03 15:21:15 -0700901 - grpc++_codegen_base
902 - grpc++_config_proto
903- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700904 language: c++
905 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700906 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700907- name: grpc++_reflection_proto
908 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700909 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700910 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800911- name: grpc++_test
912 language: c++
913 public_headers:
914 - include/grpc++/test/server_context_test_spouse.h
915 deps:
916 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700917- name: thrift_util
918 language: c++
919 public_headers:
920 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700921 - include/grpc++/impl/codegen/thrift_utils.h
922 uses:
923 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100924libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800925- name: gpr
926 build: all
927 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800928 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700929 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800930 secure: false
931 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
932- name: gpr_test_util
933 build: private
934 language: c
935 headers:
936 - test/core/util/test_config.h
937 src:
938 - test/core/util/test_config.c
939 deps:
940 - gpr
941 secure: false
942 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700943- name: grpc
944 build: all
945 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700946 src:
947 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800949 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700951 filegroups:
952 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700953 - grpc_transport_chttp2_server_secure
954 - grpc_transport_chttp2_client_secure
955 - grpc_transport_chttp2_server_insecure
956 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800957 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700958 - grpc_lb_policy_pick_first
959 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700960 - grpc_resolver_dns_native
961 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700962 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100963 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700964 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700965 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700966 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700967 vs_packages:
968 - grpc.dependencies.openssl
969 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700970 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700971- name: grpc_cronet
972 build: all
973 language: c
974 src:
975 - src/core/lib/surface/init.c
976 baselib: true
977 deps_linkage: static
978 dll: true
979 filegroups:
980 - grpc_base
981 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700982 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700983 generate_plugin_registry: true
984 platforms:
985 - linux
986 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100987- name: grpc_dll
988 build: private
989 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100990 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100991 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100992 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100993 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100994 build_system:
995 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100996 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100997 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100998 vs_config_type: DynamicLibrary
999 vs_packages:
1000 - grpc.dependencies.openssl
1001 - grpc.dependencies.zlib
1002 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1003 vs_props:
1004 - zlib
1005 - openssl
1006 - winsock
1007 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: grpc_test_util
1009 build: private
1010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001011 headers:
1012 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001013 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001014 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001015 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001016 - test/core/end2end/data/server1_cert.c
1017 - test/core/end2end/data/server1_key.c
1018 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001019 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001020 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001021 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001022 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001023 - grpc
1024 filegroups:
1025 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001026 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1028- name: grpc_test_util_unsecure
1029 build: private
1030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001031 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001032 - gpr
1033 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001034 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001035 filegroups:
1036 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037 secure: false
1038 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1039- name: grpc_unsecure
1040 build: all
1041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001042 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001044 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001046 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001047 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001048 filegroups:
1049 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001050 - grpc_transport_chttp2_server_insecure
1051 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001052 - grpc_resolver_dns_native
1053 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001054 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001055 - grpc_lb_policy_grpclb
1056 - grpc_lb_policy_pick_first
1057 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001058 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001059 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001060 secure: false
1061 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001062- name: reconnect_server
1063 build: private
1064 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001065 headers:
1066 - test/core/util/reconnect_server.h
1067 src:
1068 - test/core/util/reconnect_server.c
1069 deps:
yang-gc9fca182015-11-06 16:41:33 -08001070 - test_tcp_server
1071 - grpc_test_util
1072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001073 - gpr_test_util
1074 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001075- name: test_tcp_server
1076 build: private
1077 language: c
1078 headers:
1079 - test/core/util/test_tcp_server.h
1080 src:
1081 - test/core/util/test_tcp_server.c
1082 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001083 - grpc_test_util
1084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001085 - gpr_test_util
1086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087- name: grpc++
1088 build: all
1089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001090 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001091 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001092 - src/cpp/client/secure_credentials.h
1093 - src/cpp/common/secure_auth_context.h
1094 - src/cpp/server/secure_server_credentials.h
1095 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001096 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001097 - src/cpp/client/secure_credentials.cc
1098 - src/cpp/common/auth_property_iterator.cc
1099 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001100 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001101 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001102 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001103 - src/cpp/server/secure_server_credentials.cc
1104 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001105 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001106 baselib: true
1107 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001108 filegroups:
1109 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001110 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001111 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001112 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001113 secure: check
1114 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001115- name: grpc++_cronet
1116 build: all
1117 language: c++
1118 src:
1119 - src/cpp/client/cronet_credentials.cc
1120 - src/cpp/client/insecure_credentials.cc
1121 - src/cpp/common/insecure_create_auth_context.cc
1122 - src/cpp/server/insecure_server_credentials.cc
1123 deps:
1124 - gpr
1125 - grpc_cronet
1126 baselib: true
1127 dll: true
1128 filegroups:
1129 - grpc++_base
1130 - grpc++_codegen_base
1131 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001132 - grpc_transport_chttp2_client_insecure
1133 - grpc_transport_chttp2_server_insecure
1134 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001135 platforms:
1136 - linux
1137 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001138- name: grpc++_proto_reflection_desc_db
1139 build: private
1140 language: c++
1141 headers:
1142 - test/cpp/util/proto_reflection_descriptor_database.h
1143 src:
1144 - test/cpp/util/proto_reflection_descriptor_database.cc
1145 deps:
1146 - grpc++
1147 filegroups:
1148 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001149 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001150- name: grpc++_reflection
1151 build: all
1152 language: c++
1153 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001154 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001155 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001156 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001157 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001158 - src/cpp/ext/proto_server_reflection.cc
1159 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001160 deps:
1161 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001162 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001163 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164- name: grpc++_test_config
1165 build: private
1166 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001167 headers:
1168 - test/cpp/util/test_config.h
1169 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001170 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171- name: grpc++_test_util
1172 build: private
1173 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001174 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001175 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001176 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001177 - test/cpp/util/create_test_channel.h
1178 - test/cpp/util/string_ref_helper.h
1179 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001180 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001181 src:
yang-gc8a49d22016-12-12 11:18:49 -08001182 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001183 - src/proto/grpc/testing/echo_messages.proto
1184 - src/proto/grpc/testing/echo.proto
1185 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001186 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001187 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001188 - test/cpp/util/create_test_channel.cc
1189 - test/cpp/util/string_ref_helper.cc
1190 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001191 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001192 deps:
1193 - grpc++
1194 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001195 filegroups:
1196 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001197 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001198 - grpc++_codegen_proto
1199 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001200 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201- name: grpc++_unsecure
1202 build: all
1203 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001204 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001205 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001206 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001207 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001208 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001209 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001210 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001211 baselib: true
1212 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001213 filegroups:
1214 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001215 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001216 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217 secure: false
1218 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001219- name: grpc_cli_libs
1220 build: private
1221 language: c++
1222 headers:
1223 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001224 - test/cpp/util/cli_credentials.h
1225 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001226 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001227 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001228 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001229 src:
1230 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001231 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001232 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001233 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001234 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001235 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001236 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001237 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001238 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001239 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001240 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241- name: grpc_plugin_support
1242 build: protoc
1243 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001244 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001245 - src/compiler/config.h
1246 - src/compiler/cpp_generator.h
1247 - src/compiler/cpp_generator_helpers.h
1248 - src/compiler/csharp_generator.h
1249 - src/compiler/csharp_generator_helpers.h
1250 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001251 - src/compiler/node_generator.h
1252 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001253 - src/compiler/objective_c_generator.h
1254 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001255 - src/compiler/php_generator.h
1256 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001257 - src/compiler/python_generator.h
1258 - src/compiler/ruby_generator.h
1259 - src/compiler/ruby_generator_helpers-inl.h
1260 - src/compiler/ruby_generator_map-inl.h
1261 - src/compiler/ruby_generator_string-inl.h
1262 src:
1263 - src/compiler/cpp_generator.cc
1264 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001265 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001266 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001267 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001268 - src/compiler/python_generator.cc
1269 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001270 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001271 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001272 secure: false
1273 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001274 vs_props:
1275 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001276- name: http2_client_main
1277 build: private
1278 language: c++
1279 headers:
1280 - test/cpp/interop/http2_client.h
1281 src:
1282 - src/proto/grpc/testing/empty.proto
1283 - src/proto/grpc/testing/messages.proto
1284 - src/proto/grpc/testing/test.proto
1285 - test/cpp/interop/http2_client.cc
1286 deps:
1287 - grpc++_test_util
1288 - grpc_test_util
1289 - grpc++
1290 - grpc
1291 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292- name: interop_client_helper
1293 build: private
1294 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001295 headers:
1296 - test/cpp/interop/client_helper.h
1297 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001298 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001299 - test/cpp/interop/client_helper.cc
1300 deps:
1301 - grpc++_test_util
1302 - grpc_test_util
1303 - grpc++
1304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001305 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001306- name: interop_client_main
1307 build: private
1308 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001309 headers:
1310 - test/cpp/interop/interop_client.h
1311 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001312 - src/proto/grpc/testing/empty.proto
1313 - src/proto/grpc/testing/messages.proto
1314 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001315 - test/cpp/interop/client.cc
1316 - test/cpp/interop/interop_client.cc
1317 deps:
1318 - interop_client_helper
1319 - grpc++_test_util
1320 - grpc_test_util
1321 - grpc++
1322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001323 - gpr_test_util
1324 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001325 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001326- name: interop_server_helper
1327 build: private
1328 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001329 headers:
1330 - test/cpp/interop/server_helper.h
1331 src:
1332 - test/cpp/interop/server_helper.cc
1333 deps:
yang-gcc591022017-01-11 11:10:43 -08001334 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001335 - grpc_test_util
1336 - grpc++
1337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001338 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001339- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340 build: private
1341 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001342 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001343 - src/proto/grpc/testing/empty.proto
1344 - src/proto/grpc/testing/messages.proto
1345 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001346 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001347 deps:
1348 - interop_server_helper
1349 - grpc++_test_util
1350 - grpc_test_util
1351 - grpc++
1352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001353 - gpr_test_util
1354 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001355 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001356- name: interop_server_main
1357 build: private
1358 language: c++
1359 src:
1360 - test/cpp/interop/interop_server_bootstrap.cc
1361 deps:
1362 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001363- name: qps
1364 build: private
1365 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001366 headers:
1367 - test/cpp/qps/client.h
1368 - test/cpp/qps/driver.h
1369 - test/cpp/qps/histogram.h
1370 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001371 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001372 - test/cpp/qps/qps_worker.h
1373 - test/cpp/qps/report.h
1374 - test/cpp/qps/server.h
1375 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001376 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001377 - test/cpp/util/benchmark_config.h
1378 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001379 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001380 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001381 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001382 - src/proto/grpc/testing/control.proto
1383 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001384 - test/cpp/qps/client_async.cc
1385 - test/cpp/qps/client_sync.cc
1386 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001387 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001388 - test/cpp/qps/qps_worker.cc
1389 - test/cpp/qps/report.cc
1390 - test/cpp/qps/server_async.cc
1391 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001392 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001393 - test/cpp/util/benchmark_config.cc
1394 deps:
1395 - grpc_test_util
1396 - grpc++_test_util
1397 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398- name: grpc_csharp_ext
1399 build: all
1400 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
1402 - src/csharp/ext/grpc_csharp_ext.c
1403 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001405 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001406 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001407 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408 dll: only
1409 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001410 vs_packages:
1411 - grpc.dependencies.openssl
1412 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001413 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001414 vs_props:
1415 - zlib
1416 - openssl
1417 - winsock
1418 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001419targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001420- name: alarm_test
1421 build: test
1422 language: c
1423 src:
1424 - test/core/surface/alarm_test.c
1425 deps:
1426 - grpc_test_util
1427 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001428 - gpr_test_util
1429 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001430- name: algorithm_test
1431 build: test
1432 language: c
1433 src:
1434 - test/core/compression/algorithm_test.c
1435 deps:
1436 - grpc_test_util
1437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001438 - gpr_test_util
1439 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001440- name: alloc_test
1441 build: test
1442 language: c
1443 src:
1444 - test/core/support/alloc_test.c
1445 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 - gpr_test_util
1447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448- name: alpn_test
1449 build: test
1450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001451 src:
1452 - test/core/transport/chttp2/alpn_test.c
1453 deps:
1454 - grpc_test_util
1455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001456 - gpr_test_util
1457 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001458- name: api_fuzzer
1459 build: fuzzer
1460 language: c
1461 src:
1462 - test/core/end2end/fuzzers/api_fuzzer.c
1463 deps:
1464 - grpc_test_util
1465 - grpc
1466 - gpr_test_util
1467 - gpr
1468 corpus_dirs:
1469 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001470 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001471 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001472- name: bad_server_response_test
1473 build: test
1474 language: c
1475 src:
1476 - test/core/end2end/bad_server_response_test.c
1477 deps:
1478 - test_tcp_server
1479 - grpc_test_util
1480 - grpc
1481 - gpr_test_util
1482 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001483 exclude_iomgrs:
1484 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001485- name: bdp_estimator_test
1486 build: test
1487 language: c
1488 src:
1489 - test/core/transport/bdp_estimator_test.c
1490 deps:
1491 - grpc_test_util
1492 - grpc
1493 - gpr_test_util
1494 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001495- name: bin_decoder_test
1496 build: test
1497 language: c
1498 src:
1499 - test/core/transport/chttp2/bin_decoder_test.c
1500 deps:
1501 - grpc_test_util
1502 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: bin_encoder_test
1504 build: test
1505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
1507 - test/core/transport/chttp2/bin_encoder_test.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001511- name: census_context_test
1512 build: test
1513 language: c
1514 src:
1515 - test/core/census/context_test.c
1516 deps:
1517 - grpc_test_util
1518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001519 - gpr_test_util
1520 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001521- name: census_resource_test
1522 build: test
1523 language: c
1524 src:
1525 - test/core/census/resource_test.c
1526 deps:
1527 - grpc_test_util
1528 - grpc
1529 - gpr_test_util
1530 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001531- name: census_trace_context_test
1532 build: test
1533 language: c
1534 src:
1535 - test/core/census/trace_context_test.c
1536 deps:
1537 - grpc_test_util
1538 - grpc
1539 - gpr_test_util
1540 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001541- name: channel_create_test
1542 build: test
1543 language: c
1544 src:
1545 - test/core/surface/channel_create_test.c
1546 deps:
1547 - grpc_test_util
1548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001549 - gpr_test_util
1550 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001551- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001552 build: test
1553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001554 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001555 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001556 deps:
1557 - grpc_test_util
1558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001559 - gpr_test_util
1560 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001561- name: chttp2_stream_map_test
1562 build: test
1563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001564 src:
1565 - test/core/transport/chttp2/stream_map_test.c
1566 deps:
1567 - grpc_test_util
1568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001569 - gpr_test_util
1570 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001571- name: chttp2_varint_test
1572 build: test
1573 language: c
1574 src:
1575 - test/core/transport/chttp2/varint_test.c
1576 deps:
1577 - grpc_test_util
1578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001579 - gpr_test_util
1580 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001581- name: client_fuzzer
1582 build: fuzzer
1583 language: c
1584 src:
1585 - test/core/end2end/fuzzers/client_fuzzer.c
1586 deps:
1587 - grpc_test_util
1588 - grpc
1589 - gpr_test_util
1590 - gpr
1591 corpus_dirs:
1592 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001593 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001594 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001595- name: combiner_test
1596 cpu_cost: 30
1597 build: test
1598 language: c
1599 src:
1600 - test/core/iomgr/combiner_test.c
1601 deps:
1602 - grpc_test_util
1603 - grpc
1604 - gpr_test_util
1605 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001606- name: compression_test
1607 build: test
1608 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001609 src:
1610 - test/core/compression/compression_test.c
1611 deps:
1612 - grpc_test_util
1613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr_test_util
1615 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001616- name: concurrent_connectivity_test
1617 build: test
1618 language: c
1619 src:
1620 - test/core/surface/concurrent_connectivity_test.c
1621 deps:
1622 - grpc_test_util
1623 - grpc
1624 - gpr_test_util
1625 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001626 exclude_iomgrs:
1627 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001628- name: connection_refused_test
1629 cpu_cost: 0.1
1630 build: test
1631 language: c
1632 src:
1633 - test/core/end2end/connection_refused_test.c
1634 deps:
1635 - grpc_test_util
1636 - grpc
1637 - gpr_test_util
1638 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001639- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001640 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001641 build: test
1642 language: c
1643 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001644 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001645 deps:
1646 - grpc_test_util
1647 - grpc
1648 - gpr_test_util
1649 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001650 exclude_iomgrs:
1651 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001652- name: dns_resolver_test
1653 build: test
1654 language: c
1655 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001656 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001657 deps:
1658 - grpc_test_util
1659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001663 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/end2end/dualstack_socket_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001673 exclude_iomgrs:
1674 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001675 platforms:
1676 - mac
1677 - linux
1678 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001679- name: endpoint_pair_test
1680 build: test
1681 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001682 src:
1683 - test/core/iomgr/endpoint_pair_test.c
1684 deps:
1685 - grpc_test_util
1686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001687 - gpr_test_util
1688 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001689 exclude_iomgrs:
1690 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001691- name: ev_epoll_linux_test
1692 build: test
1693 language: c
1694 src:
1695 - test/core/iomgr/ev_epoll_linux_test.c
1696 deps:
1697 - grpc_test_util
1698 - grpc
1699 - gpr_test_util
1700 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001701 exclude_iomgrs:
1702 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001703 platforms:
1704 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705- name: fd_conservation_posix_test
1706 build: test
1707 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001708 src:
1709 - test/core/iomgr/fd_conservation_posix_test.c
1710 deps:
1711 - grpc_test_util
1712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001713 - gpr_test_util
1714 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001715 exclude_iomgrs:
1716 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001717 platforms:
1718 - mac
1719 - linux
1720 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001721- name: fd_posix_test
1722 build: test
1723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001724 src:
1725 - test/core/iomgr/fd_posix_test.c
1726 deps:
1727 - grpc_test_util
1728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001731 exclude_iomgrs:
1732 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001733 platforms:
1734 - mac
1735 - linux
1736 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737- name: fling_client
1738 build: test
1739 run: false
1740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001741 src:
1742 - test/core/fling/client.c
1743 deps:
1744 - grpc_test_util
1745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748- name: fling_server
1749 build: test
1750 run: false
1751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001752 src:
1753 - test/core/fling/server.c
1754 deps:
1755 - grpc_test_util
1756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr_test_util
1758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001760 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761 build: test
1762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001763 src:
1764 - test/core/fling/fling_stream_test.c
1765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001770 platforms:
1771 - mac
1772 - linux
1773 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001774- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001775 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001776 build: test
1777 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001778 src:
1779 - test/core/fling/fling_test.c
1780 deps:
1781 - grpc_test_util
1782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001785 platforms:
1786 - mac
1787 - linux
1788 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789- name: gen_hpack_tables
1790 build: tool
1791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001792 src:
1793 - tools/codegen/core/gen_hpack_tables.c
1794 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001795 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001796 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797- name: gen_legal_metadata_characters
1798 build: tool
1799 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001800 src:
1801 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001803- name: gen_percent_encoding_tables
1804 build: tool
1805 language: c
1806 src:
1807 - tools/codegen/core/gen_percent_encoding_tables.c
1808 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001809- name: goaway_server_test
1810 cpu_cost: 0.1
1811 build: test
1812 language: c
1813 src:
1814 - test/core/end2end/goaway_server_test.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
1818 - gpr_test_util
1819 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001820 exclude_iomgrs:
1821 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001822 platforms:
1823 - mac
1824 - linux
1825 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001826- name: gpr_avl_test
1827 build: test
1828 language: c
1829 src:
1830 - test/core/support/avl_test.c
1831 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001832 - gpr_test_util
1833 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001834- name: gpr_backoff_test
1835 build: test
1836 language: c
1837 src:
1838 - test/core/support/backoff_test.c
1839 deps:
1840 - gpr_test_util
1841 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001842- name: gpr_cmdline_test
1843 build: test
1844 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001845 src:
1846 - test/core/support/cmdline_test.c
1847 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001848 - gpr_test_util
1849 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001850- name: gpr_cpu_test
1851 build: test
1852 language: c
1853 src:
1854 - test/core/support/cpu_test.c
1855 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 - gpr_test_util
1857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001858- name: gpr_env_test
1859 build: test
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
1862 - test/core/support/env_test.c
1863 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: gpr_histogram_test
1867 build: test
1868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - test/core/support/histogram_test.c
1871 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001872 - gpr_test_util
1873 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001874- name: gpr_host_port_test
1875 build: test
1876 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001877 src:
1878 - test/core/support/host_port_test.c
1879 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001882- name: gpr_log_test
1883 build: test
1884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001885 src:
1886 - test/core/support/log_test.c
1887 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001890- name: gpr_mpscq_test
1891 cpu_cost: 30
1892 build: test
1893 language: c
1894 src:
1895 - test/core/support/mpscq_test.c
1896 deps:
1897 - gpr_test_util
1898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001900 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/support/stack_lockfree_test.c
1905 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001906 - gpr_test_util
1907 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001908- name: gpr_string_test
1909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/core/support/string_test.c
1913 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001914 - gpr_test_util
1915 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001916- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001917 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001918 build: test
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - test/core/support/sync_test.c
1922 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr_test_util
1924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001926 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001927 build: test
1928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001929 src:
1930 - test/core/support/thd_test.c
1931 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001932 - gpr_test_util
1933 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001934- name: gpr_time_test
1935 build: test
1936 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001937 src:
1938 - test/core/support/time_test.c
1939 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001940 - gpr_test_util
1941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: gpr_tls_test
1943 build: test
1944 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001945 src:
1946 - test/core/support/tls_test.c
1947 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: gpr_useful_test
1951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/support/useful_test.c
1955 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 - gpr_test_util
1957 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001958- name: grpc_auth_context_test
1959 build: test
1960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
1962 - test/core/security/auth_context_test.c
1963 deps:
1964 - grpc_test_util
1965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001968- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969 build: test
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001972 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001973 deps:
1974 - grpc_test_util
1975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001978- name: grpc_byte_buffer_reader_test
1979 build: test
1980 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001981 src:
1982 - test/core/surface/byte_buffer_reader_test.c
1983 deps:
1984 - grpc_test_util
1985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001986 - gpr_test_util
1987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001988- name: grpc_channel_args_test
1989 build: test
1990 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001991 src:
1992 - test/core/channel/channel_args_test.c
1993 deps:
1994 - grpc_test_util
1995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 - gpr_test_util
1997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: grpc_channel_stack_test
1999 build: test
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/channel/channel_stack_test.c
2003 deps:
2004 - grpc_test_util
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: grpc_completion_queue_test
2009 build: test
2010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002011 src:
2012 - test/core/surface/completion_queue_test.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002018 exclude_iomgrs:
2019 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002020- name: grpc_create_jwt
2021 build: tool
2022 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002023 src:
2024 - test/core/security/create_jwt.c
2025 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002028 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: grpc_credentials_test
2030 build: test
2031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
2033 - test/core/security/credentials_test.c
2034 deps:
2035 - grpc_test_util
2036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002037 - gpr_test_util
2038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002040 build: test
2041 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002043 src:
2044 - test/core/security/fetch_oauth2.c
2045 deps:
2046 - grpc_test_util
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr_test_util
2049 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002050- name: grpc_invalid_channel_args_test
2051 build: test
2052 language: c
2053 src:
2054 - test/core/surface/invalid_channel_args_test.c
2055 deps:
2056 - grpc_test_util
2057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002058 - gpr_test_util
2059 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002060- name: grpc_json_token_test
2061 build: test
2062 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002063 src:
2064 - test/core/security/json_token_test.c
2065 deps:
2066 - grpc_test_util
2067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002068 - gpr_test_util
2069 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002070 platforms:
2071 - linux
2072 - posix
2073 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: grpc_jwt_verifier_test
2075 build: test
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/security/jwt_verifier_test.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: grpc_print_google_default_creds_token
2085 build: tool
2086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
2088 - test/core/security/print_google_default_creds_token.c
2089 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002092- name: grpc_security_connector_test
2093 build: test
2094 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002095 src:
2096 - test/core/security/security_connector_test.c
2097 deps:
2098 - grpc_test_util
2099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002100 - gpr_test_util
2101 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102- name: grpc_verify_jwt
2103 build: tool
2104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
2106 - test/core/security/verify_jwt.c
2107 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002109 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002110- name: handshake_client
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/client_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
2123- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002124 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002125 language: c
2126 src:
2127 - test/core/handshake/server_ssl.c
2128 deps:
2129 - grpc_test_util
2130 - grpc
2131 - gpr_test_util
2132 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002133 platforms:
2134 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002135 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002136- name: hpack_parser_fuzzer_test
2137 build: fuzzer
2138 language: c
2139 src:
2140 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2141 deps:
2142 - grpc_test_util
2143 - grpc
2144 - gpr_test_util
2145 - gpr
2146 corpus_dirs:
2147 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002148 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002149 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150- name: hpack_parser_test
2151 build: test
2152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002153 src:
2154 - test/core/transport/chttp2/hpack_parser_test.c
2155 deps:
2156 - grpc_test_util
2157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr_test_util
2159 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160- name: hpack_table_test
2161 build: test
2162 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002163 src:
2164 - test/core/transport/chttp2/hpack_table_test.c
2165 deps:
2166 - grpc_test_util
2167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr_test_util
2169 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002170- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171 build: test
2172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002174 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002175 deps:
2176 - grpc_test_util
2177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002180- name: http_request_fuzzer_test
2181 build: fuzzer
2182 language: c
2183 src:
2184 - test/core/http/request_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/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002192 maxlen: 2048
2193- name: http_response_fuzzer_test
2194 build: fuzzer
2195 language: c
2196 src:
2197 - test/core/http/response_fuzzer.c
2198 deps:
2199 - grpc_test_util
2200 - grpc
2201 - gpr_test_util
2202 - gpr
2203 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002204 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002205 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002206- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002207 build: test
2208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002209 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002210 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002216- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002217 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002218 build: test
2219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002220 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002221 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002222 deps:
2223 - grpc_test_util
2224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002227 platforms:
2228 - mac
2229 - linux
2230 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002231- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002232 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002233 build: test
2234 language: c
2235 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002236 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002237 deps:
2238 - grpc_test_util
2239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002240 - gpr_test_util
2241 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002242 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002243 - linux
yang-gf1183302015-12-07 16:02:05 -08002244- name: init_test
2245 build: test
2246 language: c
2247 src:
2248 - test/core/surface/init_test.c
2249 deps:
2250 - grpc_test_util
2251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002252 - gpr_test_util
2253 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002254- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002255 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002256 build: test
2257 language: c
2258 src:
2259 - test/core/end2end/invalid_call_argument_test.c
2260 deps:
2261 - grpc_test_util
2262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002265- name: json_fuzzer_test
2266 build: fuzzer
2267 language: c
2268 src:
2269 - test/core/json/fuzzer.c
2270 deps:
2271 - grpc_test_util
2272 - grpc
2273 - gpr_test_util
2274 - gpr
2275 corpus_dirs:
2276 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002277 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278- name: json_rewrite
2279 build: test
2280 run: false
2281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002282 src:
2283 - test/core/json/json_rewrite.c
2284 deps:
2285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002286 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002287- name: json_rewrite_test
2288 build: test
2289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
2291 - test/core/json/json_rewrite_test.c
2292 deps:
2293 - grpc_test_util
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002297- name: json_stream_error_test
2298 build: test
2299 language: c
2300 src:
2301 - test/core/json/json_stream_error_test.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307- name: json_test
2308 build: test
2309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002310 src:
2311 - test/core/json/json_test.c
2312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002317- name: lame_client_test
2318 build: test
2319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002320 src:
2321 - test/core/surface/lame_client_test.c
2322 deps:
2323 - grpc_test_util
2324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002327- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002328 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002329 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002330 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002333 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002339- name: load_file_test
2340 build: test
2341 language: c
2342 src:
2343 - test/core/iomgr/load_file_test.c
2344 deps:
2345 - grpc_test_util
2346 - grpc
2347 - gpr_test_util
2348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349- name: low_level_ping_pong_benchmark
2350 build: benchmark
2351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
2353 - test/core/network_benchmarks/low_level_ping_pong.c
2354 deps:
2355 - grpc_test_util
2356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002357 - gpr_test_util
2358 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002359 platforms:
2360 - mac
2361 - linux
2362 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002363- name: memory_profile_client
2364 build: test
2365 run: false
2366 language: c
2367 src:
2368 - test/core/memory_usage/client.c
2369 deps:
2370 - grpc_test_util
2371 - grpc
2372 - gpr_test_util
2373 - gpr
2374- name: memory_profile_server
2375 build: test
2376 run: false
2377 language: c
2378 src:
2379 - test/core/memory_usage/server.c
2380 deps:
2381 - grpc_test_util
2382 - grpc
2383 - gpr_test_util
2384 - gpr
2385- name: memory_profile_test
2386 cpu_cost: 1.5
2387 build: test
2388 language: c
2389 src:
2390 - test/core/memory_usage/memory_usage_test.c
2391 deps:
2392 - grpc_test_util
2393 - grpc
2394 - gpr_test_util
2395 - gpr
2396 platforms:
2397 - mac
2398 - linux
2399 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002400- name: message_compress_test
2401 build: test
2402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002403 src:
2404 - test/core/compression/message_compress_test.c
2405 deps:
2406 - grpc_test_util
2407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002408 - gpr_test_util
2409 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002410- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002411 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002412 build: test
2413 language: c
2414 src:
2415 - test/core/census/mlog_test.c
2416 deps:
2417 - grpc_test_util
2418 - grpc
2419 - gpr_test_util
2420 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002421- name: multiple_server_queues_test
2422 build: test
2423 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002424 src:
2425 - test/core/end2end/multiple_server_queues_test.c
2426 deps:
2427 - grpc_test_util
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr_test_util
2430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002431- name: murmur_hash_test
2432 build: test
2433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002434 src:
2435 - test/core/support/murmur_hash_test.c
2436 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 - gpr_test_util
2438 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002439- name: nanopb_fuzzer_response_test
2440 build: fuzzer
2441 language: c
2442 src:
2443 - test/core/nanopb/fuzzer_response.c
2444 deps:
2445 - grpc_test_util
2446 - grpc
2447 - gpr_test_util
2448 - gpr
2449 corpus_dirs:
2450 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002451 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002452- name: nanopb_fuzzer_serverlist_test
2453 build: fuzzer
2454 language: c
2455 src:
2456 - test/core/nanopb/fuzzer_serverlist.c
2457 deps:
2458 - grpc_test_util
2459 - grpc
2460 - gpr_test_util
2461 - gpr
2462 corpus_dirs:
2463 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002464 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002466 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467 build: test
2468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
2470 - test/core/end2end/no_server_test.c
2471 deps:
2472 - grpc_test_util
2473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002476- name: percent_decode_fuzzer
2477 build: fuzzer
2478 language: c
2479 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002480 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002481 deps:
2482 - grpc_test_util
2483 - grpc
2484 - gpr_test_util
2485 - gpr
2486 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002487 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002488 maxlen: 32
2489- name: percent_encode_fuzzer
2490 build: fuzzer
2491 language: c
2492 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002493 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002494 deps:
2495 - grpc_test_util
2496 - grpc
2497 - gpr_test_util
2498 - gpr
2499 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002500 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002501 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002502- name: percent_encoding_test
2503 build: test
2504 language: c
2505 src:
2506 - test/core/slice/percent_encoding_test.c
2507 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002508 - grpc_test_util
2509 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002510 - gpr_test_util
2511 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002512- name: pollset_set_test
2513 build: test
2514 language: c
2515 src:
2516 - test/core/iomgr/pollset_set_test.c
2517 deps:
2518 - grpc_test_util
2519 - grpc
2520 - gpr_test_util
2521 - gpr
2522 exclude_iomgrs:
2523 - uv
2524 platforms:
2525 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002526- name: resolve_address_posix_test
2527 build: test
2528 language: c
2529 src:
2530 - test/core/iomgr/resolve_address_posix_test.c
2531 deps:
2532 - grpc_test_util
2533 - grpc
2534 - gpr_test_util
2535 - gpr
2536 platforms:
2537 - mac
2538 - linux
2539 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002540- name: resolve_address_test
2541 build: test
2542 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002543 src:
2544 - test/core/iomgr/resolve_address_test.c
2545 deps:
2546 - grpc_test_util
2547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002548 - gpr_test_util
2549 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002550 exclude_iomgrs:
2551 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002552- name: resource_quota_test
2553 cpu_cost: 30
2554 build: test
2555 language: c
2556 src:
2557 - test/core/iomgr/resource_quota_test.c
2558 deps:
2559 - grpc_test_util
2560 - grpc
2561 - gpr_test_util
2562 - gpr
yang-gd482e592015-12-10 14:04:00 -08002563- name: secure_channel_create_test
2564 build: test
2565 language: c
2566 src:
2567 - test/core/surface/secure_channel_create_test.c
2568 deps:
2569 - grpc_test_util
2570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002571 - gpr_test_util
2572 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002573- name: secure_endpoint_test
2574 build: test
2575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002576 src:
2577 - test/core/security/secure_endpoint_test.c
2578 deps:
2579 - grpc_test_util
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002583 exclude_iomgrs:
2584 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002585- name: sequential_connectivity_test
2586 build: test
2587 language: c
2588 src:
2589 - test/core/surface/sequential_connectivity_test.c
2590 deps:
2591 - grpc_test_util
2592 - grpc
2593 - gpr_test_util
2594 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002595 exclude_iomgrs:
2596 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002597- name: server_chttp2_test
2598 build: test
2599 language: c
2600 src:
2601 - test/core/surface/server_chttp2_test.c
2602 deps:
2603 - grpc_test_util
2604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002605 - gpr_test_util
2606 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002607- name: server_fuzzer
2608 build: fuzzer
2609 language: c
2610 src:
2611 - test/core/end2end/fuzzers/server_fuzzer.c
2612 deps:
2613 - grpc_test_util
2614 - grpc
2615 - gpr_test_util
2616 - gpr
2617 corpus_dirs:
2618 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002619 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002620 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002621- name: server_test
2622 build: test
2623 language: c
2624 src:
2625 - test/core/surface/server_test.c
2626 deps:
2627 - grpc_test_util
2628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002629 - gpr_test_util
2630 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002631- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002632 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002633 build: test
2634 language: c
2635 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002636 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002637 deps:
2638 - test_tcp_server
2639 - grpc_test_util
2640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002641 - gpr_test_util
2642 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002643 exclude_iomgrs:
2644 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002645- name: slice_buffer_test
2646 build: test
2647 language: c
2648 src:
2649 - test/core/slice/slice_buffer_test.c
2650 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002651 - grpc_test_util
2652 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002653 - gpr_test_util
2654 - gpr
2655- name: slice_string_helpers_test
2656 build: test
2657 language: c
2658 src:
2659 - test/core/slice/slice_string_helpers_test.c
2660 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002661 - grpc_test_util
2662 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002663 - gpr_test_util
2664 - gpr
2665- name: slice_test
2666 build: test
2667 language: c
2668 src:
2669 - test/core/slice/slice_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
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002675- name: sockaddr_resolver_test
2676 build: test
2677 language: c
2678 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002679 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002680 deps:
2681 - grpc_test_util
2682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002683 - gpr_test_util
2684 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002685- name: sockaddr_utils_test
2686 build: test
2687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002688 src:
2689 - test/core/iomgr/sockaddr_utils_test.c
2690 deps:
2691 - grpc_test_util
2692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 - gpr_test_util
2694 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002695- name: socket_utils_test
2696 build: test
2697 language: c
2698 src:
2699 - test/core/iomgr/socket_utils_test.c
2700 deps:
2701 - grpc_test_util
2702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002703 - gpr_test_util
2704 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002705 exclude_iomgrs:
2706 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002707 platforms:
2708 - mac
2709 - linux
2710 - posix
yang-g31e21282016-11-04 15:10:03 -07002711- name: ssl_server_fuzzer
2712 build: fuzzer
2713 language: c
2714 src:
2715 - test/core/security/ssl_server_fuzzer.c
2716 deps:
2717 - grpc_test_util
2718 - grpc
2719 - gpr_test_util
2720 - gpr
2721 corpus_dirs:
2722 - test/core/security/corpus/ssl_server_corpus
2723 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002724- name: status_conversion_test
2725 build: test
2726 language: c
2727 src:
2728 - test/core/transport/status_conversion_test.c
2729 deps:
2730 - grpc_test_util
2731 - grpc
2732 - gpr_test_util
2733 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002734- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002735 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002736 build: test
2737 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002738 src:
2739 - test/core/iomgr/tcp_client_posix_test.c
2740 deps:
2741 - grpc_test_util
2742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002743 - gpr_test_util
2744 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002745 exclude_iomgrs:
2746 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002747 platforms:
2748 - mac
2749 - linux
2750 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002751- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002752 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002753 build: test
2754 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002755 src:
2756 - test/core/iomgr/tcp_posix_test.c
2757 deps:
2758 - grpc_test_util
2759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002760 - gpr_test_util
2761 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002762 exclude_iomgrs:
2763 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002764 platforms:
2765 - mac
2766 - linux
2767 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002768- name: tcp_server_posix_test
2769 build: test
2770 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002771 src:
2772 - test/core/iomgr/tcp_server_posix_test.c
2773 deps:
2774 - grpc_test_util
2775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002776 - gpr_test_util
2777 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002778 exclude_iomgrs:
2779 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002780 platforms:
2781 - mac
2782 - linux
2783 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002784- name: time_averaged_stats_test
2785 build: test
2786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002787 src:
2788 - test/core/iomgr/time_averaged_stats_test.c
2789 deps:
2790 - grpc_test_util
2791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002792 - gpr_test_util
2793 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002794- name: timeout_encoding_test
2795 build: test
2796 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002797 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002798 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002799 deps:
2800 - grpc_test_util
2801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002802 - gpr_test_util
2803 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002804- name: timer_heap_test
2805 build: test
2806 language: c
2807 src:
2808 - test/core/iomgr/timer_heap_test.c
2809 deps:
2810 - grpc_test_util
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002814 exclude_iomgrs:
2815 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002816- name: timer_list_test
2817 build: test
2818 language: c
2819 src:
2820 - test/core/iomgr/timer_list_test.c
2821 deps:
2822 - grpc_test_util
2823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002824 - gpr_test_util
2825 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002826 exclude_iomgrs:
2827 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002828- name: transport_connectivity_state_test
2829 build: test
2830 language: c
2831 src:
2832 - test/core/transport/connectivity_state_test.c
2833 deps:
2834 - grpc_test_util
2835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002836 - gpr_test_util
2837 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002838- name: transport_metadata_test
2839 build: test
2840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002841 src:
2842 - test/core/transport/metadata_test.c
2843 deps:
2844 - grpc_test_util
2845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002846 - gpr_test_util
2847 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002848- name: transport_pid_controller_test
2849 build: test
2850 language: c
2851 src:
2852 - test/core/transport/pid_controller_test.c
2853 deps:
2854 - grpc_test_util
2855 - grpc
2856 - gpr_test_util
2857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002858- name: transport_security_test
2859 build: test
2860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002861 src:
2862 - test/core/tsi/transport_security_test.c
2863 deps:
2864 - grpc_test_util
2865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002866 - gpr_test_util
2867 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002868 platforms:
2869 - linux
2870 - posix
2871 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002872- name: udp_server_test
2873 build: test
2874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002875 src:
2876 - test/core/iomgr/udp_server_test.c
2877 deps:
2878 - grpc_test_util
2879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002880 - gpr_test_util
2881 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002882 exclude_iomgrs:
2883 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002884 platforms:
2885 - mac
2886 - linux
2887 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002888- name: uri_fuzzer_test
2889 build: fuzzer
2890 language: c
2891 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002892 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002893 deps:
2894 - grpc_test_util
2895 - grpc
2896 - gpr_test_util
2897 - gpr
2898 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002899 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002900 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002901- name: uri_parser_test
2902 build: test
2903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002904 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002905 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002906 deps:
2907 - grpc_test_util
2908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002909 - gpr_test_util
2910 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002911- name: wakeup_fd_cv_test
2912 build: test
2913 language: c
2914 src:
2915 - test/core/iomgr/wakeup_fd_cv_test.c
2916 deps:
2917 - grpc_test_util
2918 - grpc
2919 - gpr_test_util
2920 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002921 exclude_iomgrs:
2922 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002923 platforms:
2924 - mac
2925 - linux
2926 - posix
vjpai04e992a2016-02-10 16:58:38 -08002927- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002928 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002929 build: test
2930 language: c++
2931 src:
2932 - test/cpp/common/alarm_cpp_test.cc
2933 deps:
2934 - grpc++_test_util
2935 - grpc_test_util
2936 - grpc++
2937 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002938 - gpr_test_util
2939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002940- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002941 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002942 build: test
2943 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002944 src:
2945 - test/cpp/end2end/async_end2end_test.cc
2946 deps:
2947 - grpc++_test_util
2948 - grpc_test_util
2949 - grpc++
2950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002951 - gpr_test_util
2952 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002953- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002954 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002955 build: test
2956 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002957 src:
2958 - test/cpp/common/auth_property_iterator_test.cc
2959 deps:
2960 - grpc++_test_util
2961 - grpc_test_util
2962 - grpc++
2963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002964 - gpr_test_util
2965 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08002966- name: bm_call_create
2967 build: test
2968 language: c++
2969 src:
2970 - test/cpp/microbenchmarks/bm_call_create.cc
2971 deps:
2972 - benchmark
2973 - grpc++_test_util
2974 - grpc_test_util
2975 - grpc++
2976 - grpc
2977 - gpr_test_util
2978 - gpr
2979 args:
2980 - --benchmark_min_time=0
2981 platforms:
2982 - mac
2983 - linux
2984 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08002985- name: bm_closure
2986 build: test
2987 language: c++
2988 src:
2989 - test/cpp/microbenchmarks/bm_closure.cc
2990 deps:
2991 - benchmark
2992 - grpc_test_util
2993 - grpc
2994 - gpr_test_util
2995 - gpr
2996 args:
2997 - --benchmark_min_time=0
2998 platforms:
2999 - mac
3000 - linux
3001 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003002- name: bm_cq
3003 build: test
3004 language: c++
3005 src:
3006 - test/cpp/microbenchmarks/bm_cq.cc
3007 deps:
3008 - benchmark
3009 - grpc++_test_util
3010 - grpc_test_util
3011 - grpc++
3012 - grpc
3013 - gpr_test_util
3014 - gpr
3015 args:
3016 - --benchmark_min_time=0
3017 platforms:
3018 - mac
3019 - linux
3020 - posix
Craig Tiller93d802b2016-10-25 21:05:49 -07003021- name: bm_fullstack
3022 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003023 language: c++
3024 src:
3025 - test/cpp/microbenchmarks/bm_fullstack.cc
3026 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003027 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003028 - grpc++_test_util
3029 - grpc_test_util
3030 - grpc++
3031 - grpc
3032 - gpr_test_util
3033 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003034 args:
3035 - --benchmark_min_time=0
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003036 platforms:
3037 - mac
3038 - linux
3039 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003040- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003041 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042 build: test
3043 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003044 src:
yang-g52705592015-11-25 11:45:33 -08003045 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003046 deps:
3047 - grpc++
3048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003049 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08003050- name: channel_filter_test
3051 gtest: true
3052 build: test
3053 language: c++
3054 src:
3055 - test/cpp/common/channel_filter_test.cc
3056 deps:
3057 - grpc++
3058 - grpc
3059 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003060- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003061 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003062 build: test
3063 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003064 src:
3065 - test/cpp/util/cli_call_test.cc
3066 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003067 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003068 - grpc++_test_util
3069 - grpc_test_util
3070 - grpc++
3071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003072 - gpr_test_util
3073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003074- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003075 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003076 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003077 build: test
3078 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003079 src:
3080 - test/cpp/end2end/client_crash_test.cc
3081 deps:
3082 - grpc++_test_util
3083 - grpc_test_util
3084 - grpc++
3085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003086 - gpr_test_util
3087 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003088 platforms:
3089 - mac
3090 - linux
3091 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003092- name: client_crash_test_server
3093 build: test
3094 run: false
3095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003096 src:
3097 - test/cpp/end2end/client_crash_test_server.cc
3098 deps:
3099 - grpc++_test_util
3100 - grpc_test_util
3101 - grpc++
3102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003103 - gpr_test_util
3104 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003105- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003106 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003107 build: test
3108 language: c++
3109 src:
3110 - src/proto/grpc/testing/control.proto
3111 - src/proto/grpc/testing/messages.proto
3112 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003113 - src/proto/grpc/testing/services.proto
3114 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003115 - test/cpp/codegen/codegen_test_full.cc
3116 deps:
3117 - grpc++
3118 - grpc
3119 - gpr
3120 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003121 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003122- name: codegen_test_minimal
3123 gtest: true
3124 build: test
3125 language: c++
3126 src:
3127 - src/proto/grpc/testing/control.proto
3128 - src/proto/grpc/testing/messages.proto
3129 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003130 - src/proto/grpc/testing/services.proto
3131 - src/proto/grpc/testing/stats.proto
3132 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003133 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003134 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003135 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003136- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003137 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003138 build: test
3139 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003140 src:
3141 - test/cpp/client/credentials_test.cc
3142 deps:
3143 - grpc++
3144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003145 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003146- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003147 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003148 build: test
3149 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003150 src:
3151 - test/cpp/util/byte_buffer_test.cc
3152 deps:
3153 - grpc_test_util
3154 - grpc++
3155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003156 - gpr_test_util
3157 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003158- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003159 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003160 build: test
3161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003162 src:
3163 - test/cpp/util/slice_test.cc
3164 deps:
3165 - grpc_test_util
3166 - grpc++
3167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003168 - gpr_test_util
3169 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003170- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003171 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003172 build: test
3173 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003174 src:
3175 - test/cpp/util/string_ref_test.cc
3176 deps:
3177 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003178- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003179 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003180 build: test
3181 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003182 src:
3183 - test/cpp/util/time_test.cc
3184 deps:
3185 - grpc_test_util
3186 - grpc++
3187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003188 - gpr_test_util
3189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003190- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003191 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003192 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003193 build: test
3194 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003195 src:
3196 - test/cpp/end2end/end2end_test.cc
3197 deps:
3198 - grpc++_test_util
3199 - grpc_test_util
3200 - grpc++
3201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003202 - gpr_test_util
3203 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003204- name: filter_end2end_test
3205 gtest: true
3206 build: test
3207 language: c++
3208 src:
3209 - test/cpp/end2end/filter_end2end_test.cc
3210 deps:
3211 - grpc++_test_util
3212 - grpc_test_util
3213 - grpc++
3214 - grpc
3215 - gpr_test_util
3216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003217- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003218 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003219 build: test
3220 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003221 src:
3222 - test/cpp/end2end/generic_end2end_test.cc
3223 deps:
3224 - grpc++_test_util
3225 - grpc_test_util
3226 - grpc++
3227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003228 - gpr_test_util
3229 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003230- name: golden_file_test
3231 gtest: true
3232 build: test
3233 language: c++
3234 src:
3235 - src/proto/grpc/testing/compiler_test.proto
3236 - test/cpp/codegen/golden_file_test.cc
3237 deps:
3238 - grpc++
3239 - grpc
3240 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003241- name: grpc_cli
3242 build: test
3243 run: false
3244 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003245 src:
3246 - test/cpp/util/grpc_cli.cc
3247 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003248 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003249 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003250 - grpc++
3251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003252 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003253 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003254- name: grpc_cpp_plugin
3255 build: protoc
3256 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003257 src:
3258 - src/compiler/cpp_plugin.cc
3259 deps:
3260 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003261 secure: false
3262 vs_config_type: Application
3263 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3264- name: grpc_csharp_plugin
3265 build: protoc
3266 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003267 src:
3268 - src/compiler/csharp_plugin.cc
3269 deps:
3270 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003271 secure: false
3272 vs_config_type: Application
3273 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003274- name: grpc_node_plugin
3275 build: protoc
3276 language: c++
3277 src:
3278 - src/compiler/node_plugin.cc
3279 deps:
3280 - grpc_plugin_support
3281 secure: false
3282 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003283- name: grpc_objective_c_plugin
3284 build: protoc
3285 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003286 src:
3287 - src/compiler/objective_c_plugin.cc
3288 deps:
3289 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003290 secure: false
3291 vs_config_type: Application
3292 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003293- name: grpc_php_plugin
3294 build: protoc
3295 language: c++
3296 src:
3297 - src/compiler/php_plugin.cc
3298 deps:
3299 - grpc_plugin_support
3300 secure: false
3301 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003302- name: grpc_python_plugin
3303 build: protoc
3304 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003305 src:
3306 - src/compiler/python_plugin.cc
3307 deps:
3308 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003309 secure: false
3310 vs_config_type: Application
3311 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3312- name: grpc_ruby_plugin
3313 build: protoc
3314 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003315 src:
3316 - src/compiler/ruby_plugin.cc
3317 deps:
3318 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003319 secure: false
3320 vs_config_type: Application
3321 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003322- name: grpc_tool_test
3323 gtest: true
3324 build: test
3325 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003326 src:
3327 - src/proto/grpc/testing/echo.proto
3328 - src/proto/grpc/testing/echo_messages.proto
3329 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003330 deps:
3331 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003332 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003333 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003334 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003335 - grpc_test_util
3336 - grpc++
3337 - grpc
3338 - gpr_test_util
3339 - gpr
3340 filegroups:
3341 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003342- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003343 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003344 build: test
3345 language: c++
3346 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003347 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003348 - test/cpp/grpclb/grpclb_api_test.cc
3349 deps:
3350 - grpc++_test_util
3351 - grpc_test_util
3352 - grpc++
3353 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003354- name: grpclb_test
3355 gtest: false
3356 build: test
3357 language: c++
3358 src:
3359 - src/proto/grpc/lb/v1/load_balancer.proto
3360 - test/cpp/grpclb/grpclb_test.cc
3361 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003362 - grpc++_test_util
3363 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003364 - grpc++
3365 - grpc
3366 - gpr_test_util
3367 - gpr
yang-gad327642016-12-12 14:32:09 -08003368- name: health_service_end2end_test
3369 gtest: true
3370 build: test
3371 language: c++
3372 src:
3373 - test/cpp/end2end/health_service_end2end_test.cc
3374 deps:
3375 - grpc++_test_util
3376 - grpc_test_util
3377 - grpc++
3378 - grpc
3379 - gpr_test_util
3380 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003381- name: http2_client
3382 build: test
3383 run: false
3384 language: c++
3385 src: []
3386 deps:
3387 - http2_client_main
3388 - grpc++_test_util
3389 - grpc_test_util
3390 - grpc++
3391 - grpc
3392 - grpc++_test_config
3393 platforms:
3394 - mac
3395 - linux
3396 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003397- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003398 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003399 build: test
3400 language: c++
3401 src:
3402 - test/cpp/end2end/hybrid_end2end_test.cc
3403 deps:
3404 - grpc++_test_util
3405 - grpc_test_util
3406 - grpc++
3407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003408 - gpr_test_util
3409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003410- name: interop_client
3411 build: test
3412 run: false
3413 language: c++
3414 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003415 deps:
3416 - interop_client_main
3417 - interop_client_helper
3418 - grpc++_test_util
3419 - grpc_test_util
3420 - grpc++
3421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003422 - gpr_test_util
3423 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003424 - grpc++_test_config
3425 platforms:
3426 - mac
3427 - linux
3428 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429- name: interop_server
3430 build: test
3431 run: false
3432 language: c++
3433 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003434 deps:
3435 - interop_server_main
3436 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003437 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003438 - grpc++_test_util
3439 - grpc_test_util
3440 - grpc++
3441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003442 - gpr_test_util
3443 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003444 - grpc++_test_config
3445 platforms:
3446 - mac
3447 - linux
3448 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003449- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003450 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003451 build: test
3452 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003453 src:
3454 - test/cpp/interop/interop_test.cc
3455 deps:
3456 - grpc_test_util
3457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003458 - gpr_test_util
3459 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003460 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003461 platforms:
3462 - mac
3463 - linux
3464 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003465- name: json_run_localhost
3466 build: test
3467 run: false
3468 language: c++
3469 src:
3470 - test/cpp/qps/json_run_localhost.cc
3471 deps:
3472 - grpc++_test_util
3473 - grpc_test_util
3474 - grpc++
3475 - grpc
3476 - gpr_test_util
3477 - gpr
3478 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003479 platforms:
3480 - mac
3481 - linux
3482 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003483- name: metrics_client
3484 build: test
3485 run: false
3486 language: c++
3487 headers:
3488 - test/cpp/util/metrics_server.h
3489 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003490 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003491 - test/cpp/interop/metrics_client.cc
3492 deps:
3493 - grpc++
3494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003495 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003496 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003497- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003498 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003499 build: test
3500 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003501 src:
3502 - test/cpp/end2end/mock_test.cc
3503 deps:
3504 - grpc++_test_util
3505 - grpc_test_util
3506 - grpc++
3507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003508 - gpr_test_util
3509 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003510- name: noop-benchmark
3511 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003512 language: c++
3513 src:
3514 - test/cpp/microbenchmarks/noop-benchmark.cc
3515 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003516 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003517- name: proto_server_reflection_test
3518 gtest: true
3519 build: test
3520 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003521 src:
3522 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003523 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003524 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003525 - grpc++_reflection
3526 - grpc++_test_util
3527 - grpc_test_util
3528 - grpc++
3529 - grpc
3530 - gpr_test_util
3531 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003532- name: proto_utils_test
3533 gtest: true
3534 build: test
3535 language: c++
3536 src:
3537 - test/cpp/codegen/proto_utils_test.cc
3538 deps:
3539 - grpc++
3540 - grpc
3541 filegroups:
3542 - grpc++_codegen_base
3543 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003544- name: qps_interarrival_test
3545 build: test
3546 run: false
3547 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003548 src:
3549 - test/cpp/qps/qps_interarrival_test.cc
3550 deps:
3551 - qps
3552 - grpc++_test_util
3553 - grpc_test_util
3554 - grpc++
3555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003556 - gpr_test_util
3557 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003558 platforms:
3559 - mac
3560 - linux
3561 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003562- name: qps_json_driver
3563 build: test
3564 run: false
3565 language: c++
3566 src:
3567 - test/cpp/qps/qps_json_driver.cc
3568 deps:
3569 - qps
3570 - grpc++_test_util
3571 - grpc_test_util
3572 - grpc++
3573 - grpc
3574 - gpr_test_util
3575 - gpr
3576 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003577- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003578 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003579 build: test
3580 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003581 src:
3582 - test/cpp/qps/qps_openloop_test.cc
3583 deps:
3584 - qps
3585 - grpc++_test_util
3586 - grpc_test_util
3587 - grpc++
3588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003589 - gpr_test_util
3590 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003591 - grpc++_test_config
3592 platforms:
3593 - mac
3594 - linux
3595 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003596- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003597 build: test
3598 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003599 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003600 headers:
3601 - test/cpp/qps/client.h
3602 - test/cpp/qps/server.h
3603 src:
3604 - test/cpp/qps/worker.cc
3605 deps:
3606 - qps
3607 - grpc++_test_util
3608 - grpc_test_util
3609 - grpc++
3610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003611 - gpr_test_util
3612 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003613 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003614- name: reconnect_interop_client
3615 build: test
3616 run: false
3617 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003618 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003619 - src/proto/grpc/testing/empty.proto
3620 - src/proto/grpc/testing/messages.proto
3621 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003622 - test/cpp/interop/reconnect_interop_client.cc
3623 deps:
3624 - grpc++_test_util
3625 - grpc_test_util
3626 - grpc++
3627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003628 - gpr_test_util
3629 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003630 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003631- name: reconnect_interop_server
3632 build: test
3633 run: false
3634 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003635 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003636 - src/proto/grpc/testing/empty.proto
3637 - src/proto/grpc/testing/messages.proto
3638 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003639 - test/cpp/interop/reconnect_interop_server.cc
3640 deps:
3641 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003642 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003643 - grpc++_test_util
3644 - grpc_test_util
3645 - grpc++
3646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003647 - gpr_test_util
3648 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003649 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003650- name: round_robin_end2end_test
3651 gtest: true
3652 build: test
3653 language: c++
3654 src:
3655 - test/cpp/end2end/round_robin_end2end_test.cc
3656 deps:
3657 - grpc++_test_util
3658 - grpc_test_util
3659 - grpc++
3660 - grpc
3661 - gpr_test_util
3662 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003663- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003664 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003665 build: test
3666 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003667 src:
3668 - test/cpp/common/secure_auth_context_test.cc
3669 deps:
3670 - grpc++_test_util
3671 - grpc_test_util
3672 - grpc++
3673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003674 - gpr_test_util
3675 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003676- name: secure_sync_unary_ping_pong_test
3677 build: test
3678 language: c++
3679 src:
3680 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3681 deps:
3682 - qps
3683 - grpc++_test_util
3684 - grpc_test_util
3685 - grpc++
3686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003687 - gpr_test_util
3688 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003689 platforms:
3690 - mac
3691 - linux
3692 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003693- name: server_builder_plugin_test
3694 gtest: true
3695 build: test
3696 language: c++
3697 src:
3698 - test/cpp/end2end/server_builder_plugin_test.cc
3699 deps:
3700 - grpc++_test_util
3701 - grpc_test_util
3702 - grpc++
3703 - grpc
3704 - gpr_test_util
3705 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003706- name: server_context_test_spouse_test
3707 gtest: true
3708 build: test
3709 language: c++
3710 src:
3711 - test/cpp/test/server_context_test_spouse_test.cc
3712 deps:
3713 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003714 - grpc++
3715 - grpc
3716 - gpr_test_util
3717 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003718 uses:
3719 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003720- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003721 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003722 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003723 build: test
3724 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003725 src:
3726 - test/cpp/end2end/server_crash_test.cc
3727 deps:
3728 - grpc++_test_util
3729 - grpc_test_util
3730 - grpc++
3731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003732 - gpr_test_util
3733 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003734 platforms:
3735 - mac
3736 - linux
3737 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003738- name: server_crash_test_client
3739 build: test
3740 run: false
3741 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003742 src:
3743 - test/cpp/end2end/server_crash_test_client.cc
3744 deps:
3745 - grpc++_test_util
3746 - grpc_test_util
3747 - grpc++
3748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003749 - gpr_test_util
3750 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003751- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003752 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003753 build: test
3754 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003755 src:
3756 - test/cpp/end2end/shutdown_test.cc
3757 deps:
3758 - grpc++_test_util
3759 - grpc_test_util
3760 - grpc++
3761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003762 - gpr_test_util
3763 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003764- name: status_test
3765 build: test
3766 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003767 src:
3768 - test/cpp/util/status_test.cc
3769 deps:
3770 - grpc_test_util
3771 - grpc++
3772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003773 - gpr_test_util
3774 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003775- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003776 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003777 build: test
3778 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003779 src:
3780 - test/cpp/end2end/streaming_throughput_test.cc
3781 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
Craig Tiller25834342015-09-25 08:08:24 -07003788 platforms:
3789 - mac
3790 - linux
3791 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003792- name: stress_test
3793 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003794 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003795 language: c++
3796 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003797 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003798 - test/cpp/interop/interop_client.h
3799 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003800 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003801 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003802 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003803 - src/proto/grpc/testing/empty.proto
3804 - src/proto/grpc/testing/messages.proto
3805 - src/proto/grpc/testing/metrics.proto
3806 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003807 - test/cpp/interop/interop_client.cc
3808 - test/cpp/interop/stress_interop_client.cc
3809 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003810 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003811 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003812 deps:
3813 - grpc++_test_util
3814 - grpc_test_util
3815 - grpc++
3816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003817 - gpr_test_util
3818 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003819 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003820- name: thread_manager_test
3821 build: test
3822 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003823 src:
3824 - test/cpp/thread_manager/thread_manager_test.cc
3825 deps:
3826 - grpc++
3827 - grpc
3828 - gpr
3829 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003830- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003831 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003832 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003833 build: test
3834 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003835 src:
3836 - test/cpp/end2end/thread_stress_test.cc
3837 deps:
3838 - grpc++_test_util
3839 - grpc_test_util
3840 - grpc++
3841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003842 - gpr_test_util
3843 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08003844- name: writes_per_rpc_test
3845 gtest: true
3846 cpu_cost: 0.5
3847 build: test
3848 language: c++
3849 src:
3850 - test/cpp/performance/writes_per_rpc_test.cc
3851 deps:
3852 - grpc++_test_util
3853 - grpc_test_util
3854 - grpc++
3855 - grpc
3856 - gpr_test_util
3857 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08003858 platforms:
3859 - mac
3860 - linux
3861 - posix
Craig Tillerab230452016-01-04 08:18:43 -08003862- name: public_headers_must_be_c89
3863 build: test
3864 language: c89
3865 src:
3866 - test/core/surface/public_headers_must_be_c89.c
3867 deps:
3868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003870vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003871- linkage: static
3872 name: grpc.dependencies.zlib
3873 props: false
3874 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003875 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003876- linkage: static
3877 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003878 props: true
3879 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003880 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003881- name: gflags
3882 props: false
3883 redist: false
3884 version: 2.1.2.1
3885- name: gtest
3886 props: false
3887 redist: false
3888 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003889configs:
3890 asan:
3891 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003892 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3893 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003894 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003895 LD: clang
3896 LDFLAGS: -fsanitize=address
3897 LDXX: clang++
3898 compile_the_world: true
3899 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003900 ASAN_OPTIONS: detect_leaks=1:color=always
3901 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003902 asan-noleaks:
3903 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003904 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3905 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003906 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003907 LD: clang
3908 LDFLAGS: -fsanitize=address
3909 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003910 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003911 test_environ:
3912 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07003913 asan-trace-cmp:
3914 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003915 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3916 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003917 CXX: clang++
3918 LD: clang
3919 LDFLAGS: -fsanitize=address
3920 LDXX: clang++
3921 compile_the_world: true
3922 test_environ:
3923 ASAN_OPTIONS: detect_leaks=1:color=always
3924 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003925 basicprof:
3926 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3927 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08003928 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08003929 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08003930 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003931 dbg:
3932 CPPFLAGS: -O0
3933 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003934 gcov:
3935 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003936 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003937 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003938 DEFINES: _DEBUG DEBUG GPR_GCOV
3939 LD: gcc
3940 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3941 LDXX: g++
3942 helgrind:
3943 CPPFLAGS: -O0
3944 DEFINES: _DEBUG DEBUG
3945 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003946 valgrind: --tool=helgrind
3947 memcheck:
3948 CPPFLAGS: -O0
3949 DEFINES: _DEBUG DEBUG
3950 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003951 valgrind: --tool=memcheck --leak-check=full
3952 msan:
3953 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003954 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3955 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3956 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003957 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003958 DEFINES: NDEBUG
3959 LD: clang
3960 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3961 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3962 LDXX: clang++
3963 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003964 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003965 CPPFLAGS: -O3 -fno-omit-frame-pointer
3966 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003967 LDFLAGS: -rdynamic
3968 opt:
3969 CPPFLAGS: -O2
3970 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003971 stapprof:
3972 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3973 DEFINES: NDEBUG
3974 tsan:
3975 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003976 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003977 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003978 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003979 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003980 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003981 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003982 LDXX: clang++
3983 compile_the_world: true
3984 test_environ:
3985 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08003986 ubsan:
3987 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003988 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3989 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003990 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003991 DEFINES: NDEBUG
3992 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003993 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003994 LDXX: clang++
3995 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003996 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003997 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003998defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003999 benchmark:
4000 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004001 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004002 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004003 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004004 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004005 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004006 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004007 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004008 LDFLAGS: -g
4009 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004010 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004011 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004012node_modules:
4013- deps:
4014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004015 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004016 - boringssl
4017 - z
murgatroid9994a75412015-11-19 14:04:53 -08004018 headers:
4019 - src/node/ext/byte_buffer.h
4020 - src/node/ext/call.h
4021 - src/node/ext/call_credentials.h
4022 - src/node/ext/channel.h
4023 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004024 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004025 - src/node/ext/server.h
4026 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004027 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004028 - src/node/ext/timeval.h
4029 js:
4030 - src/node/index.js
4031 - src/node/src/client.js
4032 - src/node/src/common.js
4033 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004034 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004035 - src/node/src/metadata.js
4036 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004037 name: grpc_node
4038 src:
4039 - src/node/ext/byte_buffer.cc
4040 - src/node/ext/call.cc
4041 - src/node/ext/call_credentials.cc
4042 - src/node/ext/channel.cc
4043 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004044 - src/node/ext/completion_queue_threadpool.cc
4045 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004046 - src/node/ext/node_grpc.cc
4047 - src/node/ext/server.cc
4048 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004049 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004050 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004051openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004052 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004053 extraction_dir: openssl-1.0.2f
4054 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004055php_config_m4:
4056 deps:
4057 - grpc
4058 - gpr
4059 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004060 headers:
4061 - src/php/ext/grpc/byte_buffer.h
4062 - src/php/ext/grpc/call.h
4063 - src/php/ext/grpc/call_credentials.h
4064 - src/php/ext/grpc/channel.h
4065 - src/php/ext/grpc/channel_credentials.h
4066 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004067 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004068 - src/php/ext/grpc/php_grpc.h
4069 - src/php/ext/grpc/server.h
4070 - src/php/ext/grpc/server_credentials.h
4071 - src/php/ext/grpc/timeval.h
4072 src:
4073 - src/php/ext/grpc/byte_buffer.c
4074 - src/php/ext/grpc/call.c
4075 - src/php/ext/grpc/call_credentials.c
4076 - src/php/ext/grpc/channel.c
4077 - src/php/ext/grpc/channel_credentials.c
4078 - src/php/ext/grpc/completion_queue.c
4079 - src/php/ext/grpc/php_grpc.c
4080 - src/php/ext/grpc/server.c
4081 - src/php/ext/grpc/server_credentials.c
4082 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004083python_dependencies:
4084 deps:
4085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004086 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004087 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004088 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004089ruby_gem:
4090 deps:
4091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004093 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004094 - z